Trace number 3303563

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
glucose 2? (TO) 5000.08 4999.92

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.1361
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   30460    62400 |    9137       0        0     nan |  0.000 % |
0.00/0.15	c |         0 |   30420   118560 |      --       0       --      -- |     --   | -40/56160
0.00/0.15	c ==============================================================================
0.00/0.15	c Result  :   #vars: 1520   #clauses: 30420   #literals: 118560
0.00/0.15	c CPU time:   0.156976 s
0.00/0.15	c ==============================================================================
0.00/0.17	c
0.00/0.17	c Starting glucose
0.00/0.17	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: 977)

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-3303563-1306949620/watcher-3303563-1306949620 -o /tmp/evaluation-result-3303563-1306949620/solver-3303563-1306949620 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303563-1306949620.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.99 2/482 23941
/proc/meminfo: memFree=27180564/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 806564339 8912896 252 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23941/statm: 2176 252 211 178 0 69 0

[startup+0.106198 s]
/proc/loadavg: 1.93 2.01 1.99 2/482 23941
/proc/meminfo: memFree=27180564/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 806564339 8912896 252 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23941/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200169 s]
/proc/loadavg: 1.93 2.01 1.99 2/482 23941
/proc/meminfo: memFree=27180564/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+0.30016 s]
/proc/loadavg: 1.93 2.01 1.99 2/482 23941
/proc/meminfo: memFree=27180564/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+0.701085 s]
/proc/loadavg: 1.93 2.01 1.99 2/482 23941
/proc/meminfo: memFree=27180564/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+1.50093 s]
/proc/loadavg: 1.93 2.01 1.99 3/484 23944
/proc/meminfo: memFree=27162444/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=39296 CPUtime=1.32 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 9037 0 0 0 131 1 0 0 25 0 1 0 806564357 40239104 5872 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 9824 5872 240 17 0 6465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48000

[startup+3.10062 s]
/proc/loadavg: 1.93 2.01 1.99 3/484 23944
/proc/meminfo: memFree=27150460/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=46480 CPUtime=2.91 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 11526 0 0 0 290 1 0 0 25 0 1 0 806564357 47595520 8333 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 11620 8333 240 17 0 8261 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55184

[startup+6.30102 s]
/proc/loadavg: 1.93 2.01 1.99 3/484 23944
/proc/meminfo: memFree=27134888/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=65156 CPUtime=6.12 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 14903 0 0 0 610 2 0 0 25 0 1 0 806564357 66719744 11709 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 16289 11709 240 17 0 12930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73860

[startup+12.7008 s]
/proc/loadavg: 1.94 2.01 1.99 3/484 23944
/proc/meminfo: memFree=27133400/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=59368 CPUtime=12.52 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 15184 0 0 0 1250 2 0 0 25 0 1 0 806564357 60792832 8403 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 14842 8403 240 17 0 11483 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68072

[startup+25.5004 s]
/proc/loadavg: 1.95 2.01 1.99 3/484 23945
/proc/meminfo: memFree=27093364/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=78224 CPUtime=25.32 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 26336 0 0 0 2528 4 0 0 25 0 1 0 806564357 80101376 14692 33554432000 4194304 4260849 140736448793648 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 19556 14692 240 17 0 16197 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86928

[startup+51.1006 s]
/proc/loadavg: 1.97 2.01 1.99 3/484 23945
/proc/meminfo: memFree=27073776/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=127544 CPUtime=50.91 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 60044 0 0 0 5084 7 0 0 25 0 1 0 806564357 130605056 24017 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 31886 24017 240 17 0 28527 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 136248

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/484 23947
/proc/meminfo: memFree=27069044/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=78224 CPUtime=102.13 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 218017 0 0 0 10183 30 0 0 25 0 1 0 806564357 80101376 16296 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 19556 16296 240 17 0 16197 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86928

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/484 23948
/proc/meminfo: memFree=26971300/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=158364 CPUtime=162.11 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 392420 0 0 0 16157 54 0 0 25 0 1 0 806564357 162164736 29821 33554432000 4194304 4260849 140736448793648 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 39591 29821 240 17 0 36232 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 167068

[startup+222.318 s]
/proc/loadavg: 2.07 2.03 2.00 3/484 23950
/proc/meminfo: memFree=26965448/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=158364 CPUtime=222.14 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 541968 0 0 0 22137 77 0 0 25 0 1 0 806564357 162164736 32490 33554432000 4194304 4260849 140736448793648 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 39591 32490 240 17 0 36232 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 167068

[startup+282.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/484 23951
/proc/meminfo: memFree=26990956/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=127544 CPUtime=282.12 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 686118 0 0 0 28114 98 0 0 25 0 1 0 806564357 130605056 28047 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 31886 28047 240 17 0 28527 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 136248

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/484 23953
/proc/meminfo: memFree=26952732/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=158364 CPUtime=342.13 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 814675 0 0 0 34094 119 0 0 25 0 1 0 806564357 162164736 31044 33554432000 4194304 4260849 140736448793648 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 39591 31044 240 17 0 36232 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 167068

[startup+402.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/484 23955
/proc/meminfo: memFree=26992264/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7

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

/proc/23944/statm: 73682 69111 240 17 0 70323 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 303432

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 24072
/proc/meminfo: memFree=26515204/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=294728 CPUtime=4362.28 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7444441 0 0 0 434969 1259 0 0 25 0 1 0 806564357 301801472 56977 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 73682 56977 240 17 0 70323 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 303432

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 24074
/proc/meminfo: memFree=26466448/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=426988 CPUtime=4422.28 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7512793 0 0 0 440958 1270 0 0 25 0 1 0 806564357 437235712 70807 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 106747 70807 240 17 0 103388 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 435692

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/484 24075
/proc/meminfo: memFree=26551364/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=301412 CPUtime=4482.27 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7608139 0 0 0 446941 1286 0 0 25 0 1 0 806564357 308645888 56966 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 75353 56966 250 17 0 71994 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 310116

[startup+4542.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/484 24077
/proc/meminfo: memFree=26607508/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=227784 CPUtime=4542.28 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7652386 0 0 0 452932 1296 0 0 25 0 1 0 806564357 233250816 43600 33554432000 4194304 4260849 140736448793648 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 56946 43600 250 17 0 53587 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 236488

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/484 24079
/proc/meminfo: memFree=26394704/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=444668 CPUtime=4602.29 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7689419 0 0 0 458923 1306 0 0 25 0 1 0 806564357 455340032 80502 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 111167 80502 250 17 0 107808 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 453372

[startup+4662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/484 24080
/proc/meminfo: memFree=26407568/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=447548 CPUtime=4662.29 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7745372 0 0 0 464912 1317 0 0 25 0 1 0 806564357 458289152 75585 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 111887 75585 250 17 0 108528 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 456252

[startup+4722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/484 24082
/proc/meminfo: memFree=26505632/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=317636 CPUtime=4722.3 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7801549 0 0 0 470903 1327 0 0 25 0 1 0 806564357 325259264 71341 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 79409 71341 250 17 0 76050 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 326340

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/484 24083
/proc/meminfo: memFree=26488244/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=321548 CPUtime=4782.29 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7862078 0 0 0 476892 1337 0 0 25 0 1 0 806564357 329265152 71655 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 80387 71655 250 17 0 77028 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 330252

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 24085
/proc/meminfo: memFree=26462680/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=324012 CPUtime=4842.31 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7918219 0 0 0 482882 1349 0 0 25 0 1 0 806564357 331788288 66289 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224841 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 81003 66289 250 17 0 77644 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 332716

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 24087
/proc/meminfo: memFree=26575616/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=245292 CPUtime=4902.3 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7965217 0 0 0 488871 1359 0 0 25 0 1 0 806564357 251179008 51169 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 61323 51169 250 17 0 57964 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 253996

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/484 24088
/proc/meminfo: memFree=26380916/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=460432 CPUtime=4962.3 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 7997071 0 0 0 494864 1366 0 0 25 0 1 0 806564357 471482368 82879 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 115108 82879 250 17 0 111749 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 469136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.13 2.05 2.01 2/481 24090
/proc/meminfo: memFree=26930232/32951124 swapFree=38422276/67111528
[pid=23941] ppid=23939 vsize=8704 CPUtime=0.17 cores=1,3,5,7
/proc/23941/stat : 23941 (glucose.sh) S 23939 23941 22933 0 -1 4202496 359 828 0 0 0 0 17 0 24 0 1 0 806564339 8912896 254 33554432000 4194304 4922060 140733507105776 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23941/statm: 2176 254 211 178 0 69 0
[pid=23944] ppid=23941 vsize=330412 CPUtime=4999.91 cores=1,3,5,7
/proc/23944/stat : 23944 (glucose_static) R 23941 23941 22933 0 -1 4202496 8045463 0 0 0 498616 1375 0 0 25 0 1 0 806564357 338341888 67313 33554432000 4194304 4260849 140736448793648 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 82603 67313 250 17 0 79244 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 339116

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

Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4986.33
CPU system time (s): 13.75
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 601604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.175973
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1187
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4

runsolver used 22.3296 second user time and 55.5036 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-01 19:33:40
IDJOB=3303563
IDBENCH=85456
IDSOLVER=1687
FILE ID=node102/3303563-1306949620
RUNJOBID= node102-1306949618-23860
PBS_JOBID= 13488584
Free space on /tmp= 73820 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303563-1306949620/watcher-3303563-1306949620 -o /tmp/evaluation-result-3303563-1306949620/solver-3303563-1306949620 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303563-1306949620.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=2038731022

node102.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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:      27180712 kB
Buffers:        275148 kB
Cached:        1450148 kB
SwapCached:      86876 kB
Active:         750256 kB
Inactive:      4724208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27180712 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            4112 kB
Writeback:           0 kB
AnonPages:     3685360 kB
Mapped:          13764 kB
Slab:           126840 kB
PageTables:      99760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135501344 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= 73820 MiB
End job on node102 at 2011-06-01 20:57:02