Trace number 3266823

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
riss 1.0? (TO) 1300.03 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
MD5SUM1bb1eb2a3bb0b22f560ab6712b727e98
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.385941
Satisfiable
(Un)Satisfiability was proved
Number of variables943
Number of clauses93431
Sum of the clauses size187745
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 293401
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	c *****************************************************
0.00/0.01	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.01	c *   This program may be redistributed or modified   *
0.00/0.01	c * under the terms of the GNU General Public License *
0.00/0.01	c *****************************************************
0.00/0.01	c process id: 31418
0.00/0.03	c parsetime: 17298us
0.00/0.03	c parsed 93431 clauses with 943 variables
3.59/3.60	c init all components done
3.59/3.60	c ====================
3.59/3.60	c trail size: 0

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-3266823-1304144003/watcher-3266823-1304144003 -o /tmp/evaluation-result-3266823-1304144003/solver-3266823-1304144003 -C 2400 -W 1300 -M 7680 HOME/riss.sh HOME HOME/instance-3266823-1304144003.cnf 386273857 2400 7680 2 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.91 5/192 31417
/proc/meminfo: memFree=30649040/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=48224 CPUtime=0 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 3020 0 0 0 0 0 0 0 20 0 1 0 525998285 49381376 2957 33554432000 4194304 5523604 140734908036144 18446744073709551615 228122408029 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 12056 2957 237 325 0 7870 0

[startup+0.046547 s]
/proc/loadavg: 4.00 4.00 3.91 5/192 31417
/proc/meminfo: memFree=30649040/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=53804 CPUtime=0.03 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 9621 0 0 0 3 0 0 0 20 0 1 0 525998285 55095296 9495 33554432000 4194304 5523604 140734908036144 18446744073709551615 228122375201 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 13451 9497 322 325 0 9265 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 62504

[startup+0.10056 s]
/proc/loadavg: 4.00 4.00 3.91 5/192 31417
/proc/meminfo: memFree=30649040/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=50376 CPUtime=0.09 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 10959 0 0 0 8 1 0 0 20 0 1 0 525998285 51585024 8673 33554432000 4194304 5523604 140734908036144 18446744073709551615 4325959 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 12594 8673 325 325 0 8408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59076

[startup+0.300528 s]
/proc/loadavg: 4.00 4.00 3.91 5/192 31417
/proc/meminfo: memFree=30649040/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=51328 CPUtime=0.29 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 11326 0 0 0 28 1 0 0 21 0 1 0 525998285 52559872 8857 33554432000 4194304 5523604 140734908036144 18446744073709551615 4339879 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 12832 8857 328 325 0 8646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60028

[startup+0.700439 s]
/proc/loadavg: 4.00 4.00 3.91 5/192 31417
/proc/meminfo: memFree=30649040/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=51592 CPUtime=0.69 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 11415 0 0 0 68 1 0 0 22 0 1 0 525998285 52830208 8946 33554432000 4194304 5523604 140734908036144 18446744073709551615 4339921 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 12898 8946 328 325 0 8712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60292

[startup+1.50029 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31419
/proc/meminfo: memFree=30612824/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=51592 CPUtime=1.49 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 11415 0 0 0 148 1 0 0 25 0 1 0 525998285 52830208 8946 33554432000 4194304 5523604 140734908036144 18446744073709551615 4339904 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 12898 8946 328 325 0 8712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60292

[startup+3.10103 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31419
/proc/meminfo: memFree=30609476/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=56044 CPUtime=3.09 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 12448 0 0 0 308 1 0 0 25 0 1 0 525998285 57389056 9979 33554432000 4194304 5523604 140734908036144 18446744073709551615 228122407897 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 14011 9979 332 325 0 9825 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64744

[startup+6.30045 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31419
/proc/meminfo: memFree=30587032/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=59652 CPUtime=6.29 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 15474 0 0 0 628 1 0 0 25 0 1 0 525998285 61083648 10900 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332916 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 14913 10900 373 325 0 10727 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68352

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31419
/proc/meminfo: memFree=30582132/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=62492 CPUtime=12.69 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 16188 0 0 0 1268 1 0 0 25 0 1 0 525998285 63991808 11614 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332560 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 15623 11614 373 325 0 11437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71192

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31420
/proc/meminfo: memFree=30573292/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=66780 CPUtime=25.5 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 17255 0 0 0 2548 2 0 0 25 0 1 0 525998285 68382720 12681 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332038 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 16695 12681 373 325 0 12509 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 75480

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31420
/proc/meminfo: memFree=30545104/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=74836 CPUtime=51.09 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 19241 0 0 0 5107 2 0 0 25 0 1 0 525998285 76632064 14667 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 18709 14667 373 325 0 14523 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83536

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31422
/proc/meminfo: memFree=30472548/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=84508 CPUtime=102.29 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 21530 0 0 0 10226 3 0 0 25 0 1 0 525998285 86536192 16956 33554432000 4194304 5523604 140734908036144 18446744073709551615 228122372244 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 21127 16956 373 325 0 16941 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 93208

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31423
/proc/meminfo: memFree=30409656/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=96376 CPUtime=162.29 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 24567 0 0 0 16224 5 0 0 25 0 1 0 525998285 98689024 19993 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332907 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 24094 19993 373 325 0 19908 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105076

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31425
/proc/meminfo: memFree=30363612/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=102992 CPUtime=222.3 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 26131 0 0 0 22224 6 0 0 25 0 1 0 525998285 105463808 21300 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 25748 21300 373 325 0 21562 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 111692

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31426
/proc/meminfo: memFree=30305768/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=118512 CPUtime=282.3 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 30035 0 0 0 28222 8 0 0 25 0 1 0 525998285 121356288 25204 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 29628 25204 373 325 0 25442 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 127212

[startup+342.301 s]

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

/proc/31418/statm: 34759 30411 373 325 0 30573 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 147736

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31436
/proc/meminfo: memFree=30092760/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=145156 CPUtime=642.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 36858 0 0 0 64220 12 0 0 25 0 1 0 525998285 148639744 31514 33554432000 4194304 5523604 140734908036144 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 36289 31514 373 325 0 32103 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 153856

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31438
/proc/meminfo: memFree=30075736/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=157008 CPUtime=702.31 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 39846 0 0 0 70217 14 0 0 25 0 1 0 525998285 160776192 34502 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332855 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 39252 34502 373 325 0 35066 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 165708

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31439
/proc/meminfo: memFree=30045704/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=167888 CPUtime=762.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 42406 0 0 0 76216 16 0 0 25 0 1 0 525998285 171917312 37062 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332892 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 41972 37062 373 325 0 37786 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 176588

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31441
/proc/meminfo: memFree=30017884/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=167888 CPUtime=822.31 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 42408 0 0 0 82215 16 0 0 25 0 1 0 525998285 171917312 37064 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 41972 37064 373 325 0 37786 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 176588

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31442
/proc/meminfo: memFree=29991040/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=167888 CPUtime=882.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 42414 0 0 0 88216 16 0 0 25 0 1 0 525998285 171917312 37070 33554432000 4194304 5523604 140734908036144 18446744073709551615 4216840 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 41972 37070 373 325 0 37786 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 176588

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31444
/proc/meminfo: memFree=29977972/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=167888 CPUtime=942.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 42420 0 0 0 94216 16 0 0 25 0 1 0 525998285 171917312 37076 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 41972 37076 373 325 0 37786 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 176588

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31446
/proc/meminfo: memFree=29955740/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=168416 CPUtime=1002.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 42524 0 0 0 100216 16 0 0 25 0 1 0 525998285 172457984 37180 33554432000 4194304 5523604 140734908036144 18446744073709551615 5333128 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 42104 37180 373 325 0 37918 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 177116

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31447
/proc/meminfo: memFree=29920620/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=174024 CPUtime=1062.31 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 43920 0 0 0 106215 16 0 0 25 0 1 0 525998285 178200576 38576 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332855 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 43506 38576 373 325 0 39320 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 182724

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 31449
/proc/meminfo: memFree=29893796/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=183680 CPUtime=1122.31 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 46250 0 0 0 112214 17 0 0 25 0 1 0 525998285 188088320 40906 33554432000 4194304 5523604 140734908036144 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 45920 40906 373 325 0 41734 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 192380

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/194 31450
/proc/meminfo: memFree=29854088/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=192952 CPUtime=1182.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 48523 0 0 0 118213 19 0 0 25 0 1 0 525998285 197582848 43179 33554432000 4194304 5523604 140734908036144 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 48238 43179 373 325 0 44052 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 201652

[startup+1242.3 s]
/proc/loadavg: 3.86 3.98 3.90 3/188 31454
/proc/meminfo: memFree=30466400/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=201788 CPUtime=1242.32 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 50660 0 0 0 124213 19 0 0 25 0 1 0 525998285 206630912 45316 33554432000 4194304 5523604 140734908036144 18446744073709551615 5333103 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 50447 45316 373 325 0 46261 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 210488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.21 3.50 3.74 2/173 31508
/proc/meminfo: memFree=30664288/32951124 swapFree=67111444/67111528
[pid=31417] ppid=31415 vsize=8700 CPUtime=0 cores=0,2
/proc/31417/stat : 31417 (riss.sh) S 31415 31417 30326 0 -1 4202496 331 0 0 0 0 0 0 0 19 0 1 0 525998284 8908800 252 33554432000 4194304 4922060 140736582996688 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31417/statm: 2175 252 211 178 0 68 0
[pid=31418] ppid=31417 vsize=215400 CPUtime=1300.03 cores=0,2
/proc/31418/stat : 31418 (riss) R 31417 31417 30326 0 -1 4202496 54076 0 0 0 129982 21 0 0 25 0 1 0 525998285 220569600 48732 33554432000 4194304 5523604 140734908036144 18446744073709551615 228122372525 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31418/statm: 53850 48732 374 325 0 49664 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 224100

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 31417 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# 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): 1299.82
CPU system time (s): 0.21
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 224100

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

runsolver used 2.26765 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-30 08:13:23
IDJOB=3266823
IDBENCH=88214
IDSOLVER=1598
FILE ID=node138/3266823-1304144003
RUNJOBID= node138-1304142641-31152
PBS_JOBID= 13170837
Free space on /tmp= 72388 MiB

SOLVER NAME= riss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
COMMAND LINE= DIR/riss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266823-1304144003/watcher-3266823-1304144003 -o /tmp/evaluation-result-3266823-1304144003/solver-3266823-1304144003 -C 2400 -W 1300 -M 7680  HOME/riss.sh HOME HOME/instance-3266823-1304144003.cnf 386273857 2400 7680 2

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

MD5SUM BENCH= 1bb1eb2a3bb0b22f560ab6712b727e98
RANDOM SEED=386273857

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      30649196 kB
Buffers:        652932 kB
Cached:        1001748 kB
SwapCached:         84 kB
Active:         326640 kB
Inactive:      1579272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30649196 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:            2380 kB
Writeback:           0 kB
AnonPages:      251136 kB
Mapped:          16108 kB
Slab:           331256 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   439888 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= 72408 MiB
End job on node138 at 2011-04-30 08:35:05