Trace number 3291603

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

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4716.27
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c Parsing...
3.29/3.40	c ==============================================================================
3.29/3.40	c |           |     ORIGINAL     |              LEARNT              |          |
3.29/3.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.29/3.40	c ==============================================================================
3.29/3.40	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
19.79/19.82	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
19.79/19.83	c ==============================================================================
19.79/19.83	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
19.79/19.83	c CPU time:   19.3031 s
19.79/19.83	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291603-1303780652/watcher-3291603-1303780652 -o /tmp/evaluation-result-3291603-1303780652/solver-3291603-1303780652 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3291603-1303780652.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.57 2.33 3.08 5/192 14195
/proc/meminfo: memFree=24555592/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0

[startup+0.104279 s]
/proc/loadavg: 1.57 2.33 3.08 5/192 14195
/proc/meminfo: memFree=24555592/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200208 s]
/proc/loadavg: 1.57 2.33 3.08 5/192 14195
/proc/meminfo: memFree=24555592/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300187 s]
/proc/loadavg: 1.57 2.33 3.08 5/192 14195
/proc/meminfo: memFree=24555592/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700114 s]
/proc/loadavg: 1.57 2.33 3.08 5/192 14195
/proc/meminfo: memFree=24555592/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 1.57 2.33 3.08 5/194 14197
/proc/meminfo: memFree=24304112/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
[pid=14196] ppid=14195 vsize=265936 CPUtime=1.49 cores=5,7
/proc/14196/stat : 14196 (SatELite_releas) R 14195 14195 11484 0 -1 4202496 65045 0 0 0 135 14 0 0 25 0 1 0 568296315 272318464 64640 33554432000 134512640 135144242 4287928544 18446744073709551615 134745534 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14196/statm: 66484 64640 52 155 0 66327 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 274636

[startup+3.10068 s]
/proc/loadavg: 1.57 2.33 3.08 5/194 14198
/proc/meminfo: memFree=24303988/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
[pid=14196] ppid=14195 vsize=370620 CPUtime=3.09 cores=5,7
/proc/14196/stat : 14196 (SatELite_releas) R 14195 14195 11484 0 -1 4202496 90393 0 0 0 288 21 0 0 25 0 1 0 568296315 379514880 89988 33554432000 134512640 135144242 4287928544 18446744073709551615 134553400 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14196/statm: 92655 89988 54 155 0 92498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379320

[startup+6.30109 s]
/proc/loadavg: 1.76 2.36 3.08 5/194 14198
/proc/meminfo: memFree=24152048/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
[pid=14196] ppid=14195 vsize=455996 CPUtime=6.28 cores=5,7
/proc/14196/stat : 14196 (SatELite_releas) R 14195 14195 11484 0 -1 4202496 116189 0 0 0 598 30 0 0 25 0 1 0 568296315 466939904 107303 33554432000 134512640 135144242 4287928544 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14196/statm: 113999 107303 77 155 0 113842 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 464696

[startup+12.7009 s]
/proc/loadavg: 1.94 2.38 3.09 5/194 14199
/proc/meminfo: memFree=24218792/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=0 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 568296314 8908800 249 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 249 209 178 0 68 0
[pid=14196] ppid=14195 vsize=463772 CPUtime=12.68 cores=5,7
/proc/14196/stat : 14196 (SatELite_releas) R 14195 14195 11484 0 -1 4202496 120454 0 0 0 1228 40 0 0 25 0 1 0 568296315 474902528 109370 33554432000 134512640 135144242 4287928544 18446744073709551615 134588933 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14196/statm: 115943 109370 77 155 0 115786 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 472472

[startup+25.5006 s]
/proc/loadavg: 2.40 2.46 3.10 5/194 14200
/proc/meminfo: memFree=24486896/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=133224 CPUtime=4.44 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 30640 0 0 0 438 6 0 0 25 0 1 0 568298419 136421376 30428 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 33306 30428 133 6 0 31776 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141924

[startup+51.1009 s]
/proc/loadavg: 2.94 2.58 3.12 5/194 14201
/proc/meminfo: memFree=24470576/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=137380 CPUtime=30.04 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 31692 0 0 0 2997 7 0 0 25 0 1 0 568298419 140677120 31480 33554432000 4194304 4218580 140735759894544 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 34345 31480 133 6 0 32815 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 146080

[startup+102.301 s]
/proc/loadavg: 3.58 2.82 3.17 5/194 14203
/proc/meminfo: memFree=24453828/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=140644 CPUtime=81.25 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 32570 0 0 0 8118 7 0 0 25 0 1 0 568298419 144019456 32357 33554432000 4194304 4218580 140735759894544 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 35161 32357 133 6 0 33631 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 149344

[startup+162.301 s]
/proc/loadavg: 3.83 3.02 3.22 5/194 14204
/proc/meminfo: memFree=24434500/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=143940 CPUtime=141.24 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 33393 0 0 0 14117 7 0 0 25 0 1 0 568298419 147394560 33180 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 35985 33180 133 6 0 34455 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 152640

[startup+222.308 s]
/proc/loadavg: 3.94 3.21 3.27 5/194 14206
/proc/meminfo: memFree=24412748/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=146940 CPUtime=201.25 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 34127 0 0 0 20117 8 0 0 25 0 1 0 568298419 150466560 33914 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 36735 33914 133 6 0 35205 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 155640

[startup+282.301 s]
/proc/loadavg: 3.97 3.34 3.31 5/194 14207
/proc/meminfo: memFree=24399060/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=148984 CPUtime=261.24 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 34670 0 0 0 26116 8 0 0 25 0 1 0 568298419 152559616 34457 33554432000 4194304 4218580 140735759894544 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 37246 34457 133 6 0 35716 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 157684

[startup+342.301 s]
/proc/loadavg: 3.99 3.45 3.35 5/194 14209
/proc/meminfo: memFree=24374224/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=154724 CPUtime=321.25 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 36088 0 0 0 32115 10 0 0 25 0 1 0 568298419 158437376 35875 33554432000 4194304 4218580 140735759894544 18446744073709551615 4211541 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 38681 35875 133 6 0 37151 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 163424

[startup+402.301 s]
/proc/loadavg: 3.99 3.55 3.38 5/194 14211
/proc/meminfo: memFree=24365400/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7

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

/proc/14200/statm: 39935 37133 133 6 0 38405 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 168440

[startup+702.301 s]
/proc/loadavg: 4.02 3.86 3.56 5/194 14219
/proc/meminfo: memFree=24343520/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=161256 CPUtime=681.26 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 37809 0 0 0 68115 11 0 0 25 0 1 0 568298419 165126144 37515 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208272 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 40314 37515 133 6 0 38784 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 169956

[startup+762.301 s]
/proc/loadavg: 4.01 3.88 3.58 5/194 14220
/proc/meminfo: memFree=24320672/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=161256 CPUtime=741.26 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 37826 0 0 0 74115 11 0 0 25 0 1 0 568298419 165126144 37516 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 40314 37516 133 6 0 38784 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 169956

[startup+822.301 s]
/proc/loadavg: 4.05 3.91 3.61 5/194 14222
/proc/meminfo: memFree=24313072/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=166536 CPUtime=801.26 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 39141 0 0 0 80114 12 0 0 25 0 1 0 568298419 170532864 38818 33554432000 4194304 4218580 140735759894544 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 41634 38818 133 6 0 40104 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 175236

[startup+882.307 s]
/proc/loadavg: 4.01 3.93 3.63 5/194 14223
/proc/meminfo: memFree=24309680/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=169868 CPUtime=861.27 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 39996 0 0 0 86114 13 0 0 25 0 1 0 568298419 173944832 39657 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 42467 39657 133 6 0 40937 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 178568

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.65 5/194 14225
/proc/meminfo: memFree=24306416/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=172836 CPUtime=921.26 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 40757 0 0 0 92113 13 0 0 25 0 1 0 568298419 176984064 40412 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 43209 40412 133 6 0 41679 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 181536

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.67 5/194 14227
/proc/meminfo: memFree=24300044/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=172900 CPUtime=981.27 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 40785 0 0 0 98114 13 0 0 25 0 1 0 568298419 177049600 40427 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 43225 40427 133 6 0 41695 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 181600

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.69 5/194 14228
/proc/meminfo: memFree=24298632/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=172932 CPUtime=1041.27 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 40801 0 0 0 104114 13 0 0 25 0 1 0 568298419 177082368 40432 33554432000 4194304 4218580 140735759894544 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 43233 40432 133 6 0 41703 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 181632

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.71 5/194 14230
/proc/meminfo: memFree=24289908/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=177592 CPUtime=1101.27 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 41975 0 0 0 110113 14 0 0 25 0 1 0 568298419 181854208 41588 33554432000 4194304 4218580 140735759894544 18446744073709551615 4200461 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 44398 41588 133 6 0 42868 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 186292

[startup+1182.3 s]
/proc/loadavg: 4.08 3.99 3.73 5/194 14231
/proc/meminfo: memFree=24284168/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=177528 CPUtime=1161.27 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 42001 0 0 0 116113 14 0 0 25 0 1 0 568298419 181788672 41576 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 44382 41576 133 6 0 42852 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 186228

[startup+1242.3 s]
/proc/loadavg: 3.95 3.97 3.74 4/187 14251
/proc/meminfo: memFree=24452224/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=177592 CPUtime=1221.27 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 42023 0 0 0 122113 14 0 0 25 0 1 0 568298419 181854208 41586 33554432000 4194304 4218580 140735759894544 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 44398 41586 133 6 0 42868 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 186292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.19 3.76 3.68 3/177 14295
/proc/meminfo: memFree=24598604/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=177592 CPUtime=1278.98 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 42053 0 0 0 127884 14 0 0 25 0 1 0 568298419 181854208 41592 33554432000 4194304 4218580 140735759894544 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 44398 41592 133 6 0 42868 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 186292

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

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

[startup+1300 s]
/proc/loadavg: 3.19 3.76 3.68 3/177 14295
/proc/meminfo: memFree=24598604/32950928 swapFree=67071984/67111528
[pid=14195] ppid=14193 vsize=8700 CPUtime=21.04 cores=5,7
/proc/14195/stat : 14195 (esg_static.sh) S 14193 14195 11484 0 -1 4202496 353 198215 0 0 0 0 2045 59 18 0 1 0 568296314 8908800 252 33554432000 4194304 4922060 140736642822160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14195/statm: 2175 252 209 178 0 68 0
[pid=14200] ppid=14195 vsize=177592 CPUtime=1278.98 cores=5,7
/proc/14200/stat : 14200 (cdcl) R 14195 14195 11484 0 -1 4202496 42053 0 0 0 127884 14 0 0 25 0 1 0 568298419 181854208 41592 33554432000 4194304 4218580 140735759894544 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/14200/statm: 44398 41592 133 6 0 42868 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 186292

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14195 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=450890
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=593909
# CPU time returned by wait4() is 21.0448
# while last known CPU time is 1300.02
#
# 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.02
CPU user time (s): 1299.29
CPU system time (s): 0.73
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 519380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4509
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198568
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= 16

runsolver used 2.04469 second user time and 5.05323 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-26 03:17:36
IDJOB=3291603
IDBENCH=84238
IDSOLVER=1609
FILE ID=node116/3291603-1303780652
RUNJOBID= node116-1303780652-14152
PBS_JOBID= 13157166
Free space on /tmp= 72452 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291603-1303780652/watcher-3291603-1303780652 -o /tmp/evaluation-result-3291603-1303780652/solver-3291603-1303780652 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3291603-1303780652.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1041594136

node116.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.826
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.65
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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.826
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.75
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.826
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.826
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.77
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.826
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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      24555748 kB
Buffers:       1868192 kB
Cached:        5750308 kB
SwapCached:       9732 kB
Active:        3719680 kB
Inactive:      4250548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24555748 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:          138500 kB
Writeback:           0 kB
AnonPages:      345568 kB
Mapped:          14772 kB
Slab:           359420 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   591616 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= 72304 MiB
End job on node116 at 2011-04-26 03:39:18