Trace number 3699102

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? (TO) 1800.03 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-air03.opb
MD5SUM721f63c71e5f6018eabb753425e3fdd2
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark199987
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 170080
Optimality of the best value was proved YES
Number of variables10757
Total number of constraints124
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3861
Number of terms in the objective function 10757
Biggest coefficient in the objective function 6873
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 13748961
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 6873
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13748961
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
2.88/2.96	c [INC SYSTEM] finished preprocessing in 2 s
2.88/2.96	c [INC SYSTEM] execute solver
2.94/3.18	c [INC SEARCH] formula is SAT
2.94/3.18	c [INC SYSTEM] solved the initial formula
3.17/3.22	c model valid
3.17/3.22	c current solution ok
3.56/3.65	o 343190
3.56/3.65	c execute binary inc search
3.56/3.65	c [INC SEARCH] current bound: 171595
3.56/3.65	c [INC SEARCH] iteration: 0
3.56/3.65	c [INC SEARCH] lower bound: 0 upperbound 343190 current bound: 171595 best value:343190
3.56/3.65	c [INC SYSTEM] there exists a inc, kill it!
3.56/3.65	c write failed with 2
3.56/3.65	c [INC SYSTEM] create new solver instance
3.56/3.65	c [INC] encode full formula
3.56/3.65	c fallback to adder encoding
4.58/4.69	c set iterative enc to: adder
4.58/4.69	c set iterative enc to: none
4.77/4.82	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	HOME/npSolver-pbo-I.sh: line 18:  8259 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699102-1338049244/watcher-3699102-1338049244 -o /tmp/evaluation-result-3699102-1338049244/solver-3699102-1338049244 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699102-1338049244.opb 1250560887 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: 1.21 1.29 1.64 3/178 8258
/proc/meminfo: memFree=29358688/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0

[startup+0.0104281 s]
/proc/loadavg: 1.21 1.29 1.64 3/178 8258
/proc/meminfo: memFree=29358688/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 1.21 1.29 1.64 3/178 8258
/proc/meminfo: memFree=29358688/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3003 s]
/proc/loadavg: 1.21 1.29 1.64 3/178 8258
/proc/meminfo: memFree=29358688/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700311 s]
/proc/loadavg: 1.21 1.29 1.64 3/178 8258
/proc/meminfo: memFree=29358688/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 1.21 1.29 1.64 3/182 8262
/proc/meminfo: memFree=29286856/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=13056 CPUtime=0.17 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 2985 0 0 0 15 2 0 0 20 0 1 0 271050314 13369344 2114 33554432000 4194304 5992684 140736054014272 140736054008720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 3264 2114 163 440 0 2820 0
[pid=8261] ppid=8259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8261/stat : 8261 (cp2_pre.sh) S 8259 8258 6495 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271050332 9367552 277 33554432000 4194304 5064252 140737009178976 140737009177680 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8261/statm: 2287 277 234 213 0 72 0
[pid=8262] ppid=8261 vsize=51536 CPUtime=1.31 cores=1,3,5,7
/proc/8262/stat : 8262 (coprocessor) R 8261 8258 6495 0 -1 4202496 11153 0 0 0 129 2 0 0 20 0 1 0 271050332 52772864 12130 33554432000 4194304 6586260 140736965141968 140736965138568 4676454 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/8262/statm: 12884 12130 190 584 0 12296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 82888

[startup+3.10023 s]
/proc/loadavg: 1.21 1.29 1.64 3/182 8262
/proc/meminfo: memFree=29272396/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=13056 CPUtime=2.94 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 3000 12432 0 0 15 2 274 3 20 0 1 0 271050314 13369344 2118 33554432000 4194304 5992684 140736054014272 140736054000536 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 3264 2118 166 440 0 2820 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22204

[startup+6.30034 s]
/proc/loadavg: 1.28 1.30 1.64 3/181 8267
/proc/meminfo: memFree=29059524/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=209716 CPUtime=1.46 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 39637 0 0 0 136 10 0 0 20 0 1 0 271050797 214749184 47828 33554432000 4194304 5654031 140736741574192 140736740523544 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 52429 47828 141 357 0 52069 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 248768

[startup+12.7003 s]
/proc/loadavg: 1.33 1.31 1.64 3/181 8267
/proc/meminfo: memFree=28854192/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=210164 CPUtime=7.86 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 39757 0 0 0 776 10 0 0 20 0 1 0 271050797 215207936 48970 33554432000 4194304 5654031 140736741574192 140736741562008 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 52541 48970 142 357 0 52181 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 249216

[startup+25.5003 s]
/proc/loadavg: 1.72 1.40 1.66 2/182 8269
/proc/meminfo: memFree=26653244/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=242436 CPUtime=20.66 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 40591 0 0 0 2055 11 0 0 20 0 1 0 271050797 248254464 51334 33554432000 4194304 5654031 140736741574192 140736741562008 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 60609 51334 142 357 0 60249 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 281488

[startup+51.1004 s]
/proc/loadavg: 2.33 1.57 1.71 3/181 8308
/proc/meminfo: memFree=28766688/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=243148 CPUtime=46.25 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 42043 0 0 0 4612 13 0 0 20 0 1 0 271050797 248983552 53652 33554432000 4194304 5654031 140736741574192 140736741572280 4215357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 60787 53652 142 357 0 60427 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 282200

[startup+102.307 s]
/proc/loadavg: 2.14 1.64 1.73 3/182 8315
/proc/meminfo: memFree=28084500/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=245320 CPUtime=97.43 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 43449 0 0 0 9728 15 0 0 20 0 1 0 271050797 251207680 54128 33554432000 4194304 5654031 140736741574192 140736741562008 4215964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 61330 54128 142 357 0 60970 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 284372

[startup+162.3 s]
/proc/loadavg: 2.10 1.71 1.75 3/181 8315
/proc/meminfo: memFree=28073412/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=247932 CPUtime=157.41 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 44780 0 0 0 15724 17 0 0 20 0 1 0 271050797 253882368 55448 33554432000 4194304 5654031 140736741574192 140736741562008 4232448 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 61983 55448 142 357 0 61623 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 286984

[startup+222.3 s]
/proc/loadavg: 2.04 1.76 1.76 3/181 8315
/proc/meminfo: memFree=28046520/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=299008 CPUtime=217.4 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 46962 0 0 0 21720 20 0 0 20 0 1 0 271050797 306184192 63368 33554432000 4194304 5654031 140736741574192 140736741572280 4215124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 74752 63368 142 357 0 74392 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 338060

[startup+282.3 s]

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

/proc/loadavg: 2.02 1.99 1.90 3/181 8326
/proc/meminfo: memFree=27884160/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=401396 CPUtime=1297.22 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 59906 0 0 0 129666 56 0 0 20 0 1 0 271050797 411029504 95153 33554432000 4194304 5654031 140736741574192 140736741572280 4217523 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 100349 95153 142 357 0 99989 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 440448

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/181 8326
/proc/meminfo: memFree=27808840/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=534060 CPUtime=1357.21 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 60541 0 0 0 135663 58 0 0 20 0 1 0 271050797 546877440 115717 33554432000 4194304 5654031 140736741574192 140736741571976 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 133515 115717 142 357 0 133155 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 573112

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/181 8326
/proc/meminfo: memFree=27763484/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=534620 CPUtime=1417.21 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 60692 0 0 0 141662 59 0 0 20 0 1 0 271050797 547450880 127621 33554432000 4194304 5654031 140736741574192 140736741571880 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 133655 127621 142 357 0 133295 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 573672

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/181 8326
/proc/meminfo: memFree=27681072/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=750220 CPUtime=1477.19 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 61427 0 0 0 147659 60 0 0 20 0 1 0 271050797 768225280 146751 33554432000 4194304 5654031 140736741574192 140736741571880 4877259 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 187555 146751 142 357 0 187195 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 789272

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/181 8326
/proc/meminfo: memFree=27597668/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=750756 CPUtime=1537.18 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 61607 0 0 0 153657 61 0 0 20 0 1 0 271050797 768774144 165327 33554432000 4194304 5654031 140736741574192 140736741571976 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 187689 165327 142 357 0 187329 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 789808

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/181 8327
/proc/meminfo: memFree=27544056/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=752064 CPUtime=1597.18 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 61977 0 0 0 159655 63 0 0 20 0 1 0 271050797 770113536 180524 33554432000 4194304 5654031 140736741574192 140736741562008 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 188016 180524 142 357 0 187656 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 791116

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/181 8327
/proc/meminfo: memFree=27890936/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=405012 CPUtime=1657.15 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 62520 0 0 0 165648 67 0 0 20 0 1 0 271050797 414732288 92237 33554432000 4194304 5654031 140736741574192 140736741562008 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 101253 92237 142 357 0 100893 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 444064

[startup+1722.3 s]
/proc/loadavg: 2.08 2.00 1.91 3/181 8327
/proc/meminfo: memFree=27843556/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=537776 CPUtime=1717.14 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 63144 0 0 0 171644 70 0 0 20 0 1 0 271050797 550682624 106142 33554432000 4194304 5654031 140736741574192 140736741562008 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 134444 106142 142 357 0 134084 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 576828

[startup+1782.3 s]
/proc/loadavg: 2.03 2.00 1.91 3/182 8330
/proc/meminfo: memFree=27781124/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=538556 CPUtime=1777.13 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 63347 0 0 0 177642 71 0 0 20 0 1 0 271050797 551481344 120142 33554432000 4194304 5654031 140736741574192 140736741562008 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 134639 120142 142 357 0 134279 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 577608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.00 1.91 3/182 8330
/proc/meminfo: memFree=27761824/32873648 swapFree=7112/7112
[pid=8258] ppid=8256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8258/stat : 8258 (npSolver-pbo-I.) S 8256 8258 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050314 9367552 275 33554432000 4194304 5064252 140734160494720 140734160493632 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8258/statm: 2287 275 233 213 0 72 0
[pid=8259] ppid=8258 vsize=29904 CPUtime=4.8 cores=1,3,5,7
/proc/8259/stat : 8259 (npSolver-pbo) S 8258 8258 6495 0 -1 4202496 10371 18616 0 0 127 52 295 6 20 0 1 0 271050314 30621696 6320 33554432000 4194304 5992684 140736054014272 140736053999176 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8259/statm: 7476 6320 185 440 0 7032 0
[pid=8267] ppid=8259 vsize=538936 CPUtime=1795.23 cores=1,3,5,7
/proc/8267/stat : 8267 (glucosInc) R 8259 8258 6495 0 -1 4202496 63437 0 0 0 179452 71 0 0 20 0 1 0 271050797 551870464 123809 33554432000 4194304 5654031 140736741574192 140736741571880 4215307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 134734 123809 142 357 0 134374 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 577988

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8258 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=224357
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=595909
# CPU time returned by wait4() is 4.82027
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1798.74
CPU system time (s): 1.29
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 921476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.22436
system time used= 0.595909
maximum resident set size= 165860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29362
page faults= 0
swaps= 0
block input operations= 8
block output operations= 183488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116
involuntary context switches= 22

runsolver used 3.31549 second user time and 8.57969 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-26 18:20:44
IDJOB=3699102
IDBENCH=1515
IDSOLVER=2276
FILE ID=node126/3699102-1338049244
RUNJOBID= node126-1338049230-7870
PBS_JOBID= 14624371
Free space on /tmp= 71400 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-air03.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699102-1338049244/watcher-3699102-1338049244 -o /tmp/evaluation-result-3699102-1338049244/solver-3699102-1338049244 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699102-1338049244.opb 1250560887 HOME HOME

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

MD5SUM BENCH= 721f63c71e5f6018eabb753425e3fdd2
RANDOM SEED=1250560887

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29358960 kB
Buffers:          278304 kB
Cached:          2379656 kB
SwapCached:        17768 kB
Active:           797692 kB
Inactive:        1936188 kB
Active(anon):      58668 kB
Inactive(anon):    19404 kB
Active(file):     739024 kB
Inactive(file):  1916784 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             27340 kB
Writeback:             0 kB
AnonPages:         65940 kB
Mapped:            10796 kB
Shmem:                 0 kB
Slab:             635832 kB
SReclaimable:      78200 kB
SUnreclaim:       557632 kB
KernelStack:        1504 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     193016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71248 MiB
End job on node126 at 2012-05-26 18:50:45