Trace number 3387137

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.11 5000.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2123.23
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  598617  1396773 |  179585       0        0     nan |  0.000 % |
3.59/3.68	c |         0 |  341039  1130857 |      --       0       --      -- |     --   | -257536/-265815
3.59/3.68	c ==============================================================================
3.59/3.68	c Result  :   #vars: 72981   #clauses: 341039   #literals: 1130857
3.59/3.68	c CPU time:   3.58845 s
3.59/3.68	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-3387137-1305593777/watcher-3387137-1305593777 -o /tmp/evaluation-result-3387137-1305593777/solver-3387137-1305593777 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387137-1305593777.cnf 

running on 4 cores: 0,2,4,6

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.01 3.02 3.00 3/417 26724
/proc/meminfo: memFree=20276848/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0

[startup+0.0343899 s]
/proc/loadavg: 3.01 3.02 3.00 3/417 26724
/proc/meminfo: memFree=20276848/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100357 s]
/proc/loadavg: 3.01 3.02 3.00 3/417 26724
/proc/meminfo: memFree=20276848/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300329 s]
/proc/loadavg: 3.01 3.02 3.00 3/417 26724
/proc/meminfo: memFree=20276848/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700263 s]
/proc/loadavg: 3.01 3.02 3.00 3/417 26724
/proc/meminfo: memFree=20276848/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26726
/proc/meminfo: memFree=20181732/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0
[pid=26725] ppid=26724 vsize=97516 CPUtime=1.49 cores=0,2,4,6
/proc/26725/stat : 26725 (SatELite_releas) R 26724 26724 26286 0 -1 4202496 23238 0 0 0 143 6 0 0 25 0 1 0 126987149 99856384 21533 33554432000 134512640 135144242 4293910640 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26725/statm: 24379 21533 77 155 0 24222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106216

[startup+3.10085 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26726
/proc/meminfo: memFree=20165100/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 126987149 8908800 250 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26724/statm: 2175 250 209 178 0 68 0
[pid=26725] ppid=26724 vsize=102324 CPUtime=3.09 cores=0,2,4,6
/proc/26725/stat : 26725 (SatELite_releas) R 26724 26724 26286 0 -1 4202496 24779 0 0 0 300 9 0 0 25 0 1 0 126987149 104779776 22878 33554432000 134512640 135144242 4293910640 18446744073709551615 134585586 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26725/statm: 25581 22878 77 155 0 25424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111024

[startup+6.30027 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26727
/proc/meminfo: memFree=20204644/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=47852 CPUtime=2.38 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 9503 0 0 0 237 1 0 0 25 0 1 0 126987539 49000448 8327 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213405 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 11963 8327 253 16 0 8605 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56552

[startup+12.7012 s]
/proc/loadavg: 3.00 3.02 3.00 4/419 26727
/proc/meminfo: memFree=20195492/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=48888 CPUtime=8.79 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 18098 0 0 0 876 3 0 0 25 0 1 0 126987539 50061312 8652 33554432000 4194304 4256717 140736875989440 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 12222 8652 253 16 0 8864 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57588

[startup+25.5009 s]
/proc/loadavg: 3.00 3.02 3.00 4/419 26727
/proc/meminfo: memFree=20148256/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=86404 CPUtime=21.59 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 27219 0 0 0 2155 4 0 0 25 0 1 0 126987539 88477696 16620 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 21601 16620 253 16 0 18243 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95104

[startup+51.1004 s]
/proc/loadavg: 3.00 3.01 3.00 4/419 26729
/proc/meminfo: memFree=20130800/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=98076 CPUtime=47.19 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 32301 0 0 0 4714 5 0 0 25 0 1 0 126987539 100429824 21025 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 24519 21025 253 16 0 21161 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 106776

[startup+102.316 s]
/proc/loadavg: 3.00 3.01 3.00 4/419 26729
/proc/meminfo: memFree=20119268/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=109748 CPUtime=98.4 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 52849 0 0 0 9832 8 0 0 25 0 1 0 126987539 112381952 21916 33554432000 4194304 4256717 140736875989440 18446744073709551615 4218684 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 27437 21916 253 16 0 24079 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 118448

[startup+162.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26731
/proc/meminfo: memFree=20112508/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=128980 CPUtime=158.39 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 96653 0 0 0 15825 14 0 0 25 0 1 0 126987539 132075520 24419 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 32245 24419 253 16 0 28887 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 137680

[startup+222.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26733
/proc/meminfo: memFree=20090764/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=140356 CPUtime=218.39 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 130819 0 0 0 21820 19 0 0 25 0 1 0 126987539 143724544 30786 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 35089 30786 253 16 0 31731 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 149056

[startup+282.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26735
/proc/meminfo: memFree=20060556/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=159328 CPUtime=278.39 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 200079 0 0 0 27812 27 0 0 25 0 1 0 126987539 163151872 32872 33554432000 4194304 4256717 140736875989440 18446744073709551615 4210820 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 39832 32872 253 16 0 36474 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 168028

[startup+342.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26745
/proc/meminfo: memFree=20042144/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=159328 CPUtime=338.39 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 272425 0 0 0 33804 35 0 0 25 0 1 0 126987539 163151872 33264 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 39832 33264 253 16 0 36474 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 168028

[startup+402.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26746
/proc/meminfo: memFree=20090092/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6

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

/proc/26727/statm: 52632 46459 253 16 0 49274 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 219228

[startup+4362.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27366
/proc/meminfo: memFree=20117540/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=260748 CPUtime=4358.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 3819204 0 0 0 435246 603 0 0 25 0 1 0 126987539 267005952 53219 33554432000 4194304 4256717 140736875989440 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 65187 53219 253 16 0 61829 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 269448

[startup+4422.3 s]
/proc/loadavg: 3.08 3.03 3.01 4/419 27368
/proc/meminfo: memFree=20150984/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=211652 CPUtime=4418.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 3886652 0 0 0 441236 613 0 0 25 0 1 0 126987539 216731648 45452 33554432000 4194304 4256717 140736875989440 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 52913 45452 253 16 0 49555 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 220352

[startup+4482.3 s]
/proc/loadavg: 3.08 3.04 3.01 4/419 27370
/proc/meminfo: memFree=20133348/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=262676 CPUtime=4478.48 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 3941539 0 0 0 447227 621 0 0 25 0 1 0 126987539 268980224 50942 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 65669 50942 253 16 0 62311 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 271376

[startup+4542.3 s]
/proc/loadavg: 3.02 3.03 3.00 4/419 27371
/proc/meminfo: memFree=20111372/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=262676 CPUtime=4538.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 3996245 0 0 0 453219 630 0 0 25 0 1 0 126987539 268980224 54012 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213702 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 65669 54012 253 16 0 62311 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 271376

[startup+4602.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 27375
/proc/meminfo: memFree=20083412/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=344460 CPUtime=4598.5 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4070625 0 0 0 459209 641 0 0 25 0 1 0 126987539 352727040 62833 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 86115 62833 253 16 0 82757 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 353160

[startup+4662.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/419 27377
/proc/meminfo: memFree=20127376/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=264132 CPUtime=4658.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4121294 0 0 0 465200 649 0 0 25 0 1 0 126987539 270471168 50844 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66033 50844 253 16 0 62675 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 272832

[startup+4722.32 s]
/proc/loadavg: 3.00 3.01 3.00 4/419 27379
/proc/meminfo: memFree=20124488/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=265136 CPUtime=4718.5 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4171004 0 0 0 471195 655 0 0 25 0 1 0 126987539 271499264 50185 33554432000 4194304 4256717 140736875989440 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66284 50186 253 16 0 62926 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 273836

[startup+4782.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27381
/proc/meminfo: memFree=20100288/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=265328 CPUtime=4778.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4224908 0 0 0 477187 662 0 0 25 0 1 0 126987539 271695872 56474 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66332 56474 253 16 0 62974 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 274028

[startup+4842.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27382
/proc/meminfo: memFree=20119236/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=266264 CPUtime=4838.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4257385 0 0 0 483181 668 0 0 25 0 1 0 126987539 272654336 50760 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66566 50760 253 16 0 63208 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 274964

[startup+4902.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 27383
/proc/meminfo: memFree=20117604/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=266992 CPUtime=4898.5 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4292035 0 0 0 489175 675 0 0 25 0 1 0 126987539 273399808 52642 33554432000 4194304 4256717 140736875989440 18446744073709551615 4214170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66748 52642 253 16 0 63390 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 275692

[startup+4962.3 s]
/proc/loadavg: 3.19 3.05 3.01 4/419 27385
/proc/meminfo: memFree=20132072/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=267560 CPUtime=4958.49 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4346306 0 0 0 495166 683 0 0 25 0 1 0 126987539 273981440 51786 33554432000 4194304 4256717 140736875989440 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66890 51786 253 16 0 63532 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 276260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 3.10 3.04 3.01 4/419 27387
/proc/meminfo: memFree=20110596/32950928 swapFree=62959404/67111528
[pid=26724] ppid=26722 vsize=8700 CPUtime=3.89 cores=0,2,4,6
/proc/26724/stat : 26724 (esg_static.sh) S 26722 26724 26286 0 -1 4202496 353 27041 0 0 0 0 378 11 18 0 1 0 126987149 8908800 252 33554432000 4194304 4922060 140733742623040 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26724/statm: 2175 252 209 178 0 68 0
[pid=26727] ppid=26724 vsize=267560 CPUtime=4996.22 cores=0,2,4,6
/proc/26727/stat : 26727 (minisat_static) R 26724 26724 26286 0 -1 4202496 4378090 0 0 0 498932 690 0 0 25 0 1 0 126987539 273981440 54406 33554432000 4194304 4256717 140736875989440 18446744073709551615 4209098 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26727/statm: 66890 54406 253 16 0 63532 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 276260

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

Real time (s): 5000.02
CPU time (s): 5000.11
CPU user time (s): 4993.1
CPU system time (s): 7.01
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 483256

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

runsolver used 21.7617 second user time and 46.4379 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-17 02:56:17
IDJOB=3387137
IDBENCH=70808
IDSOLVER=1874
FILE ID=node112/3387137-1305593777
RUNJOBID= node112-1305586738-26304
PBS_JOBID= 13350366
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=170525477

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:     32950928 kB
MemFree:      20277128 kB
Buffers:         81304 kB
Cached:         448488 kB
SwapCached:      73604 kB
Active:         984824 kB
Inactive:     11483892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20277128 kB
SwapTotal:    67111528 kB
SwapFree:     62959404 kB
Dirty:           11696 kB
Writeback:           0 kB
AnonPages:    11873408 kB
Mapped:          23732 kB
Slab:            78604 kB
PageTables:      59948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99377144 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= 73604 MiB
End job on node112 at 2011-05-17 04:19:39