Trace number 3303571

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
glucose 2? (TO) 5000.11 5000.03

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.082986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

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 |     672     2684 |     201       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     670     2678 |      --       0       --      -- |     --   | -2/-6
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 134   #clauses: 670   #literals: 2678
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c

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: 977)

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-3303571-1306949888/watcher-3303571-1306949888 -o /tmp/evaluation-result-3303571-1306949888/solver-3303571-1306949888 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303571-1306949888.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: 1.03 1.50 1.79 2/532 32667
/proc/meminfo: memFree=21840064/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0

[startup+0.0567639 s]
/proc/loadavg: 1.03 1.50 1.79 2/532 32667
/proc/meminfo: memFree=21840064/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100753 s]
/proc/loadavg: 1.03 1.50 1.79 2/532 32667
/proc/meminfo: memFree=21840064/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300722 s]
/proc/loadavg: 1.03 1.50 1.79 2/532 32667
/proc/meminfo: memFree=21840064/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700648 s]
/proc/loadavg: 1.03 1.50 1.79 2/532 32667
/proc/meminfo: memFree=21840064/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50049 s]
/proc/loadavg: 1.03 1.50 1.79 3/534 32670
/proc/meminfo: memFree=21807008/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=22280 CPUtime=1.49 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 2776 0 0 0 148 1 0 0 25 0 1 0 787405024 22814720 2159 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32669/statm: 5570 2159 239 17 0 2211 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30984

[startup+3.10117 s]
/proc/loadavg: 1.11 1.51 1.79 3/538 32677
/proc/meminfo: memFree=21712460/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=25288 CPUtime=3.08 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 4752 0 0 0 307 1 0 0 25 0 1 0 787405024 25894912 2911 33554432000 4194304 4260849 140736087046416 18446744073709551615 4226256 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32669/statm: 6322 2911 239 17 0 2963 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33992

[startup+6.30063 s]
/proc/loadavg: 1.11 1.51 1.79 3/538 32677
/proc/meminfo: memFree=21641084/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=32360 CPUtime=6.28 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 6561 0 0 0 627 1 0 0 25 0 1 0 787405024 33136640 4676 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32669/statm: 8090 4676 239 17 0 4731 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41064

[startup+12.7005 s]
/proc/loadavg: 1.24 1.53 1.80 3/538 32678
/proc/meminfo: memFree=21654784/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=36780 CPUtime=12.66 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 7698 0 0 0 1264 2 0 0 25 0 1 0 787405024 37662720 5774 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 9195 5774 239 17 0 5836 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 45484

[startup+25.5012 s]
/proc/loadavg: 1.36 1.54 1.80 3/538 32678
/proc/meminfo: memFree=21646616/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=44096 CPUtime=25.47 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 11716 0 0 0 2544 3 0 0 25 0 1 0 787405024 45154304 6830 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 11024 6830 239 17 0 7665 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52800

[startup+51.1006 s]
/proc/loadavg: 1.58 1.58 1.80 3/538 32679
/proc/meminfo: memFree=21634944/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=62772 CPUtime=51.06 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 13514 0 0 0 5103 3 0 0 25 0 1 0 787405024 64278528 8582 33554432000 4194304 4260849 140736087046416 18446744073709551615 4220011 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 15693 8582 239 17 0 12334 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71476

[startup+102.32 s]
/proc/loadavg: 1.83 1.65 1.81 3/538 32680
/proc/meminfo: memFree=21606248/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=74256 CPUtime=102.29 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 20310 0 0 0 10225 4 0 0 25 0 1 0 787405024 76038144 15152 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 18564 15152 239 17 0 15205 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82960

[startup+162.301 s]
/proc/loadavg: 1.93 1.71 1.82 3/538 32682
/proc/meminfo: memFree=21595532/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=75156 CPUtime=162.27 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 26575 0 0 0 16222 5 0 0 25 0 1 0 787405024 76959744 15377 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 18789 15377 239 17 0 15430 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 83860

[startup+222.301 s]
/proc/loadavg: 1.97 1.76 1.83 3/538 32683
/proc/meminfo: memFree=21581960/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=94012 CPUtime=222.27 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 30468 0 0 0 22221 6 0 0 25 0 1 0 787405024 96268288 19227 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 23503 19227 239 17 0 20144 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 102716

[startup+282.3 s]
/proc/loadavg: 1.99 1.80 1.83 3/538 32685
/proc/meminfo: memFree=21581408/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=94012 CPUtime=282.27 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 31196 0 0 0 28221 6 0 0 25 0 1 0 787405024 96268288 19933 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 23503 19933 239 17 0 20144 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 102716

[startup+342.301 s]
/proc/loadavg: 1.99 1.83 1.84 3/538 32687
/proc/meminfo: memFree=21567604/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=94012 CPUtime=342.27 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 46743 0 0 0 34220 7 0 0 25 0 1 0 787405024 96268288 20098 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 23503 20098 239 17 0 20144 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 102716

[startup+402.301 s]
/proc/loadavg: 1.99 1.86 1.85 3/538 32688
/proc/meminfo: memFree=21546088/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6

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

/proc/32669/statm: 47986 41621 239 17 0 44627 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 200648

[startup+4362.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/538 347
/proc/meminfo: memFree=21418756/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=222764 CPUtime=4362.38 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1148094 0 0 0 436011 227 0 0 25 0 1 0 787405024 228110336 49461 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 55691 49461 239 17 0 52332 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 231468

[startup+4422.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/538 348
/proc/meminfo: memFree=21421692/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=222764 CPUtime=4422.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1163589 0 0 0 442008 231 0 0 25 0 1 0 787405024 228110336 45139 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 55691 45139 239 17 0 52332 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 231468

[startup+4482.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/538 350
/proc/meminfo: memFree=21379720/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=144064 CPUtime=4482.38 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1171038 0 0 0 448004 234 0 0 25 0 1 0 787405024 147521536 32497 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224667 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 36016 32497 239 17 0 32657 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 152768

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/538 352
/proc/meminfo: memFree=21426056/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=224204 CPUtime=4542.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1187141 0 0 0 454001 238 0 0 25 0 1 0 787405024 229584896 48393 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 56051 48393 239 17 0 52692 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 232908

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/538 353
/proc/meminfo: memFree=21426752/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=194824 CPUtime=4602.4 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1202088 0 0 0 459999 241 0 0 25 0 1 0 787405024 199499776 43019 33554432000 4194304 4260849 140736087046416 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 48706 43019 239 17 0 45347 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 203528

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/538 355
/proc/meminfo: memFree=21382812/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=225644 CPUtime=4662.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1209427 0 0 0 465996 243 0 0 25 0 1 0 787405024 231059456 50163 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 56411 50163 239 17 0 53052 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 234348

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/538 356
/proc/meminfo: memFree=21425184/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=227084 CPUtime=4722.4 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1225384 0 0 0 471994 246 0 0 25 0 1 0 787405024 232534016 46151 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 56771 46151 239 17 0 53412 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 235788

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/538 358
/proc/meminfo: memFree=21383344/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=227084 CPUtime=4782.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1231985 0 0 0 477991 248 0 0 25 0 1 0 787405024 232534016 52558 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 56771 52558 239 17 0 53412 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 235788

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/538 360
/proc/meminfo: memFree=21386040/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=228524 CPUtime=4842.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1247841 0 0 0 483988 251 0 0 25 0 1 0 787405024 234008576 48244 33554432000 4194304 4260849 140736087046416 18446744073709551615 4209338 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 57131 48244 239 17 0 53772 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 237228

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/538 361
/proc/meminfo: memFree=21446004/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=197704 CPUtime=4902.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1261826 0 0 0 489984 255 0 0 25 0 1 0 787405024 202448896 41643 33554432000 4194304 4260849 140736087046416 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 49426 41643 239 17 0 46067 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 206408

[startup+4962.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/538 363
/proc/meminfo: memFree=21402052/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=228524 CPUtime=4962.39 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1269265 0 0 0 495982 257 0 0 25 0 1 0 787405024 234008576 48877 33554432000 4194304 4260849 140736087046416 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 57131 48877 239 17 0 53772 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 237228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.19 2.07 2.02 3/538 373
/proc/meminfo: memFree=21371024/32951124 swapFree=50328308/67111528
[pid=32667] ppid=32665 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32667/stat : 32667 (glucose.sh) S 32665 32667 32392 0 -1 4202496 360 158 0 0 0 0 0 0 23 0 1 0 787405024 8912896 255 33554432000 4194304 4922060 140736938591760 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32667/statm: 2176 255 211 178 0 69 0
[pid=32669] ppid=32667 vsize=278612 CPUtime=5000.11 cores=0,2,4,6
/proc/32669/stat : 32669 (glucose_static) R 32667 32667 32392 0 -1 4202496 1274629 0 0 0 499752 259 0 0 25 0 1 0 787405024 285298688 54130 33554432000 4194304 4260849 140736087046416 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32669/statm: 69653 54130 248 17 0 66294 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 287316

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.03
CPU time (s): 5000.11
CPU user time (s): 4997.52
CPU system time (s): 2.59
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 336636

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= 518
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= 9
involuntary context switches= 5

runsolver used 28.1907 second user time and 59.371 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-01 19:38:08
IDJOB=3303571
IDBENCH=85780
IDSOLVER=1687
FILE ID=node146/3303571-1306949888
RUNJOBID= node146-1306949887-32653
PBS_JOBID= 13491649
Free space on /tmp= 73680 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303571-1306949888/watcher-3303571-1306949888 -o /tmp/evaluation-result-3303571-1306949888/solver-3303571-1306949888 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303571-1306949888.cnf 

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1080055043

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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:      21840492 kB
Buffers:        155160 kB
Cached:         217916 kB
SwapCached:       9256 kB
Active:       10575912 kB
Inactive:       239848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21840492 kB
SwapTotal:    67111528 kB
SwapFree:     50328308 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:    10441096 kB
Mapped:          27616 kB
Slab:           126160 kB
PageTables:      97088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160672612 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= 73616 MiB
End job on node146 at 2011-06-01 21:01:30