Trace number 3366014

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
SAT09 reference solver:glucose 1.0? (TO) 5000.06 4999.92

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144.59
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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 = 9676386
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 glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  482093                                               |
0.00/0.00	c |  Number of clauses:    9676386                                              |
2.98/3.09	c |  Parsing time:         2.90         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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366014-1305325340/watcher-3366014-1305325340 -o /tmp/evaluation-result-3366014-1305325340/solver-3366014-1305325340 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366014-1305325340.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.85 1.97 1.99 2/315 4885
/proc/meminfo: memFree=22711584/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0

[startup+0.069412 s]
/proc/loadavg: 1.85 1.97 1.99 2/315 4885
/proc/meminfo: memFree=22711584/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100407 s]
/proc/loadavg: 1.85 1.97 1.99 2/315 4885
/proc/meminfo: memFree=22711584/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300372 s]
/proc/loadavg: 1.85 1.97 1.99 2/315 4885
/proc/meminfo: memFree=22711584/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700295 s]
/proc/loadavg: 1.85 1.97 1.99 2/315 4885
/proc/meminfo: memFree=22711584/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50115 s]
/proc/loadavg: 1.85 1.97 1.99 3/317 4888
/proc/meminfo: memFree=22531032/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=269060 CPUtime=1.49 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 64665 0 0 0 140 9 0 0 25 0 1 0 722765188 275517440 64619 33554432000 134512640 135217611 4289993008 18446744073709551615 134548073 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 67265 64620 60 173 0 67090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 277764

[startup+3.10085 s]
/proc/loadavg: 2.02 2.00 2.00 3/317 4888
/proc/meminfo: memFree=22335112/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=550528 CPUtime=3.09 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 132058 0 0 0 290 19 0 0 25 0 1 0 722765188 563740672 132012 33554432000 134512640 135217611 4289993008 18446744073709551615 134524273 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 137632 132012 73 173 0 137457 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 559232

[startup+6.30026 s]
/proc/loadavg: 2.02 2.00 2.00 3/317 4888
/proc/meminfo: memFree=22143328/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=568752 CPUtime=6.28 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 136457 0 0 0 609 19 0 0 25 0 1 0 722765188 582402048 136408 33554432000 134512640 135217611 4289993008 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 142188 136408 74 173 0 142013 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 577456

[startup+12.7011 s]
/proc/loadavg: 2.02 2.00 2.00 3/317 4888
/proc/meminfo: memFree=22104036/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=577092 CPUtime=12.69 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 138285 0 0 0 1249 20 0 0 25 0 1 0 722765188 590942208 138236 33554432000 134512640 135217611 4289993008 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 144273 138236 76 173 0 144098 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 585796

[startup+25.5007 s]
/proc/loadavg: 2.02 2.00 2.00 3/317 4890
/proc/meminfo: memFree=22128208/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=580052 CPUtime=25.49 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 139030 0 0 0 2528 21 0 0 25 0 1 0 722765188 593973248 138981 33554432000 134512640 135217611 4289993008 18446744073709551615 134539594 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 145013 138981 76 173 0 144838 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 588756

[startup+51.1009 s]
/proc/loadavg: 2.01 2.00 2.00 3/317 4890
/proc/meminfo: memFree=22103640/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=592856 CPUtime=51.09 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 142175 0 0 0 5087 22 0 0 25 0 1 0 722765188 607084544 142126 33554432000 134512640 135217611 4289993008 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 148214 142126 76 173 0 148039 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 601560

[startup+102.311 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4892
/proc/meminfo: memFree=22083608/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=603600 CPUtime=102.3 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 144856 0 0 0 10208 22 0 0 25 0 1 0 722765188 618086400 144807 33554432000 134512640 135217611 4289993008 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 150900 144807 76 173 0 150725 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 612304

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4893
/proc/meminfo: memFree=22074380/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=603800 CPUtime=162.29 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 144874 0 0 0 16207 22 0 0 25 0 1 0 722765188 618291200 144825 33554432000 134512640 135217611 4289993008 18446744073709551615 134533775 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 150950 144825 76 173 0 150775 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 612504

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4895
/proc/meminfo: memFree=22028224/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=603800 CPUtime=222.3 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 144889 0 0 0 22207 23 0 0 25 0 1 0 722765188 618291200 144840 33554432000 134512640 135217611 4289993008 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 150950 144840 76 173 0 150775 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 612504

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4896
/proc/meminfo: memFree=22026580/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=605336 CPUtime=282.3 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 145265 0 0 0 28207 23 0 0 25 0 1 0 722765188 619864064 145216 33554432000 134512640 135217611 4289993008 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 151334 145216 76 173 0 151159 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 614040

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4898
/proc/meminfo: memFree=22021080/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=610904 CPUtime=342.3 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 146661 0 0 0 34207 23 0 0 25 0 1 0 722765188 625565696 146612 33554432000 134512640 135217611 4289993008 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 152726 146612 76 173 0 152551 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 619608

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4900
/proc/meminfo: memFree=22006640/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7

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

/proc/4887/statm: 190398 183781 76 173 0 190223 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 770296

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/310 5037
/proc/meminfo: memFree=22327348/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4422.44 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183836 0 0 0 442215 29 0 0 25 0 1 0 722765188 779870208 183787 33554432000 134512640 135217611 4289993008 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183787 76 173 0 190223 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 770296

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5038
/proc/meminfo: memFree=22327064/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4482.44 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183836 0 0 0 448215 29 0 0 25 0 1 0 722765188 779870208 183787 33554432000 134512640 135217611 4289993008 18446744073709551615 134528138 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183787 76 173 0 190223 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 770296

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5040
/proc/meminfo: memFree=22327284/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4542.44 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183836 0 0 0 454215 29 0 0 25 0 1 0 722765188 779870208 183787 33554432000 134512640 135217611 4289993008 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183787 76 173 0 190223 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 770296

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5045
/proc/meminfo: memFree=22326796/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4602.45 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183838 0 0 0 460216 29 0 0 25 0 1 0 722765188 779870208 183789 33554432000 134512640 135217611 4289993008 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183789 76 173 0 190223 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 770296

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5046
/proc/meminfo: memFree=22326456/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4662.45 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183838 0 0 0 466216 29 0 0 25 0 1 0 722765188 779870208 183789 33554432000 134512640 135217611 4289993008 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183789 76 173 0 190223 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 770296

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5048
/proc/meminfo: memFree=22327044/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4722.46 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183839 0 0 0 472217 29 0 0 25 0 1 0 722765188 779870208 183790 33554432000 134512640 135217611 4289993008 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183790 76 173 0 190223 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 770296

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5049
/proc/meminfo: memFree=22326768/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4782.45 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183839 0 0 0 478216 29 0 0 25 0 1 0 722765188 779870208 183790 33554432000 134512640 135217611 4289993008 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183790 76 173 0 190223 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 770296

[startup+4842.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/310 5051
/proc/meminfo: memFree=22327092/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4842.45 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183839 0 0 0 484216 29 0 0 25 0 1 0 722765188 779870208 183790 33554432000 134512640 135217611 4289993008 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183790 76 173 0 190223 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 770296

[startup+4902.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/310 5053
/proc/meminfo: memFree=22326940/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4902.46 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183842 0 0 0 490217 29 0 0 25 0 1 0 722765188 779870208 183793 33554432000 134512640 135217611 4289993008 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183793 76 173 0 190223 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 770296

[startup+4962.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/310 5054
/proc/meminfo: memFree=22327276/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=4962.46 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183842 0 0 0 496217 29 0 0 25 0 1 0 722765188 779870208 183793 33554432000 134512640 135217611 4289993008 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183793 76 173 0 190223 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 770296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5055
/proc/meminfo: memFree=22327120/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=5000.06 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183845 0 0 0 499977 29 0 0 25 0 1 0 722765188 779870208 183796 33554432000 134512640 135217611 4289993008 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183796 76 173 0 190223 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 770296

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/310 5055
/proc/meminfo: memFree=22327120/32951124 swapFree=59305796/67111528
[pid=4885] ppid=4883 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4885/stat : 4885 (glucose.sh) S 4883 4885 4429 0 -1 4202496 357 110 0 0 0 0 0 0 23 0 1 0 722765188 8912896 254 33554432000 4194304 4922060 140734468222960 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4885/statm: 2176 254 211 178 0 69 0
[pid=4887] ppid=4885 vsize=761592 CPUtime=5000.06 cores=1,3,5,7
/proc/4887/stat : 4887 (glucose_static) R 4885 4885 4429 0 -1 4202496 183845 0 0 0 499977 29 0 0 25 0 1 0 722765188 779870208 183796 33554432000 134512640 135217611 4289993008 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/4887/statm: 190398 183796 76 173 0 190223 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 770296

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4885 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.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4999.77
CPU system time (s): 0.29
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 770296

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= 467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 5

runsolver used 13.8649 second user time and 36.1455 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 00:22:27
IDJOB=3366014
IDBENCH=85008
IDSOLVER=1842
FILE ID=node111/3366014-1305325340
RUNJOBID= node111-1305325340-4865
PBS_JOBID= 13324321
Free space on /tmp= 51308 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366014-1305325340/watcher-3366014-1305325340 -o /tmp/evaluation-result-3366014-1305325340/solver-3366014-1305325340 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366014-1305325340.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=690906255

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:      22711988 kB
Buffers:        215692 kB
Cached:        6503596 kB
SwapCached:      13720 kB
Active:        1198820 kB
Inactive:      8812116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22711988 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          294516 kB
Writeback:           0 kB
AnonPages:     3287324 kB
Mapped:          13212 kB
Slab:           127952 kB
PageTables:      37024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53619872 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= 51384 MiB
End job on node111 at 2011-05-14 01:45:49