Trace number 3748301

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 (fixed)? (problem) 296.444 550.317

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

289.43/289.50	terminate called after throwing an instance of 'std::bad_alloc'
289.43/289.50	  what():  std::bad_alloc
296.42/550.31	HOME/npSolver-pbo-I.sh: line 18: 30388 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-3748301-1339158474/watcher-3748301-1339158474 -o /tmp/evaluation-result-3748301-1339158474/solver-3748301-1339158474 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748301-1339158474.opb 963292633 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: 3.15 3.26 2.71 3/178 30387
/proc/meminfo: memFree=30080952/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0

[startup+0.023477 s]
/proc/loadavg: 3.15 3.26 2.71 3/178 30387
/proc/meminfo: memFree=30080952/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 3.15 3.26 2.71 3/178 30387
/proc/meminfo: memFree=30080952/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 3.15 3.26 2.71 3/178 30387
/proc/meminfo: memFree=30080952/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 3.15 3.26 2.71 3/178 30387
/proc/meminfo: memFree=30080952/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 3.15 3.26 2.71 3/180 30389
/proc/meminfo: memFree=30039344/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=67656 CPUtime=1.49 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 5346 0 0 0 146 3 0 0 20 0 1 0 381976689 69279744 16071 33554432000 4194304 6004724 140736845105344 140736845101608 5190736 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 16914 16071 125 442 0 16468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76804

[startup+3.1003 s]
/proc/loadavg: 3.06 3.23 2.70 3/180 30389
/proc/meminfo: memFree=29981992/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=327272 CPUtime=3.09 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 21620 0 0 0 295 14 0 0 20 0 1 0 381976689 335126528 65837 33554432000 4194304 6004724 140736845105344 140736845100984 5190736 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 81818 65837 130 442 0 81372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336420

[startup+6.30029 s]
/proc/loadavg: 3.06 3.23 2.70 3/180 30389
/proc/meminfo: memFree=29712052/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=499964 CPUtime=6.28 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 59829 0 0 0 608 20 0 0 20 0 1 0 381976689 511963136 104046 33554432000 4194304 6004724 140736845105344 140736845101368 5190736 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 124991 104046 130 442 0 124545 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 509112

[startup+12.7003 s]
/proc/loadavg: 2.97 3.21 2.70 3/180 30391
/proc/meminfo: memFree=29138972/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=1090488 CPUtime=12.69 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 232077 0 0 0 1221 48 0 0 20 0 1 0 381976689 1116659712 260742 33554432000 4194304 6004724 140736845105344 140736845101784 4534738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 272622 260742 153 442 0 272176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1099636

[startup+25.5003 s]
/proc/loadavg: 2.82 3.17 2.69 3/180 30391
/proc/meminfo: memFree=28081752/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=2139864 CPUtime=25.48 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 238290 0 0 0 2473 75 0 0 20 0 1 0 381976689 2191220736 526670 33554432000 4194304 6004724 140736845105344 140736845099944 4582601 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 534966 526670 154 442 0 534520 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2149012

[startup+51.1003 s]
/proc/loadavg: 2.60 3.09 2.68 4/180 30395
/proc/meminfo: memFree=26022992/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=5285592 CPUtime=51.08 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 241874 0 0 0 4957 151 0 0 20 0 1 0 381976689 5412446208 1051982 33554432000 4194304 6004724 140736845105344 140736845099944 4534761 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 1321398 1051982 154 442 0 1320952 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5294740

[startup+102.307 s]
/proc/loadavg: 2.28 2.92 2.64 3/180 30417
/proc/meminfo: memFree=21752528/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9479896 CPUtime=102.28 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 246497 0 0 0 9947 281 0 0 20 0 1 0 381976689 9707413504 2108545 33554432000 4194304 6004724 140736845105344 140736845099944 4534738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 2369974 2108545 154 442 0 2369528 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9489044

[startup+162.3 s]
/proc/loadavg: 2.11 2.76 2.60 3/181 30470
/proc/meminfo: memFree=20719504/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9545432 CPUtime=162.26 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 734975 0 0 0 15858 368 0 0 20 0 1 0 381976689 9774522368 2366591 33554432000 4194304 6004724 140736845105344 140736845100600 4579341 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 2386358 2366591 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.04 2.61 2.56 3/180 30479
/proc/meminfo: memFree=20741060/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9545432 CPUtime=222.25 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 1360030 0 0 0 21769 456 0 0 20 0 1 0 381976689 9774522368 2365766 33554432000 4194304 6004724 140736845105344 140736845101064 4209952 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 2386358 2365766 203 442 0 2385912 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 9554580

[startup+282.3 s]
/proc/loadavg: 2.11 2.54 2.53 3/180 30491
/proc/meminfo: memFree=20746472/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9545432 CPUtime=282.23 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4202496 1974210 0 0 0 27686 537 0 0 20 0 1 0 381976689 9774522368 2364366 33554432000 4194304 6004724 140736845105344 140736845100600 4581223 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30388/statm: 2386358 2364366 203 442 0 2385912 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 9554580

[startup+342.3 s]
/proc/loadavg: 3.73 2.89 2.65 2/182 30543
/proc/meminfo: memFree=11578300/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=294.58 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1058 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 294.58
Current children cumulated vsize (KiB) 9574584

[startup+402.3 s]
/proc/loadavg: 4.48 3.23 2.78 2/181 30548
/proc/meminfo: memFree=7724300/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=295.77 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1177 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 295.77
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=20 pid=30494 uid=0 cmd=

[startup+462.3 s]
/proc/loadavg: 4.81 3.55 2.92 2/181 30548
/proc/meminfo: memFree=5275096/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=16 pid=30494 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 30388 6 506 18446744073709551615 

[startup+522.3 s]
/proc/loadavg: 4.93 3.81 3.04 2/181 30549
/proc/meminfo: memFree=5271032/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584
heavy processes:
  %CPU=12 pid=30494 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 30388 6 506 18446744073709551615 

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

[startup+537.5 s]
/proc/loadavg: 4.94 3.87 3.07 2/181 30549
/proc/meminfo: memFree=5268968/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584

[startup+543.9 s]
/proc/loadavg: 4.95 3.90 3.09 2/181 30549
/proc/meminfo: memFree=5268704/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584

[startup+547.1 s]
/proc/loadavg: 4.95 3.90 3.09 2/181 30549
/proc/meminfo: memFree=5269944/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584

[startup+548.7 s]
/proc/loadavg: 4.87 3.91 3.10 2/181 30549
/proc/meminfo: memFree=5272160/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584

[startup+549.5 s]
/proc/loadavg: 4.87 3.91 3.10 2/181 30549
/proc/meminfo: memFree=5272780/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584

[startup+549.9 s]
/proc/loadavg: 4.87 3.91 3.10 3/181 30549
/proc/meminfo: memFree=5285552/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=9565436 CPUtime=296.4 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) S 30387 30387 26074 0 -1 4204032 2017852 0 0 0 28400 1240 0 0 20 0 1 0 381976689 9795006464 2368705 33554432000 4194304 6004724 140736845105344 140736845101016 5251733 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 2391359 2368705 212 442 0 2390913 0
Current children cumulated CPU time (s) 296.4
Current children cumulated vsize (KiB) 9574584

[startup+550.3 s]
/proc/loadavg: 4.87 3.91 3.10 3/181 30549
/proc/meminfo: memFree=5285552/32873844 swapFree=8656/8656
[pid=30387] ppid=30385 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30387/stat : 30387 (npSolver-pbo-I.) S 30385 30387 26074 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381976689 9367552 275 33554432000 4194304 5064252 140733422602176 140733422601088 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30387/statm: 2287 275 233 213 0 72 0
[pid=30388] ppid=30387 vsize=0 CPUtime=296.42 cores=0,2,4,6
/proc/30388/stat : 30388 (npSolver-pbo) R 30387 30387 26074 0 -1 4204036 2017852 0 0 0 28400 1242 0 0 20 0 1 0 381976689 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30388/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 296.42
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 550.317
CPU time (s): 296.444
CPU user time (s): 284.005
CPU system time (s): 12.4391
CPU usage (%): 53.8679
Max. virtual memory (cumulated for all children) (KiB): 13683348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.005
system time used= 12.4391
maximum resident set size= 9494520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2018227
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= 1781863
involuntary context switches= 359

runsolver used 1.00585 second user time and 2.49662 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-08 14:28:02
IDJOB=3748301
IDBENCH=71914
IDSOLVER=2333
FILE ID=node102/3748301-1339158474
RUNJOBID= node102-1339158254-30307
PBS_JOBID= 14643784
Free space on /tmp= 70868 MiB

SOLVER NAME= npSolver inc
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-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748301-1339158474/watcher-3748301-1339158474 -o /tmp/evaluation-result-3748301-1339158474/solver-3748301-1339158474 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748301-1339158474.opb 963292633 HOME HOME

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=963292633

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:        30081208 kB
Buffers:          303516 kB
Cached:          1424032 kB
SwapCached:         2696 kB
Active:          1069244 kB
Inactive:         827272 kB
Active(anon):     166616 kB
Inactive(anon):     4920 kB
Active(file):     902628 kB
Inactive(file):   822352 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:            269496 kB
Writeback:             0 kB
AnonPages:        188140 kB
Mapped:            10404 kB
Shmem:                 0 kB
Slab:             740044 kB
SReclaimable:     177628 kB
SUnreclaim:       562416 kB
KernelStack:        1456 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     325308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 63724 MiB
End job on node102 at 2012-06-08 14:37:12