Trace number 3498857

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
rcl 2011-04-01? (TO) 5000.03 4999.91

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1057.43
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data

0.00/0.00	c Parsing...
0.00/0.52	c ==============================================================================
0.00/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.52	c ==============================================================================
0.00/0.52	c |         0 | 1254005  3044653 |  376201       0        0     nan |  0.000 % |
9.69/9.78	c |         0 |  600262  2684082 |      --       0       --      -- |     --   | -653743/-360571
9.69/9.78	c ==============================================================================
9.69/9.78	c Result  :   #vars: 43082   #clauses: 600262   #literals: 2684082
9.69/9.78	c CPU time:   9.57854 s
9.69/9.78	c ==============================================================================

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.1 (svn: 989)

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-3498857-1308150096/watcher-3498857-1308150096 -o /tmp/evaluation-result-3498857-1308150096/solver-3498857-1308150096 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498857-1308150096.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 2.09 2/175 14384
/proc/meminfo: memFree=29258764/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0

[startup+0.0974701 s]
/proc/loadavg: 1.99 1.97 2.09 2/175 14384
/proc/meminfo: memFree=29258764/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100467 s]
/proc/loadavg: 1.99 1.97 2.09 2/175 14384
/proc/meminfo: memFree=29258764/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300445 s]
/proc/loadavg: 1.99 1.97 2.09 2/175 14384
/proc/meminfo: memFree=29258764/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700359 s]
/proc/loadavg: 1.99 1.97 2.09 2/175 14384
/proc/meminfo: memFree=29258764/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 1.99 1.97 2.09 3/177 14386
/proc/meminfo: memFree=29091000/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
[pid=14385] ppid=14384 vsize=182528 CPUtime=1.49 cores=1,3,5,7
/proc/14385/stat : 14385 (SatELite_releas) R 14384 14384 14337 0 -1 4202496 40424 0 0 0 138 11 0 0 25 0 1 0 907425631 186908672 39496 33554432000 134512640 135144242 4290427056 18446744073709551615 134585586 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14385/statm: 45632 39496 77 155 0 45475 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191228

[startup+3.10091 s]
/proc/loadavg: 1.99 1.97 2.09 3/177 14387
/proc/meminfo: memFree=29106500/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
[pid=14385] ppid=14384 vsize=200396 CPUtime=3.09 cores=1,3,5,7
/proc/14385/stat : 14385 (SatELite_releas) R 14384 14384 14337 0 -1 4202496 43872 0 0 0 294 15 0 0 25 0 1 0 907425631 205205504 42944 33554432000 134512640 135144242 4290427056 18446744073709551615 134555768 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14385/statm: 50099 42944 77 155 0 49942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209096

[startup+6.30033 s]
/proc/loadavg: 1.99 1.97 2.09 3/177 14387
/proc/meminfo: memFree=29064360/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 907425631 8908800 250 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14384/statm: 2175 250 209 178 0 68 0
[pid=14385] ppid=14384 vsize=211064 CPUtime=6.29 cores=1,3,5,7
/proc/14385/stat : 14385 (SatELite_releas) R 14384 14384 14337 0 -1 4202496 47024 0 0 0 610 19 0 0 25 0 1 0 907425631 216129536 45380 33554432000 134512640 135144242 4290427056 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/14385/statm: 52766 45380 77 155 0 52609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219764

[startup+12.7011 s]
/proc/loadavg: 1.99 1.97 2.09 3/177 14388
/proc/meminfo: memFree=29184772/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=49920 CPUtime=2.42 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 10761 0 0 0 240 2 0 0 25 0 1 0 907426658 51118080 10669 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 12480 10669 131 6 0 10950 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58620

[startup+25.5008 s]
/proc/loadavg: 1.99 1.97 2.09 3/177 14388
/proc/meminfo: memFree=29179416/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=52792 CPUtime=15.22 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 11489 0 0 0 1519 3 0 0 25 0 1 0 907426658 54059008 11397 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 13198 11397 131 6 0 11668 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61492

[startup+51.1011 s]
/proc/loadavg: 1.99 1.97 2.08 3/177 14389
/proc/meminfo: memFree=29173396/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=55824 CPUtime=40.82 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 12248 0 0 0 4079 3 0 0 25 0 1 0 907426658 57163776 12156 33554432000 4194304 4218580 140733736714064 18446744073709551615 4213825 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 13956 12156 131 6 0 12426 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64524

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 2.08 3/177 14390
/proc/meminfo: memFree=29166600/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=59192 CPUtime=92.03 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 13105 0 0 0 9199 4 0 0 25 0 1 0 907426658 60612608 13012 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208721 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 14798 13012 131 6 0 13268 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 67892

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 2.07 3/177 14392
/proc/meminfo: memFree=29159756/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=62856 CPUtime=152.02 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 14049 0 0 0 15198 4 0 0 25 0 1 0 907426658 64364544 13923 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 15714 13923 131 6 0 14184 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 71556

[startup+222.3 s]
/proc/loadavg: 2.04 1.99 2.07 3/177 14394
/proc/meminfo: memFree=29154272/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=65376 CPUtime=212.02 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 14696 0 0 0 21198 4 0 0 25 0 1 0 907426658 66945024 14546 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 16344 14546 131 6 0 14814 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 74076

[startup+282.3 s]
/proc/loadavg: 2.01 1.99 2.07 3/177 14395
/proc/meminfo: memFree=29148772/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=68540 CPUtime=272.03 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 15618 0 0 0 27198 5 0 0 25 0 1 0 907426658 70184960 15347 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 17135 15347 131 6 0 15605 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 77240

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.06 3/177 14397
/proc/meminfo: memFree=29144904/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=69544 CPUtime=332.03 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 15917 0 0 0 33198 5 0 0 25 0 1 0 907426658 71213056 15603 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 17386 15603 131 6 0 15856 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 78244

[startup+402.3 s]
/proc/loadavg: 2.07 2.00 2.06 3/177 14398
/proc/meminfo: memFree=29140152/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7

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

/proc/14388/statm: 29710 27889 131 6 0 28180 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 127540

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14527
/proc/meminfo: memFree=29056168/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=118808 CPUtime=4412.14 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 35752 0 0 0 441199 15 0 0 25 0 1 0 907426658 121659392 27886 33554432000 4194304 4218580 140733736714064 18446744073709551615 4210343 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29702 27886 131 6 0 28172 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 127508

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14528
/proc/meminfo: memFree=29055524/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=119032 CPUtime=4472.14 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 35858 0 0 0 447199 15 0 0 25 0 1 0 907426658 121888768 27943 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29758 27943 131 6 0 28228 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 127732

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14530
/proc/meminfo: memFree=29055376/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=118904 CPUtime=4532.14 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 35984 0 0 0 453199 15 0 0 25 0 1 0 907426658 121757696 27905 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29726 27905 131 6 0 28196 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 127604

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14531
/proc/meminfo: memFree=29054856/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=119000 CPUtime=4592.15 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 36117 0 0 0 459200 15 0 0 25 0 1 0 907426658 121856000 27930 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29750 27930 131 6 0 28220 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 127700

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14533
/proc/meminfo: memFree=29052608/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=118968 CPUtime=4652.15 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 36222 0 0 0 465200 15 0 0 25 0 1 0 907426658 121823232 27927 33554432000 4194304 4218580 140733736714064 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29742 27927 131 6 0 28212 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 127668

[startup+4722.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14535
/proc/meminfo: memFree=29052328/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=119564 CPUtime=4712.16 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 36438 0 0 0 471200 16 0 0 25 0 1 0 907426658 122433536 28071 33554432000 4194304 4218580 140733736714064 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29891 28071 131 6 0 28361 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 128264

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14536
/proc/meminfo: memFree=29051692/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=119520 CPUtime=4772.16 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 36640 0 0 0 477200 16 0 0 25 0 1 0 907426658 122388480 28076 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 29880 28076 131 6 0 28350 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 128220

[startup+4842.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14538
/proc/meminfo: memFree=29051416/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=120088 CPUtime=4832.16 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 36827 0 0 0 483200 16 0 0 25 0 1 0 907426658 122970112 28210 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208559 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 30022 28210 131 6 0 28492 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 128788

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14539
/proc/meminfo: memFree=29050148/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=120392 CPUtime=4892.16 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 37064 0 0 0 489200 16 0 0 25 0 1 0 907426658 123281408 28297 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 30098 28297 131 6 0 28568 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 129092

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14541
/proc/meminfo: memFree=29049860/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=120520 CPUtime=4952.16 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 37196 0 0 0 495200 16 0 0 25 0 1 0 907426658 123412480 28329 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 30130 28329 131 6 0 28600 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 129220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14545
/proc/meminfo: memFree=29128964/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=120488 CPUtime=4989.77 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 37279 0 0 0 498961 16 0 0 25 0 1 0 907426658 123379712 28319 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 30122 28319 131 6 0 28592 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 129188

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

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

[startup+4999.9 s]
/proc/loadavg: 1.92 1.98 1.99 2/174 14545
/proc/meminfo: memFree=29128964/32951124 swapFree=67062232/67111528
[pid=14384] ppid=14382 vsize=8700 CPUtime=10.26 cores=1,3,5,7
/proc/14384/stat : 14384 (esg_static.sh) S 14382 14384 14337 0 -1 4202496 354 54514 0 0 0 0 1003 23 18 0 1 0 907425631 8908800 253 33554432000 4194304 4922060 140735001731184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14384/statm: 2175 253 209 178 0 68 0
[pid=14388] ppid=14384 vsize=120488 CPUtime=4989.77 cores=1,3,5,7
/proc/14388/stat : 14388 (cdcl) R 14384 14384 14337 0 -1 4202496 37279 0 0 0 498961 16 0 0 25 0 1 0 907426658 123379712 28319 33554432000 4194304 4218580 140733736714064 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/14388/statm: 30122 28319 131 6 0 28592 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 129188

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14384 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=34474
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=234964
# CPU time returned by wait4() is 10.2694
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.64
CPU system time (s): 0.39
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 235236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0345
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54868
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= 8
involuntary context switches= 14

runsolver used 7.97079 second user time and 17.6063 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-15 17:01:37
IDJOB=3498857
IDBENCH=20410
IDSOLVER=1993
FILE ID=node147/3498857-1308150096
RUNJOBID= node147-1308150096-14356
PBS_JOBID= 13575585
Free space on /tmp= 73792 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498857-1308150096/watcher-3498857-1308150096 -o /tmp/evaluation-result-3498857-1308150096/solver-3498857-1308150096 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498857-1308150096.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=1215096249

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.82
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.836
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.75
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.836
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      29259680 kB
Buffers:        487612 kB
Cached:        2764000 kB
SwapCached:      10896 kB
Active:        1006216 kB
Inactive:      2313348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29259680 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           35816 kB
Writeback:           0 kB
AnonPages:       65852 kB
Mapped:          10436 kB
Slab:           306448 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227776 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= 73732 MiB
End job on node147 at 2011-06-15 18:24:59