Trace number 3753430

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (problem) 160.876 429.386

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph06_wcsp.wbo
MD5SUMb42a0c18226ee2c23d631dce3f98019c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark44402
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7542
Total number of constraints1065451
Number of soft constraints1065251
Number of constraints which are clauses1065251
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 476244
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 266649860
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.39/8.43	c run usual solver
19.97/20.15	o 165590
19.97/20.15	c fallback to adder encoding
154.50/180.68	terminate called after throwing an instance of 'std::bad_alloc'
154.50/180.68	  what():  std::bad_alloc
160.81/429.38	HOME/npSolver-wbo-Itd.sh: line 18: 14069 Aborted                 (core dumped) ./npSolver-wbo $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-3753430-1339208084/watcher-3753430-1339208084 -o /tmp/evaluation-result-3753430-1339208084/solver-3753430-1339208084 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753430-1339208084.wbo 2140828914 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.00 2.00 2.00 5/175 14068
/proc/meminfo: memFree=31206828/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0

[startup+0.0693961 s]
/proc/loadavg: 2.00 2.00 2.00 5/175 14068
/proc/meminfo: memFree=31206828/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10029 s]
/proc/loadavg: 2.00 2.00 2.00 5/175 14068
/proc/meminfo: memFree=31206828/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 2.00 2.00 2.00 5/175 14068
/proc/meminfo: memFree=31206828/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 2.00 2.00 2.00 5/175 14068
/proc/meminfo: memFree=31206828/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14070
/proc/meminfo: memFree=31029168/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=225824 CPUtime=1.49 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 21644 0 0 0 142 7 0 0 20 0 1 0 386934432 231243776 44041 33554432000 4194304 6006132 140735704470160 140735704465720 4969855 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14069/statm: 56456 44041 139 443 0 56009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234972

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14070
/proc/meminfo: memFree=30868928/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=368776 CPUtime=3.09 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 58659 0 0 0 290 19 0 0 20 0 1 0 386934432 377626624 91836 33554432000 4194304 6006132 140735704470160 140735704465656 4583817 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14069/statm: 92194 91836 146 443 0 91747 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 377924

[startup+6.30026 s]
/proc/loadavg: 2.16 2.04 2.01 3/179 14072
/proc/meminfo: memFree=30432332/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=434312 CPUtime=6.29 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 59991 0 0 0 608 21 0 0 20 0 1 0 386934432 444735488 104424 33554432000 4194304 6006132 140735704470160 140735704465992 4632717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14069/statm: 108578 104424 148 443 0 108131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 443460

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 2.01 3/181 14074
/proc/meminfo: memFree=30254324/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=631484 CPUtime=11.85 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4202496 64177 0 0 0 869 316 0 0 20 0 1 0 386934432 646639616 136420 33554432000 4194304 6006132 140735704470160 140735704463264 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 10 0 0
/proc/14069/statm: 157871 136420 155 443 0 157424 0
[pid=14073] ppid=14069 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14073/stat : 14073 (cp2_pre.sh) S 14069 14068 13761 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 386935628 9367552 277 33554432000 4194304 5064252 140733875208976 140733875207680 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14073/statm: 2287 277 234 213 0 72 0
[pid=14074] ppid=14073 vsize=314728 CPUtime=0.72 cores=0,2,4,6
/proc/14074/stat : 14074 (coprocessor) R 14073 14068 13761 0 -1 4202496 13288 0 0 0 67 5 0 0 20 0 1 0 386935629 322281472 50218 33554432000 4194304 6586260 140735547251216 140735547247128 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/14074/statm: 78682 50218 158 584 0 78094 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 964508

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 14082
/proc/meminfo: memFree=28556956/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=2416536 CPUtime=25.37 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 397469 64715 0 0 1384 524 591 38 20 0 1 0 386934432 2474532864 558020 33554432000 4194304 6006132 140735704470160 140735704462856 4537521 0 0 4096 0 0 0 0 17 2 0 0 10 0 0
/proc/14069/statm: 604134 558020 176 443 0 603687 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 2425684

[startup+51.1003 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 14090
/proc/meminfo: memFree=24951020/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=8576920 CPUtime=50.97 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 402386 64715 0 0 3870 598 591 38 20 0 1 0 386934432 8782766080 1275844 33554432000 4194304 6006132 140735704470160 140735704462504 5057718 0 0 4096 0 0 0 0 17 2 0 0 10 0 0
/proc/14069/statm: 2144230 1275844 176 443 0 2143783 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 8586068

[startup+102.306 s]
/proc/loadavg: 2.39 2.10 2.03 3/179 14092
/proc/meminfo: memFree=11981396/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=10674072 CPUtime=102.16 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 407502 64715 0 0 8836 751 591 38 20 0 1 0 386934432 10930249728 2060740 33554432000 4194304 6006132 140735704470160 140735704462504 4535977 0 0 4096 0 0 0 0 17 2 0 0 10 0 0
/proc/14069/statm: 2668518 2060740 176 443 0 2668071 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 10683220

[startup+162.3 s]
/proc/loadavg: 2.75 2.27 2.09 3/179 14092
/proc/meminfo: memFree=6000700/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=10739608 CPUtime=137.24 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) R 14068 14068 13761 0 -1 4202496 438177 64715 15 0 12087 1008 591 38 20 0 1 0 386934432 10997358592 2631076 33554432000 4194304 6006132 140735704470160 140735704462184 4583886 0 0 4096 0 0 0 0 17 4 0 0 2154 0 0
/proc/14069/statm: 2684902 2631076 224 443 0 2684455 0
Current children cumulated CPU time (s) 137.24
Current children cumulated vsize (KiB) 10748756

[startup+222.3 s]
/proc/loadavg: 2.95 2.38 2.14 1/171 14118
/proc/meminfo: memFree=13770820/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=158.89 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440431 64715 246 0 13809 1451 591 38 20 0 1 0 386934432 9303691264 2233672 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233672 229 443 0 2270962 0
Current children cumulated CPU time (s) 158.89
Current children cumulated vsize (KiB) 9094784
heavy processes:
  %CPU=37 pid=14118 uid=0 cmd=

[startup+282.3 s]
/proc/loadavg: 3.61 2.67 2.25 1/171 14118
/proc/meminfo: memFree=10065080/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=159.77 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440431 64715 246 0 13809 1539 591 38 20 0 1 0 386934432 9303691264 2233672 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233672 229 443 0 2270962 0
Current children cumulated CPU time (s) 159.77
Current children cumulated vsize (KiB) 9094784
heavy processes:
  %CPU=22 pid=14118 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 14069 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 4.14 2.98 2.38 1/174 14122
/proc/meminfo: memFree=7233900/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784
heavy processes:
  %CPU=17 pid=14118 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 14069 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 4.74 3.36 2.54 1/173 14122
/proc/meminfo: memFree=7233864/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784
heavy processes:
  %CPU=12 pid=14118 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 14069 6 506 18446744073709551615 

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

[startup+411.2 s]
/proc/loadavg: 4.78 3.41 2.57 1/173 14122
/proc/meminfo: memFree=7233864/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+417.6 s]
/proc/loadavg: 4.79 3.44 2.58 2/173 14122
/proc/meminfo: memFree=7231508/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+424 s]
/proc/loadavg: 4.81 3.46 2.60 1/173 14122
/proc/meminfo: memFree=7400772/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+427.2 s]
/proc/loadavg: 4.83 3.49 2.61 1/173 14122
/proc/meminfo: memFree=7401144/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+428 s]
/proc/loadavg: 4.83 3.49 2.61 1/173 14122
/proc/meminfo: memFree=7402260/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+428.8 s]
/proc/loadavg: 4.83 3.49 2.61 2/173 14122
/proc/meminfo: memFree=7403004/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+429.2 s]
/proc/loadavg: 4.83 3.49 2.61 2/173 14122
/proc/meminfo: memFree=7403004/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

[startup+429.3 s]
/proc/loadavg: 4.83 3.49 2.61 2/173 14122
/proc/meminfo: memFree=7403004/32873852 swapFree=6860/6860
[pid=14068] ppid=14066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14068/stat : 14068 (npSolver-wbo-It) S 14066 14068 13761 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386934432 9367552 274 33554432000 4194304 5064252 140737213959808 140737213958720 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14068/statm: 2287 274 233 213 0 72 0
[pid=14069] ppid=14068 vsize=9085636 CPUtime=160.81 cores=0,2,4,6
/proc/14069/stat : 14069 (npSolver-wbo) S 14068 14068 13761 0 -1 4204032 440432 64715 246 0 13809 1643 591 38 20 0 1 0 386934432 9303691264 2233673 33554432000 4194304 6006132 140735704470160 140735704462088 5252949 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2368 0 0
/proc/14069/statm: 2271409 2233673 229 443 0 2270962 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 9094784

Child status: 0
Real time (s): 429.386
CPU time (s): 160.876
CPU user time (s): 144.01
CPU system time (s): 16.8654
CPU usage (%): 37.4665
Max. virtual memory (cumulated for all children) (KiB): 14877524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.01
system time used= 16.8654
maximum resident set size= 10528528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505520
page faults= 246
swaps= 0
block input operations= 11888
block output operations= 379232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1819344
involuntary context switches= 253

runsolver used 0.664898 second user time and 1.72474 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-09 04:14:45
IDJOB=3753430
IDBENCH=79645
IDSOLVER=2337
FILE ID=node128/3753430-1339208084
RUNJOBID= node128-1339204483-13777
PBS_JOBID= 14643854
Free space on /tmp= 70852 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph06_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753430-1339208084/watcher-3753430-1339208084 -o /tmp/evaluation-result-3753430-1339208084/solver-3753430-1339208084 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753430-1339208084.wbo 2140828914 HOME HOME

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

MD5SUM BENCH= b42a0c18226ee2c23d631dce3f98019c
RANDOM SEED=2140828914

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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		: 2666.389
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.389
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		: 2666.389
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:       32873852 kB
MemFree:        31201616 kB
Buffers:          370136 kB
Cached:           303212 kB
SwapCached:         1304 kB
Active:           682248 kB
Inactive:          72688 kB
Active(anon):      77096 kB
Inactive(anon):     6752 kB
Active(file):     605152 kB
Inactive(file):    65936 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67101724 kB
Dirty:             57928 kB
Writeback:            52 kB
AnonPages:         57920 kB
Mapped:             9508 kB
Shmem:                 8 kB
Slab:             773368 kB
SReclaimable:     215172 kB
SUnreclaim:       558196 kB
KernelStack:        1424 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     265012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 63664 MiB
End job on node128 at 2012-06-09 04:21:55