Trace number 3700016

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (problem) 72.49 83.3446

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12055_4.std.opb
MD5SUM34789e81155e788591582461af1c926a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.32395
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256184
Number of constraints which are clauses254984
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint95
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.13	c run inc solver
4.09/4.13	c [INC SYSTEM] run initial solver
4.09/4.13	c [INC SYSTEM] preprocess with white file
14.17/14.35	c [INC SYSTEM] finished preprocessing in 10 s
14.17/14.35	c [INC SYSTEM] execute solver
71.54/71.68	c [INC SEARCH] formula is SAT
71.85/71.91	c [INC SYSTEM] solved the initial formula
72.14/72.24	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
72.49/83.34	HOME/npSolver-pbo-I.sh: line 18:  6577 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3700016-1338086633/watcher-3700016-1338086633 -o /tmp/evaluation-result-3700016-1338086633/solver-3700016-1338086633 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700016-1338086633.opb 934803552 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.23 2.05 2.02 3/179 6576
/proc/meminfo: memFree=29320968/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0

[startup+0.0738501 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 6576
/proc/meminfo: memFree=29320968/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 6576
/proc/meminfo: memFree=29320968/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 6576
/proc/meminfo: memFree=29320968/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.23 2.05 2.02 3/179 6576
/proc/meminfo: memFree=29320968/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.23 2.05 2.02 3/181 6578
/proc/meminfo: memFree=29278336/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=113324 CPUtime=1.49 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) R 6576 6576 1127 0 -1 4202496 14718 0 0 0 145 4 0 0 20 0 1 0 274791844 116043776 23871 33554432000 4194304 5992684 140736555268800 140736555255016 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 28331 23871 158 440 0 27887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122472

[startup+3.10034 s]
/proc/loadavg: 2.21 2.05 2.02 3/181 6578
/proc/meminfo: memFree=29164944/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=521656 CPUtime=3.09 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) R 6576 6576 1127 0 -1 4202496 36031 0 0 0 297 12 0 0 20 0 1 0 274791844 534175744 90120 33554432000 4194304 5992684 140736555268800 140736555252904 5045366 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130414 90120 158 440 0 129970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 530804

[startup+6.30046 s]
/proc/loadavg: 2.21 2.05 2.02 3/183 6580
/proc/meminfo: memFree=28595312/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=429292 CPUtime=4.13 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 46337 0 0 0 374 39 0 0 20 0 1 0 274791844 439595008 84429 33554432000 4194304 5992684 140736555268800 140736555263248 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 107323 84429 165 440 0 106879 0
[pid=6579] ppid=6577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6579/stat : 6579 (cp2_pre.sh) S 6577 6576 1127 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274792257 9367552 276 33554432000 4194304 5064252 140736145390752 140736145389456 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6579/statm: 2287 276 234 213 0 72 0
[pid=6580] ppid=6579 vsize=800296 CPUtime=2.15 cores=0,2,4,6
/proc/6580/stat : 6580 (coprocessor) R 6579 6576 1127 0 -1 4202496 19551 0 0 0 201 14 0 0 20 0 1 0 274792258 819503104 151555 33554432000 4194304 6586260 140736665910672 140736665907400 4556770 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/6580/statm: 200074 151555 156 584 0 199486 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1247884

[startup+12.7004 s]
/proc/loadavg: 2.25 2.06 2.02 3/183 6580
/proc/meminfo: memFree=28070384/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=429292 CPUtime=4.13 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 46337 0 0 0 374 39 0 0 20 0 1 0 274791844 439595008 84429 33554432000 4194304 5992684 140736555268800 140736555263248 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 107323 84429 165 440 0 106879 0
[pid=6579] ppid=6577 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6579/stat : 6579 (cp2_pre.sh) S 6577 6576 1127 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274792257 9367552 276 33554432000 4194304 5064252 140736145390752 140736145389456 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6579/statm: 2287 276 234 213 0 72 0
[pid=6580] ppid=6579 vsize=800300 CPUtime=8.43 cores=0,2,4,6
/proc/6580/stat : 6580 (coprocessor) R 6579 6576 1127 0 -1 4202496 19554 0 0 0 801 42 0 0 20 0 1 0 274792258 819507200 151558 33554432000 4194304 6586260 140736665910672 140736665906424 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 10 0 0
/proc/6580/statm: 200075 151558 158 584 0 199487 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1247888

[startup+25.5003 s]
/proc/loadavg: 2.21 2.06 2.02 3/182 6582
/proc/meminfo: memFree=27815032/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=429292 CPUtime=14.23 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 46353 20456 0 0 374 39 957 53 20 0 1 0 274791844 439595008 84431 33554432000 4194304 5992684 140736555268800 140736555255064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 107323 84431 167 440 0 106879 0
[pid=6582] ppid=6577 vsize=1189552 CPUtime=11.13 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) R 6577 6576 1127 0 -1 4202496 146092 0 0 0 1075 38 0 0 20 0 1 0 274793279 1218101248 249926 33554432000 4194304 5654031 140734645499392 140734645497176 4208648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 297388 249926 130 357 0 297028 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1627992

[startup+51.1067 s]
/proc/loadavg: 2.14 2.05 2.02 3/182 6582
/proc/meminfo: memFree=27810864/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=429292 CPUtime=14.23 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 46353 20456 0 0 374 39 957 53 20 0 1 0 274791844 439595008 84431 33554432000 4194304 5992684 140736555268800 140736555255064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 107323 84431 167 440 0 106879 0
[pid=6582] ppid=6577 vsize=1190252 CPUtime=36.73 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) R 6577 6576 1127 0 -1 4202496 146300 0 0 0 3635 38 0 0 20 0 1 0 274793279 1218818048 251156 33554432000 4194304 5654031 140734645499392 140734645497176 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 297563 251156 130 357 0 297203 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1628692

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

[startup+51.6004 s]
/proc/loadavg: 2.14 2.05 2.02 3/182 6582
/proc/meminfo: memFree=27810864/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=429292 CPUtime=14.23 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 46353 20456 0 0 374 39 957 53 20 0 1 0 274791844 439595008 84431 33554432000 4194304 5992684 140736555268800 140736555255064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 107323 84431 167 440 0 106879 0
[pid=6582] ppid=6577 vsize=1190384 CPUtime=37.22 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) R 6577 6576 1127 0 -1 4202496 146303 0 0 0 3684 38 0 0 20 0 1 0 274793279 1218953216 251159 33554432000 4194304 5654031 140734645499392 140734645497176 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 297596 251159 130 357 0 297236 0
Current children cumulated CPU time (s) 51.45
Current children cumulated vsize (KiB) 1628824

[startup+64.4004 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 6582
/proc/meminfo: memFree=27808420/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=429292 CPUtime=14.23 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 46353 20456 0 0 374 39 957 53 20 0 1 0 274791844 439595008 84431 33554432000 4194304 5992684 140736555268800 140736555255064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 107323 84431 167 440 0 106879 0
[pid=6582] ppid=6577 vsize=1190516 CPUtime=50.02 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) R 6577 6576 1127 0 -1 4202496 146349 0 0 0 4964 38 0 0 20 0 1 0 274793279 1219088384 251716 33554432000 4194304 5654031 140734645499392 140734645497176 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6582/statm: 297629 251716 130 357 0 297269 0
Current children cumulated CPU time (s) 64.25
Current children cumulated vsize (KiB) 1628956

[startup+70.8003 s]
/proc/loadavg: 2.10 2.05 2.01 4/181 6582
/proc/meminfo: memFree=27765556/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=461804 CPUtime=14.26 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4202496 48632 20456 0 0 376 40 957 53 20 0 1 0 274791844 472887296 90726 33554432000 4194304 5992684 140736555268800 140736555255064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 115451 90726 167 440 0 115007 0
[pid=6582] ppid=6577 vsize=1196996 CPUtime=56.41 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) R 6577 6576 1127 0 -1 4202496 149417 0 0 0 5603 38 0 0 20 0 1 0 274793279 1225723904 256317 33554432000 4194304 5654031 140734645499392 140734645495864 4976752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299249 256317 141 357 0 298889 0
Current children cumulated CPU time (s) 70.67
Current children cumulated vsize (KiB) 1667948

[startup+77.2003 s]
/proc/loadavg: 2.08 2.05 2.01 2/182 6583
/proc/meminfo: memFree=26862580/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=523608 CPUtime=15.3 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4204032 52723 20456 0 0 444 76 957 53 20 0 1 0 274791844 536174592 108028 33554432000 4194304 5992684 140736555268800 140736555263336 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130902 108028 185 440 0 130458 0
[pid=6582] ppid=6577 vsize=1197000 CPUtime=57.19 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) S 6577 6576 1127 0 -1 4202496 149422 0 0 0 5680 39 0 0 20 0 1 0 274793279 1225728000 256322 33554432000 4194304 5654031 140734645499392 140734645497704 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299250 256322 146 357 0 298890 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 1729756

[startup+80.4004 s]
/proc/loadavg: 2.08 2.05 2.01 2/182 6583
/proc/meminfo: memFree=26862580/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=523608 CPUtime=15.3 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4204032 52723 20456 0 0 444 76 957 53 20 0 1 0 274791844 536174592 108028 33554432000 4194304 5992684 140736555268800 140736555263336 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130902 108028 185 440 0 130458 0
[pid=6582] ppid=6577 vsize=1197000 CPUtime=57.19 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) S 6577 6576 1127 0 -1 4202496 149422 0 0 0 5680 39 0 0 20 0 1 0 274793279 1225728000 256322 33554432000 4194304 5654031 140734645499392 140734645497704 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299250 256322 146 357 0 298890 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 1729756

[startup+82.0004 s]
/proc/loadavg: 2.24 2.08 2.02 3/182 6583
/proc/meminfo: memFree=26863076/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=523608 CPUtime=15.3 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4204032 52723 20456 0 0 444 76 957 53 20 0 1 0 274791844 536174592 108028 33554432000 4194304 5992684 140736555268800 140736555263336 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130902 108028 185 440 0 130458 0
[pid=6582] ppid=6577 vsize=1197000 CPUtime=57.19 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) S 6577 6576 1127 0 -1 4202496 149422 0 0 0 5680 39 0 0 20 0 1 0 274793279 1225728000 256322 33554432000 4194304 5654031 140734645499392 140734645497704 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299250 256322 146 357 0 298890 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 1729756

[startup+82.8003 s]
/proc/loadavg: 2.24 2.08 2.02 3/182 6583
/proc/meminfo: memFree=26863076/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=523608 CPUtime=15.3 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4204032 52723 20456 0 0 444 76 957 53 20 0 1 0 274791844 536174592 108028 33554432000 4194304 5992684 140736555268800 140736555263336 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130902 108028 185 440 0 130458 0
[pid=6582] ppid=6577 vsize=1197000 CPUtime=57.19 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) S 6577 6576 1127 0 -1 4202496 149422 0 0 0 5680 39 0 0 20 0 1 0 274793279 1225728000 256322 33554432000 4194304 5654031 140734645499392 140734645497704 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299250 256322 146 357 0 298890 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 1729756

[startup+83.2003 s]
/proc/loadavg: 2.24 2.08 2.02 2/182 6583
/proc/meminfo: memFree=26861836/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=523608 CPUtime=15.3 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4204032 52723 20456 0 0 444 76 957 53 20 0 1 0 274791844 536174592 108028 33554432000 4194304 5992684 140736555268800 140736555263336 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130902 108028 185 440 0 130458 0
[pid=6582] ppid=6577 vsize=1197000 CPUtime=57.19 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) S 6577 6576 1127 0 -1 4202496 149422 0 0 0 5680 39 0 0 20 0 1 0 274793279 1225728000 256322 33554432000 4194304 5654031 140734645499392 140734645497704 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299250 256322 146 357 0 298890 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 1729756

[startup+83.3004 s]
/proc/loadavg: 2.24 2.08 2.02 2/182 6583
/proc/meminfo: memFree=26861836/32873844 swapFree=7108/7108
[pid=6576] ppid=6574 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6576/stat : 6576 (npSolver-pbo-I.) S 6574 6576 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274791844 9367552 275 33554432000 4194304 5064252 140736999553552 140736999552464 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6576/statm: 2287 275 233 213 0 72 0
[pid=6577] ppid=6576 vsize=523608 CPUtime=15.3 cores=0,2,4,6
/proc/6577/stat : 6577 (npSolver-pbo) S 6576 6576 1127 0 -1 4204032 52723 20456 0 0 444 76 957 53 20 0 1 0 274791844 536174592 108028 33554432000 4194304 5992684 140736555268800 140736555263336 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6577/statm: 130902 108028 185 440 0 130458 0
[pid=6582] ppid=6577 vsize=1197000 CPUtime=57.19 cores=0,2,4,6
/proc/6582/stat : 6582 (glucosInc) S 6577 6576 1127 0 -1 4202496 149422 0 0 0 5680 39 0 0 20 0 1 0 274793279 1225728000 256322 33554432000 4194304 5654031 140734645499392 140734645497704 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6582/statm: 299250 256322 146 357 0 298890 0
Current children cumulated CPU time (s) 72.49
Current children cumulated vsize (KiB) 1729756

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6576 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=17868
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=319799
# CPU time returned by wait4() is 15.3377
# while last known CPU time is 72.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 83.3446
CPU time (s): 72.49
CPU user time (s): 70.81
CPU system time (s): 1.68
CPU usage (%): 86.9762
Max. virtual memory (cumulated for all children) (KiB): 1767800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0179
system time used= 1.3198
maximum resident set size= 606240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134508
involuntary context switches= 37

runsolver used 0.19197 second user time and 0.463929 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 04:43:53
IDJOB=3700016
IDBENCH=77518
IDSOLVER=2276
FILE ID=node102/3700016-1338086633
RUNJOBID= node102-1338052958-1143
PBS_JOBID= 14624412
Free space on /tmp= 71152 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12055_4.std.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700016-1338086633/watcher-3700016-1338086633 -o /tmp/evaluation-result-3700016-1338086633/solver-3700016-1338086633 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700016-1338086633.opb 934803552 HOME HOME

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

MD5SUM BENCH= 34789e81155e788591582461af1c926a
RANDOM SEED=934803552

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29321952 kB
Buffers:          305304 kB
Cached:          1445372 kB
SwapCached:            0 kB
Active:          2149004 kB
Inactive:         564564 kB
Active(anon):     953136 kB
Inactive(anon):    12260 kB
Active(file):    1195868 kB
Inactive(file):   552304 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17824 kB
Writeback:             0 kB
AnonPages:        937012 kB
Mapped:            15820 kB
Shmem:               200 kB
Slab:             686560 kB
SReclaimable:     128388 kB
SUnreclaim:       558172 kB
KernelStack:        1520 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1258280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    692224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70596 MiB
End job on node102 at 2012-05-27 04:45:18