Trace number 3273866

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
rcl 2011-04-01? (TO) 1300.03 1300.01

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n130-s30940966-unsat.cnf
MD5SUMca44a78076b8228fbb99ecc0147f157f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4645.03
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     276      828 |      82       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 133   #clauses: 276   #literals: 828
0.00/0.00	c CPU time:   0 s
0.00/0.00	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: 935)

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-3273866-1303607309/watcher-3273866-1303607309 -o /tmp/evaluation-result-3273866-1303607309/solver-3273866-1303607309 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3273866-1303607309.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.89 3.71 3.83 3/180 15722
/proc/meminfo: memFree=14468052/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0

[startup+0.038749 s]
/proc/loadavg: 2.89 3.71 3.83 3/180 15722
/proc/meminfo: memFree=14468052/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100717 s]
/proc/loadavg: 2.89 3.71 3.83 3/180 15722
/proc/meminfo: memFree=14468052/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300704 s]
/proc/loadavg: 2.89 3.71 3.83 3/180 15722
/proc/meminfo: memFree=14468052/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700631 s]
/proc/loadavg: 2.89 3.71 3.83 3/180 15722
/proc/meminfo: memFree=14468052/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 2.89 3.71 3.83 5/194 15749
/proc/meminfo: memFree=14454656/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=10640 CPUtime=1.49 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 1136 0 0 0 149 0 0 0 25 0 1 0 472331841 10895360 1046 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 2660 1046 131 6 0 1130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19340

[startup+3.10121 s]
/proc/loadavg: 2.89 3.71 3.83 5/194 15749
/proc/meminfo: memFree=14448580/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=11940 CPUtime=3.09 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 1476 0 0 0 309 0 0 0 25 0 1 0 472331841 12226560 1384 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208422 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 2985 1384 131 6 0 1455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20640

[startup+6.30065 s]
/proc/loadavg: 2.98 3.72 3.83 5/194 15749
/proc/meminfo: memFree=14441516/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=13704 CPUtime=6.29 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 1936 0 0 0 629 0 0 0 25 0 1 0 472331841 14032896 1840 33554432000 4194304 4218580 140737206418848 18446744073709551615 4205576 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 3426 1840 131 6 0 1896 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22404

[startup+12.7005 s]
/proc/loadavg: 3.06 3.72 3.83 5/194 15749
/proc/meminfo: memFree=14431900/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=15344 CPUtime=12.69 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 2335 0 0 0 1269 0 0 0 25 0 1 0 472331841 15712256 2221 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 3836 2221 131 6 0 2306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24044

[startup+25.5002 s]
/proc/loadavg: 3.27 3.74 3.83 5/194 15750
/proc/meminfo: memFree=14423476/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=17560 CPUtime=25.48 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 2971 0 0 0 2548 0 0 0 25 0 1 0 472331841 17981440 2796 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 4390 2796 131 6 0 2860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26260

[startup+51.1007 s]
/proc/loadavg: 3.52 3.76 3.83 5/194 15750
/proc/meminfo: memFree=14410048/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=21084 CPUtime=51.08 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 4000 0 0 0 5108 0 0 0 25 0 1 0 472331841 21590016 3649 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208414 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 5271 3649 131 6 0 3741 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29784

[startup+102.307 s]
/proc/loadavg: 3.79 3.79 3.83 5/194 15752
/proc/meminfo: memFree=14392052/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=24984 CPUtime=102.29 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 5429 0 0 0 10228 1 0 0 25 0 1 0 472331841 25583616 4627 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208414 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 6246 4627 131 6 0 4716 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 33684

[startup+162.301 s]
/proc/loadavg: 3.92 3.83 3.84 5/194 15753
/proc/meminfo: memFree=14382116/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=27184 CPUtime=162.28 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 6463 0 0 0 16227 1 0 0 25 0 1 0 472331841 27836416 5175 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 6796 5175 131 6 0 5266 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 35884

[startup+222.3 s]
/proc/loadavg: 3.97 3.85 3.85 5/194 15755
/proc/meminfo: memFree=14372440/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=30228 CPUtime=222.28 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 7704 0 0 0 22226 2 0 0 25 0 1 0 472331841 30953472 5967 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 7557 5967 131 6 0 6027 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 38928

[startup+282.301 s]
/proc/loadavg: 3.99 3.88 3.85 5/194 15757
/proc/meminfo: memFree=14364856/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=32108 CPUtime=282.28 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 8697 0 0 0 28226 2 0 0 25 0 1 0 472331841 32878592 6443 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 8027 6443 131 6 0 6497 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 40808

[startup+342.301 s]
/proc/loadavg: 3.99 3.90 3.86 5/194 15758
/proc/meminfo: memFree=14356420/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=34184 CPUtime=342.28 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 9757 0 0 0 34225 3 0 0 25 0 1 0 472331841 35004416 6960 33554432000 4194304 4218580 140737206418848 18446744073709551615 4211946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 8546 6960 131 6 0 7016 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 42884

[startup+402.301 s]
/proc/loadavg: 3.99 3.91 3.86 5/194 15760
/proc/meminfo: memFree=14351572/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6

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

[pid=15724] ppid=15722 vsize=38332 CPUtime=522.29 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 12213 0 0 0 52224 5 0 0 25 0 1 0 472331841 39251968 7989 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 9583 7989 131 6 0 8053 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 47032

[startup+582.301 s]
/proc/loadavg: 4.03 3.96 3.89 5/194 15765
/proc/meminfo: memFree=14337016/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=38332 CPUtime=582.29 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 12758 0 0 0 58224 5 0 0 25 0 1 0 472331841 39251968 7990 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208458 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 9583 7990 131 6 0 8053 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 47032

[startup+642.301 s]
/proc/loadavg: 4.01 3.97 3.89 5/194 15766
/proc/meminfo: memFree=14333528/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=38384 CPUtime=642.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 13334 0 0 0 64225 5 0 0 25 0 1 0 472331841 39305216 8001 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208408 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 9596 8001 131 6 0 8066 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 47084

[startup+702.3 s]
/proc/loadavg: 4.00 3.97 3.90 5/194 15768
/proc/meminfo: memFree=14326940/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=39052 CPUtime=702.29 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 13991 0 0 0 70224 5 0 0 25 0 1 0 472331841 39989248 8166 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 9763 8166 131 6 0 8233 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 47752

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.90 5/194 15769
/proc/meminfo: memFree=14320360/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=42140 CPUtime=762.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 15088 0 0 0 76224 6 0 0 25 0 1 0 472331841 43151360 8939 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208555 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 10535 8939 131 6 0 9005 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 50840

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/194 15771
/proc/meminfo: memFree=14317364/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=44676 CPUtime=822.29 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 16109 0 0 0 82223 6 0 0 25 0 1 0 472331841 45748224 9566 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208461 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11169 9566 131 6 0 9639 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 53376

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/194 15773
/proc/meminfo: memFree=14314744/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=45356 CPUtime=882.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 16785 0 0 0 88223 7 0 0 25 0 1 0 472331841 46444544 9738 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11339 9738 131 6 0 9809 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 54056

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/194 15774
/proc/meminfo: memFree=14308168/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=45356 CPUtime=942.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 17430 0 0 0 94222 8 0 0 25 0 1 0 472331841 46444544 9732 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11339 9732 131 6 0 9809 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 54056

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/194 15776
/proc/meminfo: memFree=14305548/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=45420 CPUtime=1002.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 18088 0 0 0 100222 8 0 0 25 0 1 0 472331841 46510080 9754 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11355 9754 131 6 0 9825 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 54120

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/194 15777
/proc/meminfo: memFree=14304672/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=45740 CPUtime=1062.31 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 18730 0 0 0 106222 9 0 0 25 0 1 0 472331841 46837760 9829 33554432000 4194304 4218580 140737206418848 18446744073709551615 4209736 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11435 9829 131 6 0 9905 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 54440

[startup+1122.3 s]
/proc/loadavg: 4.09 4.00 3.92 5/194 15779
/proc/meminfo: memFree=14301424/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=45800 CPUtime=1122.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 19366 0 0 0 112221 9 0 0 25 0 1 0 472331841 46899200 9845 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11450 9845 131 6 0 9920 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 54500

[startup+1182.3 s]
/proc/loadavg: 4.03 4.00 3.92 5/194 15781
/proc/meminfo: memFree=14301280/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=45896 CPUtime=1182.3 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 19967 0 0 0 118221 9 0 0 25 0 1 0 472331841 46997504 9870 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11474 9870 131 6 0 9944 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 54596

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.93 5/194 15782
/proc/meminfo: memFree=14299520/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=46612 CPUtime=1242.31 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 20794 0 0 0 124221 10 0 0 25 0 1 0 472331841 47730688 10047 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11653 10047 131 6 0 10123 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 55312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.99 3.92 4/191 15785
/proc/meminfo: memFree=14336492/32951124 swapFree=67111528/67111528
[pid=15722] ppid=15720 vsize=8700 CPUtime=0 cores=4,6
/proc/15722/stat : 15722 (esg_static.sh) S 15720 15722 14611 0 -1 4202496 353 148 0 0 0 0 0 0 22 0 1 0 472331841 8908800 252 33554432000 4194304 4922060 140734835591920 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15722/statm: 2175 252 209 178 0 68 0
[pid=15724] ppid=15722 vsize=46612 CPUtime=1300.02 cores=4,6
/proc/15724/stat : 15724 (cdcl) R 15722 15722 14611 0 -1 4202496 21653 0 0 0 129991 11 0 0 25 0 1 0 472331841 47730688 10046 33554432000 4194304 4218580 140737206418848 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/15724/statm: 11653 10046 131 6 0 10123 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 55312

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)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.91
CPU system time (s): 0.113982
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 55536

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

runsolver used 2.26565 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-24 03:08:29
IDJOB=3273866
IDBENCH=83148
IDSOLVER=1609
FILE ID=node108/3273866-1303607309
RUNJOBID= node108-1303607307-15699
PBS_JOBID= 13150586
Free space on /tmp= 71400 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n130-s30940966-unsat.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273866-1303607309/watcher-3273866-1303607309 -o /tmp/evaluation-result-3273866-1303607309/solver-3273866-1303607309 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3273866-1303607309.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ca44a78076b8228fbb99ecc0147f157f
RANDOM SEED=15518172

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:      14468316 kB
Buffers:       2255380 kB
Cached:       15590436 kB
SwapCached:          0 kB
Active:        9925544 kB
Inactive:      7987304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14468316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2040 kB
Writeback:           0 kB
AnonPages:       66444 kB
Mapped:          15104 kB
Slab:           506892 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214156 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= 71400 MiB
End job on node108 at 2011-04-24 03:30:11