Trace number 3498803

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

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.02
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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...
0.00/0.00	c num clauses = 7170909
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.00	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  371419                                               |
0.00/0.00	c |  Number of clauses:    7170909                                              |
2.28/2.39	c |  Parsing time:         2.23         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.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 /var/tmp/evaluation-result-3498803-1307971364/watcher-3498803-1307971364 -o /var/tmp/evaluation-result-3498803-1307971364/solver-3498803-1307971364 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498803-1307971364.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 30192
/proc/meminfo: memFree=4292520/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0

[startup+0.0949469 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 30192
/proc/meminfo: memFree=4292520/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100932 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 30192
/proc/meminfo: memFree=4292520/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300897 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 30192
/proc/meminfo: memFree=4292520/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.30472 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 30192
/proc/meminfo: memFree=4292520/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50069 s]
/proc/loadavg: 1.94 1.97 1.99 3/178 30192
/proc/meminfo: memFree=4292520/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+3.1064 s]
/proc/loadavg: 1.94 1.97 1.99 3/180 30197
/proc/meminfo: memFree=3889832/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=423468 CPUtime=3.09 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 101119 0 0 0 294 15 0 0 25 0 1 0 908737787 433631232 101058 33554432000 134512640 134556542 4290974512 18446744073709551615 134546004 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 105867 101058 207 11 0 105201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 432172

[startup+6.30084 s]
/proc/loadavg: 1.94 1.97 1.99 3/180 30197
/proc/meminfo: memFree=3885840/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=426908 CPUtime=6.29 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 101990 0 0 0 614 15 0 0 25 0 1 0 908737787 437153792 101929 33554432000 134512640 134556542 4290974512 18446744073709551615 134528792 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 106727 101929 207 11 0 106061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 435612

[startup+12.7007 s]
/proc/loadavg: 1.94 1.97 1.99 3/180 30197
/proc/meminfo: memFree=3879872/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=431420 CPUtime=12.69 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 103080 0 0 0 1253 16 0 0 25 0 1 0 908737787 441774080 103019 33554432000 134512640 134556542 4290974512 18446744073709551615 134529015 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 107855 103019 213 11 0 107189 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 440124

[startup+25.5004 s]
/proc/loadavg: 1.96 1.97 1.99 3/180 30197
/proc/meminfo: memFree=3874252/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=434052 CPUtime=25.49 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 103737 0 0 0 2533 16 0 0 25 0 1 0 908737787 444469248 103676 33554432000 134512640 134556542 4290974512 18446744073709551615 134528925 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 108513 103676 213 11 0 107847 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 442756

[startup+51.1009 s]
/proc/loadavg: 1.97 1.97 1.99 3/180 30198
/proc/meminfo: memFree=3865620/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=437624 CPUtime=51.09 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 104630 0 0 0 5093 16 0 0 25 0 1 0 908737787 448126976 104569 33554432000 134512640 134556542 4290974512 18446744073709551615 134529009 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 109406 104569 213 11 0 108740 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 446328

[startup+102.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 30199
/proc/meminfo: memFree=3851928/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=440896 CPUtime=102.29 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 105435 0 0 0 10212 17 0 0 25 0 1 0 908737787 451477504 105374 33554432000 134512640 134556542 4290974512 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 110224 105374 213 11 0 109558 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 449600

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/180 30201
/proc/meminfo: memFree=3842996/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=443972 CPUtime=162.29 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 106177 0 0 0 16212 17 0 0 25 0 1 0 908737787 454627328 106116 33554432000 134512640 134556542 4290974512 18446744073709551615 134537138 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 110993 106116 213 11 0 110327 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 452676

[startup+222.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/180 30202
/proc/meminfo: memFree=3834444/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=448020 CPUtime=222.29 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 107179 0 0 0 22212 17 0 0 25 0 1 0 908737787 458772480 107118 33554432000 134512640 134556542 4290974512 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 112005 107118 213 11 0 111339 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 456724

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 30204
/proc/meminfo: memFree=3824920/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=454212 CPUtime=282.3 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 108695 0 0 0 28212 18 0 0 25 0 1 0 908737787 465113088 108634 33554432000 134512640 134556542 4290974512 18446744073709551615 134528832 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 113553 108634 213 11 0 112887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 462916

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 30206
/proc/meminfo: memFree=3816116/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=459900 CPUtime=342.3 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 110128 0 0 0 34212 18 0 0 25 0 1 0 908737787 470937600 110067 33554432000 134512640 134556542 4290974512 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 114975 110067 213 11 0 114309 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 468604

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 30207
/proc/meminfo: memFree=3813912/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=459900 CPUtime=402.3 cores=1,3,5,7

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

/proc/30195/statm: 134125 129026 213 11 0 133459 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 545204

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 30325
/proc/meminfo: memFree=3679012/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4362.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129096 0 0 0 436217 23 0 0 25 0 1 0 908737787 549376000 129026 33554432000 134512640 134556542 4290974512 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129026 213 11 0 133459 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 545204

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30326
/proc/meminfo: memFree=3678856/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4422.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129097 0 0 0 442217 23 0 0 25 0 1 0 908737787 549376000 129027 33554432000 134512640 134556542 4290974512 18446744073709551615 134530183 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129027 213 11 0 133459 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 545204

[startup+4482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30328
/proc/meminfo: memFree=3678576/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4482.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129097 0 0 0 448217 23 0 0 25 0 1 0 908737787 549376000 129027 33554432000 134512640 134556542 4290974512 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129027 213 11 0 133459 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 545204

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30330
/proc/meminfo: memFree=3678184/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4542.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129100 0 0 0 454217 23 0 0 25 0 1 0 908737787 549376000 129030 33554432000 134512640 134556542 4290974512 18446744073709551615 134537366 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129030 213 11 0 133459 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 545204

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30331
/proc/meminfo: memFree=3678028/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4602.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129100 0 0 0 460217 23 0 0 25 0 1 0 908737787 549376000 129030 33554432000 134512640 134556542 4290974512 18446744073709551615 134536927 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129030 213 11 0 133459 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 545204

[startup+4662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 30333
/proc/meminfo: memFree=3677008/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4662.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129102 0 0 0 466217 23 0 0 25 0 1 0 908737787 549376000 129032 33554432000 134512640 134556542 4290974512 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129032 213 11 0 133459 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 545204

[startup+4722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 30334
/proc/meminfo: memFree=3676732/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536500 CPUtime=4722.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129117 0 0 0 472217 23 0 0 25 0 1 0 908737787 549376000 129047 33554432000 134512640 134556542 4290974512 18446744073709551615 134537543 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134125 129047 213 11 0 133459 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 545204

[startup+4782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30336
/proc/meminfo: memFree=3676200/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536768 CPUtime=4782.4 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129184 0 0 0 478217 23 0 0 25 0 1 0 908737787 549650432 129114 33554432000 134512640 134556542 4290974512 18446744073709551615 134528925 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134192 129114 213 11 0 133526 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 545472

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30338
/proc/meminfo: memFree=3675792/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536768 CPUtime=4842.41 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129190 0 0 0 484218 23 0 0 25 0 1 0 908737787 549650432 129120 33554432000 134512640 134556542 4290974512 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134192 129120 213 11 0 133526 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 545472

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30339
/proc/meminfo: memFree=3675512/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536768 CPUtime=4902.41 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129192 0 0 0 490218 23 0 0 25 0 1 0 908737787 549650432 129122 33554432000 134512640 134556542 4290974512 18446744073709551615 134525044 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134192 129122 213 11 0 133526 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 545472

[startup+4962.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/173 30366
/proc/meminfo: memFree=3883628/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=536768 CPUtime=4962.41 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129192 0 0 0 496218 23 0 0 25 0 1 0 908737787 549650432 129122 33554432000 134512640 134556542 4290974512 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134192 129122 213 11 0 133526 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 545472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.34 1.80 1.93 2/173 30367
/proc/meminfo: memFree=3883348/32951124 swapFree=67052292/67111528
[pid=30192] ppid=30190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/30192/stat : 30192 (ebglucose.sh) S 30190 30192 28035 0 -1 4202496 379 344 0 0 0 0 0 0 25 0 1 0 908737787 8912896 254 33554432000 4194304 4922060 140736230427168 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/30192/statm: 2176 254 211 178 0 69 0
[pid=30195] ppid=30192 vsize=537008 CPUtime=5000.02 cores=1,3,5,7
/proc/30195/stat : 30195 (ebglucose_stati) R 30192 30192 28035 0 -1 4202496 129214 0 0 0 499979 23 0 0 25 0 1 0 908737787 549896192 129144 33554432000 134512640 134556542 4290974512 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30195/statm: 134252 129144 213 11 0 133586 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 545712

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 30192 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 5000.02
#
# 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.02
CPU user time (s): 4999.79
CPU system time (s): 0.23
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 545712

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

runsolver used 8.14976 second user time and 18.7092 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 15:22:48
IDJOB=3498803
IDBENCH=85005
IDSOLVER=1992
FILE ID=node108/3498803-1307971364
RUNJOBID= node108-1307959426-28793
PBS_JOBID= 13559720
Free space on /var/tmp= 2692 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498803-1307971364/watcher-3498803-1307971364 -o /var/tmp/evaluation-result-3498803-1307971364/solver-3498803-1307971364 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498803-1307971364.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=622056655

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:       4293056 kB
Buffers:        123916 kB
Cached:       27537312 kB
SwapCached:      23260 kB
Active:       12078648 kB
Inactive:     15679348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4293056 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:          182876 kB
Writeback:           0 kB
AnonPages:       94324 kB
Mapped:          10204 kB
Slab:           834776 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272792 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 /var/tmp at the end= 2732 MiB
End job on node108 at 2011-06-13 16:46:10