Trace number 3751589

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (problem) 1425.12 1532.29

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2865693364730000016
Best CPU time to get the best result obtained on this benchmark1801.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

48.58/48.64	c run inc solver
48.58/48.64	c [INC SYSTEM] run initial solver
48.58/48.64	c [INC SYSTEM] preprocess with white file
896.53/897.53	c [INC SYSTEM] finished preprocessing in 848 s
896.53/897.53	c [INC SYSTEM] execute solver
1301.22/1301.91	c [INC SEARCH] formula is SAT
1302.12/1302.84	c [INC SYSTEM] solved the initial formula
1311.22/1311.92	c model valid
1311.22/1311.92	c current solution ok
1422.83/1423.82	o -4455480725049551630
1422.83/1423.82	c starting approximation
1422.83/1423.82	c factor = 3.48205e+11
1422.83/1423.87	c current bound: -2227740300246253568
1422.83/1423.87	npSolver-pbo: Pbconstraint.h:154: void PBconstraint::setK(Weight): Assertion `k >= 0' failed.
1425.12/1532.28	HOME/npSolver-pbo-Itdqb.sh: line 18: 26241 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3751589-1339166330/watcher-3751589-1339166330 -o /tmp/evaluation-result-3751589-1339166330/solver-3751589-1339166330 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751589-1339166330.opb 896187075 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.03 1.95 3/178 26240
/proc/meminfo: memFree=23245324/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0

[startup+0.02545 s]
/proc/loadavg: 2.15 2.03 1.95 3/178 26240
/proc/meminfo: memFree=23245324/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.15 2.03 1.95 3/178 26240
/proc/meminfo: memFree=23245324/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300298 s]
/proc/loadavg: 2.15 2.03 1.95 3/178 26240
/proc/meminfo: memFree=23245324/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700301 s]
/proc/loadavg: 2.15 2.03 1.95 3/178 26240
/proc/meminfo: memFree=23245324/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.15 2.03 1.95 3/180 26242
/proc/meminfo: memFree=23213992/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=176980 CPUtime=1.49 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4202496 8496 0 0 0 141 8 0 0 20 0 1 0 382758574 181227520 33920 33554432000 4194304 6004724 140737071612112 140737071607992 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26241/statm: 44245 33920 130 442 0 43799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186128

[startup+3.10036 s]
/proc/loadavg: 2.15 2.03 1.95 3/180 26242
/proc/meminfo: memFree=23106888/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=234744 CPUtime=3.09 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4202496 22041 0 0 0 298 11 0 0 20 0 1 0 382758574 240377856 47465 33554432000 4194304 6004724 140737071612112 140737071608136 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26241/statm: 58686 47465 130 442 0 58240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 243892

[startup+6.30036 s]
/proc/loadavg: 2.14 2.03 1.95 3/180 26242
/proc/meminfo: memFree=22937620/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=405280 CPUtime=6.28 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4202496 58541 0 0 0 609 19 0 0 20 0 1 0 382758574 415006720 87031 33554432000 4194304 6004724 140737071612112 140737071608136 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26241/statm: 101320 87031 130 442 0 100874 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 414428

[startup+12.7003 s]
/proc/loadavg: 2.13 2.03 1.95 3/180 26242
/proc/meminfo: memFree=22629840/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=728252 CPUtime=12.69 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4202496 131371 0 0 0 1235 34 0 0 20 0 1 0 382758574 745730048 161394 33554432000 4194304 6004724 140737071612112 140737071608136 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26241/statm: 182063 161394 130 442 0 181617 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 737400

[startup+25.5004 s]
/proc/loadavg: 2.18 2.04 1.96 3/181 26284
/proc/meminfo: memFree=20134620/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=2038668 CPUtime=25.49 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4202496 331948 0 0 0 2468 81 0 0 20 0 1 0 382758574 2087596032 470610 33554432000 4194304 6004724 140737071612112 140737071604920 4581181 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26241/statm: 509667 470610 137 442 0 509221 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2047816

[startup+51.1003 s]
/proc/loadavg: 2.12 2.04 1.96 3/181 26284
/proc/meminfo: memFree=17265068/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3611532 CPUtime=51.08 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4202496 335643 0 0 0 4561 547 0 0 20 0 1 0 382758574 3698208768 731362 33554432000 4194304 6004724 140737071612112 140737071606728 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26241/statm: 902883 731362 145 442 0 902437 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3620680

[startup+102.307 s]
/proc/loadavg: 2.31 2.12 1.99 3/183 26301
/proc/meminfo: memFree=17619364/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3611532 CPUtime=52.23 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4202496 335646 0 0 0 4578 645 0 0 20 0 1 0 382758574 3698208768 731364 33554432000 4194304 6004724 140737071612112 140737071606576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/26241/statm: 902883 731364 147 442 0 902437 0
[pid=26285] ppid=26241 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/26285/stat : 26285 (cp2_pre.sh) S 26241 26240 13473 0 -1 4202496 608 0 0 0 0 2 0 0 20 0 1 0 382763808 9367552 277 33554432000 4194304 5064252 140733393601152 140733393599856 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26285/statm: 2287 277 234 213 0 72 0
[pid=26286] ppid=26285 vsize=338324 CPUtime=49.9 cores=1,3,5,7
/proc/26286/stat : 26286 (coprocessor) R 26285 26240 13473 0 -1 4202496 15179 0 0 0 4978 12 0 0 20 0 1 0 382763813 346443776 83674 33554432000 4194304 6586260 140735579305760 140735579302520 4368007 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26286/statm: 84581 83674 138 584 0 83993 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 3968152

[startup+162.3 s]
/proc/loadavg: 2.11 2.10 1.99 3/182 26301
/proc/meminfo: memFree=17406404/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3611532 CPUtime=52.23 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4202496 335646 0 0 0 4578 645 0 0 20 0 1 0 382758574 3698208768 731364 33554432000 4194304 6004724 140737071612112 140737071606576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/26241/statm: 902883 731364 147 442 0 902437 0
[pid=26285] ppid=26241 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/26285/stat : 26285 (cp2_pre.sh) S 26241 26240 13473 0 -1 4202496 608 0 0 0 0 2 0 0 20 0 1 0 382763808 9367552 277 33554432000 4194304 5064252 140733393601152 140733393599856 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26285/statm: 2287 277 234 213 0 72 0
[pid=26286] ppid=26285 vsize=541568 CPUtime=109.89 cores=1,3,5,7
/proc/26286/stat : 26286 (coprocessor) R 26285 26240 13473 0 -1 4202496 17528 0 0 0 10969 20 0 0 20 0 1 0 382763813 554565632 129113 33554432000 4194304 6586260 140735579305760 140735579302520 4367992 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26286/statm: 135392 129113 138 584 0 134804 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 4171396

[startup+222.3 s]
/proc/loadavg: 2.04 2.08 1.99 3/182 26301
/proc/meminfo: memFree=17117868/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3611532 CPUtime=52.23 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4202496 335646 0 0 0 4578 645 0 0 20 0 1 0 382758574 3698208768 731364 33554432000 4194304 6004724 140737071612112 140737071606576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/26241/statm: 902883 731364 147 442 0 902437 0
[pid=26285] ppid=26241 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/26285/stat : 26285 (cp2_pre.sh) S 26241 26240 13473 0 -1 4202496 608 0 0 0 0 2 0 0 20 0 1 0 382763808 9367552 277 33554432000 4194304 5064252 140733393601152 140733393599856 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26285/statm: 2287 277 234 213 0 72 0
[pid=26286] ppid=26285 vsize=850160 CPUtime=169.87 cores=1,3,5,7
/proc/26286/stat : 26286 (coprocessor) R 26285 26240 13473 0 -1 4202496 20850 0 0 0 16960 27 0 0 20 0 1 0 382763813 870563840 195639 33554432000 4194304 6586260 140735579305760 140735579302520 4368004 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26286/statm: 212540 195639 138 584 0 211952 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 4479988

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 1.99 3/182 26302
/proc/meminfo: memFree=16916676/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3611532 CPUtime=52.23 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4202496 335646 0 0 0 4578 645 0 0 20 0 1 0 382758574 3698208768 731364 33554432000 4194304 6004724 140737071612112 140737071606576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 10 0 0
/proc/26241/statm: 902883 731364 147 442 0 902437 0
[pid=26285] ppid=26241 vsize=9148 CPUtime=0.02 cores=1,3,5,7

################
# More data... #
################

/proc/26337/stat : 26337 (cp) R 26241 26240 13473 0 -1 4202496 513 0 0 0 0 90 0 0 20 0 1 0 382900711 17113088 198 33554432000 4194304 4305796 140734854598448 140734854596392 251044644320 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26337/statm: 4178 198 157 28 0 74 0
Current children cumulated CPU time (s) 1421.34
Current children cumulated vsize (KiB) 9318704

[startup+1482.3 s]
/proc/loadavg: 3.49 2.41 2.14 2/182 26339
/proc/meminfo: memFree=4482080/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

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

[startup+1484.7 s]
/proc/loadavg: 3.49 2.41 2.14 2/182 26339
/proc/meminfo: memFree=4481956/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1510.31 s]
/proc/loadavg: 4.08 2.66 2.23 2/182 26339
/proc/meminfo: memFree=4479476/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1523.1 s]
/proc/loadavg: 4.22 2.73 2.26 2/182 26339
/proc/meminfo: memFree=4479724/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1526.3 s]
/proc/loadavg: 4.29 2.77 2.27 2/182 26339
/proc/meminfo: memFree=4479724/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1529.5 s]
/proc/loadavg: 4.29 2.77 2.27 2/182 26339
/proc/meminfo: memFree=4477180/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1531.1 s]
/proc/loadavg: 4.34 2.81 2.29 2/183 26340
/proc/meminfo: memFree=4331328/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1531.9 s]
/proc/loadavg: 4.34 2.81 2.29 2/183 26340
/proc/meminfo: memFree=4331328/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1532.1 s]
/proc/loadavg: 4.34 2.81 2.29 2/183 26340
/proc/meminfo: memFree=4331328/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=3840944 CPUtime=1021.25 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) S 26240 26240 13473 0 -1 4204032 359409 51933 0 0 7123 10325 83998 679 20 0 1 0 382758574 3933126656 789733 33554432000 4194304 6004724 140737071612112 140737071606136 5251733 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 36 0 0
/proc/26241/statm: 960236 789733 181 442 0 959790 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.1
Current children cumulated vsize (KiB) 9319792

[startup+1532.2 s]
/proc/loadavg: 4.34 2.81 2.29 4/182 26340
/proc/meminfo: memFree=4856404/32873844 swapFree=7628/7628
[pid=26240] ppid=26238 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26240/stat : 26240 (npSolver-pbo-It) S 26238 26240 13473 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382758574 9367552 274 33554432000 4194304 5064252 140733794593600 140733794592512 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26240/statm: 2287 274 233 213 0 72 0
[pid=26241] ppid=26240 vsize=0 CPUtime=1021.27 cores=1,3,5,7
/proc/26241/stat : 26241 (npSolver-pbo) R 26240 26240 13473 0 -1 4204036 359409 51933 0 0 7123 10327 83998 679 20 0 1 0 382758574 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 36 0 0
/proc/26241/statm: 0 0 0 0 0 0 0
[pid=26309] ppid=26241 vsize=5469700 CPUtime=403.85 cores=1,3,5,7
/proc/26309/stat : 26309 (glucosInc) S 26241 26240 13473 0 -1 4202496 546271 0 0 0 40201 184 0 0 20 0 1 0 382848328 5600972800 1254363 33554432000 4194304 5654031 140736896835744 140736896834056 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26309/statm: 1367425 1254363 146 357 0 1367065 0
Current children cumulated CPU time (s) 1425.12
Current children cumulated vsize (KiB) 5478848

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26240 and gives
#  childrusage.ru_utime.tv_sec=911
#  childrusage.ru_utime.tv_usec=213474
#  childrusage.ru_stime.tv_sec=110
#  childrusage.ru_stime.tv_usec=152254
# CPU time returned by wait4() is 1021.37
# while last known CPU time is 1425.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1532.29
CPU time (s): 1425.12
CPU user time (s): 1313.22
CPU system time (s): 111.9
CPU usage (%): 93.0061
Max. virtual memory (cumulated for all children) (KiB): 9484128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 911.213
system time used= 110.152
maximum resident set size= 4410292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11912384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 848881
involuntary context switches= 1149

runsolver used 2.39264 second user time and 7.02393 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-08 16:39:02
IDJOB=3751589
IDBENCH=89900
IDSOLVER=2335
FILE ID=node143/3751589-1339166330
RUNJOBID= node143-1339164530-26100
PBS_JOBID= 14643794
Free space on /tmp= 69512 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu06-big.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751589-1339166330/watcher-3751589-1339166330 -o /tmp/evaluation-result-3751589-1339166330/solver-3751589-1339166330 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751589-1339166330.opb 896187075 HOME HOME

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=896187075

node143.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.787
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	: 5333.57
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.787
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.787
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		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        23245852 kB
Buffers:         3616844 kB
Cached:          4631080 kB
SwapCached:          196 kB
Active:          6161076 kB
Inactive:        2420836 kB
Active(anon):     314920 kB
Inactive(anon):    11012 kB
Active(file):    5846156 kB
Inactive(file):  2409824 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:            328828 kB
Writeback:             0 kB
AnonPages:        330876 kB
Mapped:            12048 kB
Shmem:               160 kB
Slab:             904984 kB
SReclaimable:     346036 kB
SUnreclaim:       558948 kB
KernelStack:        1464 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     466796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 63324 MiB
End job on node143 at 2012-06-08 17:04:34