Trace number 3365536

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.0UNSAT 573.467 573.465

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.281
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  165782   444254 |   49734       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |  122585   444957 |      --       0       --      -- |     --   | -41295/6392
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 17342   #clauses: 122585   #literals: 444957
0.00/0.44	c CPU time:   0.422935 s
0.00/0.44	c ==============================================================================
0.00/0.52	c
0.00/0.52	c Starting glucose
0.00/0.52	c
0.00/0.52	
0.00/0.52	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.52	
0.00/0.52	c ============================[ Problem Statistics ]=============================
0.00/0.52	c |                                                                             |
0.00/0.52	c |  Number of variables:  17342                                                |
0.00/0.52	c |  Number of clauses:    122585                                               |
0.00/0.57	c |  Parsing time:         0.04         s                                       |
573.38/573.45	c restarts              : 5956
573.38/573.45	c nb ReduceDB           : 82
573.38/573.45	c nb learnts DL2        : 19298
573.38/573.45	c nb learnts size 2     : 8424
573.38/573.45	c nb learnts size 1     : 29
573.38/573.45	c conflicts             : 4986932        (8705 /sec)
573.38/573.45	c decisions             : 8990941        (1.11 % random) (15694 /sec)
573.38/573.45	c propagations          : 943880249      (1647568 /sec)
573.38/573.45	c conflict literals     : 203040654      (15.40 % deleted)
573.38/573.45	c Memory used           : 94.98 MB
573.38/573.45	c CPU time              : 572.893 s
573.38/573.45	
573.38/573.46	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3365536-1305315246/watcher-3365536-1305315246 -o /tmp/evaluation-result-3365536-1305315246/solver-3365536-1305315246 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365536-1305315246.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/290 13221
/proc/meminfo: memFree=8417188/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 643123197 8912896 252 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13221/statm: 2176 252 211 178 0 69 0

[startup+0.0964729 s]
/proc/loadavg: 0.00 0.00 0.00 1/290 13221
/proc/meminfo: memFree=8417188/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 643123197 8912896 252 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13221/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100471 s]
/proc/loadavg: 0.00 0.00 0.00 1/290 13221
/proc/meminfo: memFree=8417188/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 643123197 8912896 252 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13221/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300435 s]
/proc/loadavg: 0.00 0.00 0.00 1/290 13221
/proc/meminfo: memFree=8417188/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 643123197 8912896 252 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13221/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700385 s]
/proc/loadavg: 0.00 0.00 0.00 1/290 13221
/proc/meminfo: memFree=8417188/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8704

[startup+1.50026 s]
/proc/loadavg: 0.00 0.00 0.00 2/292 13224
/proc/meminfo: memFree=8399936/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=14128 CPUtime=0.97 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 3411 0 0 0 97 0 0 0 19 0 1 0 643123249 14467072 3361 33554432000 134512640 135217611 4292756928 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13224/statm: 3532 3361 77 173 0 3357 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22832

[startup+3.10099 s]
/proc/loadavg: 0.16 0.03 0.01 2/292 13224
/proc/meminfo: memFree=8397332/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=16572 CPUtime=2.57 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 3999 0 0 0 257 0 0 0 22 0 1 0 643123249 16969728 3949 33554432000 134512640 135217611 4292756928 18446744073709551615 134537355 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13224/statm: 4143 3949 77 173 0 3968 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25276

[startup+6.30043 s]
/proc/loadavg: 0.16 0.03 0.01 3/298 13236
/proc/meminfo: memFree=8362296/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=18104 CPUtime=5.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 4368 0 0 0 577 0 0 0 25 0 1 0 643123249 18538496 4318 33554432000 134512640 135217611 4292756928 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13224/statm: 4526 4318 77 173 0 4351 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26808

[startup+12.7004 s]
/proc/loadavg: 0.44 0.10 0.03 3/298 13236
/proc/meminfo: memFree=8353796/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=20876 CPUtime=12.17 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 5087 0 0 0 1217 0 0 0 25 0 1 0 643123249 21377024 5037 33554432000 134512640 135217611 4292756928 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13224/statm: 5219 5037 77 173 0 5044 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29580

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.05 3/298 13265
/proc/meminfo: memFree=8305032/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=27756 CPUtime=24.97 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 6818 0 0 0 2497 0 0 0 25 0 1 0 643123249 28422144 6768 33554432000 134512640 135217611 4292756928 18446744073709551615 134538577 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13224/statm: 6939 6768 77 173 0 6764 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36460

[startup+51.1009 s]
/proc/loadavg: 1.13 0.31 0.10 3/298 13267
/proc/meminfo: memFree=8266368/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=29728 CPUtime=50.56 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 7272 0 0 0 5056 0 0 0 25 0 1 0 643123249 30441472 7222 33554432000 134512640 135217611 4292756928 18446744073709551615 134528199 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 7432 7222 77 173 0 7257 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38432

[startup+102.311 s]
/proc/loadavg: 1.65 0.59 0.21 3/298 13268
/proc/meminfo: memFree=8227928/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=40328 CPUtime=101.78 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 9932 0 0 0 10177 1 0 0 25 0 1 0 643123249 41295872 9882 33554432000 134512640 135217611 4292756928 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 10082 9882 77 173 0 9907 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49032

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/298 13270
/proc/meminfo: memFree=8212868/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=47284 CPUtime=161.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 11635 0 0 0 16176 1 0 0 25 0 1 0 643123249 48418816 11585 33554432000 134512640 135217611 4292756928 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 11821 11585 77 173 0 11646 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 55988

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 3/298 13271
/proc/meminfo: memFree=8206500/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=50312 CPUtime=221.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 12432 0 0 0 22176 1 0 0 25 0 1 0 643123249 51519488 12382 33554432000 134512640 135217611 4292756928 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 12578 12382 77 173 0 12403 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 59016

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/298 13273
/proc/meminfo: memFree=8185632/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=58668 CPUtime=281.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 14524 0 0 0 28175 2 0 0 25 0 1 0 643123249 60076032 14474 33554432000 134512640 135217611 4292756928 18446744073709551615 134532664 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 14667 14474 77 173 0 14492 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 67372

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.61 3/298 13274
/proc/meminfo: memFree=8178420/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=66492 CPUtime=341.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 16428 0 0 0 34175 2 0 0 25 0 1 0 643123249 68087808 16378 33554432000 134512640 135217611 4292756928 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 16623 16378 77 173 0 16448 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 75196

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.69 3/298 13276
/proc/meminfo: memFree=8167708/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=66492 CPUtime=401.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 16443 0 0 0 40175 2 0 0 25 0 1 0 643123249 68087808 16393 33554432000 134512640 135217611 4292756928 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 16623 16393 77 173 0 16448 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 75196

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.77 3/298 13278
/proc/meminfo: memFree=8164680/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=68872 CPUtime=461.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 17004 0 0 0 46175 2 0 0 25 0 1 0 643123249 70524928 16954 33554432000 134512640 135217611 4292756928 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 17218 16954 77 173 0 17043 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 77576

[startup+522.301 s]
/proc/loadavg: 2.09 1.67 0.85 3/298 13279
/proc/meminfo: memFree=8146156/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=76672 CPUtime=521.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 18869 0 0 0 52175 2 0 0 25 0 1 0 643123249 78512128 18819 33554432000 134512640 135217611 4292756928 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 19168 18819 77 173 0 18993 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 85376

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

[startup+537.501 s]
/proc/loadavg: 2.07 1.69 0.87 3/298 13280
/proc/meminfo: memFree=8139444/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=84764 CPUtime=536.97 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 20910 0 0 0 53695 2 0 0 25 0 1 0 643123249 86798336 20860 33554432000 134512640 135217611 4292756928 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 21191 20860 77 173 0 21016 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 93468

[startup+550.301 s]
/proc/loadavg: 2.06 1.70 0.88 3/298 13280
/proc/meminfo: memFree=8126296/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=96920 CPUtime=549.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23801 0 0 0 54974 3 0 0 25 0 1 0 643123249 99246080 23751 33554432000 134512640 135217611 4292756928 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24230 23751 77 173 0 24055 0
Current children cumulated CPU time (s) 550.28
Current children cumulated vsize (KiB) 105624

[startup+563.101 s]
/proc/loadavg: 2.05 1.71 0.90 3/298 13280
/proc/meminfo: memFree=8122560/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=562.58 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23875 0 0 0 56254 4 0 0 25 0 1 0 643123249 99594240 23825 33554432000 134512640 135217611 4292756928 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23825 77 173 0 24140 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 105964

[startup+569.501 s]
/proc/loadavg: 2.04 1.72 0.91 3/298 13280
/proc/meminfo: memFree=8122064/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=568.97 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23875 0 0 0 56893 4 0 0 25 0 1 0 643123249 99594240 23825 33554432000 134512640 135217611 4292756928 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23825 77 173 0 24140 0
Current children cumulated CPU time (s) 569.48
Current children cumulated vsize (KiB) 105964

[startup+571.1 s]
/proc/loadavg: 2.04 1.72 0.91 3/298 13281
/proc/meminfo: memFree=8122064/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=570.57 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23876 0 0 0 57053 4 0 0 25 0 1 0 643123249 99594240 23826 33554432000 134512640 135217611 4292756928 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 571.08
Current children cumulated vsize (KiB) 105964

[startup+572.701 s]
/proc/loadavg: 2.04 1.72 0.91 3/298 13281
/proc/meminfo: memFree=8122064/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=572.18 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23876 0 0 0 57214 4 0 0 25 0 1 0 643123249 99594240 23826 33554432000 134512640 135217611 4292756928 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 572.69
Current children cumulated vsize (KiB) 105964

[startup+573.111 s]
/proc/loadavg: 2.04 1.72 0.91 3/298 13281
/proc/meminfo: memFree=8122064/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=572.58 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23876 0 0 0 57254 4 0 0 25 0 1 0 643123249 99594240 23826 33554432000 134512640 135217611 4292756928 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 573.09
Current children cumulated vsize (KiB) 105964

[startup+573.301 s]
/proc/loadavg: 2.04 1.72 0.91 3/298 13281
/proc/meminfo: memFree=8122064/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=572.77 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23876 0 0 0 57273 4 0 0 25 0 1 0 643123249 99594240 23826 33554432000 134512640 135217611 4292756928 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 573.28
Current children cumulated vsize (KiB) 105964

[startup+573.401 s]
/proc/loadavg: 2.04 1.72 0.91 3/298 13281
/proc/meminfo: memFree=8122064/32951124 swapFree=63649232/67111528
[pid=13221] ppid=13219 vsize=8704 CPUtime=0.51 cores=0,2,4,6
/proc/13221/stat : 13221 (glucose.sh) S 13219 13221 13192 0 -1 4202496 358 7198 0 0 0 0 49 2 16 0 1 0 643123197 8912896 254 33554432000 4194304 4922060 140734623259216 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13221/statm: 2176 254 211 178 0 69 0
[pid=13224] ppid=13221 vsize=97260 CPUtime=572.87 cores=0,2,4,6
/proc/13224/stat : 13224 (glucose_static) R 13221 13221 13192 0 -1 4202496 23876 0 0 0 57283 4 0 0 25 0 1 0 643123249 99594240 23826 33554432000 134512640 135217611 4292756928 18446744073709551615 134532883 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13224/statm: 24315 23826 77 173 0 24140 0
Current children cumulated CPU time (s) 573.38
Current children cumulated vsize (KiB) 105964

Child status: 20
Real time (s): 573.465
CPU time (s): 573.467
CPU user time (s): 573.393
CPU system time (s): 0.073988
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 105964

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

runsolver used 1.66475 second user time and 3.55546 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-13 21:34:07
IDJOB=3365536
IDBENCH=20521
IDSOLVER=1842
FILE ID=node130/3365536-1305315246
RUNJOBID= node130-1305315245-13210
PBS_JOBID= 13324302
Free space on /tmp= 30124 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365536-1305315246/watcher-3365536-1305315246 -o /tmp/evaluation-result-3365536-1305315246/solver-3365536-1305315246 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365536-1305315246.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=2104883631

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8417600 kB
Buffers:        272184 kB
Cached:       22562116 kB
SwapCached:      10360 kB
Active:        5562784 kB
Inactive:     18324640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8417600 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            5684 kB
Writeback:           0 kB
AnonPages:     1051004 kB
Mapped:          12820 kB
Slab:           558052 kB
PageTables:      24948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51459816 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= 30060 MiB
End job on node130 at 2011-05-13 21:43:40