Trace number 3348822

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.01 1300.02

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.30/3.33	c ==============================================================================
3.30/3.33	c |           |     ORIGINAL     |              LEARNT              |          |
3.30/3.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.30/3.33	c ==============================================================================
3.30/3.33	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
18.99/19.06	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
18.99/19.07	c ==============================================================================
18.99/19.07	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
18.99/19.07	c CPU time:   18.6332 s
18.99/19.07	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-3348822-1304972689/watcher-3348822-1304972689 -o /tmp/evaluation-result-3348822-1304972689/solver-3348822-1304972689 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348822-1304972689.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.93 3.99 3.82 4/306 12242
/proc/meminfo: memFree=25483676/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0

[startup+0.0582371 s]
/proc/loadavg: 3.93 3.99 3.82 4/306 12242
/proc/meminfo: memFree=25483676/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101229 s]
/proc/loadavg: 3.93 3.99 3.82 4/306 12242
/proc/meminfo: memFree=25483676/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301199 s]
/proc/loadavg: 3.93 3.99 3.82 4/306 12242
/proc/meminfo: memFree=25483676/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701126 s]
/proc/loadavg: 3.93 3.99 3.82 4/306 12242
/proc/meminfo: memFree=25483676/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/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: 3.93 3.99 3.82 6/308 12244
/proc/meminfo: memFree=25297660/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
[pid=12243] ppid=12242 vsize=267916 CPUtime=1.49 cores=4,6
/proc/12243/stat : 12243 (SatELite_releas) R 12242 12242 9758 0 -1 4202496 65601 0 0 0 137 12 0 0 25 0 1 0 589685247 274345984 65196 33554432000 134512640 135144242 4293507792 18446744073709551615 134745534 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12243/statm: 66979 65196 52 155 0 66822 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 276616

[startup+3.10065 s]
/proc/loadavg: 3.93 3.99 3.82 6/308 12246
/proc/meminfo: memFree=25209124/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
[pid=12243] ppid=12242 vsize=370620 CPUtime=3.09 cores=4,6
/proc/12243/stat : 12243 (SatELite_releas) R 12242 12242 9758 0 -1 4202496 90393 0 0 0 292 17 0 0 25 0 1 0 589685247 379514880 89988 33554432000 134512640 135144242 4293507792 18446744073709551615 134553391 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12243/statm: 92655 89988 54 155 0 92498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379320

[startup+6.30108 s]
/proc/loadavg: 3.94 3.99 3.82 6/308 12246
/proc/meminfo: memFree=25060080/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
[pid=12243] ppid=12242 vsize=456392 CPUtime=6.29 cores=4,6
/proc/12243/stat : 12243 (SatELite_releas) R 12242 12242 9758 0 -1 4202496 116308 0 0 0 604 25 0 0 25 0 1 0 589685247 467345408 107422 33554432000 134512640 135144242 4293507792 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12243/statm: 114098 107422 77 155 0 113941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 465092

[startup+12.7009 s]
/proc/loadavg: 3.94 3.99 3.82 6/309 12247
/proc/meminfo: memFree=25024240/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=0 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 589685247 8908800 249 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 249 209 178 0 68 0
[pid=12243] ppid=12242 vsize=464028 CPUtime=12.69 cores=4,6
/proc/12243/stat : 12243 (SatELite_releas) R 12242 12242 9758 0 -1 4202496 120520 0 0 0 1236 33 0 0 25 0 1 0 589685247 475164672 109436 33554432000 134512640 135144242 4293507792 18446744073709551615 134603395 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12243/statm: 116007 109436 77 155 0 115850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 472728

[startup+25.5005 s]
/proc/loadavg: 3.96 3.99 3.82 6/308 12249
/proc/meminfo: memFree=25290452/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=136764 CPUtime=5.25 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 30980 0 0 0 520 5 0 0 25 0 1 0 589687271 140046336 26538 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 34191 26538 252 16 0 30833 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 145464

[startup+51.1008 s]
/proc/loadavg: 3.97 3.99 3.83 6/308 12249
/proc/meminfo: memFree=25299872/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=141352 CPUtime=30.85 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 32915 0 0 0 3079 6 0 0 25 0 1 0 589687271 144744448 28416 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 35338 28416 252 16 0 31980 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150052

[startup+102.311 s]
/proc/loadavg: 4.03 4.00 3.84 6/308 12251
/proc/meminfo: memFree=25216708/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=143120 CPUtime=82.06 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 47340 0 0 0 8198 8 0 0 25 0 1 0 589687271 146554880 27999 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 35780 27999 252 16 0 32422 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 151820

[startup+162.3 s]
/proc/loadavg: 4.07 4.02 3.85 6/308 12252
/proc/meminfo: memFree=25265032/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=145564 CPUtime=142.06 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 64114 0 0 0 14195 11 0 0 25 0 1 0 589687271 149057536 29252 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 36391 29252 252 16 0 33033 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154264

[startup+222.301 s]
/proc/loadavg: 4.07 4.03 3.86 6/308 12254
/proc/meminfo: memFree=25225328/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=145856 CPUtime=202.05 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 81655 0 0 0 20192 13 0 0 25 0 1 0 589687271 149356544 30561 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 36464 30561 252 16 0 33106 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 154556

[startup+282.301 s]
/proc/loadavg: 4.02 4.02 3.87 6/308 12255
/proc/meminfo: memFree=25231532/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=178748 CPUtime=262.05 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 102464 0 0 0 26189 16 0 0 25 0 1 0 589687271 183037952 34364 33554432000 4194304 4256717 140733811414128 18446744073709551615 4210793 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 44687 34364 252 16 0 41329 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 187448

[startup+342.301 s]
/proc/loadavg: 4.11 4.04 3.88 6/308 12257
/proc/meminfo: memFree=25202068/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=179408 CPUtime=322.06 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 120829 0 0 0 32186 20 0 0 25 0 1 0 589687271 183713792 34838 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 44852 34838 252 16 0 41494 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 188108

[startup+402.301 s]
/proc/loadavg: 4.04 4.03 3.89 6/308 12259
/proc/meminfo: memFree=25178572/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6

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

/proc/12248/statm: 38875 34066 252 16 0 35517 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 164200

[startup+642.301 s]
/proc/loadavg: 4.06 4.02 3.91 6/308 12265
/proc/meminfo: memFree=25149892/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=187252 CPUtime=622.07 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 236395 0 0 0 62169 38 0 0 25 0 1 0 589687271 191746048 35911 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 46813 35911 252 16 0 43455 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 195952

[startup+702.301 s]
/proc/loadavg: 4.02 4.02 3.91 6/308 12267
/proc/meminfo: memFree=25147972/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=188264 CPUtime=682.06 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 257747 0 0 0 68165 41 0 0 25 0 1 0 589687271 192782336 36830 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 47066 36830 252 16 0 43708 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 196964

[startup+762.312 s]
/proc/loadavg: 4.10 4.04 3.93 6/308 12268
/proc/meminfo: memFree=25142080/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=189192 CPUtime=742.08 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 277590 0 0 0 74164 44 0 0 25 0 1 0 589687271 193732608 36565 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 47298 36565 252 16 0 43940 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 197892

[startup+822.301 s]
/proc/loadavg: 4.04 4.03 3.93 6/308 12270
/proc/meminfo: memFree=25134448/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=189192 CPUtime=802.07 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 280716 0 0 0 80162 45 0 0 25 0 1 0 589687271 193732608 39591 33554432000 4194304 4256717 140733811414128 18446744073709551615 4210895 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 47298 39591 252 16 0 43940 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 197892

[startup+882.301 s]
/proc/loadavg: 4.08 4.04 3.93 6/308 12271
/proc/meminfo: memFree=25127560/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=191152 CPUtime=862.07 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 300927 0 0 0 86158 49 0 0 25 0 1 0 589687271 195739648 38982 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 47788 38982 252 16 0 44430 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 199852

[startup+942.301 s]
/proc/loadavg: 4.03 4.03 3.93 6/308 12273
/proc/meminfo: memFree=25124892/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=192680 CPUtime=922.07 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 321329 0 0 0 92155 52 0 0 25 0 1 0 589687271 197304320 37900 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 48170 37900 252 16 0 44812 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 201380

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.93 6/308 12275
/proc/meminfo: memFree=25147884/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=193568 CPUtime=982.07 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 341403 0 0 0 98151 56 0 0 25 0 1 0 589687271 198213632 37275 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 48392 37275 252 16 0 45034 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 202268

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.93 6/308 12276
/proc/meminfo: memFree=25136288/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=194584 CPUtime=1042.08 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 362142 0 0 0 104148 60 0 0 25 0 1 0 589687271 199254016 37372 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 48646 37372 252 16 0 45288 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 203284

[startup+1122.3 s]
/proc/loadavg: 3.56 3.91 3.90 3/294 12314
/proc/meminfo: memFree=25875548/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=194584 CPUtime=1102.08 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 365213 0 0 0 110147 61 0 0 25 0 1 0 589687271 199254016 40316 33554432000 4194304 4256717 140733811414128 18446744073709551615 4218684 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 48646 40316 252 16 0 45288 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 203284

[startup+1182.3 s]
/proc/loadavg: 2.29 3.50 3.76 2/287 12333
/proc/meminfo: memFree=26009856/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=195992 CPUtime=1162.08 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 385379 0 0 0 116143 65 0 0 25 0 1 0 589687271 200695808 40183 33554432000 4194304 4256717 140733811414128 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 48998 40183 252 16 0 45640 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 204692

[startup+1242.3 s]
/proc/loadavg: 1.52 3.06 3.59 2/287 12335
/proc/meminfo: memFree=26010788/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=197144 CPUtime=1222.07 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 405251 0 0 0 122139 68 0 0 25 0 1 0 589687271 201875456 39701 33554432000 4194304 4256717 140733811414128 18446744073709551615 4218642 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 49286 39701 252 16 0 45928 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 205844



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.19 2.68 3.42 2/287 12337
/proc/meminfo: memFree=25999844/32951124 swapFree=63485424/67111528
[pid=12242] ppid=12240 vsize=8700 CPUtime=20.23 cores=4,6
/proc/12242/stat : 12242 (esg_static.sh) S 12240 12242 9758 0 -1 4202496 351 198215 0 0 0 0 1972 51 18 0 1 0 589685247 8908800 251 33554432000 4194304 4922060 140736749042736 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12242/statm: 2175 251 209 178 0 68 0
[pid=12248] ppid=12242 vsize=197144 CPUtime=1279.78 cores=4,6
/proc/12248/stat : 12248 (minisat_static) R 12242 12242 9758 0 -1 4202496 408067 0 0 0 127909 69 0 0 25 0 1 0 589687271 201875456 42422 33554432000 4194304 4256717 140733811414128 18446744073709551615 4210895 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12248/statm: 49286 42422 252 16 0 45928 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 205844

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 12242 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=726001
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=513921
# CPU time returned by wait4() is 20.2399
# while last known CPU time is 1300.01
#
# 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): 1300.01
CPU user time (s): 1298.81
CPU system time (s): 1.2
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 517844

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

runsolver used 3.9114 second user time and 8.01778 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 22:24:53
IDJOB=3348822
IDBENCH=84238
IDSOLVER=1811
FILE ID=node147/3348822-1304972689
RUNJOBID= node147-1304971145-11659
PBS_JOBID= 13285603
Free space on /tmp= 52700 MiB

SOLVER NAME= minisat hack: minisat_psm 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-3348822-1304972689/watcher-3348822-1304972689 -o /tmp/evaluation-result-3348822-1304972689/solver-3348822-1304972689 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348822-1304972689.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1808197072

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25483700 kB
Buffers:        166924 kB
Cached:        3506000 kB
SwapCached:      12852 kB
Active:        1581560 kB
Inactive:      5683904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25483700 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          406752 kB
Writeback:           0 kB
AnonPages:     3588212 kB
Mapped:          15300 kB
Slab:           108468 kB
PageTables:      30820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45640260 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= 52812 MiB
End job on node147 at 2011-05-09 22:46:35