Trace number 3714055

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? (problem) 198.841 450.351

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM0e82f4b503d348a993f5f25b1601fee8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark104406
Best CPU time to get the best result obtained on this benchmark1800.71
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
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

14.89/14.90	c run usual solver
35.89/36.28	o 396043
35.89/36.28	c current bound: 198021
35.89/36.28	c fallback to adder encoding
188.60/191.90	terminate called after throwing an instance of 'std::bad_alloc'
188.60/191.90	  what():  std::bad_alloc
198.78/450.34	HOME/npSolver-wbo-I.sh: line 18:  8720 Aborted                 (core dumped) ./npSolver-wbo $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-3714055-1338246687/watcher-3714055-1338246687 -o /tmp/evaluation-result-3714055-1338246687/solver-3714055-1338246687 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714055-1338246687.wbo 1814452346 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.02 2.11 2.06 3/179 8719
/proc/meminfo: memFree=17111904/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0

[startup+0.0394091 s]
/proc/loadavg: 2.02 2.11 2.06 3/179 8719
/proc/meminfo: memFree=17111904/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.02 2.11 2.06 3/179 8719
/proc/meminfo: memFree=17111904/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 2.02 2.11 2.06 3/179 8719
/proc/meminfo: memFree=17111904/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.02 2.11 2.06 3/179 8719
/proc/meminfo: memFree=17111904/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.02 2.11 2.06 3/181 8721
/proc/meminfo: memFree=17097616/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=35196 CPUtime=1.49 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 4202496 3000 0 0 0 148 1 0 0 20 0 1 0 290793698 36040704 5556 33554432000 4194304 5990268 140733441239328 140733441234568 4481446 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8720/statm: 8799 5556 137 439 0 8356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44344

[startup+3.10027 s]
/proc/loadavg: 2.02 2.11 2.06 3/181 8721
/proc/meminfo: memFree=17081100/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=67964 CPUtime=3.09 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 4202496 3537 0 0 0 307 2 0 0 20 0 1 0 290793698 69595136 10676 33554432000 4194304 5990268 140733441239328 140733441234184 4473846 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8720/statm: 16991 10676 137 439 0 16548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77112

[startup+6.30027 s]
/proc/loadavg: 2.10 2.12 2.07 3/181 8721
/proc/meminfo: memFree=17039704/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=133500 CPUtime=6.28 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 4202496 4101 0 0 0 623 5 0 0 20 0 1 0 290793698 136704000 21428 33554432000 4194304 5990268 140733441239328 140733441234568 4953262 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8720/statm: 33375 21428 137 439 0 32932 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142648

[startup+12.7003 s]
/proc/loadavg: 2.09 2.12 2.07 3/181 8721
/proc/meminfo: memFree=16908408/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=330308 CPUtime=12.69 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 4202496 11616 0 0 0 1258 11 0 0 20 0 1 0 290793698 338235392 54301 33554432000 4194304 5990268 140733441239328 140733441234952 4707039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8720/statm: 82577 54301 142 439 0 82134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 339456

[startup+25.5004 s]
/proc/loadavg: 2.14 2.13 2.07 3/183 8726
/proc/meminfo: memFree=16326928/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=363124 CPUtime=23.73 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4202496 14332 19252 0 0 1553 390 405 25 20 0 1 0 290793698 371838976 64562 33554432000 4194304 5990268 140733441239328 140733441233568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 14 0 0
/proc/8720/statm: 90781 64562 151 439 0 90338 0
[pid=8725] ppid=8720 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8725/stat : 8725 (satsolver.sh) S 8720 8719 6458 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290796101 9367552 267 33554432000 4194304 5064252 140734049826752 140734049825664 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8725/statm: 2287 267 226 213 0 72 0
[pid=8726] ppid=8725 vsize=532256 CPUtime=1.46 cores=0,2,4,6
/proc/8726/stat : 8726 (glucose) R 8725 8719 6458 0 -1 4202496 57053 0 0 0 131 15 0 0 20 0 1 0 290796101 545030144 110997 33554432000 4194304 5208918 140737384434096 140737383383496 4205616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8726/statm: 133064 110997 95 248 0 132813 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 913676

[startup+51.1004 s]
/proc/loadavg: 2.28 2.17 2.09 3/181 8731
/proc/meminfo: memFree=13668452/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=3897828 CPUtime=50.79 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 4202496 530085 86314 0 0 3021 874 1113 71 20 0 1 0 290793698 3991375872 828930 33554432000 4194304 5990268 140733441239328 140733441231688 4523217 0 0 4096 0 0 0 0 17 2 0 0 16 0 0
/proc/8720/statm: 974457 828930 162 439 0 974014 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 3906976

[startup+102.308 s]
/proc/loadavg: 2.12 2.14 2.08 3/181 8731
/proc/meminfo: memFree=6699944/32873844 swapFree=6600/6600
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 274 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 274 233 213 0 72 0
[pid=8720] ppid=8719 vsize=15432164 CPUtime=100.28 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 12591104 541142 86314 0 0 7547 1297 1113 71 20 0 1 0 290793698 15802535936 2564098 33554432000 4194304 5990268 140733441239328 140733441231368 5043542 0 0 4096 0 0 0 0 17 2 0 0 16 0 0
/proc/8720/statm: 3858041 2564098 162 439 0 3857598 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 15441312

[startup+162.3 s]
/proc/loadavg: 2.04 2.11 2.08 3/181 8732
/proc/meminfo: memFree=5856432/32873844 swapFree=6604/6604
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 273 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 273 232 213 0 72 0
[pid=8720] ppid=8719 vsize=11303396 CPUtime=159.01 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) R 8719 8719 6458 0 -1 4202496 548518 86314 0 0 13244 1473 1113 71 20 0 1 0 290793698 11574677504 2773302 33554432000 4194304 5990268 140733441239328 140733441231368 4604208 0 0 4096 0 0 0 0 17 2 0 0 16 0 0
/proc/8720/statm: 2825849 2773302 210 439 0 2825406 0
Current children cumulated CPU time (s) 159.01
Current children cumulated vsize (KiB) 11312544

[startup+222.3 s]
/proc/loadavg: 2.98 2.31 2.14 2/182 8733
/proc/meminfo: memFree=369652/32873844 swapFree=6604/6604
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 273 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 273 232 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=192.23 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 1847 1113 71 20 0 1 0 290793698 9080090624 2174328 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/8720/statm: 2216819 2174328 218 439 0 2216376 0
Current children cumulated CPU time (s) 192.23
Current children cumulated vsize (KiB) 8876424

[startup+282.3 s]
/proc/loadavg: 4.42 2.84 2.33 2/182 8733
/proc/meminfo: memFree=186940/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=195.46 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2170 1113 71 20 0 1 0 290793698 9080090624 2174328 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174328 218 439 0 2216376 0
Current children cumulated CPU time (s) 195.46
Current children cumulated vsize (KiB) 8876424
heavy processes:
  %CPU=22 pid=8733 uid=0 cmd=

[startup+342.3 s]
/proc/loadavg: 5.02 3.30 2.52 2/182 8733
/proc/meminfo: memFree=249836/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.64 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2488 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.64
Current children cumulated vsize (KiB) 8876424
heavy processes:
  %CPU=18 pid=8733 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 8720 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 5.09 3.63 2.68 2/182 8733
/proc/meminfo: memFree=210176/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424
heavy processes:
  %CPU=13 pid=8733 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 8720 6 506 18446744073709551615 

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

[startup+410.6 s]
/proc/loadavg: 5.08 3.68 2.71 2/182 8733
/proc/meminfo: memFree=210176/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+436.2 s]
/proc/loadavg: 5.05 3.78 2.77 2/182 8734
/proc/meminfo: memFree=210176/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+442.6 s]
/proc/loadavg: 5.04 3.80 2.78 2/182 8734
/proc/meminfo: memFree=210424/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+445.8 s]
/proc/loadavg: 5.04 3.82 2.79 2/182 8734
/proc/meminfo: memFree=212036/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+447.4 s]
/proc/loadavg: 5.04 3.82 2.79 2/182 8734
/proc/meminfo: memFree=369144/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+449 s]
/proc/loadavg: 5.04 3.82 2.79 2/182 8734
/proc/meminfo: memFree=374228/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+449.8 s]
/proc/loadavg: 5.04 3.84 2.80 2/182 8734
/proc/meminfo: memFree=374356/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+450.2 s]
/proc/loadavg: 5.04 3.84 2.80 2/182 8734
/proc/meminfo: memFree=374356/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

[startup+450.3 s]
/proc/loadavg: 5.04 3.84 2.80 2/182 8734
/proc/meminfo: memFree=374356/32873844 swapFree=6608/6608
[pid=8719] ppid=8717 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8719/stat : 8719 (npSolver-wbo-I.) S 8717 8719 6458 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290793698 9367552 270 33554432000 4194304 5064252 140734364020240 140734364019152 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8719/statm: 2287 270 229 213 0 72 0
[pid=8720] ppid=8719 vsize=8867276 CPUtime=198.78 cores=0,2,4,6
/proc/8720/stat : 8720 (npSolver-wbo) S 8719 8719 6458 0 -1 4204032 548545 86314 0 0 16192 2502 1113 71 20 0 1 0 290793698 9080090624 2174327 33554432000 4194304 5990268 140733441239328 140733441231304 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 16 0 0
/proc/8720/statm: 2216819 2174327 217 439 0 2216376 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 8876424

Child status: 0
Real time (s): 450.351
CPU time (s): 198.841
CPU user time (s): 173.064
CPU system time (s): 25.7771
CPU usage (%): 44.1524
Max. virtual memory (cumulated for all children) (KiB): 15441312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.064
system time used= 25.7771
maximum resident set size= 11093984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635233
page faults= 1
swaps= 0
block input operations= 152
block output operations= 635664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1820839
involuntary context switches= 262

runsolver used 1.61775 second user time and 4.42233 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 01:11:28
IDJOB=3714055
IDBENCH=79648
IDSOLVER=2295
FILE ID=node140/3714055-1338246687
RUNJOBID= node140-1338240215-7450
PBS_JOBID= 14624641
Free space on /tmp= 67948 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph13_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714055-1338246687/watcher-3714055-1338246687 -o /tmp/evaluation-result-3714055-1338246687/solver-3714055-1338246687 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714055-1338246687.wbo 1814452346 HOME HOME

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

MD5SUM BENCH= 0e82f4b503d348a993f5f25b1601fee8
RANDOM SEED=1814452346

node140.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.094
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.18
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.094
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		: 2667.094
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.094
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.094
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		: 2667.094
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.88
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.094
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		: 2667.094
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:        17112284 kB
Buffers:          559916 kB
Cached:          4254516 kB
SwapCached:         1516 kB
Active:         14489084 kB
Inactive:         323884 kB
Active(anon):    9990072 kB
Inactive(anon):     8636 kB
Active(file):    4499012 kB
Inactive(file):   315248 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105308 kB
Dirty:             96916 kB
Writeback:             0 kB
AnonPages:      10003816 kB
Mapped:            12772 kB
Shmem:                 8 kB
Slab:             788456 kB
SReclaimable:     230124 kB
SUnreclaim:       558332 kB
KernelStack:        1472 kB
PageTables:        23696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11606456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5543936 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= 60656 MiB
End job on node140 at 2012-05-29 01:18:59