Trace number 3349039

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
minisat hack: minisat_psm 2011-04-01? (TO) 1299.97 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Parsing...
0.00/0.21	c ==============================================================================
0.00/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.21	c ==============================================================================
0.00/0.21	c |         0 |  464157  1074623 |  139247       0        0     nan |  0.000 % |
1.00/1.09	c |         0 |  376579   970253 |      --       0       --      -- |     --   | -33371/7794
1.00/1.09	c ==============================================================================
1.00/1.09	c Result  :   #vars: 57489   #clauses: 376579   #literals: 970253
1.00/1.09	c CPU time:   1.05884 s
1.00/1.09	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.0 (svn: 961)

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-3349039-1304970015/watcher-3349039-1304970015 -o /tmp/evaluation-result-3349039-1304970015/solver-3349039-1304970015 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3349039-1304970015.cnf 

running on 2 cores: 1,3

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: 4.10 4.06 3.51 5/400 16249
/proc/meminfo: memFree=27645900/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=0 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608600233 8908800 250 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 250 209 178 0 68 0

[startup+0.089433 s]
/proc/loadavg: 4.10 4.06 3.51 5/400 16249
/proc/meminfo: memFree=27645900/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=0 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608600233 8908800 250 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100428 s]
/proc/loadavg: 4.10 4.06 3.51 5/400 16249
/proc/meminfo: memFree=27645900/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=0 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608600233 8908800 250 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300395 s]
/proc/loadavg: 4.10 4.06 3.51 5/400 16249
/proc/meminfo: memFree=27645900/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=0 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608600233 8908800 250 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70033 s]
/proc/loadavg: 4.10 4.06 3.51 5/400 16249
/proc/meminfo: memFree=27645900/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=0 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608600233 8908800 250 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50019 s]
/proc/loadavg: 4.10 4.06 3.51 5/402 16251
/proc/meminfo: memFree=27577684/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 8700

[startup+3.10093 s]
/proc/loadavg: 4.10 4.06 3.51 5/402 16252
/proc/meminfo: memFree=27601784/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=42920 CPUtime=1.81 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 8327 0 0 0 180 1 0 0 25 0 1 0 608600361 43950080 7022 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 10730 7022 252 16 0 7372 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51620

[startup+6.30038 s]
/proc/loadavg: 4.09 4.06 3.51 5/402 16252
/proc/meminfo: memFree=27580484/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=50420 CPUtime=5.01 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 9640 0 0 0 500 1 0 0 25 0 1 0 608600361 51630080 8332 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 12605 8332 253 16 0 9247 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59120

[startup+12.7003 s]
/proc/loadavg: 4.08 4.06 3.51 5/402 16252
/proc/meminfo: memFree=27600808/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=69468 CPUtime=11.41 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 24637 0 0 0 1138 3 0 0 25 0 1 0 608600361 71135232 12650 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 17367 12650 253 16 0 14009 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78168

[startup+25.5012 s]
/proc/loadavg: 4.06 4.05 3.52 5/402 16252
/proc/meminfo: memFree=27576992/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=99820 CPUtime=24.2 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 31464 0 0 0 2417 3 0 0 25 0 1 0 608600361 102215680 19472 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 24955 19472 253 16 0 21597 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 108520

[startup+51.1008 s]
/proc/loadavg: 4.04 4.05 3.53 5/402 16253
/proc/meminfo: memFree=27546208/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=99816 CPUtime=49.81 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 39835 0 0 0 4976 5 0 0 25 0 1 0 608600361 102211584 20419 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 24954 20419 253 16 0 21596 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 108516

[startup+102.315 s]
/proc/loadavg: 4.17 4.08 3.57 5/402 16254
/proc/meminfo: memFree=27539288/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=99816 CPUtime=101.02 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 73918 0 0 0 10092 10 0 0 25 0 1 0 608600361 102211584 21340 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 24954 21340 258 16 0 21596 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 108516

[startup+162.301 s]
/proc/loadavg: 4.11 4.08 3.60 5/402 16256
/proc/meminfo: memFree=27510620/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=130460 CPUtime=161.01 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 112436 0 0 0 16085 16 0 0 25 0 1 0 608600361 133591040 28097 33554432000 4194304 4256717 140737294430624 18446744073709551615 4218642 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 32615 28097 253 16 0 29257 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 139160

[startup+222.301 s]
/proc/loadavg: 4.04 4.07 3.62 5/402 16257
/proc/meminfo: memFree=27414680/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=130456 CPUtime=221.01 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 151363 0 0 0 22079 22 0 0 25 0 1 0 608600361 133586944 28328 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 32614 28328 253 16 0 29256 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 139156

[startup+282.301 s]
/proc/loadavg: 4.01 4.05 3.64 5/402 16259
/proc/meminfo: memFree=27473184/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=130460 CPUtime=281.01 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 195892 0 0 0 28073 28 0 0 25 0 1 0 608600361 133591040 25578 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 32615 25578 257 16 0 29257 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 139160

[startup+342.301 s]
/proc/loadavg: 4.00 4.04 3.66 5/402 16260
/proc/meminfo: memFree=27445236/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=161280 CPUtime=341 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 237449 0 0 0 34065 35 0 0 25 0 1 0 608600361 165150720 30695 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 40320 30695 253 16 0 36962 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 169980

[startup+402.301 s]
/proc/loadavg: 4.00 4.03 3.68 5/402 16262
/proc/meminfo: memFree=27419340/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=211368 CPUtime=401 cores=1,3

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

/proc/16252/statm: 32615 27814 253 16 0 29257 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 139160

[startup+642.3 s]
/proc/loadavg: 4.03 4.06 3.77 5/402 16268
/proc/meminfo: memFree=27445360/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=130460 CPUtime=641.01 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 420762 0 0 0 64036 65 0 0 25 0 1 0 608600361 133591040 27015 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209373 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 32615 27015 253 16 0 29257 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 139160

[startup+702.3 s]
/proc/loadavg: 4.19 4.09 3.79 5/402 16270
/proc/meminfo: memFree=27405004/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=130460 CPUtime=701 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 482530 0 0 0 70025 75 0 0 25 0 1 0 608600361 133591040 26529 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 32615 26529 253 16 0 29257 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 139160

[startup+762.315 s]
/proc/loadavg: 4.07 4.08 3.81 5/402 16272
/proc/meminfo: memFree=27376556/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=161280 CPUtime=761.02 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 522242 0 0 0 76020 82 0 0 25 0 1 0 608600361 165150720 31149 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209191 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 40320 31149 253 16 0 36962 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 169980

[startup+822.301 s]
/proc/loadavg: 4.02 4.06 3.82 5/402 16303
/proc/meminfo: memFree=27396164/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=161280 CPUtime=821 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 579678 0 0 0 82010 90 0 0 25 0 1 0 608600361 165150720 30733 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 40320 30733 253 16 0 36962 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 169980

[startup+882.301 s]
/proc/loadavg: 4.08 4.07 3.83 5/402 16305
/proc/meminfo: memFree=27412604/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=211368 CPUtime=881 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 608602 0 0 0 88006 94 0 0 25 0 1 0 608600361 216440832 38120 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 52842 38120 253 16 0 49484 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 220068

[startup+942.301 s]
/proc/loadavg: 4.06 4.07 3.85 5/402 16306
/proc/meminfo: memFree=27414200/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=161280 CPUtime=941 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 650842 0 0 0 94001 99 0 0 25 0 1 0 608600361 165150720 31773 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 40320 31773 253 16 0 36962 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 169980

[startup+1002.3 s]
/proc/loadavg: 4.02 4.06 3.85 5/402 16308
/proc/meminfo: memFree=27351404/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=211368 CPUtime=1000.99 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 661063 0 0 0 99999 100 0 0 25 0 1 0 608600361 216440832 41982 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 52842 41982 253 16 0 49484 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 220068

[startup+1062.3 s]
/proc/loadavg: 4.06 4.06 3.86 5/402 16310
/proc/meminfo: memFree=27327940/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=211368 CPUtime=1061 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 718078 0 0 0 105991 109 0 0 25 0 1 0 608600361 216440832 44823 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 52842 44823 253 16 0 49484 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 220068

[startup+1122.3 s]
/proc/loadavg: 4.02 4.05 3.87 5/402 16311
/proc/meminfo: memFree=27232772/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=211368 CPUtime=1121 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 769914 0 0 0 111984 116 0 0 25 0 1 0 608600361 216440832 43932 33554432000 4194304 4256717 140737294430624 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 52842 43932 253 16 0 49484 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 220068

[startup+1182.3 s]
/proc/loadavg: 3.40 3.87 3.82 4/395 16331
/proc/meminfo: memFree=27459648/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=161280 CPUtime=1180.99 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 839833 0 0 0 117974 125 0 0 25 0 1 0 608600361 165150720 35940 33554432000 4194304 4256717 140737294430624 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 40320 35940 253 16 0 36962 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 169980

[startup+1242.3 s]
/proc/loadavg: 2.34 3.50 3.69 2/381 16368
/proc/meminfo: memFree=28306684/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=161280 CPUtime=1240.99 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 905431 0 0 0 123964 135 0 0 25 0 1 0 608600361 165150720 33749 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 40320 33749 253 16 0 36962 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 169980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.56 3.06 3.53 2/381 16379
/proc/meminfo: memFree=28285164/32950928 swapFree=44388816/67111528
[pid=16249] ppid=16247 vsize=8700 CPUtime=1.27 cores=1,3
/proc/16249/stat : 16249 (esg_static.sh) S 16247 16249 15673 0 -1 4202496 353 19068 0 0 0 0 122 5 18 0 1 0 608600233 8908800 252 33554432000 4194304 4922060 140736580229376 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/16249/statm: 2175 252 209 178 0 68 0
[pid=16252] ppid=16249 vsize=211368 CPUtime=1298.7 cores=1,3
/proc/16252/stat : 16252 (minisat_static) R 16249 16249 15673 0 -1 4202496 944071 0 0 0 129730 140 0 0 25 0 1 0 608600361 216440832 39028 33554432000 4194304 4256717 140737294430624 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16252/statm: 52842 39028 253 16 0 49484 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 220068

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16249 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=221814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=53991
# CPU time returned by wait4() is 1.2758
# while last known CPU time is 1299.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1299.97
CPU user time (s): 1298.52
CPU system time (s): 1.45
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 431684

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

runsolver used 4.75328 second user time and 11.7432 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 21:40:15
IDJOB=3349039
IDBENCH=82372
IDSOLVER=1811
FILE ID=node126/3349039-1304970015
RUNJOBID= node126-1304968097-15693
PBS_JOBID= 13285624
Free space on /tmp= 50604 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349039-1304970015/watcher-3349039-1304970015 -o /tmp/evaluation-result-3349039-1304970015/solver-3349039-1304970015 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3349039-1304970015.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1578819241

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.75
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27646172 kB
Buffers:        143052 kB
Cached:        1325872 kB
SwapCached:      92124 kB
Active:        1143228 kB
Inactive:      3938688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27646172 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:           98368 kB
Writeback:          32 kB
AnonPages:     3533216 kB
Mapped:          15688 kB
Slab:            78868 kB
PageTables:      77636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88885300 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= 50740 MiB
End job on node126 at 2011-05-09 22:01:57