Trace number 3303552

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.07 4999.92

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
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 |    1080     3240 |     323       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 270   #clauses: 1080   #literals: 3240
0.00/0.00	c CPU time:   0.000999 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-3303552-1306949306/watcher-3303552-1306949306 -o /tmp/evaluation-result-3303552-1306949306/solver-3303552-1306949306 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303552-1306949306.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 4/439 3153
/proc/meminfo: memFree=30230240/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0

[startup+0.0994889 s]
/proc/loadavg: 1.00 1.00 1.01 4/439 3153
/proc/meminfo: memFree=30230240/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100481 s]
/proc/loadavg: 1.00 1.00 1.01 4/439 3153
/proc/meminfo: memFree=30230240/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300432 s]
/proc/loadavg: 1.00 1.00 1.01 4/439 3153
/proc/meminfo: memFree=30230240/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700363 s]
/proc/loadavg: 1.00 1.00 1.01 4/439 3153
/proc/meminfo: memFree=30230240/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50021 s]
/proc/loadavg: 1.00 1.00 1.01 3/446 3166
/proc/meminfo: memFree=30219432/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=19680 CPUtime=1.49 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 1936 0 0 0 149 0 0 0 20 0 1 0 885161335 20152320 1413 33554432000 4194304 4260849 140733447567472 18446744073709551615 4225253 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 4920 1413 240 17 0 1561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28384

[startup+3.10091 s]
/proc/loadavg: 1.08 1.02 1.01 3/446 3166
/proc/meminfo: memFree=30213976/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=24716 CPUtime=3.09 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 2888 0 0 0 309 0 0 0 25 0 1 0 885161335 25309184 2337 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 6179 2337 240 17 0 2820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33420

[startup+6.3003 s]
/proc/loadavg: 1.08 1.02 1.01 3/446 3166
/proc/meminfo: memFree=30207640/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=24716 CPUtime=6.29 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 3223 0 0 0 629 0 0 0 25 0 1 0 885161335 25309184 2665 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 6179 2665 240 17 0 2820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33420

[startup+12.7011 s]
/proc/loadavg: 1.22 1.05 1.02 3/446 3167
/proc/meminfo: memFree=30199304/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=29324 CPUtime=12.69 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 5230 0 0 0 1269 0 0 0 25 0 1 0 885161335 30027776 3541 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 7331 3541 240 17 0 3972 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38028

[startup+25.5007 s]
/proc/loadavg: 1.41 1.10 1.04 3/446 3167
/proc/meminfo: memFree=30182192/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=33676 CPUtime=25.49 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 8587 0 0 0 2549 0 0 0 25 0 1 0 885161335 34484224 5015 33554432000 4194304 4260849 140733447567472 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 8419 5015 240 17 0 5060 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42380

[startup+51.1009 s]
/proc/loadavg: 1.61 1.17 1.06 3/446 3168
/proc/meminfo: memFree=30174304/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=45116 CPUtime=51.09 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 11061 0 0 0 5108 1 0 0 25 0 1 0 885161335 46198784 7389 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 11279 7389 240 17 0 7920 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53820

[startup+102.316 s]
/proc/loadavg: 1.93 1.33 1.12 3/446 3169
/proc/meminfo: memFree=30153180/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=52728 CPUtime=102.31 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 13481 0 0 0 10230 1 0 0 25 0 1 0 885161335 53993472 9712 33554432000 4194304 4260849 140733447567472 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 13182 9712 240 17 0 9823 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 61432

[startup+162.301 s]
/proc/loadavg: 2.01 1.47 1.18 3/446 3171
/proc/meminfo: memFree=30134556/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=65620 CPUtime=162.3 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 19423 0 0 0 16228 2 0 0 25 0 1 0 885161335 67194880 12097 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 16405 12097 240 17 0 13046 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 74324

[startup+222.301 s]
/proc/loadavg: 2.00 1.56 1.23 3/446 3172
/proc/meminfo: memFree=30125584/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=65620 CPUtime=222.29 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 19807 0 0 0 22227 2 0 0 25 0 1 0 885161335 67194880 12469 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 16405 12469 240 17 0 13046 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 74324

[startup+282.3 s]
/proc/loadavg: 2.00 1.64 1.27 3/446 3174
/proc/meminfo: memFree=30105080/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=95968 CPUtime=282.3 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 29805 0 0 0 28226 4 0 0 25 0 1 0 885161335 98271232 17421 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 23992 17421 240 17 0 20633 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104672

[startup+342.301 s]
/proc/loadavg: 2.00 1.70 1.31 3/446 3175
/proc/meminfo: memFree=30093612/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=95968 CPUtime=342.3 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 30593 0 0 0 34226 4 0 0 25 0 1 0 885161335 98271232 18183 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 23992 18183 240 17 0 20633 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104672

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.35 3/446 3177
/proc/meminfo: memFree=30090596/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7

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

/proc/3156/statm: 49626 40336 241 17 0 46267 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 207208

[startup+4422.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/446 3341
/proc/meminfo: memFree=29852196/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=149184 CPUtime=4422.45 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 471107 0 0 0 442167 78 0 0 25 0 1 0 885161335 152764416 30905 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224688 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 37296 30905 241 17 0 33937 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 157888

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/446 3343
/proc/meminfo: memFree=29762144/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4482.45 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 482374 0 0 0 448165 80 0 0 25 0 1 0 885161335 203268096 42048 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 42048 241 17 0 46267 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 207208

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/446 3344
/proc/meminfo: memFree=29840952/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4542.46 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 492626 0 0 0 454164 82 0 0 25 0 1 0 885161335 203268096 39822 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 39822 241 17 0 46267 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 207208

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/446 3346
/proc/meminfo: memFree=29748404/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4602.46 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 496221 0 0 0 460163 83 0 0 25 0 1 0 885161335 203268096 43270 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 43270 241 17 0 46267 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 207208

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/446 3348
/proc/meminfo: memFree=29833292/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4662.46 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 506363 0 0 0 466161 85 0 0 25 0 1 0 885161335 203268096 41172 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 41172 241 17 0 46267 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 207208

[startup+4722.32 s]
/proc/loadavg: 2.06 2.02 2.00 3/446 3350
/proc/meminfo: memFree=29840308/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=149184 CPUtime=4722.47 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 509191 0 0 0 472161 86 0 0 25 0 1 0 885161335 152764416 31385 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 37296 31385 241 17 0 33937 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 157888

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/446 3352
/proc/meminfo: memFree=29758792/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4782.46 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 519789 0 0 0 478158 88 0 0 25 0 1 0 885161335 203268096 41883 33554432000 4194304 4260849 140733447567472 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 41883 241 17 0 46267 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 207208

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/446 3353
/proc/meminfo: memFree=29765060/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=149184 CPUtime=4842.47 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 522011 0 0 0 484157 90 0 0 25 0 1 0 885161335 152764416 31386 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224818 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 37296 31386 241 17 0 33937 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 157888

[startup+4902.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/446 3355
/proc/meminfo: memFree=29694212/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4902.47 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 533897 0 0 0 490155 92 0 0 25 0 1 0 885161335 203268096 43112 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 43112 241 17 0 46267 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 207208

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/446 3357
/proc/meminfo: memFree=29780092/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=4962.47 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 543628 0 0 0 496154 93 0 0 25 0 1 0 885161335 203268096 39948 33554432000 4194304 4260849 140733447567472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 39948 241 17 0 46267 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 207208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/446 3358
/proc/meminfo: memFree=29745976/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=5000.07 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 546088 0 0 0 499913 94 0 0 25 0 1 0 885161335 203268096 42312 33554432000 4194304 4260849 140733447567472 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 42312 241 17 0 46267 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 207208

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/446 3358
/proc/meminfo: memFree=29745976/32950928 swapFree=52246700/67111528
[pid=3152] ppid=3150 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3152/stat : 3152 (glucose.sh) S 3150 3152 1816 0 -1 4202496 360 170 0 0 0 0 0 0 18 0 1 0 885161335 8912896 254 33554432000 4194304 4922060 140735927639232 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3152/statm: 2176 254 211 178 0 69 0
[pid=3156] ppid=3152 vsize=198504 CPUtime=5000.07 cores=1,3,5,7
/proc/3156/stat : 3156 (glucose_static) R 3152 3152 1816 0 -1 4202496 546088 0 0 0 499913 94 0 0 25 0 1 0 885161335 203268096 42312 33554432000 4194304 4260849 140733447567472 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3156/statm: 49626 42312 241 17 0 46267 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 207208

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3152 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.003998
# while last known CPU time is 5000.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4999.13
CPU system time (s): 0.94
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 238028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
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= 530
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= 17
involuntary context switches= 5

runsolver used 20.6179 second user time and 52.1051 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-01 19:28:27
IDJOB=3303552
IDBENCH=85304
IDSOLVER=1687
FILE ID=node114/3303552-1306949306
RUNJOBID= node114-1306949306-3141
PBS_JOBID= 13488563
Free space on /tmp= 73652 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303552-1306949306/watcher-3303552-1306949306 -o /tmp/evaluation-result-3303552-1306949306/solver-3303552-1306949306 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303552-1306949306.cnf 

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

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=618881629

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      30230404 kB
Buffers:        185684 kB
Cached:         232656 kB
SwapCached:      10660 kB
Active:        2167524 kB
Inactive:       286648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30230404 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:     2033276 kB
Mapped:          20852 kB
Slab:           135356 kB
PageTables:      62024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108157280 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= 73640 MiB
End job on node114 at 2011-06-01 20:51:49