Trace number 3303477

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.03 4999.83

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0104
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  158884   478584 |   47665       0        0     nan |  0.000 % |
1.01/1.11	c |         0 |   88301   465632 |      --       0       --      -- |     --   | -70583/-12952
1.01/1.11	c ==============================================================================
1.01/1.11	c Result  :   #vars: 1314   #clauses: 88301   #literals: 465632
1.01/1.11	c CPU time:   1.09883 s
1.01/1.11	c ==============================================================================
1.11/1.18	c
1.11/1.18	c Starting glucose
1.11/1.18	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-3303477-1306927227/watcher-3303477-1306927227 -o /tmp/evaluation-result-3303477-1306927227/solver-3303477-1306927227 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303477-1306927227.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: 0.92 1.00 1.13 3/518 23517
/proc/meminfo: memFree=21929256/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 804319413 8912896 253 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23517/statm: 2176 253 211 178 0 69 0

[startup+0.0226549 s]
/proc/loadavg: 0.92 1.00 1.13 3/518 23517
/proc/meminfo: memFree=21929256/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 804319413 8912896 253 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23517/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100649 s]
/proc/loadavg: 0.92 1.00 1.13 3/518 23517
/proc/meminfo: memFree=21929256/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 804319413 8912896 253 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23517/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300603 s]
/proc/loadavg: 0.92 1.00 1.13 3/518 23517
/proc/meminfo: memFree=21929256/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 804319413 8912896 253 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23517/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700521 s]
/proc/loadavg: 0.92 1.00 1.13 3/518 23517
/proc/meminfo: memFree=21929256/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 804319413 8912896 253 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23517/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50028 s]
/proc/loadavg: 0.92 1.00 1.13 3/520 23519
/proc/meminfo: memFree=21903068/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 8704

[startup+3.10104 s]
/proc/loadavg: 0.92 1.00 1.13 3/520 23520
/proc/meminfo: memFree=21907284/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=30080 CPUtime=1.9 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 6525 0 0 0 190 0 0 0 25 0 1 0 804319532 30801920 3830 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 7520 3830 240 17 0 4161 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 38784

[startup+6.30041 s]
/proc/loadavg: 1.01 1.01 1.13 3/520 23520
/proc/meminfo: memFree=21889988/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=38856 CPUtime=5.1 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 9410 0 0 0 510 0 0 0 25 0 1 0 804319532 39788544 6508 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225132 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 9714 6508 240 17 0 6355 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47560

[startup+12.7011 s]
/proc/loadavg: 1.09 1.03 1.14 3/520 23521
/proc/meminfo: memFree=21878776/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=41576 CPUtime=11.5 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 10106 0 0 0 1150 0 0 0 25 0 1 0 804319532 42573824 7188 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 10394 7188 240 17 0 7035 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50280

[startup+25.5006 s]
/proc/loadavg: 1.29 1.08 1.15 3/520 23521
/proc/meminfo: memFree=21869948/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=63956 CPUtime=24.3 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 14373 0 0 0 2429 1 0 0 25 0 1 0 804319532 65490944 8402 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225142 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 15989 8402 240 17 0 12630 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 72660

[startup+51.1005 s]
/proc/loadavg: 1.53 1.15 1.17 3/520 23522
/proc/meminfo: memFree=21857236/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=63956 CPUtime=49.9 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 15218 0 0 0 4989 1 0 0 25 0 1 0 804319532 65490944 9227 33554432000 4194304 4260849 140733872471152 18446744073709551615 4226832 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 15989 9227 240 17 0 12630 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 72660

[startup+102.32 s]
/proc/loadavg: 1.79 1.28 1.21 3/520 23523
/proc/meminfo: memFree=21814560/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=82812 CPUtime=101.13 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 28515 0 0 0 10109 4 0 0 25 0 1 0 804319532 84799488 17471 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224745 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 20703 17471 240 17 0 17344 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91516

[startup+162.3 s]
/proc/loadavg: 1.92 1.41 1.26 3/520 23525
/proc/meminfo: memFree=21806972/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=82812 CPUtime=161.11 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 28515 0 0 0 16107 4 0 0 25 0 1 0 804319532 84799488 17471 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 20703 17471 240 17 0 17344 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 91516

[startup+222.3 s]
/proc/loadavg: 2.06 1.54 1.31 3/520 23526
/proc/meminfo: memFree=21810664/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=82812 CPUtime=221.12 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 28515 0 0 0 22108 4 0 0 25 0 1 0 804319532 84799488 17471 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 20703 17471 240 17 0 17344 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91516

[startup+282.3 s]
/proc/loadavg: 2.06 1.64 1.36 3/520 23559
/proc/meminfo: memFree=21768632/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=95272 CPUtime=281.12 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 31629 0 0 0 28107 5 0 0 25 0 1 0 804319532 97558528 20538 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 23818 20538 240 17 0 20459 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103976

[startup+342.3 s]
/proc/loadavg: 2.02 1.70 1.39 3/520 23560
/proc/meminfo: memFree=21750376/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=95272 CPUtime=341.11 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 47325 0 0 0 34105 6 0 0 25 0 1 0 804319532 97558528 20582 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 23818 20582 240 17 0 20459 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 103976

[startup+402.3 s]
/proc/loadavg: 2.01 1.75 1.43 3/520 23562
/proc/meminfo: memFree=21749948/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=95272 CPUtime=401.12 cores=1,3,5,7

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

/proc/23520/statm: 51325 44761 240 17 0 47966 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 214004

[startup+4362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/520 23690
/proc/meminfo: memFree=21512520/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=175868 CPUtime=4361.31 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 946943 0 0 0 435885 246 0 0 25 0 1 0 804319532 180088832 38315 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 43967 38315 240 17 0 40608 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 184572

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/520 23691
/proc/meminfo: memFree=21459292/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=206688 CPUtime=4421.31 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 953394 0 0 0 441883 248 0 0 25 0 1 0 804319532 211648512 44631 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 51672 44631 240 17 0 48313 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 215392

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/520 23694
/proc/meminfo: memFree=21570468/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=127684 CPUtime=4481.31 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 957261 0 0 0 447880 251 0 0 25 0 1 0 804319532 130748416 28450 33554432000 4194304 4260849 140733872471152 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 31921 28450 240 17 0 28562 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 136388

[startup+4542.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/520 23695
/proc/meminfo: memFree=21479288/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=207824 CPUtime=4541.31 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 971165 0 0 0 453876 255 0 0 25 0 1 0 804319532 212811776 42226 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 51956 42226 240 17 0 48597 0
Current children cumulated CPU time (s) 4542.48
Current children cumulated vsize (KiB) 216528

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/520 23697
/proc/meminfo: memFree=21507024/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=207824 CPUtime=4601.34 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 976503 0 0 0 459875 259 0 0 25 0 1 0 804319532 212811776 47465 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 51956 47465 240 17 0 48597 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 216528

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/520 23699
/proc/meminfo: memFree=21485536/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=209604 CPUtime=4661.32 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 990775 0 0 0 465869 263 0 0 25 0 1 0 804319532 214634496 41921 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 52401 41921 240 17 0 49042 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 218308

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/520 23700
/proc/meminfo: memFree=21427092/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=209604 CPUtime=4721.34 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 997887 0 0 0 471868 266 0 0 25 0 1 0 804319532 214634496 48913 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 52401 48913 240 17 0 49042 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 218308

[startup+4782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/520 23702
/proc/meminfo: memFree=21489044/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=209888 CPUtime=4781.33 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 1012554 0 0 0 477863 270 0 0 25 0 1 0 804319532 214925312 43605 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 52472 43605 240 17 0 49113 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 218592

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/520 23703
/proc/meminfo: memFree=21427752/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=209888 CPUtime=4841.33 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 1018089 0 0 0 483860 273 0 0 25 0 1 0 804319532 214925312 49057 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 52472 49057 240 17 0 49113 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 218592

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 23706
/proc/meminfo: memFree=21486624/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=212236 CPUtime=4901.33 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 1033529 0 0 0 489857 276 0 0 25 0 1 0 804319532 217329664 43940 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 53059 43940 240 17 0 49700 0
Current children cumulated CPU time (s) 4902.5
Current children cumulated vsize (KiB) 220940

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/520 23708
/proc/meminfo: memFree=21428196/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=212236 CPUtime=4961.34 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 1039395 0 0 0 495855 279 0 0 25 0 1 0 804319532 217329664 49697 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 53059 49697 240 17 0 49700 0
Current children cumulated CPU time (s) 4962.51
Current children cumulated vsize (KiB) 220940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.13 2.04 2.01 3/520 23709
/proc/meminfo: memFree=21531328/32950928 swapFree=34979748/67111528
[pid=23517] ppid=23515 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/23517/stat : 23517 (glucose.sh) S 23515 23517 22442 0 -1 4202496 360 4461 0 0 0 0 116 1 18 0 1 0 804319413 8912896 255 33554432000 4194304 4922060 140734893392192 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23517/statm: 2176 255 211 178 0 69 0
[pid=23520] ppid=23517 vsize=183016 CPUtime=4998.86 cores=1,3,5,7
/proc/23520/stat : 23520 (glucose_static) R 23517 23517 22442 0 -1 4202496 1050750 0 0 0 499604 282 0 0 25 0 1 0 804319532 187408384 40107 33554432000 4194304 4260849 140733872471152 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23520/statm: 45754 40107 240 17 0 42395 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 191720

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

Real time (s): 4999.83
CPU time (s): 5000.03
CPU user time (s): 4997.2
CPU system time (s): 2.83
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 272628

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

runsolver used 24.2173 second user time and 62.1725 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-01 13:20:27
IDJOB=3303477
IDBENCH=83253
IDSOLVER=1687
FILE ID=node149/3303477-1306927227
RUNJOBID= node149-1306927227-23496
PBS_JOBID= 13488481
Free space on /tmp= 73620 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303477-1306927227/watcher-3303477-1306927227 -o /tmp/evaluation-result-3303477-1306927227/solver-3303477-1306927227 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303477-1306927227.cnf 

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=1338166356

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21929544 kB
Buffers:        293972 kB
Cached:        2239668 kB
SwapCached:      84504 kB
Active:        1944736 kB
Inactive:      8747164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21929544 kB
SwapTotal:    67111528 kB
SwapFree:     34979748 kB
Dirty:            5116 kB
Writeback:           0 kB
AnonPages:     8098180 kB
Mapped:          17972 kB
Slab:           139780 kB
PageTables:     117488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173105696 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= 73612 MiB
End job on node149 at 2011-06-01 14:43:49