Trace number 3499023

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) 5000.03 4999.91

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
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.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.49/1.52	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.49/1.53	c ==============================================================================
1.49/1.53	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.49/1.53	c CPU time:   1.46978 s
1.49/1.53	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.1 (svn: 989)

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-3499023-1308152987/watcher-3499023-1308152987 -o /tmp/evaluation-result-3499023-1308152987/solver-3499023-1308152987 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499023-1308152987.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: 2.00 2.00 1.94 2/178 3323
/proc/meminfo: memFree=28808368/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 926896461 8908800 249 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3323/statm: 2175 249 209 178 0 68 0

[startup+0.105414 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 3323
/proc/meminfo: memFree=28808368/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 926896461 8908800 249 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200405 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 3323
/proc/meminfo: memFree=28808368/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 926896461 8908800 249 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300379 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 3323
/proc/meminfo: memFree=28808368/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 926896461 8908800 249 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700304 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 3323
/proc/meminfo: memFree=28808368/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 926896461 8908800 249 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3323/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 3325
/proc/meminfo: memFree=28710780/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 926896461 8908800 249 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3323/statm: 2175 249 209 178 0 68 0
[pid=3324] ppid=3323 vsize=97628 CPUtime=1.49 cores=0,2,4,6
/proc/3324/stat : 3324 (SatELite_releas) R 3323 3323 3051 0 -1 4202496 23959 0 0 0 144 5 0 0 25 0 1 0 926896461 99971072 21412 33554432000 134512640 135144242 4294540208 18446744073709551615 134586152 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/3324/statm: 24407 21412 77 155 0 24250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106328

[startup+3.10083 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 3326
/proc/meminfo: memFree=28764712/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=34224 CPUtime=1.37 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 6765 0 0 0 137 0 0 0 23 0 1 0 926896633 35045376 6673 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208721 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 8556 6673 131 6 0 7026 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42924

[startup+6.30028 s]
/proc/loadavg: 2.08 2.02 1.95 3/180 3326
/proc/meminfo: memFree=28760896/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=35988 CPUtime=4.57 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 7215 0 0 0 457 0 0 0 25 0 1 0 926896633 36851712 7122 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208467 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 8997 7122 131 6 0 7467 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44688

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 1.95 3/180 3327
/proc/meminfo: memFree=28757936/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=38856 CPUtime=10.98 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 7945 0 0 0 1097 1 0 0 25 0 1 0 926896633 39788544 7850 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 9714 7850 131 6 0 8184 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47556

[startup+25.5008 s]
/proc/loadavg: 2.06 2.01 1.95 3/180 3327
/proc/meminfo: memFree=28753100/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=44480 CPUtime=23.77 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 9337 0 0 0 2376 1 0 0 25 0 1 0 926896633 45547520 9239 33554432000 4194304 4218580 140733247637392 18446744073709551615 4211916 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 11120 9239 131 6 0 9590 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53180

[startup+51.1011 s]
/proc/loadavg: 2.04 2.01 1.95 3/180 3328
/proc/meminfo: memFree=28745328/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=52828 CPUtime=49.38 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 11524 0 0 0 4936 2 0 0 25 0 1 0 926896633 54095872 11349 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 13207 11349 131 6 0 11677 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61528

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/180 3329
/proc/meminfo: memFree=28729524/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=68088 CPUtime=100.58 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 15807 0 0 0 10056 2 0 0 25 0 1 0 926896633 69722112 15155 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 17022 15155 131 6 0 15492 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 76788

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 3331
/proc/meminfo: memFree=28721172/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=76548 CPUtime=160.57 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 18490 0 0 0 16054 3 0 0 25 0 1 0 926896633 78385152 17277 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 19137 17277 131 6 0 17607 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 85248

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 3332
/proc/meminfo: memFree=28707492/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=89960 CPUtime=220.59 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 22767 0 0 0 22055 4 0 0 25 0 1 0 926896633 92119040 20611 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 22490 20611 131 6 0 20960 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 98660

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 3334
/proc/meminfo: memFree=28697660/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=99660 CPUtime=280.58 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 26050 0 0 0 28054 4 0 0 25 0 1 0 926896633 102051840 23056 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 24915 23056 131 6 0 23385 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 108360

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 3335
/proc/meminfo: memFree=28686064/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=111228 CPUtime=340.59 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 30036 0 0 0 34053 6 0 0 25 0 1 0 926896633 113897472 25944 33554432000 4194304 4218580 140733247637392 18446744073709551615 4210042 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 27807 25944 131 6 0 26277 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 119928

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 3337
/proc/meminfo: memFree=28682308/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6

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

/proc/3326/statm: 309283 307431 131 6 0 307753 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 1245832

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3607
/proc/meminfo: memFree=27959676/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1242688 CPUtime=4360.71 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 330892 0 0 0 436005 66 0 0 25 0 1 0 926896633 1272512512 308806 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 310672 308806 131 6 0 309142 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 1251388

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3608
/proc/meminfo: memFree=27956752/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1245748 CPUtime=4420.71 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 331701 0 0 0 442005 66 0 0 25 0 1 0 926896633 1275645952 309558 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 311437 309558 131 6 0 309907 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 1254448

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3612
/proc/meminfo: memFree=27944436/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1257288 CPUtime=4480.71 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 334597 0 0 0 448004 67 0 0 25 0 1 0 926896633 1287462912 312454 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 314322 312454 131 6 0 312792 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1265988

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 3614
/proc/meminfo: memFree=27934668/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1267512 CPUtime=4540.71 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 337158 0 0 0 454004 67 0 0 25 0 1 0 926896633 1297932288 315015 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 316878 315015 131 6 0 315348 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1276212

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 3616
/proc/meminfo: memFree=27921204/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1280824 CPUtime=4600.71 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 340493 0 0 0 460003 68 0 0 25 0 1 0 926896633 1311563776 318350 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 320206 318350 131 6 0 318676 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1289524

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3618
/proc/meminfo: memFree=27911656/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1287792 CPUtime=4660.71 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 342271 0 0 0 466003 68 0 0 25 0 1 0 926896633 1318699008 320068 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 321948 320068 131 6 0 320418 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1296492

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3619
/proc/meminfo: memFree=27904624/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1289268 CPUtime=4720.72 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 342699 0 0 0 472004 68 0 0 25 0 1 0 926896633 1320210432 320435 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 322317 320435 131 6 0 320787 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1297968

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3621
/proc/meminfo: memFree=27900872/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1293048 CPUtime=4780.72 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 343770 0 0 0 478003 69 0 0 25 0 1 0 926896633 1324081152 321409 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 323262 321409 131 6 0 321732 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1301748

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3622
/proc/meminfo: memFree=27897660/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1296000 CPUtime=4840.72 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 344549 0 0 0 484003 69 0 0 25 0 1 0 926896633 1327104000 322123 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 324000 322123 131 6 0 322470 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1304700

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3624
/proc/meminfo: memFree=27895612/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1298076 CPUtime=4900.73 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 345092 0 0 0 490003 70 0 0 25 0 1 0 926896633 1329229824 322666 33554432000 4194304 4218580 140733247637392 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 324519 322666 131 6 0 322989 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1306776

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3626
/proc/meminfo: memFree=27889032/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1304728 CPUtime=4960.72 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 346753 0 0 0 496002 70 0 0 25 0 1 0 926896633 1336041472 324327 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 326182 324327 131 6 0 324652 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1313428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3627
/proc/meminfo: memFree=27888476/32951124 swapFree=67076892/67111528
[pid=3323] ppid=3321 vsize=8700 CPUtime=1.7 cores=0,2,4,6
/proc/3323/stat : 3323 (esg_static.sh) S 3321 3323 3051 0 -1 4202496 353 25315 0 0 0 0 163 7 18 0 1 0 926896461 8908800 252 33554432000 4194304 4922060 140735915588992 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/3323/statm: 2175 252 209 178 0 68 0
[pid=3326] ppid=3323 vsize=1305428 CPUtime=4998.33 cores=0,2,4,6
/proc/3326/stat : 3326 (cdcl) R 3323 3323 3051 0 -1 4202496 346982 0 0 0 499763 70 0 0 25 0 1 0 926896633 1336758272 324504 33554432000 4194304 4218580 140733247637392 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3326/statm: 326357 324504 131 6 0 324827 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1314128

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 3323 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=637751
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=78987
# CPU time returned by wait4() is 1.71674
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.26
CPU system time (s): 0.77
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1314128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63775
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 8

runsolver used 9.02363 second user time and 17.6313 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-15 17:49:47
IDJOB=3499023
IDBENCH=82493
IDSOLVER=1993
FILE ID=node139/3499023-1308152987
RUNJOBID= node139-1308150601-3069
PBS_JOBID= 13575611
Free space on /tmp= 73504 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499023-1308152987/watcher-3499023-1308152987 -o /tmp/evaluation-result-3499023-1308152987/solver-3499023-1308152987 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499023-1308152987.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1006394896

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28808540 kB
Buffers:        520608 kB
Cached:        2355176 kB
SwapCached:       3512 kB
Active:        1872592 kB
Inactive:      1884820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28808540 kB
SwapTotal:    67111528 kB
SwapFree:     67076892 kB
Dirty:           10796 kB
Writeback:           0 kB
AnonPages:      879920 kB
Mapped:          14164 kB
Slab:           319176 kB
PageTables:       6452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1089424 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= 73428 MiB
End job on node139 at 2011-06-15 19:13:09