Trace number 3366056

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 943.391 943.375

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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 ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   14281    33540 |    4284       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |   10774    29695 |      --       0       --      -- |     --   | -3507/-3845
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 2885   #clauses: 10774   #literals: 29695
0.00/0.04	c CPU time:   0.043993 s
0.00/0.04	c ==============================================================================
0.00/0.05	c
0.00/0.05	c Starting glucose
0.00/0.05	c
0.00/0.05	
0.00/0.05	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.05	
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  2885                                                 |
0.00/0.05	c |  Number of clauses:    10774                                                |
0.00/0.06	c |  Parsing time:         0.00         s                                       |
943.31/943.36	c restarts              : 1592
943.31/943.36	c nb ReduceDB           : 86
943.31/943.36	c nb learnts DL2        : 1330
943.31/943.36	c nb learnts size 2     : 881
943.31/943.36	c nb learnts size 1     : 12
943.31/943.36	c conflicts             : 4136813        (4385 /sec)
943.31/943.36	c decisions             : 7000909        (1.05 % random) (7422 /sec)
943.31/943.36	c propagations          : 947501526      (1004434 /sec)
943.31/943.36	c conflict literals     : 165649335      (51.07 % deleted)
943.31/943.36	c Memory used           : 44.25 MB
943.31/943.36	c CPU time              : 943.319 s
943.31/943.36	
943.31/943.37	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-3366056-1305325596/watcher-3366056-1305325596 -o /tmp/evaluation-result-3366056-1305325596/solver-3366056-1305325596 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366056-1305325596.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.05 2.01 2/285 30625
/proc/meminfo: memFree=18610928/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 644157749 8912896 252 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30625/statm: 2176 252 211 178 0 69 0

[startup+0.014766 s]
/proc/loadavg: 2.07 2.05 2.01 2/285 30625
/proc/meminfo: memFree=18610928/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 644157749 8912896 252 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30625/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100772 s]
/proc/loadavg: 2.07 2.05 2.01 2/285 30625
/proc/meminfo: memFree=18610928/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.300736 s]
/proc/loadavg: 2.07 2.05 2.01 2/285 30625
/proc/meminfo: memFree=18610928/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.700669 s]
/proc/loadavg: 2.07 2.05 2.01 2/285 30625
/proc/meminfo: memFree=18610928/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+1.50047 s]
/proc/loadavg: 2.07 2.05 2.01 3/287 30628
/proc/meminfo: memFree=18607068/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=4424 CPUtime=1.44 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 812 0 0 0 144 0 0 0 25 0 1 0 644157755 4530176 767 33554432000 134512640 135217611 4294201552 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/30628/statm: 1106 767 77 173 0 931 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13128

[startup+3.10021 s]
/proc/loadavg: 2.06 2.05 2.01 3/287 30628
/proc/meminfo: memFree=18605952/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=5480 CPUtime=3.04 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 1060 0 0 0 304 0 0 0 25 0 1 0 644157755 5611520 1015 33554432000 134512640 135217611 4294201552 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 1370 1015 77 173 0 1195 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14184

[startup+6.30067 s]
/proc/loadavg: 2.06 2.05 2.01 3/287 30628
/proc/meminfo: memFree=18604548/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=6408 CPUtime=6.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 1312 0 0 0 624 0 0 0 25 0 1 0 644157755 6561792 1267 33554432000 134512640 135217611 4294201552 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 1602 1267 77 173 0 1427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15112

[startup+12.7005 s]
/proc/loadavg: 2.13 2.06 2.01 3/287 30628
/proc/meminfo: memFree=18602580/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=7548 CPUtime=12.64 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 1596 0 0 0 1264 0 0 0 25 0 1 0 644157755 7729152 1551 33554432000 134512640 135217611 4294201552 18446744073709551615 134532904 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 1887 1551 77 173 0 1712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16252

[startup+25.5002 s]
/proc/loadavg: 2.11 2.06 2.01 3/287 30628
/proc/meminfo: memFree=18600464/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=10116 CPUtime=25.44 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 2205 0 0 0 2544 0 0 0 25 0 1 0 644157755 10358784 2160 33554432000 134512640 135217611 4294201552 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 2529 2160 77 173 0 2354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18820

[startup+51.1007 s]
/proc/loadavg: 2.07 2.05 2.01 3/287 30629
/proc/meminfo: memFree=18596544/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=13928 CPUtime=51.04 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 3145 0 0 0 5104 0 0 0 25 0 1 0 644157755 14262272 3100 33554432000 134512640 135217611 4294201552 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 3482 3100 77 173 0 3307 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22632

[startup+102.311 s]
/proc/loadavg: 2.10 2.06 2.01 3/287 30630
/proc/meminfo: memFree=18593424/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=16864 CPUtime=102.25 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 3832 0 0 0 10225 0 0 0 25 0 1 0 644157755 17268736 3787 33554432000 134512640 135217611 4294201552 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 4216 3787 77 173 0 4041 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25568

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/287 30632
/proc/meminfo: memFree=18586948/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=22548 CPUtime=162.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 5285 0 0 0 16224 0 0 0 25 0 1 0 644157755 23089152 5240 33554432000 134512640 135217611 4294201552 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 5637 5240 77 173 0 5462 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31252

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/287 30634
/proc/meminfo: memFree=18583072/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=26744 CPUtime=222.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 6238 0 0 0 22224 0 0 0 25 0 1 0 644157755 27385856 6193 33554432000 134512640 135217611 4294201552 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 6686 6193 77 173 0 6511 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35448

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/287 30635
/proc/meminfo: memFree=18580944/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=28140 CPUtime=282.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 6602 0 0 0 28224 0 0 0 25 0 1 0 644157755 28815360 6557 33554432000 134512640 135217611 4294201552 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 7035 6557 77 173 0 6860 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 36844

[startup+342.301 s]
/proc/loadavg: 2.07 2.05 2.00 3/287 30637
/proc/meminfo: memFree=18578068/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=31444 CPUtime=342.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 7408 0 0 0 34224 0 0 0 25 0 1 0 644157755 32198656 7363 33554432000 134512640 135217611 4294201552 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 7861 7363 77 173 0 7686 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 40148

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/287 30638
/proc/meminfo: memFree=18577040/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=31552 CPUtime=402.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 7448 0 0 0 40224 0 0 0 25 0 1 0 644157755 32309248 7403 33554432000 134512640 135217611 4294201552 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 7888 7403 77 173 0 7713 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 40256

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/287 30640
/proc/meminfo: memFree=18574656/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=34136 CPUtime=462.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 8085 0 0 0 46224 0 0 0 25 0 1 0 644157755 34955264 8040 33554432000 134512640 135217611 4294201552 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 8534 8040 77 173 0 8359 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 42840

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/287 30641
/proc/meminfo: memFree=18571148/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=37336 CPUtime=522.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 8878 0 0 0 52224 0 0 0 25 0 1 0 644157755 38232064 8833 33554432000 134512640 135217611 4294201552 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 9334 8833 77 173 0 9159 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 46040

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/287 30643
/proc/meminfo: memFree=18569992/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=38476 CPUtime=582.24 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 9090 0 0 0 58224 0 0 0 25 0 1 0 644157755 39399424 9045 33554432000 134512640 135217611 4294201552 18446744073709551615 134539467 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 9619 9045 77 173 0 9444 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 47180

[startup+642.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/287 30645
/proc/meminfo: memFree=18567608/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=40620 CPUtime=642.26 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 9588 0 0 0 64225 1 0 0 25 0 1 0 644157755 41594880 9543 33554432000 134512640 135217611 4294201552 18446744073709551615 134527820 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 10155 9543 77 173 0 9980 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 49324

[startup+702.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/287 30646
/proc/meminfo: memFree=18566576/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=41340 CPUtime=702.25 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 9759 0 0 0 70224 1 0 0 25 0 1 0 644157755 42332160 9714 33554432000 134512640 135217611 4294201552 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 10335 9714 77 173 0 10160 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 50044

[startup+762.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/287 30648
/proc/meminfo: memFree=18563944/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=43460 CPUtime=762.26 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 10316 0 0 0 76225 1 0 0 25 0 1 0 644157755 44503040 10271 33554432000 134512640 135217611 4294201552 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 10865 10271 77 173 0 10690 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 52164

[startup+822.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/287 30649
/proc/meminfo: memFree=18562560/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=44692 CPUtime=822.25 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 10610 0 0 0 82224 1 0 0 25 0 1 0 644157755 45764608 10565 33554432000 134512640 135217611 4294201552 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 11173 10565 77 173 0 10998 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 53396

[startup+882.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/287 30651
/proc/meminfo: memFree=18562028/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=45308 CPUtime=882.26 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 10724 0 0 0 88225 1 0 0 25 0 1 0 644157755 46395392 10679 33554432000 134512640 135217611 4294201552 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 11327 10679 77 173 0 11152 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 54012

[startup+942.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/287 30653
/proc/meminfo: memFree=18561992/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=45308 CPUtime=942.26 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 10724 0 0 0 94225 1 0 0 25 0 1 0 644157755 46395392 10679 33554432000 134512640 135217611 4294201552 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 11327 10679 77 173 0 11152 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 54012

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

[startup+943.101 s]
/proc/loadavg: 2.03 2.03 2.00 3/287 30653
/proc/meminfo: memFree=18561992/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=45308 CPUtime=943.06 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 10724 0 0 0 94305 1 0 0 25 0 1 0 644157755 46395392 10679 33554432000 134512640 135217611 4294201552 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 11327 10679 77 173 0 11152 0
Current children cumulated CPU time (s) 943.11
Current children cumulated vsize (KiB) 54012

[startup+943.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/287 30653
/proc/meminfo: memFree=18561992/32951124 swapFree=66457188/67111528
[pid=30625] ppid=30623 vsize=8704 CPUtime=0.05 cores=0,2,4,6
/proc/30625/stat : 30625 (glucose.sh) S 30623 30625 29999 0 -1 4202496 357 756 0 0 0 0 5 0 25 0 1 0 644157749 8912896 254 33554432000 4194304 4922060 140733444668176 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30625/statm: 2176 254 211 178 0 69 0
[pid=30628] ppid=30625 vsize=45308 CPUtime=943.26 cores=0,2,4,6
/proc/30628/stat : 30628 (glucose_static) R 30625 30625 29999 0 -1 4202496 10724 0 0 0 94325 1 0 0 25 0 1 0 644157755 46395392 10679 33554432000 134512640 135217611 4294201552 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30628/statm: 11327 10679 77 173 0 11152 0
Current children cumulated CPU time (s) 943.31
Current children cumulated vsize (KiB) 54012

Child status: 20
Real time (s): 943.375
CPU time (s): 943.391
CPU user time (s): 943.372
CPU system time (s): 0.018997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 54012

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

runsolver used 2.71859 second user time and 5.82711 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-14 00:26:36
IDJOB=3366056
IDBENCH=88025
IDSOLVER=1842
FILE ID=node132/3366056-1305325596
RUNJOBID= node132-1305315243-30018
PBS_JOBID= 13324300
Free space on /tmp= 48056 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366056-1305325596/watcher-3366056-1305325596 -o /tmp/evaluation-result-3366056-1305325596/solver-3366056-1305325596 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366056-1305325596.cnf

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=1820032070

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18610952 kB
Buffers:        225952 kB
Cached:        8405888 kB
SwapCached:       6904 kB
Active:        4752232 kB
Inactive:      9178292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18610952 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     5296928 kB
Mapped:          19400 kB
Slab:           322628 kB
PageTables:      24152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34815828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48056 MiB
End job on node132 at 2011-05-14 00:42:19