Trace number 3303470

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.05 4999.92

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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 |  159039   479052 |   47711       0        0     nan |  0.000 % |
0.00/1.10	c |         0 |   88789   468229 |      --       0       --      -- |     --   | -70250/-10823
0.00/1.10	c ==============================================================================
0.00/1.10	c Result  :   #vars: 1316   #clauses: 88789   #literals: 468229
0.00/1.10	c CPU time:   1.08583 s
0.00/1.10	c ==============================================================================
1.10/1.18	c
1.10/1.18	c Starting glucose
1.10/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-3303470-1306914551/watcher-3303470-1306914551 -o /tmp/evaluation-result-3303470-1306914551/solver-3303470-1306914551 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303470-1306914551.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.00 1.00 1.00 2/426 7558
/proc/meminfo: memFree=5416468/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 803055597 8912896 252 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7558/statm: 2176 252 211 178 0 69 0

[startup+0.105613 s]
/proc/loadavg: 1.00 1.00 1.00 2/426 7558
/proc/meminfo: memFree=5416468/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 803055597 8912896 252 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7558/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200596 s]
/proc/loadavg: 1.00 1.00 1.00 2/426 7558
/proc/meminfo: memFree=5416468/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 803055597 8912896 252 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7558/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300578 s]
/proc/loadavg: 1.00 1.00 1.00 2/426 7558
/proc/meminfo: memFree=5416468/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 803055597 8912896 252 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7558/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700499 s]
/proc/loadavg: 1.00 1.00 1.00 2/426 7558
/proc/meminfo: memFree=5416468/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 803055597 8912896 252 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7558/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 1.08 1.02 1.01 3/432 7568
/proc/meminfo: memFree=5372432/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 8704

[startup+3.10105 s]
/proc/loadavg: 1.08 1.02 1.01 3/432 7570
/proc/meminfo: memFree=5376772/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=30132 CPUtime=1.9 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 6487 0 0 0 190 0 0 0 25 0 1 0 803055715 30855168 3789 33554432000 4194304 4260849 140735194252384 18446744073709551615 4226551 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 7533 3789 240 17 0 4174 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 38836

[startup+6.30046 s]
/proc/loadavg: 1.15 1.03 1.01 3/432 7570
/proc/meminfo: memFree=5346772/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=38904 CPUtime=5.11 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 9420 0 0 0 510 1 0 0 25 0 1 0 803055715 39837696 6523 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 9726 6523 240 17 0 6367 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47608

[startup+12.7003 s]
/proc/loadavg: 1.22 1.05 1.02 3/432 7570
/proc/meminfo: memFree=5328028/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=41624 CPUtime=11.51 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 10124 0 0 0 1150 1 0 0 25 0 1 0 803055715 42622976 7203 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 10406 7203 240 17 0 7047 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50328

[startup+25.5009 s]
/proc/loadavg: 1.39 1.09 1.03 3/432 7571
/proc/meminfo: memFree=5335188/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=34552 CPUtime=24.31 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 15162 0 0 0 2429 2 0 0 25 0 1 0 803055715 35381248 5484 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 8638 5484 241 17 0 5279 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43256

[startup+51.1011 s]
/proc/loadavg: 1.60 1.17 1.05 3/432 7571
/proc/meminfo: memFree=5303132/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=72032 CPUtime=49.9 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 19761 0 0 0 4988 2 0 0 25 0 1 0 803055715 73760768 9903 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 18008 9903 241 17 0 14649 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80736

[startup+102.301 s]
/proc/loadavg: 1.82 1.29 1.10 3/432 7573
/proc/meminfo: memFree=5277904/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=90888 CPUtime=101.12 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 26259 0 0 0 10108 4 0 0 25 0 1 0 803055715 93069312 11705 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 22722 11705 241 17 0 19363 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 99592

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.15 3/432 7574
/proc/meminfo: memFree=5253280/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=90888 CPUtime=161.11 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 32494 0 0 0 16106 5 0 0 25 0 1 0 803055715 93069312 17700 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 22722 17700 241 17 0 19363 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 99592

[startup+222.316 s]
/proc/loadavg: 2.07 1.55 1.22 3/432 7576
/proc/meminfo: memFree=5211552/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=90888 CPUtime=221.13 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 33350 0 0 0 22108 5 0 0 25 0 1 0 803055715 93069312 18539 33554432000 4194304 4260849 140735194252384 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 22722 18539 241 17 0 19363 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99592

[startup+282.3 s]
/proc/loadavg: 2.02 1.63 1.26 3/432 7578
/proc/meminfo: memFree=5201572/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=90888 CPUtime=281.12 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 34239 0 0 0 28107 5 0 0 25 0 1 0 803055715 93069312 19404 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 22722 19404 241 17 0 19363 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 99592

[startup+342.301 s]
/proc/loadavg: 2.01 1.69 1.30 3/432 7579
/proc/meminfo: memFree=5209700/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=90888 CPUtime=341.12 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 57977 0 0 0 34103 9 0 0 25 0 1 0 803055715 93069312 19445 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 22722 19445 241 17 0 19363 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 99592

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.35 3/432 7581
/proc/meminfo: memFree=5189540/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=90888 CPUtime=401.12 cores=1,3,5,7

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

/proc/7570/statm: 52638 49085 248 17 0 49279 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 219256

[startup+4362.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/432 7965
/proc/meminfo: memFree=29391260/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=211516 CPUtime=4361.25 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1190367 0 0 0 435818 307 0 0 25 0 1 0 803055715 216592384 43213 33554432000 4194304 4260849 140735194252384 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 52879 43213 248 17 0 49520 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 220220

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/432 7967
/proc/meminfo: memFree=29329052/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=183656 CPUtime=4421.26 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1208950 0 0 0 441813 313 0 0 25 0 1 0 803055715 188063744 38626 33554432000 4194304 4260849 140735194252384 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 45914 38626 248 17 0 42555 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 192360

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/432 7971
/proc/meminfo: memFree=29366956/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=264564 CPUtime=4481.25 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1221127 0 0 0 447808 317 0 0 25 0 1 0 803055715 270913536 50619 33554432000 4194304 4260849 140735194252384 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 66141 50619 248 17 0 62782 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 273268

[startup+4542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/432 7973
/proc/meminfo: memFree=29297732/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=217080 CPUtime=4541.25 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1241179 0 0 0 453803 322 0 0 25 0 1 0 803055715 222289920 46702 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 54270 46702 248 17 0 50911 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 225784

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/432 7975
/proc/meminfo: memFree=29366620/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=267168 CPUtime=4601.26 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1248488 0 0 0 459800 326 0 0 25 0 1 0 803055715 273580032 53891 33554432000 4194304 4260849 140735194252384 18446744073709551615 4225142 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 66792 53891 248 17 0 63433 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 275872

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/432 7977
/proc/meminfo: memFree=29297856/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=220932 CPUtime=4661.26 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1267701 0 0 0 465795 331 0 0 25 0 1 0 803055715 226234368 49405 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 55233 49405 248 17 0 51874 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 229636

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 7979
/proc/meminfo: memFree=29437188/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=192484 CPUtime=4721.28 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1283603 0 0 0 471792 336 0 0 25 0 1 0 803055715 197103616 41046 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 48121 41046 248 17 0 44762 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 201188

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/432 7981
/proc/meminfo: memFree=29305832/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=223304 CPUtime=4781.26 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1294418 0 0 0 477786 340 0 0 25 0 1 0 803055715 228663296 51673 33554432000 4194304 4260849 140735194252384 18446744073709551615 4209358 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 55826 51673 248 17 0 52467 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 232008

[startup+4842.32 s]
/proc/loadavg: 2.07 2.03 2.01 3/432 7982
/proc/meminfo: memFree=29259276/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=225616 CPUtime=4841.28 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1312350 0 0 0 483783 345 0 0 25 0 1 0 803055715 231030784 45616 33554432000 4194304 4260849 140735194252384 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 56404 45616 248 17 0 53045 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 234320

[startup+4902.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/432 7984
/proc/meminfo: memFree=29315140/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=225616 CPUtime=4901.27 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1319985 0 0 0 489778 349 0 0 25 0 1 0 803055715 231030784 53111 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 56404 53111 248 17 0 53045 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 234320

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/432 7985
/proc/meminfo: memFree=29275908/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=196428 CPUtime=4961.27 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1335309 0 0 0 495774 353 0 0 25 0 1 0 803055715 201142272 44390 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 49107 44390 248 17 0 45748 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 205132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/432 7986
/proc/meminfo: memFree=29377316/32951124 swapFree=43324008/67111528
[pid=7558] ppid=7556 vsize=8704 CPUtime=1.17 cores=1,3,5,7
/proc/7558/stat : 7558 (glucose.sh) S 7556 7558 3635 0 -1 4202496 360 4470 0 0 0 0 115 2 18 0 1 0 803055597 8912896 254 33554432000 4194304 4922060 140735135568544 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7558/statm: 2176 254 211 178 0 69 0
[pid=7570] ppid=7558 vsize=227248 CPUtime=4998.88 cores=1,3,5,7
/proc/7570/stat : 7570 (glucose_static) R 7558 7558 3635 0 -1 4202496 1341741 0 0 0 499533 355 0 0 25 0 1 0 803055715 232701952 50728 33554432000 4194304 4260849 140735194252384 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7570/statm: 56812 50728 248 17 0 53453 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 235952

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 7558 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=158823
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 1.18382
# while last known CPU time is 5000.05
#
# 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.05
CPU user time (s): 4996.48
CPU system time (s): 3.57
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 286040

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

runsolver used 20.4479 second user time and 52.0611 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-01 09:49:12
IDJOB=3303470
IDBENCH=83245
IDSOLVER=1687
FILE ID=node105/3303470-1306914551
RUNJOBID= node105-1306914551-7544
PBS_JOBID= 13488471
Free space on /tmp= 464 MiB

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

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=1726474140

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:       5417004 kB
Buffers:        124316 kB
Cached:       24121408 kB
SwapCached:      10116 kB
Active:       12668568 kB
Inactive:     13976716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5417004 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            6688 kB
Writeback:          52 kB
AnonPages:     2396796 kB
Mapped:          18868 kB
Slab:           741552 kB
PageTables:      81532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114861484 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= 73704 MiB
End job on node105 at 2011-06-01 11:12:34