Trace number 3292025

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
EBGlucose 1.0? (TO) 1300.02 1300.01

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.29/1.39	c ==============================================================================
1.29/1.39	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.39	c ==============================================================================
1.29/1.39	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
24.29/24.37	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
24.29/24.37	c ==============================================================================
24.29/24.37	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
24.29/24.37	c CPU time:   24.1313 s
24.29/24.37	c ==============================================================================
26.19/26.25	c
26.19/26.25	c Starting glucose
26.19/26.25	c
26.19/26.25	
26.19/26.25	c This is EBGlucose 1.0 -- based on Glucose version 1.0
26.19/26.25	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
26.19/26.25	
26.19/26.25	c ============================[ Problem Statistics ]=============================
26.19/26.25	c |                                                                             |
26.19/26.25	c |  Number of variables:  168000                                               |
26.19/26.25	c |  Number of clauses:    3532144                                              |
27.37/27.46	c |  Parsing time:         1.14         s                                       |

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

running on 2 cores: 5,7

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: 3.39 3.88 3.88 6/188 32213
/proc/meminfo: memFree=12968436/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8568 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) R 32211 32213 32153 0 -1 4194304 123 0 0 0 0 0 0 0 23 0 1 0 568502496 8773632 66 33554432000 4194304 4922060 140733331033536 18446744073709551615 256414790708 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32213/statm: 2142 79 60 178 0 35 0

[startup+0.100963 s]
/proc/loadavg: 3.39 3.88 3.88 6/188 32213
/proc/meminfo: memFree=12968436/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200953 s]
/proc/loadavg: 3.39 3.88 3.88 6/188 32213
/proc/meminfo: memFree=12968436/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300944 s]
/proc/loadavg: 3.39 3.88 3.88 6/188 32213
/proc/meminfo: memFree=12968436/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700851 s]
/proc/loadavg: 3.39 3.88 3.88 6/188 32213
/proc/meminfo: memFree=12968436/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5007 s]
/proc/loadavg: 3.39 3.88 3.88 5/190 32216
/proc/meminfo: memFree=12756308/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
[pid=32216] ppid=32213 vsize=285088 CPUtime=1.48 cores=5,7
/proc/32216/stat : 32216 (SatELite_releas) R 32213 32213 32153 0 -1 4202496 67635 0 0 0 132 16 0 0 25 0 1 0 568502497 291930112 67590 33554432000 134512640 135144230 4293936704 18446744073709551615 134553219 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32216/statm: 71272 67590 75 155 0 71115 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 293792

[startup+3.1004 s]
/proc/loadavg: 3.68 3.93 3.89 5/188 32216
/proc/meminfo: memFree=12643628/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
[pid=32216] ppid=32213 vsize=268272 CPUtime=3.08 cores=5,7
/proc/32216/stat : 32216 (SatELite_releas) R 32213 32213 32153 0 -1 4202496 72108 0 0 0 291 17 0 0 25 0 1 0 568502497 274710528 64450 33554432000 134512640 135144230 4293936704 18446744073709551615 134547536 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32216/statm: 67068 64450 78 155 0 66911 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 276976

[startup+6.3008 s]
/proc/loadavg: 3.68 3.93 3.89 5/194 32225
/proc/meminfo: memFree=12212188/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
[pid=32216] ppid=32213 vsize=300676 CPUtime=6.29 cores=5,7
/proc/32216/stat : 32216 (SatELite_releas) R 32213 32213 32153 0 -1 4202496 76189 0 0 0 610 19 0 0 25 0 1 0 568502497 307892224 68531 33554432000 134512640 135144230 4293936704 18446744073709551615 134585708 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32216/statm: 75169 68531 78 155 0 75012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 309380

[startup+12.7006 s]
/proc/loadavg: 3.80 3.95 3.90 5/190 32247
/proc/meminfo: memFree=12058748/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
[pid=32216] ppid=32213 vsize=359128 CPUtime=12.69 cores=5,7
/proc/32216/stat : 32216 (SatELite_releas) R 32213 32213 32153 0 -1 4202496 87048 0 0 0 1247 22 0 0 25 0 1 0 568502497 367747072 78822 33554432000 134512640 135144230 4293936704 18446744073709551615 134553222 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32216/statm: 89782 78822 78 155 0 89625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367832

[startup+25.5012 s]
/proc/loadavg: 3.98 3.98 3.91 5/194 32256
/proc/meminfo: memFree=11367528/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=0 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 353 233 0 0 0 0 0 0 23 0 1 0 568502496 8912896 252 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32213/statm: 2176 252 211 178 0 69 0
[pid=32216] ppid=32213 vsize=313084 CPUtime=25.49 cores=5,7
/proc/32216/stat : 32216 (SatELite_releas) R 32213 32213 32153 0 -1 4202496 94762 0 0 0 2518 31 0 0 19 0 1 0 568502497 320598016 71534 33554432000 134512640 135144230 4293936704 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32216/statm: 78271 71534 81 155 0 78114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321788

[startup+51.1003 s]
/proc/loadavg: 4.12 4.01 3.92 5/194 32289
/proc/meminfo: memFree=10922460/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=223228 CPUtime=24.84 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 53987 0 0 0 2475 9 0 0 25 0 1 0 568505121 228585472 53908 33554432000 134512640 134556542 4287474352 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 55807 53908 213 11 0 55141 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 231932

[startup+102.301 s]
/proc/loadavg: 4.19 4.05 3.94 5/194 32322
/proc/meminfo: memFree=11356676/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=230672 CPUtime=76.05 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 55799 0 0 0 7595 10 0 0 25 0 1 0 568505121 236208128 55720 33554432000 134512640 134556542 4287474352 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 57668 55720 213 11 0 57002 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 239376

[startup+162.301 s]
/proc/loadavg: 4.07 4.04 3.94 5/194 32388
/proc/meminfo: memFree=11339016/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=237600 CPUtime=136.04 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 57561 0 0 0 13594 10 0 0 25 0 1 0 568505121 243302400 57482 33554432000 134512640 134556542 4287474352 18446744073709551615 134528937 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 59400 57482 213 11 0 58734 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 246304

[startup+222.307 s]
/proc/loadavg: 4.02 4.03 3.94 5/194 32390
/proc/meminfo: memFree=11314332/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=238224 CPUtime=196.05 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 57667 0 0 0 19595 10 0 0 25 0 1 0 568505121 243941376 57588 33554432000 134512640 134556542 4287474352 18446744073709551615 134531141 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 59556 57588 213 11 0 58890 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 246928

[startup+282.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/194 32391
/proc/meminfo: memFree=11273768/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=259296 CPUtime=256.05 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 62949 0 0 0 25594 11 0 0 25 0 1 0 568505121 265519104 62867 33554432000 134512640 134556542 4287474352 18446744073709551615 134536997 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 64824 62867 213 11 0 64158 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 268000

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/194 32393
/proc/meminfo: memFree=11264444/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=259296 CPUtime=316.05 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 62963 0 0 0 31594 11 0 0 25 0 1 0 568505121 265519104 62881 33554432000 134512640 134556542 4287474352 18446744073709551615 134537236 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 64824 62881 213 11 0 64158 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 268000

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/194 32394
/proc/meminfo: memFree=11252152/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7

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

/proc/32257/statm: 64914 62972 213 11 0 64248 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 268360

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 457
/proc/meminfo: memFree=11791344/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=260256 CPUtime=676.06 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 63197 0 0 0 67595 11 0 0 25 0 1 0 568505121 266502144 63115 33554432000 134512640 134556542 4287474352 18446744073709551615 134528632 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 65064 63115 213 11 0 64398 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 268960

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 467
/proc/meminfo: memFree=11780164/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=265804 CPUtime=736.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 64580 0 0 0 73595 12 0 0 25 0 1 0 568505121 272183296 64498 33554432000 134512640 134556542 4287474352 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 66451 64498 213 11 0 65785 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 274508

[startup+822.301 s]
/proc/loadavg: 4.05 4.01 3.94 5/194 471
/proc/meminfo: memFree=11774224/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=268576 CPUtime=796.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 65284 0 0 0 79595 12 0 0 25 0 1 0 568505121 275021824 65202 33554432000 134512640 134556542 4287474352 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 67144 65202 213 11 0 66478 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 277280

[startup+882.307 s]
/proc/loadavg: 4.02 4.01 3.94 5/194 472
/proc/meminfo: memFree=11771696/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=268556 CPUtime=856.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 65288 0 0 0 85595 12 0 0 25 0 1 0 568505121 275001344 65206 33554432000 134512640 134556542 4287474352 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 67139 65206 213 11 0 66473 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 277260

[startup+942.3 s]
/proc/loadavg: 4.04 4.02 3.95 5/194 474
/proc/meminfo: memFree=11753568/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=272800 CPUtime=916.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 66269 0 0 0 91594 13 0 0 25 0 1 0 568505121 279347200 66187 33554432000 134512640 134556542 4287474352 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 68200 66187 213 11 0 67534 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 281504

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/194 475
/proc/meminfo: memFree=11739748/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=284024 CPUtime=976.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69099 0 0 0 97593 14 0 0 25 0 1 0 568505121 290840576 69017 33554432000 134512640 134556542 4287474352 18446744073709551615 134536762 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71006 69017 213 11 0 70340 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 292728

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/194 477
/proc/meminfo: memFree=11736988/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=285604 CPUtime=1036.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69397 0 0 0 103593 14 0 0 25 0 1 0 568505121 292458496 69315 33554432000 134512640 134556542 4287474352 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71401 69315 213 11 0 70735 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 294308

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.95 5/194 479
/proc/meminfo: memFree=11735196/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=285604 CPUtime=1096.07 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69402 0 0 0 109593 14 0 0 25 0 1 0 568505121 292458496 69320 33554432000 134512640 134556542 4287474352 18446744073709551615 134537056 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71401 69320 213 11 0 70735 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 294308

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.95 5/194 480
/proc/meminfo: memFree=11703176/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=285712 CPUtime=1156.08 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69411 0 0 0 115594 14 0 0 25 0 1 0 568505121 292569088 69329 33554432000 134512640 134556542 4287474352 18446744073709551615 134528959 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71428 69329 213 11 0 70762 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 294416

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.96 5/194 482
/proc/meminfo: memFree=11694444/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=285712 CPUtime=1216.08 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69415 0 0 0 121594 14 0 0 25 0 1 0 568505121 292569088 69333 33554432000 134512640 134556542 4287474352 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71428 69333 213 11 0 70762 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 294416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.96 5/194 483
/proc/meminfo: memFree=11692920/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=285820 CPUtime=1273.79 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69437 0 0 0 127365 14 0 0 25 0 1 0 568505121 292679680 69355 33554432000 134512640 134556542 4287474352 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71455 69355 213 11 0 70789 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 294524

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.96 5/194 483
/proc/meminfo: memFree=11692920/32950928 swapFree=67111524/67111528
[pid=32213] ppid=32211 vsize=8704 CPUtime=26.23 cores=5,7
/proc/32213/stat : 32213 (ebglucose.sh) S 32211 32213 32153 0 -1 4202496 379 94996 0 0 0 0 2587 36 18 0 1 0 568502496 8912896 255 33554432000 4194304 4922060 140733331033536 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/32213/statm: 2176 255 211 178 0 69 0
[pid=32257] ppid=32213 vsize=285820 CPUtime=1273.79 cores=5,7
/proc/32257/stat : 32257 (ebglucose_stati) R 32213 32213 32153 0 -1 4202496 69437 0 0 0 127365 14 0 0 25 0 1 0 568505121 292679680 69355 33554432000 134512640 134556542 4287474352 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32257/statm: 71455 69355 213 11 0 70789 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 294524

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32213 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=875066
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=368943
# CPU time returned by wait4() is 26.244
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.52
CPU system time (s): 0.5
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 368440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.8751
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95375
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= 14
involuntary context switches= 32

runsolver used 2.00969 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 03:51:58
IDJOB=3292025
IDBENCH=85007
IDSOLVER=1652
FILE ID=node115/3292025-1303782716
RUNJOBID= node115-1303782716-32174
PBS_JOBID= 13157231
Free space on /tmp= 72464 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292025-1303782716/watcher-3292025-1303782716 -o /tmp/evaluation-result-3292025-1303782716/solver-3292025-1303782716 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3292025-1303782716.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=379220451

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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:     32950928 kB
MemFree:      12968956 kB
Buffers:       2293844 kB
Cached:       17044604 kB
SwapCached:          4 kB
Active:        7451780 kB
Inactive:     11966200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12968956 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          172220 kB
Writeback:           0 kB
AnonPages:       78976 kB
Mapped:          16028 kB
Slab:           497996 kB
PageTables:       5384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   245084 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= 72644 MiB
End job on node115 at 2011-04-26 04:13:40