Trace number 3746705

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-topDown (fixed)? (problem) 293.685 535.281

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465935
Best CPU time to get the best result obtained on this benchmark1803.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

288.61/288.75	terminate called after throwing an instance of 'std::bad_alloc'
288.61/288.75	  what():  std::bad_alloc
293.63/535.28	HOME/npSolver-pbo-Itd.sh: line 18: 28035 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3746705-1339104301/watcher-3746705-1339104301 -o /tmp/evaluation-result-3746705-1339104301/solver-3746705-1339104301 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746705-1339104301.opb 583608246 HOME HOME 

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

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.11 2.05 2.01 3/178 28034
/proc/meminfo: memFree=28582024/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0

[startup+0.0850671 s]
/proc/loadavg: 2.11 2.05 2.01 3/178 28034
/proc/meminfo: memFree=28582024/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10018 s]
/proc/loadavg: 2.11 2.05 2.01 3/178 28034
/proc/meminfo: memFree=28582024/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300142 s]
/proc/loadavg: 2.11 2.05 2.01 3/178 28034
/proc/meminfo: memFree=28582024/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 2.11 2.05 2.01 3/178 28034
/proc/meminfo: memFree=28582024/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.10 2.05 2.01 3/180 28036
/proc/meminfo: memFree=28538460/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=67656 CPUtime=1.49 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 5219 0 0 0 146 3 0 0 20 0 1 0 376556762 69279744 15946 33554432000 4194304 6004724 140734962711328 140734962707592 5190736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 16914 15946 125 442 0 16468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76804

[startup+3.10027 s]
/proc/loadavg: 2.10 2.05 2.01 3/180 28036
/proc/meminfo: memFree=28471312/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=328552 CPUtime=3.09 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 22353 0 0 0 294 15 0 0 20 0 1 0 376556762 336437248 66455 33554432000 4194304 6004724 140734962711328 140734962707352 5190736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 82138 66455 130 442 0 81692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 337700

[startup+6.3002 s]
/proc/loadavg: 2.09 2.05 2.01 3/180 28036
/proc/meminfo: memFree=28234896/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=502492 CPUtime=6.29 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 60791 0 0 0 608 21 0 0 20 0 1 0 376556762 514551808 104893 33554432000 4194304 6004724 140734962711328 140734962706840 5190736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 125623 104893 130 442 0 125177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 511640

[startup+12.7002 s]
/proc/loadavg: 2.09 2.05 2.01 3/180 28036
/proc/meminfo: memFree=27585584/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=1090488 CPUtime=12.68 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 232654 0 0 0 1220 48 0 0 20 0 1 0 376556762 1116659712 260970 33554432000 4194304 6004724 140734962711328 140734962708136 5055489 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 272622 260970 153 442 0 272176 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1099636

[startup+25.5066 s]
/proc/loadavg: 2.07 2.04 2.00 3/180 28036
/proc/meminfo: memFree=26515784/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=4237016 CPUtime=25.49 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 239423 0 0 0 2472 77 0 0 20 0 1 0 376556762 4338704384 546872 33554432000 4194304 6004724 140734962711328 140734962705928 5056502 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 1059254 546872 154 442 0 1058808 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4246164

[startup+51.1003 s]
/proc/loadavg: 2.04 2.04 2.00 3/180 28036
/proc/meminfo: memFree=24439688/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5285592 CPUtime=51.08 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 242459 0 0 0 4957 151 0 0 20 0 1 0 376556762 5412446208 1053240 33554432000 4194304 6004724 140734962711328 140734962705928 4582623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 1321398 1053240 154 442 0 1320952 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5294740

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/180 28037
/proc/meminfo: memFree=20218180/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9479896 CPUtime=102.27 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 247101 0 0 0 9952 275 0 0 20 0 1 0 376556762 9707413504 2119736 33554432000 4194304 6004724 140734962711328 140734962705928 4534766 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2369974 2119736 154 442 0 2369528 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9489044

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 28037
/proc/meminfo: memFree=19153380/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9545432 CPUtime=162.26 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 741142 0 0 0 15865 361 0 0 20 0 1 0 376556762 9774522368 2364892 33554432000 4194304 6004724 140734962711328 140734962707048 4582708 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2386358 2364892 203 442 0 2385912 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 9554580

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 28037
/proc/meminfo: memFree=19117044/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9545432 CPUtime=222.26 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 1367344 0 0 0 21781 445 0 0 20 0 1 0 376556762 9774522368 2364199 33554432000 4194304 6004724 140734962711328 140734962706584 4578075 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2386358 2364199 203 442 0 2385912 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 9554580

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/180 28037
/proc/meminfo: memFree=19149188/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9545432 CPUtime=282.22 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) R 28034 28034 25783 0 -1 4202496 1981749 0 0 0 27703 519 0 0 20 0 1 0 376556762 9774522368 2364041 33554432000 4194304 6004724 140734962711328 140734962706584 4579232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2386358 2364041 203 442 0 2385912 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 9554580

[startup+342.307 s]
/proc/loadavg: 3.63 2.47 2.15 2/182 28041
/proc/meminfo: memFree=9857536/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=291.4 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 798 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 291.4
Current children cumulated vsize (KiB) 9574584

[startup+402.301 s]
/proc/loadavg: 4.53 2.94 2.33 3/181 28042
/proc/meminfo: memFree=6268692/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=292.77 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 935 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 292.77
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=21 pid=28038 uid=0 cmd=

[startup+462.3 s]
/proc/loadavg: 4.77 3.30 2.49 2/181 28042
/proc/meminfo: memFree=3999636/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=16 pid=28038 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 28035 6 506 18446744073709551615 

[startup+522.3 s]
/proc/loadavg: 4.91 3.60 2.64 2/182 28043
/proc/meminfo: memFree=3959180/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=12 pid=28038 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 28035 6 506 18446744073709551615 

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

[startup+524.906 s]
/proc/loadavg: 4.91 3.60 2.64 2/182 28043
/proc/meminfo: memFree=3959596/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

[startup+531.3 s]
/proc/loadavg: 4.84 3.61 2.65 2/182 28043
/proc/meminfo: memFree=3956740/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

[startup+532.9 s]
/proc/loadavg: 4.77 3.62 2.66 2/182 28043
/proc/meminfo: memFree=4122464/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

[startup+534.5 s]
/proc/loadavg: 4.77 3.62 2.66 2/182 28043
/proc/meminfo: memFree=4122588/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

[startup+534.9 s]
/proc/loadavg: 4.77 3.62 2.66 2/182 28043
/proc/meminfo: memFree=4123564/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

[startup+535.1 s]
/proc/loadavg: 4.77 3.62 2.66 2/182 28043
/proc/meminfo: memFree=4123564/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

[startup+535.2 s]
/proc/loadavg: 4.77 3.62 2.66 2/182 28043
/proc/meminfo: memFree=4123564/32873648 swapFree=7112/7112
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28034/stat : 28034 (npSolver-pbo-It) S 28032 28034 25783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376556761 9367552 274 33554432000 4194304 5064252 140733505326720 140733505325632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28034/statm: 2287 274 233 213 0 72 0
[pid=28035] ppid=28034 vsize=9565436 CPUtime=293.63 cores=1,3,5,7
/proc/28035/stat : 28035 (npSolver-pbo) S 28034 28034 25783 0 -1 4204032 2017806 0 0 0 28342 1021 0 0 20 0 1 0 376556762 9795006464 2368822 33554432000 4194304 6004724 140734962711328 140734962707000 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/28035/statm: 2391359 2368822 212 442 0 2390913 0
Current children cumulated CPU time (s) 293.63
Current children cumulated vsize (KiB) 9574584

Child status: 0
Real time (s): 535.281
CPU time (s): 293.685
CPU user time (s): 283.429
CPU system time (s): 10.2564
CPU usage (%): 54.8656
Max. virtual memory (cumulated for all children) (KiB): 13683348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.429
system time used= 10.2564
maximum resident set size= 9494988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2018179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1805494
involuntary context switches= 346

runsolver used 0.91786 second user time and 2.68759 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-07 23:25:09
IDJOB=3746705
IDBENCH=71914
IDSOLVER=2332
FILE ID=node126/3746705-1339104301
RUNJOBID= node126-1339098177-25800
PBS_JOBID= 14643727
Free space on /tmp= 70820 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746705-1339104301/watcher-3746705-1339104301 -o /tmp/evaluation-result-3746705-1339104301/solver-3746705-1339104301 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746705-1339104301.opb 583608246 HOME HOME

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=583608246

node126.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		: 2666.456
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	: 5332.91
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		: 2666.456
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.91
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		: 2666.456
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.92
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		: 2666.456
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		: 2666.456
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.92
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		: 2666.456
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	: 5331.91
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		: 2666.456
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.90
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28582296 kB
Buffers:          405408 kB
Cached:          2854860 kB
SwapCached:         9380 kB
Active:          1848832 kB
Inactive:        1548284 kB
Active(anon):     127140 kB
Inactive(anon):    12108 kB
Active(file):    1721692 kB
Inactive(file):  1536176 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:            263564 kB
Writeback:             0 kB
AnonPages:        149748 kB
Mapped:            10892 kB
Shmem:                 0 kB
Slab:             739192 kB
SReclaimable:     181704 kB
SUnreclaim:       557488 kB
KernelStack:        1464 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     282356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 63696 MiB
End job on node126 at 2012-06-07 23:34:04