Trace number 3387281

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: minisat_psm 2011-04-01? (TO) 5000.01 4999.92

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications 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 variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Parsing...
0.00/0.20	c ==============================================================================
0.00/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.20	c ==============================================================================
0.00/0.20	c |         0 |  456000  1058309 |  136799       0        0     nan |  0.000 % |
1.01/1.08	c |         0 |  370290   957750 |      --       0       --      -- |     --   | -33998/6615
1.01/1.08	c ==============================================================================
1.01/1.08	c Result  :   #vars: 57316   #clauses: 370290   #literals: 957750
1.01/1.08	c CPU time:   1.03684 s
1.01/1.08	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387281-1305599742/watcher-3387281-1305599742 -o /tmp/evaluation-result-3387281-1305599742/solver-3387281-1305599742 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387281-1305599742.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.21 2/478 12004
/proc/meminfo: memFree=20413188/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389615 8908800 250 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12004/statm: 2175 250 209 178 0 68 0

[startup+0.0710581 s]
/proc/loadavg: 0.92 1.00 1.21 2/478 12004
/proc/meminfo: memFree=20413188/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389615 8908800 250 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12004/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101038 s]
/proc/loadavg: 0.92 1.00 1.21 2/478 12004
/proc/meminfo: memFree=20413188/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389615 8908800 250 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12004/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301002 s]
/proc/loadavg: 0.92 1.00 1.21 2/478 12004
/proc/meminfo: memFree=20413188/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389615 8908800 250 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12004/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700939 s]
/proc/loadavg: 0.92 1.00 1.21 2/478 12004
/proc/meminfo: memFree=20413188/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389615 8908800 250 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12004/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50079 s]
/proc/loadavg: 0.92 1.00 1.21 3/480 12007
/proc/meminfo: memFree=20351544/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 8700

[startup+3.10052 s]
/proc/loadavg: 1.01 1.02 1.22 3/480 12008
/proc/meminfo: memFree=20377584/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=42588 CPUtime=1.83 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 8124 0 0 0 182 1 0 0 25 0 1 0 652389741 43610112 6829 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 10647 6829 252 16 0 7289 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 51288

[startup+6.30095 s]
/proc/loadavg: 1.01 1.02 1.22 3/480 12008
/proc/meminfo: memFree=20367328/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=50152 CPUtime=5.03 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 9077 0 0 0 502 1 0 0 25 0 1 0 652389741 51355648 7725 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 12538 7725 252 16 0 9180 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 58852

[startup+12.7008 s]
/proc/loadavg: 1.16 1.05 1.23 3/480 12008
/proc/meminfo: memFree=20337732/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=69164 CPUtime=11.43 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 14936 0 0 0 1141 2 0 0 25 0 1 0 652389741 70823936 8990 33554432000 4194304 4256717 140736380334112 18446744073709551615 4221390 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 17291 8993 253 16 0 13933 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 77864

[startup+25.5006 s]
/proc/loadavg: 1.29 1.08 1.23 3/480 12009
/proc/meminfo: memFree=20302348/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=88376 CPUtime=24.23 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 46116 0 0 0 2417 6 0 0 25 0 1 0 652389741 90497024 16830 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 22094 16830 253 16 0 18736 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 97076

[startup+51.1011 s]
/proc/loadavg: 1.53 1.16 1.25 3/480 12009
/proc/meminfo: memFree=20265052/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=118724 CPUtime=49.83 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 50189 0 0 0 4977 6 0 0 25 0 1 0 652389741 121573376 20892 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 29681 20892 253 16 0 26323 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 127424

[startup+102.318 s]
/proc/loadavg: 1.81 1.29 1.29 3/480 12011
/proc/meminfo: memFree=20200452/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=130688 CPUtime=101.05 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 81270 0 0 0 10095 10 0 0 25 0 1 0 652389741 133824512 29087 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 32672 29087 253 16 0 29314 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 139388

[startup+162.3 s]
/proc/loadavg: 1.92 1.41 1.33 3/480 12012
/proc/meminfo: memFree=20248168/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=130692 CPUtime=161.03 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 128776 0 0 0 16087 16 0 0 25 0 1 0 652389741 133828608 26579 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 32673 26579 253 16 0 29315 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 139392

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.37 3/480 12014
/proc/meminfo: memFree=20236120/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=149368 CPUtime=221.03 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 198583 0 0 0 22077 26 0 0 25 0 1 0 652389741 152952832 32568 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 37342 32568 253 16 0 33984 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 158068

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.41 3/480 12016
/proc/meminfo: memFree=20237464/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=100048 CPUtime=281.04 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 230348 0 0 0 28072 32 0 0 25 0 1 0 652389741 102449152 21430 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 25012 21430 253 16 0 21654 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 108748

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.44 3/480 12017
/proc/meminfo: memFree=20203604/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=149368 CPUtime=341.04 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 286970 0 0 0 34065 39 0 0 25 0 1 0 652389741 152952832 33003 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 37342 33003 253 16 0 33984 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 158068

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.47 3/480 12019
/proc/meminfo: memFree=20179284/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=180188 CPUtime=401.04 cores=1,3,5,7

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

/proc/12008/statm: 110981 85993 253 16 0 107623 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 452624

[startup+4422.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/480 12138
/proc/meminfo: memFree=19797324/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4421.14 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3213029 0 0 0 441715 399 0 0 25 0 1 0 652389741 454578176 93009 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 93009 253 16 0 107623 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 452624

[startup+4482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/480 12140
/proc/meminfo: memFree=19687184/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4481.15 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3219854 0 0 0 447715 400 0 0 25 0 1 0 652389741 454578176 99828 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 99828 253 16 0 107623 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 452624

[startup+4542.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/480 12141
/proc/meminfo: memFree=19802616/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4541.14 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3295431 0 0 0 453704 410 0 0 25 0 1 0 652389741 454578176 85466 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 85466 253 16 0 107623 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 452624

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/480 12143
/proc/meminfo: memFree=19782132/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4601.16 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3311092 0 0 0 459704 412 0 0 25 0 1 0 652389741 454578176 101084 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 101084 253 16 0 107623 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 452624

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/480 12144
/proc/meminfo: memFree=19865936/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=311664 CPUtime=4661.14 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3364425 0 0 0 465696 418 0 0 25 0 1 0 652389741 319143936 68372 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 77916 68372 253 16 0 74558 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 320364

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/480 12146
/proc/meminfo: memFree=19868268/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4721.16 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3380925 0 0 0 471696 420 0 0 25 0 1 0 652389741 454578176 84854 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 84854 253 16 0 107623 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 452624

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/480 12148
/proc/meminfo: memFree=19824476/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4781.15 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3441769 0 0 0 477687 428 0 0 25 0 1 0 652389741 454578176 80699 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 80699 253 16 0 107623 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 452624

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/480 12149
/proc/meminfo: memFree=19813792/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4841.15 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3451360 0 0 0 483686 429 0 0 25 0 1 0 652389741 454578176 90290 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209317 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 90290 253 16 0 107623 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 452624

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/480 12151
/proc/meminfo: memFree=19803240/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4901.15 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3462125 0 0 0 489685 430 0 0 25 0 1 0 652389741 454578176 101047 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 101047 253 16 0 107623 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 452624

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/480 12152
/proc/meminfo: memFree=19815620/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=443924 CPUtime=4961.16 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3529604 0 0 0 495678 438 0 0 25 0 1 0 652389741 454578176 85647 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 110981 85647 253 16 0 107623 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 452624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.03 2.01 2/478 12154
/proc/meminfo: memFree=20194076/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=311664 CPUtime=4998.77 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3572287 0 0 0 499434 443 0 0 25 0 1 0 652389741 319143936 56066 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 77916 56066 253 16 0 74558 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 320364

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.10 2.03 2.01 2/478 12154
/proc/meminfo: memFree=20194076/32951124 swapFree=67057896/67111528
[pid=12004] ppid=12002 vsize=8700 CPUtime=1.24 cores=1,3,5,7
/proc/12004/stat : 12004 (esg_static.sh) S 12002 12004 10255 0 -1 4202496 354 18935 0 0 0 0 119 5 18 0 1 0 652389615 8908800 252 33554432000 4194304 4922060 140733682122560 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12004/statm: 2175 252 209 178 0 68 0
[pid=12008] ppid=12004 vsize=311664 CPUtime=4998.77 cores=1,3,5,7
/proc/12008/stat : 12008 (minisat_static) R 12004 12004 10255 0 -1 4202496 3572287 0 0 0 499434 443 0 0 25 0 1 0 652389741 319143936 56066 33554432000 4194304 4256717 140736380334112 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12008/statm: 77916 56066 253 16 0 74558 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 320364

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12004 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=198817
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=58991
# CPU time returned by wait4() is 1.25781
# while last known CPU time is 5000.01
#
# 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.01
CPU user time (s): 4995.53
CPU system time (s): 4.48
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1011424

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

runsolver used 21.9467 second user time and 55.2166 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-17 04:35:43
IDJOB=3387281
IDBENCH=82392
IDSOLVER=1874
FILE ID=node140/3387281-1305599742
RUNJOBID= node140-1305599742-11983
PBS_JOBID= 13350338
Free space on /tmp= 73480 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387281-1305599742/watcher-3387281-1305599742 -o /tmp/evaluation-result-3387281-1305599742/solver-3387281-1305599742 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387281-1305599742.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=2001032598

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.833
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.75
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.833
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:      20413708 kB
Buffers:        340652 kB
Cached:        4908272 kB
SwapCached:       8088 kB
Active:        8812548 kB
Inactive:      3375244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20413708 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           22196 kB
Writeback:           0 kB
AnonPages:     6936076 kB
Mapped:          38176 kB
Slab:           229452 kB
PageTables:      52316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141423320 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= 73476 MiB
End job on node140 at 2011-05-17 05:59:05