Trace number 3746651

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 (fixed)? (TO) 1800 1810.23

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-seba.opb
MD5SUM1b2371606d4072012aff3f48017bfad5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20367073880
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20409176029
Optimality of the best value was proved NO
Number of variables23376
Total number of constraints1029
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1029
Minimum length of a constraint10
Maximum length of a constraint496
Number of terms in the objective function 7565
Biggest coefficient in the objective function 258342282854400
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 4664562894591719
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 258342282854400
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 4664562894591719
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

47.84/54.11	c run inc solver
47.84/54.11	c [INC SYSTEM] run initial solver
47.84/54.11	c [INC SYSTEM] preprocess with white file
209.35/219.82	c [INC SYSTEM] finished preprocessing in 165 s
209.35/219.82	c [INC SYSTEM] execute solver

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-3746651-1339100261/watcher-3746651-1339100261 -o /tmp/evaluation-result-3746651-1339100261/solver-3746651-1339100261 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746651-1339100261.opb 2117938885 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.01 2.00 1.76 4/178 8301
/proc/meminfo: memFree=28519112/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0

[startup+0.092362 s]
/proc/loadavg: 2.01 2.00 1.76 4/178 8301
/proc/meminfo: memFree=28519112/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100373 s]
/proc/loadavg: 2.01 2.00 1.76 4/178 8301
/proc/meminfo: memFree=28519112/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30027 s]
/proc/loadavg: 2.01 2.00 1.76 4/178 8301
/proc/meminfo: memFree=28519112/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.01 2.00 1.76 4/178 8301
/proc/meminfo: memFree=28519112/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.01 2.00 1.76 3/180 8303
/proc/meminfo: memFree=28434336/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=170008 CPUtime=1.49 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) R 8301 8301 7856 0 -1 4202496 4369 0 0 0 146 3 0 0 20 0 1 0 376154589 174088192 29874 33554432000 4194304 6004724 140737362077856 140737362072136 4582623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8302/statm: 42502 29874 154 442 0 42056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179156

[startup+3.10032 s]
/proc/loadavg: 2.01 2.00 1.76 3/180 8303
/proc/meminfo: memFree=28354208/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=301080 CPUtime=3.09 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) R 8301 8301 7856 0 -1 4202496 4491 0 0 0 301 8 0 0 20 0 1 0 376154589 308305920 59570 33554432000 4194304 6004724 140737362077856 140737362072456 4534749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8302/statm: 75270 59570 154 442 0 74824 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 310228

[startup+6.30032 s]
/proc/loadavg: 2.01 2.00 1.76 3/180 8303
/proc/meminfo: memFree=28107580/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=563224 CPUtime=6.29 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) R 8301 8301 7856 0 -1 4202496 4738 0 0 0 612 17 0 0 20 0 1 0 376154589 576741376 120498 33554432000 4194304 6004724 140737362077856 140737362072472 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8302/statm: 140806 120498 154 442 0 140360 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 572372

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.76 3/180 8303
/proc/meminfo: memFree=27601236/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=1087516 CPUtime=12.68 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) R 8301 8301 7856 0 -1 4202496 5235 0 0 0 1234 34 0 0 20 0 1 0 376154589 1113616384 243379 33554432000 4194304 6004724 140737362077856 140737362072808 4534728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8302/statm: 271879 243379 154 442 0 271433 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1096664

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.76 3/180 8303
/proc/meminfo: memFree=26573448/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=2136092 CPUtime=25.48 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) R 8301 8301 7856 0 -1 4202496 6225 0 0 0 2475 73 0 0 20 0 1 0 376154589 2187358208 488115 33554432000 4194304 6004724 140737362077856 140737362072456 4536305 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8302/statm: 534023 488115 154 442 0 533577 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2145240

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.77 2/180 8303
/proc/meminfo: memFree=19089744/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=7402028 CPUtime=47.38 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) D 8301 8301 7856 0 -1 4202496 10045 0 0 0 4154 584 0 0 20 0 1 0 376154589 7579676672 1601338 33554432000 4194304 6004724 140737362077856 140737362073728 5193835 0 0 4096 0 18446744071580543392 0 0 17 3 0 0 241 0 0
/proc/8302/statm: 1850507 1601338 157 442 0 1850061 0
Current children cumulated CPU time (s) 47.38
Current children cumulated vsize (KiB) 7411176

[startup+102.307 s]
/proc/loadavg: 2.84 2.24 1.86 3/182 8305
/proc/meminfo: memFree=17118720/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=47.87 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10052 0 0 0 4154 633 0 0 20 0 1 0 376154589 4305637376 802018 33554432000 4194304 6004724 140737362077856 140737362072320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802018 163 442 0 1050735 0
[pid=8304] ppid=8302 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8304/stat : 8304 (cp2_pre.sh) S 8302 8301 7856 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376160001 9367552 277 33554432000 4194304 5064252 140737002060256 140737002058960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8304/statm: 2287 277 234 213 0 72 0
[pid=8305] ppid=8304 vsize=5431300 CPUtime=48.04 cores=1,3,5,7
/proc/8305/stat : 8305 (coprocessor) R 8304 8301 7856 0 -1 4202496 29724 0 0 0 4573 231 0 0 20 0 1 0 376160002 5561651200 1154159 33554432000 4194304 6586260 140737126575200 140737126570952 5061877 0 0 4096 8404994 0 0 0 17 5 0 0 11 0 0
/proc/8305/statm: 1357825 1154159 158 584 0 1357237 0
Current children cumulated CPU time (s) 95.91
Current children cumulated vsize (KiB) 9654320

[startup+162.3 s]
/proc/loadavg: 3.24 2.47 1.96 3/183 8309
/proc/meminfo: memFree=15629972/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=47.87 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10052 0 0 0 4154 633 0 0 20 0 1 0 376154589 4305637376 802018 33554432000 4194304 6004724 140737362077856 140737362072320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802018 163 442 0 1050735 0
[pid=8304] ppid=8302 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8304/stat : 8304 (cp2_pre.sh) S 8302 8301 7856 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376160001 9367552 277 33554432000 4194304 5064252 140737002060256 140737002058960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8304/statm: 2287 277 234 213 0 72 0
[pid=8305] ppid=8304 vsize=5431300 CPUtime=106.53 cores=1,3,5,7
/proc/8305/stat : 8305 (coprocessor) R 8304 8301 7856 0 -1 4202496 29724 0 0 0 10118 535 0 0 20 0 1 0 376160002 5561651200 1154159 33554432000 4194304 6586260 140737126575200 140737126570952 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 161 0 0
/proc/8305/statm: 1357825 1154159 158 584 0 1357237 0
Current children cumulated CPU time (s) 154.4
Current children cumulated vsize (KiB) 9654320

[startup+222.3 s]
/proc/loadavg: 3.10 2.57 2.03 3/181 8313
/proc/meminfo: memFree=21492828/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=665860 CPUtime=2.46 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 84536 0 0 0 219 27 0 0 20 0 1 0 376176571 681840640 147938 33554432000 4194304 5654031 140735250352784 140735249302184 4225056 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8313/statm: 166465 147938 108 357 0 166105 0
Current children cumulated CPU time (s) 212.34
Current children cumulated vsize (KiB) 4879732

[startup+282.3 s]
/proc/loadavg: 2.40 2.47 2.02 3/181 8313
/proc/meminfo: memFree=15726332/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=7132232 CPUtime=62.45 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 652969 0 0 0 5984 261 0 0 20 0 1 0 376176571 7303405568 1577523 33554432000 4194304 5654031 140735250352784 140735250350568 4216016 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 1783058 1577523 141 357 0 1782698 0
Current children cumulated CPU time (s) 272.33

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

/proc/meminfo: memFree=15189676/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8720776 CPUtime=1082.3 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 728339 0 0 0 107927 303 0 0 20 0 1 0 376176571 8930074624 1681042 33554432000 4194304 5654031 140735250352784 140735250340600 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2180194 1681042 141 357 0 2179834 0
Current children cumulated CPU time (s) 1292.18
Current children cumulated vsize (KiB) 12934648

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 8324
/proc/meminfo: memFree=15214632/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8723836 CPUtime=1142.29 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 729151 0 0 0 113925 304 0 0 20 0 1 0 376176571 8933208064 1686964 33554432000 4194304 5654031 140735250352784 140735250340600 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2180959 1686964 141 357 0 2180599 0
Current children cumulated CPU time (s) 1352.17
Current children cumulated vsize (KiB) 12937708

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 8325
/proc/meminfo: memFree=15156492/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8725928 CPUtime=1202.29 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 733887 0 0 0 119923 306 0 0 20 0 1 0 376176571 8935350272 1692086 33554432000 4194304 5654031 140735250352784 140735250340600 4232408 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2181482 1692086 141 357 0 2181122 0
Current children cumulated CPU time (s) 1412.17
Current children cumulated vsize (KiB) 12939800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8325
/proc/meminfo: memFree=15136064/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8728396 CPUtime=1262.27 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 738804 0 0 0 125919 308 0 0 20 0 1 0 376176571 8937877504 1696857 33554432000 4194304 5654031 140735250352784 140735250340600 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2182099 1696857 141 357 0 2181739 0
Current children cumulated CPU time (s) 1472.15
Current children cumulated vsize (KiB) 12942268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8325
/proc/meminfo: memFree=15101964/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8730356 CPUtime=1322.26 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 739276 0 0 0 131917 309 0 0 20 0 1 0 376176571 8939884544 1701928 33554432000 4194304 5654031 140735250352784 140735250340600 4233213 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2182589 1701928 141 357 0 2182229 0
Current children cumulated CPU time (s) 1532.14
Current children cumulated vsize (KiB) 12944228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8369
/proc/meminfo: memFree=15223088/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8732624 CPUtime=1382.25 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 744095 0 0 0 137915 310 0 0 20 0 1 0 376176571 8942206976 1707112 33554432000 4194304 5654031 140735250352784 140735250340600 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2183156 1707112 141 357 0 2182796 0
Current children cumulated CPU time (s) 1592.13
Current children cumulated vsize (KiB) 12946496

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 8369
/proc/meminfo: memFree=15178720/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8735536 CPUtime=1442.24 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 744547 0 0 0 143913 311 0 0 20 0 1 0 376176571 8945188864 1711141 33554432000 4194304 5654031 140735250352784 140735250340600 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2183884 1711141 141 357 0 2183524 0
Current children cumulated CPU time (s) 1652.12
Current children cumulated vsize (KiB) 12949408

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 8370
/proc/meminfo: memFree=15161904/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8737676 CPUtime=1502.23 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 749772 0 0 0 149909 314 0 0 20 0 1 0 376176571 8947380224 1715333 33554432000 4194304 5654031 140735250352784 140735250350568 4232963 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2184419 1715333 141 357 0 2184059 0
Current children cumulated CPU time (s) 1712.11
Current children cumulated vsize (KiB) 12951548

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 8370
/proc/meminfo: memFree=15143908/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8738920 CPUtime=1562.22 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 754715 0 0 0 155906 316 0 0 20 0 1 0 376176571 8948654080 1719733 33554432000 4194304 5654031 140735250352784 140735250340600 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2184730 1719733 141 357 0 2184370 0
Current children cumulated CPU time (s) 1772.1
Current children cumulated vsize (KiB) 12952792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8370
/proc/meminfo: memFree=15136648/32873844 swapFree=7384/7384
[pid=8301] ppid=8299 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8301/stat : 8301 (npSolver-pbo-It) S 8299 8301 7856 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376154588 9367552 275 33554432000 4194304 5064252 140733296628800 140733296627712 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8301/statm: 2287 275 233 213 0 72 0
[pid=8302] ppid=8301 vsize=4204724 CPUtime=209.88 cores=1,3,5,7
/proc/8302/stat : 8302 (npSolver-pbo) S 8301 8301 7856 0 -1 4202496 10070 30626 0 0 4154 633 15309 892 20 0 1 0 376154589 4305637376 802022 33554432000 4194304 6004724 140737362077856 140737362064136 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 624 0 0
/proc/8302/statm: 1051181 802022 167 442 0 1050735 0
[pid=8313] ppid=8302 vsize=8739704 CPUtime=1590.12 cores=1,3,5,7
/proc/8313/stat : 8313 (glucosInc) R 8302 8301 7856 0 -1 4202496 755006 0 0 0 158696 316 0 0 20 0 1 0 376176571 8949456896 1721557 33554432000 4194304 5654031 140735250352784 140735250340600 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8313/statm: 2184926 1721557 141 357 0 2184566 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 12953576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1810.23
CPU time (s): 1800
CPU user time (s): 1781.59
CPU system time (s): 18.41
CPU usage (%): 99.4351
Max. virtual memory (cumulated for all children) (KiB): 13014260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 3.98939 second user time and 10.8254 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-07 22:17:41
IDJOB=3746651
IDBENCH=2432
IDSOLVER=2332
FILE ID=node106/3746651-1339100261
RUNJOBID= node106-1339098178-7873
PBS_JOBID= 14643747
Free space on /tmp= 71076 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-seba.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746651-1339100261/watcher-3746651-1339100261 -o /tmp/evaluation-result-3746651-1339100261/solver-3746651-1339100261 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746651-1339100261.opb 2117938885 HOME HOME

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

MD5SUM BENCH= 1b2371606d4072012aff3f48017bfad5
RANDOM SEED=2117938885

node106.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.065
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.13
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.065
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.065
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.065
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.92
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.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        28519748 kB
Buffers:          331812 kB
Cached:          3043180 kB
SwapCached:         2340 kB
Active:          1433268 kB
Inactive:        2074288 kB
Active(anon):     129396 kB
Inactive(anon):     5500 kB
Active(file):    1303872 kB
Inactive(file):  2068788 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100732 kB
Dirty:             10100 kB
Writeback:            24 kB
AnonPages:        137624 kB
Mapped:            10272 kB
Shmem:                 0 kB
Slab:             708380 kB
SReclaimable:     150432 kB
SUnreclaim:       557948 kB
KernelStack:        1456 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     255820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 67976 MiB
End job on node106 at 2012-06-07 22:47:53