Trace number 3349021

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) 1300.03 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.19	c ==============================================================================
0.00/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.19	c ==============================================================================
0.00/0.19	c |         0 |  488118  1138942 |  146435       0        0     nan |  0.000 % |
2.20/2.25	c |         0 |  187665   662610 |      --       0       --      -- |     --   | -300451/-476327
2.20/2.25	c ==============================================================================
2.20/2.25	c Result  :   #vars: 28580   #clauses: 187665   #literals: 662610
2.20/2.25	c CPU time:   2.18667 s
2.20/2.25	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-3349021-1304971059/watcher-3349021-1304971059 -o /tmp/evaluation-result-3349021-1304971059/solver-3349021-1304971059 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3349021-1304971059.cnf 

running on 2 cores: 5,7

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: 1.18 2.01 2.91 5/253 28809
/proc/meminfo: memFree=18902100/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=0 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 608706649 8908800 249 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 249 209 178 0 68 0

[startup+0.0458531 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28809
/proc/meminfo: memFree=18902100/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=0 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 608706649 8908800 249 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100849 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28809
/proc/meminfo: memFree=18902100/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=0 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 608706649 8908800 249 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300809 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28809
/proc/meminfo: memFree=18902100/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=0 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 608706649 8908800 249 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700735 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28809
/proc/meminfo: memFree=18902100/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=0 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 608706649 8908800 249 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 1.18 2.01 2.91 5/255 28812
/proc/meminfo: memFree=18840704/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=0 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 608706649 8908800 249 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 249 209 178 0 68 0
[pid=28810] ppid=28809 vsize=84388 CPUtime=1.49 cores=5,7
/proc/28810/stat : 28810 (SatELite_releas) R 28809 28809 28048 0 -1 4202496 19984 0 0 0 143 6 0 0 25 0 1 0 608706649 86413312 18425 33554432000 134512640 135144242 4294924912 18446744073709551615 134599797 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28810/statm: 21097 18425 77 155 0 20940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93088

[startup+3.10027 s]
/proc/loadavg: 1.18 2.01 2.91 5/255 28841
/proc/meminfo: memFree=18816868/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 1.40 2.04 2.92 5/255 28843
/proc/meminfo: memFree=18851956/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=34172 CPUtime=3.91 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 5976 0 0 0 390 1 0 0 25 0 1 0 608706888 34992128 5155 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 8543 5155 253 16 0 5185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42872

[startup+12.7005 s]
/proc/loadavg: 1.61 2.07 2.92 5/255 28843
/proc/meminfo: memFree=18839720/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=40236 CPUtime=10.3 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 10415 0 0 0 1029 1 0 0 25 0 1 0 608706888 41201664 6173 33554432000 4194304 4256717 140737041396304 18446744073709551615 4210829 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 10059 6173 253 16 0 6701 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48936

[startup+25.5012 s]
/proc/loadavg: 2.14 2.17 2.94 5/255 28844
/proc/meminfo: memFree=18778908/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=78216 CPUtime=23.11 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 23499 0 0 0 2308 3 0 0 25 0 1 0 608706888 80093184 14530 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213782 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 19554 14530 253 16 0 16196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86916

[startup+51.1005 s]
/proc/loadavg: 2.77 2.31 2.97 5/255 28844
/proc/meminfo: memFree=18687968/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=89888 CPUtime=48.71 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 42474 0 0 0 4866 5 0 0 25 0 1 0 608706888 92045312 17212 33554432000 4194304 4256717 140737041396304 18446744073709551615 4219137 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 22472 17212 253 16 0 19114 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98588

[startup+102.309 s]
/proc/loadavg: 3.55 2.59 3.02 5/255 28846
/proc/meminfo: memFree=18598356/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=120768 CPUtime=99.92 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 52518 0 0 0 9985 7 0 0 25 0 1 0 608706888 123666432 26561 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30192 26561 253 16 0 26834 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 129468

[startup+162.301 s]
/proc/loadavg: 3.88 2.86 3.09 5/255 28847
/proc/meminfo: memFree=18560764/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=121128 CPUtime=159.91 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 52803 0 0 0 15984 7 0 0 25 0 1 0 608706888 124035072 26830 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213977 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30282 26830 253 16 0 26924 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 129828

[startup+222.301 s]
/proc/loadavg: 3.95 3.06 3.14 5/255 28858
/proc/meminfo: memFree=18574124/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=121132 CPUtime=219.91 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 112685 0 0 0 21974 17 0 0 25 0 1 0 608706888 124039168 23058 33554432000 4194304 4256717 140737041396304 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30283 23058 253 16 0 26925 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 129832

[startup+282.301 s]
/proc/loadavg: 4.01 3.24 3.20 5/255 28860
/proc/meminfo: memFree=18583368/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=121132 CPUtime=279.91 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 176717 0 0 0 27962 29 0 0 25 0 1 0 608706888 124039168 24566 33554432000 4194304 4256717 140737041396304 18446744073709551615 4230530 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30283 24566 253 16 0 26925 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 129832

[startup+342.301 s]
/proc/loadavg: 4.00 3.38 3.24 5/255 28861
/proc/meminfo: memFree=18459820/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=123016 CPUtime=339.91 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 232519 0 0 0 33952 39 0 0 25 0 1 0 608706888 125968384 23334 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30754 23334 253 16 0 27396 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 131716

[startup+402.301 s]
/proc/loadavg: 4.00 3.49 3.29 5/255 28866
/proc/meminfo: memFree=18454172/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0

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

/proc/28842/statm: 30889 26487 253 16 0 27531 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 132256

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.45 5/255 28872
/proc/meminfo: memFree=18420968/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=639.93 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 512540 0 0 0 63907 86 0 0 25 0 1 0 608706888 158081024 28785 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 28785 253 16 0 35236 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 163076

[startup+702.301 s]
/proc/loadavg: 4.04 3.83 3.48 5/255 28874
/proc/meminfo: memFree=18434208/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=699.92 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 563754 0 0 0 69899 93 0 0 25 0 1 0 608706888 158081024 28845 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 28845 253 16 0 35236 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 163076

[startup+762.309 s]
/proc/loadavg: 4.01 3.85 3.51 5/255 28875
/proc/meminfo: memFree=18406632/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=759.94 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 614504 0 0 0 75892 102 0 0 25 0 1 0 608706888 158081024 29238 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 29238 253 16 0 35236 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 163076

[startup+822.301 s]
/proc/loadavg: 4.05 3.89 3.55 5/255 28877
/proc/meminfo: memFree=18418116/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=123556 CPUtime=819.93 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 671315 0 0 0 81883 110 0 0 25 0 1 0 608706888 126521344 25910 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30889 25910 253 16 0 27531 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 132256

[startup+882.301 s]
/proc/loadavg: 4.02 3.91 3.57 5/255 28879
/proc/meminfo: memFree=18377396/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=123556 CPUtime=879.93 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 726999 0 0 0 87873 120 0 0 25 0 1 0 608706888 126521344 25504 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30889 25504 253 16 0 27531 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 132256

[startup+942.3 s]
/proc/loadavg: 4.00 3.92 3.59 5/255 28880
/proc/meminfo: memFree=18395576/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=123556 CPUtime=939.93 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 773186 0 0 0 93865 128 0 0 25 0 1 0 608706888 126521344 26900 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30889 26900 253 16 0 27531 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 132256

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.62 5/255 28882
/proc/meminfo: memFree=18396028/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=999.94 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 825725 0 0 0 99857 137 0 0 25 0 1 0 608706888 158081024 28687 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213908 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 28687 253 16 0 35236 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 163076

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.64 5/255 28883
/proc/meminfo: memFree=18352960/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=123556 CPUtime=1059.93 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 879307 0 0 0 105848 145 0 0 25 0 1 0 608706888 126521344 27300 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 30889 27300 253 16 0 27531 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 132256

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.66 5/255 28885
/proc/meminfo: memFree=18420000/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=1119.94 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 917188 0 0 0 111843 151 0 0 25 0 1 0 608706888 158081024 30218 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 30218 253 16 0 35236 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 163076

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.67 5/255 28887
/proc/meminfo: memFree=18392536/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=1179.94 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 969736 0 0 0 117835 159 0 0 25 0 1 0 608706888 158081024 28176 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 28176 253 16 0 35236 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 163076

[startup+1242.3 s]
/proc/loadavg: 4.10 3.99 3.70 5/255 28888
/proc/meminfo: memFree=18400296/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=1239.94 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 1011452 0 0 0 123828 166 0 0 25 0 1 0 608706888 158081024 31770 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 31770 253 16 0 35236 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 163076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.01 3.73 4/252 28921
/proc/meminfo: memFree=18694744/32951124 swapFree=66522184/67111528
[pid=28809] ppid=28807 vsize=8700 CPUtime=2.38 cores=5,7
/proc/28809/stat : 28809 (esg_static.sh) S 28807 28809 28048 0 -1 4202496 352 22945 0 0 0 0 230 8 18 0 1 0 608706649 8908800 251 33554432000 4194304 4922060 140737279443040 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28809/statm: 2175 251 209 178 0 68 0
[pid=28842] ppid=28809 vsize=154376 CPUtime=1297.65 cores=5,7
/proc/28842/stat : 28842 (minisat_static) R 28809 28809 28048 0 -1 4202496 1051860 0 0 0 129594 171 0 0 25 0 1 0 608706888 158081024 32312 33554432000 4194304 4256717 140737041396304 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28842/statm: 38594 32312 253 16 0 35236 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 163076

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 28809 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=300650
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 2.38264
# while last known CPU time is 1300.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1298.24
CPU system time (s): 1.79
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 243216

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

runsolver used 2.80557 second user time and 6.67998 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-09 21:57:39
IDJOB=3349021
IDBENCH=82468
IDSOLVER=1811
FILE ID=node109/3349021-1304971059
RUNJOBID= node109-1304971053-28672
PBS_JOBID= 13285641
Free space on /tmp= 36856 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349021-1304971059/watcher-3349021-1304971059 -o /tmp/evaluation-result-3349021-1304971059/solver-3349021-1304971059 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3349021-1304971059.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1515040567

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18902372 kB
Buffers:        158152 kB
Cached:        2690924 kB
SwapCached:      18800 kB
Active:        6005920 kB
Inactive:      7813292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18902372 kB
SwapTotal:    67111528 kB
SwapFree:     66522184 kB
Dirty:           58476 kB
Writeback:           0 kB
AnonPages:    10957508 kB
Mapped:          18832 kB
Slab:           136720 kB
PageTables:      31744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18006256 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= 36840 MiB
End job on node109 at 2011-05-09 22:19:21