Trace number 3290737

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  186820  1289741 |   56045       0        0     nan |  0.000 % |
0.00/0.38	c |         0 |  185107  1299581 |      --       0       --      -- |     --   | -1252/16030
0.00/0.38	c ==============================================================================
0.00/0.38	c Result  :   #vars: 6866   #clauses: 185107   #literals: 1299581
0.00/0.38	c CPU time:   0.372943 s
0.00/0.38	c ==============================================================================
0.00/0.57	c
0.00/0.57	c Starting glucose
0.00/0.57	c
0.00/0.57	
0.00/0.57	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.57	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.57	
0.00/0.57	c ============================[ Problem Statistics ]=============================
0.00/0.57	c |                                                                             |
0.00/0.58	c |  Number of variables:  6866                                                 |
0.00/0.58	c |  Number of clauses:    185107                                               |
0.56/0.65	c |  Parsing time:         0.07         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57: 13192 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290737-1303778553/watcher-3290737-1303778553 -o /tmp/evaluation-result-3290737-1303778553/solver-3290737-1303778553 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290737-1303778553.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.27 3.33 5.22 5/192 13188
/proc/meminfo: memFree=20695168/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) R 13186 13188 11530 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 489455038 8912896 253 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278699925 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/13188/statm: 2176 253 211 178 0 69 0

[startup+0.097421 s]
/proc/loadavg: 3.27 3.33 5.22 5/192 13188
/proc/meminfo: memFree=20695168/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 489455038 8912896 253 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100419 s]
/proc/loadavg: 3.27 3.33 5.22 5/192 13188
/proc/meminfo: memFree=20695168/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 489455038 8912896 253 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300441 s]
/proc/loadavg: 3.27 3.33 5.22 5/192 13188
/proc/meminfo: memFree=20695168/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 489455038 8912896 253 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700316 s]
/proc/loadavg: 3.27 3.33 5.22 5/192 13188
/proc/meminfo: memFree=20695168/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 8704

[startup+1.50023 s]
/proc/loadavg: 3.27 3.33 5.22 5/194 13192
/proc/meminfo: memFree=20670484/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=21532 CPUtime=0.91 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 4894 0 0 0 90 1 0 0 25 0 1 0 489455096 22048768 4835 33554432000 134512640 134556542 4291047472 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 5383 4835 214 11 0 4717 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30236

[startup+3.10095 s]
/proc/loadavg: 3.33 3.34 5.22 5/194 13193
/proc/meminfo: memFree=20667392/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=23872 CPUtime=2.51 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 5475 0 0 0 250 1 0 0 25 0 1 0 489455096 24444928 5416 33554432000 134512640 134556542 4291047472 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 5968 5416 214 11 0 5302 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 32576

[startup+6.30032 s]
/proc/loadavg: 3.33 3.34 5.22 5/194 13193
/proc/meminfo: memFree=20663176/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=25724 CPUtime=5.71 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 5948 0 0 0 570 1 0 0 25 0 1 0 489455096 26341376 5889 33554432000 134512640 134556542 4291047472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 6431 5889 214 11 0 5765 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34428

[startup+12.7002 s]
/proc/loadavg: 3.38 3.35 5.21 5/194 13193
/proc/meminfo: memFree=20658632/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=27800 CPUtime=12.11 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 6469 0 0 0 1210 1 0 0 25 0 1 0 489455096 28467200 6410 33554432000 134512640 134556542 4291047472 18446744073709551615 134536798 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 6950 6410 214 11 0 6284 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36504

[startup+25.5009 s]
/proc/loadavg: 3.52 3.38 5.19 5/194 13193
/proc/meminfo: memFree=20652016/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=30444 CPUtime=24.91 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 7126 0 0 0 2490 1 0 0 25 0 1 0 489455096 31174656 7067 33554432000 134512640 134556542 4291047472 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 7611 7067 214 11 0 6945 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39148

[startup+51.1003 s]
/proc/loadavg: 3.68 3.43 5.16 5/194 13225
/proc/meminfo: memFree=20504304/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=33140 CPUtime=50.51 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 7797 0 0 0 5050 1 0 0 25 0 1 0 489455096 33935360 7738 33554432000 134512640 134556542 4291047472 18446744073709551615 134529984 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 8285 7738 214 11 0 7619 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41844

[startup+102.307 s]
/proc/loadavg: 3.87 3.52 5.09 5/194 13227
/proc/meminfo: memFree=20459456/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=37648 CPUtime=101.72 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 8915 0 0 0 10170 2 0 0 25 0 1 0 489455096 38551552 8856 33554432000 134512640 134556542 4291047472 18446744073709551615 134551985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 9412 8856 214 11 0 8746 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 46352

[startup+162.301 s]
/proc/loadavg: 3.95 3.60 5.02 5/194 13229
/proc/meminfo: memFree=20416944/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=41396 CPUtime=161.71 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 9825 0 0 0 16169 2 0 0 25 0 1 0 489455096 42389504 9766 33554432000 134512640 134556542 4291047472 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 10349 9766 214 11 0 9683 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 50100

[startup+222.301 s]
/proc/loadavg: 3.98 3.68 4.95 5/194 13262
/proc/meminfo: memFree=20405124/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=44740 CPUtime=221.71 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 10622 0 0 0 22169 2 0 0 25 0 1 0 489455096 45813760 10563 33554432000 134512640 134556542 4291047472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 11185 10563 214 11 0 10519 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 53444

[startup+282.3 s]
/proc/loadavg: 3.99 3.73 4.89 5/194 13264
/proc/meminfo: memFree=20385172/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=47868 CPUtime=281.72 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 11410 0 0 0 28169 3 0 0 25 0 1 0 489455096 49016832 11351 33554432000 134512640 134556542 4291047472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 11967 11351 214 11 0 11301 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 56572

[startup+342.301 s]
/proc/loadavg: 3.99 3.78 4.84 5/194 13298
/proc/meminfo: memFree=20462092/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=51248 CPUtime=341.72 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 12183 0 0 0 34169 3 0 0 25 0 1 0 489455096 52477952 12124 33554432000 134512640 134556542 4291047472 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 12812 12124 214 11 0 12146 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 59952

[startup+402.301 s]
/proc/loadavg: 4.08 3.84 4.79 5/194 13299
/proc/meminfo: memFree=20454256/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6

################
# More data... #
################

[pid=13192] ppid=13188 vsize=56464 CPUtime=521.72 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 13502 0 0 0 52169 3 0 0 25 0 1 0 489455096 57819136 13443 33554432000 134512640 134556542 4291047472 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 14116 13443 214 11 0 13450 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 65168

[startup+582.301 s]
/proc/loadavg: 4.02 3.92 4.65 5/194 13336
/proc/meminfo: memFree=20712468/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=57124 CPUtime=581.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 13701 0 0 0 58169 4 0 0 25 0 1 0 489455096 58494976 13642 33554432000 134512640 134556542 4291047472 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 14281 13642 214 11 0 13615 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 65828

[startup+642.301 s]
/proc/loadavg: 4.00 3.93 4.60 5/194 13399
/proc/meminfo: memFree=20390936/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=60304 CPUtime=641.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 14488 0 0 0 64169 4 0 0 25 0 1 0 489455096 61751296 14429 33554432000 134512640 134556542 4291047472 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 15076 14429 214 11 0 14410 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 69008

[startup+702.3 s]
/proc/loadavg: 4.05 3.95 4.57 5/194 13401
/proc/meminfo: memFree=20316824/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=62160 CPUtime=701.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 14962 0 0 0 70169 4 0 0 25 0 1 0 489455096 63651840 14903 33554432000 134512640 134556542 4291047472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 15540 14903 214 11 0 14874 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 70864

[startup+762.307 s]
/proc/loadavg: 4.01 3.96 4.53 5/194 13403
/proc/meminfo: memFree=20307872/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=62424 CPUtime=761.74 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 15048 0 0 0 76170 4 0 0 25 0 1 0 489455096 63922176 14989 33554432000 134512640 134556542 4291047472 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 15606 14989 214 11 0 14940 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 71128

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 4.50 5/194 13404
/proc/meminfo: memFree=20300044/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=63892 CPUtime=821.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 15413 0 0 0 82169 4 0 0 25 0 1 0 489455096 65425408 15354 33554432000 134512640 134556542 4291047472 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 15973 15354 214 11 0 15307 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 72596

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 4.46 5/194 13406
/proc/meminfo: memFree=20292332/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=64528 CPUtime=881.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 15564 0 0 0 88169 4 0 0 25 0 1 0 489455096 66076672 15505 33554432000 134512640 134556542 4291047472 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 16132 15505 214 11 0 15466 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 73232

[startup+942.301 s]
/proc/loadavg: 4.11 4.00 4.44 5/194 13408
/proc/meminfo: memFree=20286980/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=65992 CPUtime=941.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 15812 0 0 0 94169 4 0 0 25 0 1 0 489455096 67575808 15753 33554432000 134512640 134556542 4291047472 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 16498 15753 214 11 0 15832 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 74696

[startup+1002.3 s]
/proc/loadavg: 4.04 4.00 4.41 5/194 13409
/proc/meminfo: memFree=20281504/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=67708 CPUtime=1001.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 16261 0 0 0 100169 4 0 0 25 0 1 0 489455096 69332992 16202 33554432000 134512640 134556542 4291047472 18446744073709551615 134530966 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 16927 16202 214 11 0 16261 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 76412

[startup+1062.3 s]
/proc/loadavg: 4.07 4.01 4.39 5/194 13411
/proc/meminfo: memFree=20274664/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=68500 CPUtime=1061.73 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 16457 0 0 0 106169 4 0 0 25 0 1 0 489455096 70144000 16398 33554432000 134512640 134556542 4291047472 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 17125 16398 214 11 0 16459 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 77204

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 4.36 5/194 13421
/proc/meminfo: memFree=20271528/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=69612 CPUtime=1121.74 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 16771 0 0 0 112169 5 0 0 25 0 1 0 489455096 71282688 16712 33554432000 134512640 134556542 4291047472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 17403 16712 214 11 0 16737 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 78316

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 4.34 5/194 13423
/proc/meminfo: memFree=20265680/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=69896 CPUtime=1181.75 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 16843 0 0 0 118170 5 0 0 25 0 1 0 489455096 71573504 16784 33554432000 134512640 134556542 4291047472 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 17474 16784 214 11 0 16808 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 78600

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.31 4/188 13443
/proc/meminfo: memFree=20293608/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=73808 CPUtime=1241.74 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 17798 0 0 0 124169 5 0 0 25 0 1 0 489455096 75579392 17739 33554432000 134512640 134556542 4291047472 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 18452 17739 214 11 0 17786 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 82512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.47 3.85 4.24 4/187 13447
/proc/meminfo: memFree=20290464/32950904 swapFree=67082284/67111528
[pid=13188] ppid=13186 vsize=8704 CPUtime=0.56 cores=4,6
/proc/13188/stat : 13188 (ebglucose.sh) S 13186 13188 11530 0 -1 4202496 379 5647 0 0 0 0 55 1 20 0 1 0 489455038 8912896 256 33554432000 4194304 4922060 140737152184576 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13188/statm: 2176 256 211 178 0 69 0
[pid=13192] ppid=13188 vsize=75788 CPUtime=1299.45 cores=4,6
/proc/13192/stat : 13192 (ebglucose_stati) R 13188 13188 11530 0 -1 4202496 18303 0 0 0 129940 5 0 0 25 0 1 0 489455096 77606912 18244 33554432000 134512640 134556542 4291047472 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13192/statm: 18947 18244 214 11 0 18281 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 84492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.96
CPU system time (s): 0.079987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 1830

runsolver used 2.11868 second user time and 4.98624 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:42:33
IDJOB=3290737
IDBENCH=83446
IDSOLVER=1652
FILE ID=node121/3290737-1303778553
RUNJOBID= node121-1303778490-13012
PBS_JOBID= 13157167
Free space on /tmp= 72032 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290737-1303778553/watcher-3290737-1303778553 -o /tmp/evaluation-result-3290737-1303778553/solver-3290737-1303778553 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3290737-1303778553.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1363895331

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20695324 kB
Buffers:       2149340 kB
Cached:        9445124 kB
SwapCached:       2776 kB
Active:        8717376 kB
Inactive:      3027548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20695324 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           47900 kB
Writeback:         152 kB
AnonPages:      147744 kB
Mapped:          15128 kB
Slab:           446012 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   362788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node121 at 2011-04-26 03:04:15