Trace number 3387209

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.4859
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.21/3.24	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.21/3.24	c ==============================================================================
3.21/3.24	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.21/3.24	c CPU time:   3.21851 s
3.21/3.24	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-3387209-1305598028/watcher-3387209-1305598028 -o /tmp/evaluation-result-3387209-1305598028/solver-3387209-1305598028 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387209-1305598028.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: 3.05 3.06 3.02 3/552 19863
/proc/meminfo: memFree=17167952/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0

[startup+0.0269389 s]
/proc/loadavg: 3.05 3.06 3.02 3/552 19863
/proc/meminfo: memFree=17167952/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100959 s]
/proc/loadavg: 3.05 3.06 3.02 3/552 19863
/proc/meminfo: memFree=17167952/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300929 s]
/proc/loadavg: 3.05 3.06 3.02 3/552 19863
/proc/meminfo: memFree=17167952/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700848 s]
/proc/loadavg: 3.05 3.06 3.02 3/552 19863
/proc/meminfo: memFree=17167952/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 3.05 3.06 3.02 4/554 19865
/proc/meminfo: memFree=17120196/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0
[pid=19864] ppid=19863 vsize=49540 CPUtime=1.49 cores=1,3,5,7
/proc/19864/stat : 19864 (SatELite_releas) R 19863 19863 18474 0 -1 4202496 11581 0 0 0 147 2 0 0 25 0 1 0 671403261 50728960 11536 33554432000 134512640 135144242 4292498464 18446744073709551615 134588390 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19864/statm: 12385 11536 77 155 0 12228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58240

[startup+3.10041 s]
/proc/loadavg: 3.05 3.06 3.02 4/554 19865
/proc/meminfo: memFree=17114740/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671403261 8908800 249 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19863/statm: 2175 249 209 178 0 68 0
[pid=19864] ppid=19863 vsize=49540 CPUtime=3.09 cores=1,3,5,7
/proc/19864/stat : 19864 (SatELite_releas) R 19863 19863 18474 0 -1 4202496 11581 0 0 0 307 2 0 0 25 0 1 0 671403261 50728960 11536 33554432000 134512640 135144242 4292498464 18446744073709551615 134588390 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19864/statm: 12385 11536 77 155 0 12228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58240

[startup+6.30083 s]
/proc/loadavg: 3.04 3.06 3.02 4/554 19866
/proc/meminfo: memFree=17105808/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=52528 CPUtime=2.74 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 17173 0 0 0 272 2 0 0 25 0 1 0 671403616 53788672 9756 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213859 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 13132 9756 252 16 0 9774 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61228

[startup+12.7007 s]
/proc/loadavg: 3.04 3.06 3.01 4/554 19867
/proc/meminfo: memFree=17046304/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=102084 CPUtime=9.14 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 34763 0 0 0 910 4 0 0 25 0 1 0 671403616 104534016 19820 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 25521 19820 252 16 0 22163 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 110784

[startup+25.5004 s]
/proc/loadavg: 3.03 3.06 3.01 4/554 19867
/proc/meminfo: memFree=17054392/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=102084 CPUtime=21.94 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 35636 0 0 0 2190 4 0 0 25 0 1 0 671403616 104534016 20683 33554432000 4194304 4256717 140736998994112 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 25521 20683 252 16 0 22163 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110784

[startup+51.1007 s]
/proc/loadavg: 3.02 3.05 3.01 4/554 19868
/proc/meminfo: memFree=17058624/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=113756 CPUtime=47.54 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 39106 0 0 0 4750 4 0 0 25 0 1 0 671403616 116486144 24024 33554432000 4194304 4256717 140736998994112 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 28439 24024 252 16 0 25081 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 122456

[startup+102.32 s]
/proc/loadavg: 3.01 3.04 3.01 4/554 19869
/proc/meminfo: memFree=17036472/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=113756 CPUtime=98.76 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 98245 0 0 0 9864 12 0 0 25 0 1 0 671403616 116486144 24515 33554432000 4194304 4256717 140736998994112 18446744073709551615 4209095 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 28439 24515 252 16 0 25081 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122456

[startup+162.3 s]
/proc/loadavg: 3.00 3.03 3.00 4/554 19871
/proc/meminfo: memFree=17038424/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=132716 CPUtime=158.74 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 247394 0 0 0 15843 31 0 0 25 0 1 0 671403616 135901184 26049 33554432000 4194304 4256717 140736998994112 18446744073709551615 4218657 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 33179 26049 252 16 0 29821 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 141416

[startup+222.301 s]
/proc/loadavg: 3.03 3.04 3.00 4/554 19872
/proc/meminfo: memFree=17036536/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=114296 CPUtime=218.74 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 422677 0 0 0 21821 53 0 0 25 0 1 0 671403616 117039104 25270 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213912 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 28574 25270 252 16 0 25216 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 122996

[startup+282.301 s]
/proc/loadavg: 3.15 3.07 3.01 4/554 19874
/proc/meminfo: memFree=17017412/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=163616 CPUtime=278.74 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 584243 0 0 0 27799 75 0 0 25 0 1 0 671403616 167542784 34839 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 40904 34839 252 16 0 37546 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 172316

[startup+342.301 s]
/proc/loadavg: 3.10 3.07 3.01 4/554 19875
/proc/meminfo: memFree=17010560/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=163616 CPUtime=338.74 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 762076 0 0 0 33776 98 0 0 25 0 1 0 671403616 167542784 35239 33554432000 4194304 4256717 140736998994112 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 40904 35239 252 16 0 37546 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 172316

[startup+402.301 s]
/proc/loadavg: 3.04 3.05 3.00 4/554 19877
/proc/meminfo: memFree=17008064/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7

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

/proc/19866/statm: 82002 64835 252 16 0 78644 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 336708

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/547 20014
/proc/meminfo: memFree=17099684/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=278628 CPUtime=4418.87 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5154056 0 0 0 441107 780 0 0 25 0 1 0 671403616 285315072 62252 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 69657 62252 252 16 0 66299 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 287328

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/547 20016
/proc/meminfo: memFree=17103756/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=281188 CPUtime=4478.87 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5178384 0 0 0 447102 785 0 0 25 0 1 0 671403616 287936512 61897 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213962 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 70297 61897 252 16 0 66939 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 289888

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/547 20017
/proc/meminfo: memFree=17102356/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=283464 CPUtime=4538.87 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5224698 0 0 0 453093 794 0 0 25 0 1 0 671403616 290267136 61614 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 70866 61614 252 16 0 67508 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 292164

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/547 20019
/proc/meminfo: memFree=17115976/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=283464 CPUtime=4598.89 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5244223 0 0 0 459090 799 0 0 25 0 1 0 671403616 290267136 57870 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 70866 57870 252 16 0 67508 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 292164

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/547 20021
/proc/meminfo: memFree=17103296/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=283748 CPUtime=4658.87 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5247420 0 0 0 465086 801 0 0 25 0 1 0 671403616 290557952 61032 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 70937 61032 252 16 0 67579 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 292448

[startup+4722.32 s]
/proc/loadavg: 2.04 2.01 2.09 3/547 20022
/proc/meminfo: memFree=17077236/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=339384 CPUtime=4718.9 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5254078 0 0 0 471086 804 0 0 25 0 1 0 671403616 347529216 67603 33554432000 4194304 4256717 140736998994112 18446744073709551615 4211768 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 84846 67603 252 16 0 81488 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 348084

[startup+4782.3 s]
/proc/loadavg: 2.05 2.02 2.09 3/547 20024
/proc/meminfo: memFree=17102132/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=289296 CPUtime=4778.88 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5374618 0 0 0 477066 822 0 0 25 0 1 0 671403616 296239104 61751 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 72324 61751 252 16 0 68966 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 297996

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.08 3/547 20025
/proc/meminfo: memFree=17092820/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=289296 CPUtime=4838.88 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5459077 0 0 0 483055 833 0 0 25 0 1 0 671403616 296239104 63712 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 72324 63712 252 16 0 68966 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 297996

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/547 20027
/proc/meminfo: memFree=17117472/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=258904 CPUtime=4898.88 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5493872 0 0 0 489048 840 0 0 25 0 1 0 671403616 265117696 57529 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 64726 57529 252 16 0 61368 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 267604

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/547 20029
/proc/meminfo: memFree=17104188/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=289724 CPUtime=4958.88 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5497221 0 0 0 495046 842 0 0 25 0 1 0 671403616 296677376 60820 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 72431 60820 252 16 0 69073 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 298424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/547 20030
/proc/meminfo: memFree=17093748/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=291856 CPUtime=4996.51 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5499887 0 0 0 498806 845 0 0 25 0 1 0 671403616 298860544 63449 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 72964 63449 252 16 0 69606 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 300556

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.00 2.00 2.07 3/547 20030
/proc/meminfo: memFree=17093748/32951124 swapFree=56449236/67111528
[pid=19863] ppid=19861 vsize=8700 CPUtime=3.54 cores=1,3,5,7
/proc/19863/stat : 19863 (esg_static.sh) S 19861 19863 18474 0 -1 4202496 352 11583 0 0 0 0 351 3 18 0 1 0 671403261 8908800 251 33554432000 4194304 4922060 140735278529632 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19863/statm: 2175 251 209 178 0 68 0
[pid=19866] ppid=19863 vsize=291856 CPUtime=4996.51 cores=1,3,5,7
/proc/19866/stat : 19866 (minisat_static) R 19863 19863 18474 0 -1 4202496 5499887 0 0 0 498806 845 0 0 25 0 1 0 671403616 298860544 63449 33554432000 4194304 4256717 140736998994112 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19866/statm: 72964 63449 252 16 0 69606 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 300556

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19863 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=513465
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=36994
# CPU time returned by wait4() is 3.55046
# 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.93
CPU time (s): 5000.05
CPU user time (s): 4991.57
CPU system time (s): 8.48
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 422392

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

runsolver used 24.8532 second user time and 66.076 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-17 04:07:09
IDJOB=3387209
IDBENCH=71095
IDSOLVER=1874
FILE ID=node106/3387209-1305598028
RUNJOBID= node106-1305586739-18493
PBS_JOBID= 13350372
Free space on /tmp= 73464 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387209-1305598028/watcher-3387209-1305598028 -o /tmp/evaluation-result-3387209-1305598028/solver-3387209-1305598028 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387209-1305598028.cnf

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=610403488

node106.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.830
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17167976 kB
Buffers:        322076 kB
Cached:        7184484 kB
SwapCached:      27532 kB
Active:        6372188 kB
Inactive:      9115872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17167976 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:            8964 kB
Writeback:           0 kB
AnonPages:     7962188 kB
Mapped:          26344 kB
Slab:           143400 kB
PageTables:      78652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167997076 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= 73460 MiB
End job on node106 at 2011-05-17 05:30:31