Trace number 3699828

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.07 1800.91

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir08_area_delay.opb
MD5SUMe9d9fc2aedf45217e1b47072b194c567
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark425.483
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 31
Optimality of the best value was proved NO
Number of variables124856
Total number of constraints521620
Number of constraints which are clauses521620
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1023
Number of terms in the objective function 61556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 61556
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 61556
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.69/1.79	c run inc solver
1.69/1.79	c [INC SYSTEM] run initial solver
1.69/1.79	c [INC SYSTEM] preprocess with white file
4.25/4.78	c [INC SYSTEM] finished preprocessing in 2 s
4.26/4.80	c [INC SYSTEM] execute solver
4.27/5.11	c [INC SEARCH] formula is SAT
4.27/5.12	c [INC SYSTEM] solved the initial formula
5.28/5.82	c model valid
5.28/5.82	c current solution ok
6.18/6.79	o 1465
6.18/6.79	c execute binary inc search
6.18/6.79	c [INC SEARCH] current bound: 732
6.18/6.79	c [INC SEARCH] iteration: 0
6.18/6.79	c [INC SEARCH] lower bound: 0 upperbound 1465 current bound: 732 best value:1465
6.18/6.79	c [INC SYSTEM] there exists a inc, kill it!
6.18/6.79	c write failed with 2
6.27/6.80	c [INC SYSTEM] create new solver instance
6.27/6.80	c [INC] encode full formula
6.27/6.80	c fallback to adder encoding
9.49/10.03	c set iterative enc to: cardAdder
9.49/10.03	c set iterative enc to: none
9.88/10.43	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.91	HOME/npSolver-pbo-I.sh: line 18: 11367 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-3699828-1338073206/watcher-3699828-1338073206 -o /tmp/evaluation-result-3699828-1338073206/solver-3699828-1338073206 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699828-1338073206.opb 153147454 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.15 2.09 2.03 3/179 11366
/proc/meminfo: memFree=31257412/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0

[startup+0.106384 s]
/proc/loadavg: 2.15 2.09 2.03 3/179 11366
/proc/meminfo: memFree=31257412/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200166 s]
/proc/loadavg: 2.15 2.09 2.03 3/179 11366
/proc/meminfo: memFree=31257412/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300131 s]
/proc/loadavg: 2.15 2.09 2.03 3/179 11366
/proc/meminfo: memFree=31257412/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700102 s]
/proc/loadavg: 2.15 2.09 2.03 3/179 11366
/proc/meminfo: memFree=31257412/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 2.15 2.09 2.03 3/181 11368
/proc/meminfo: memFree=31247564/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=13300 CPUtime=1.48 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) R 11366 11366 10532 0 -1 4202496 3064 0 0 0 148 0 0 0 20 0 1 0 273446544 13619200 2955 33554432000 4194304 5992684 140736476314800 140736476310536 5179600 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11367/statm: 3325 2955 147 440 0 2881 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22448

[startup+3.10041 s]
/proc/loadavg: 2.14 2.08 2.03 3/183 11370
/proc/meminfo: memFree=31107092/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=33088 CPUtime=1.88 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 7046 0 0 0 176 12 0 0 20 0 1 0 273446544 33882112 7883 33554432000 4194304 5992684 140736476314800 140736476309248 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11367/statm: 8272 7883 165 440 0 7828 0
[pid=11369] ppid=11367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11369/stat : 11369 (cp2_pre.sh) S 11367 11366 10532 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273446733 9367552 276 33554432000 4194304 5064252 140733583092608 140733583091312 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11369/statm: 2287 276 234 213 0 72 0
[pid=11370] ppid=11369 vsize=150820 CPUtime=1.19 cores=0,2,4,6
/proc/11370/stat : 11370 (coprocessor) R 11369 11366 10532 0 -1 4202496 27431 0 0 0 114 5 0 0 20 0 1 0 273446733 154439680 36400 33554432000 4194304 6586260 140736761271920 140736761268184 4774864 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/11370/statm: 37705 36400 175 584 0 37117 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 202204

[startup+6.30026 s]
/proc/loadavg: 2.14 2.08 2.03 3/182 11372
/proc/meminfo: memFree=31148356/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=38920 CPUtime=5.45 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) R 11366 11366 10532 0 -1 4202496 8607 30916 0 0 256 51 228 10 20 0 1 0 273446544 39854080 9350 33554432000 4194304 5992684 140736476314800 140736476308984 5179696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11367/statm: 9730 9350 174 440 0 9286 0
[pid=11372] ppid=11367 vsize=70228 CPUtime=0.32 cores=0,2,4,6
/proc/11372/stat : 11372 (glucosInc) S 11367 11366 10532 0 -1 4202496 14213 0 0 0 30 2 0 0 20 0 1 0 273447022 71913472 15152 33554432000 4194304 5654031 140736588185536 140736588183848 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/11372/statm: 17557 15152 146 357 0 17197 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 118296

[startup+12.7004 s]
/proc/loadavg: 2.12 2.08 2.03 3/182 11375
/proc/meminfo: memFree=30555892/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=600864 CPUtime=2.25 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 69734 0 0 0 204 21 0 0 20 0 1 0 273447587 615284736 129241 33554432000 4194304 5654031 140733856088752 140733855038104 4797458 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 150216 129242 109 357 0 149856 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 657676

[startup+25.5004 s]
/proc/loadavg: 2.17 2.09 2.03 3/182 11375
/proc/meminfo: memFree=30389268/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=617580 CPUtime=15.05 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 92673 0 0 0 1477 28 0 0 20 0 1 0 273447587 632401920 140059 33554432000 4194304 5654031 140733856088752 140733856076568 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154395 140059 140 357 0 154035 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 674392

[startup+51.1003 s]
/proc/loadavg: 2.18 2.10 2.03 3/182 11375
/proc/meminfo: memFree=30387432/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=617580 CPUtime=40.64 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 92682 0 0 0 4036 28 0 0 20 0 1 0 273447587 632401920 140059 33554432000 4194304 5654031 140733856088752 140733856076568 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154395 140059 140 357 0 154035 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 674392

[startup+102.3 s]
/proc/loadavg: 2.07 2.08 2.03 3/182 11398
/proc/meminfo: memFree=30380464/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=617580 CPUtime=91.83 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 92701 0 0 0 9155 28 0 0 20 0 1 0 273447587 632401920 140059 33554432000 4194304 5654031 140733856088752 140733856076568 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154395 140059 140 357 0 154035 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 674392

[startup+162.3 s]
/proc/loadavg: 2.16 2.10 2.03 3/182 12100
/proc/meminfo: memFree=29859528/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=617580 CPUtime=151.81 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 92705 0 0 0 15153 28 0 0 20 0 1 0 273447587 632401920 140059 33554432000 4194304 5654031 140733856088752 140733856076568 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154395 140059 140 357 0 154035 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 674392

[startup+222.307 s]
/proc/loadavg: 2.09 2.09 2.03 3/181 12100
/proc/meminfo: memFree=29860124/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=617580 CPUtime=211.81 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 92705 0 0 0 21153 28 0 0 20 0 1 0 273447587 632401920 140059 33554432000 4194304 5654031 140733856088752 140733856076568 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154395 140059 140 357 0 154035 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 674392

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/181 12110
/proc/meminfo: memFree=29829876/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1291.63 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93068 0 0 0 129135 28 0 0 20 0 1 0 273447587 634134528 141994 33554432000 4194304 5654031 140733856088752 140733856076568 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 141994 141 357 0 154458 0
Current children cumulated CPU time (s) 1301.54
Current children cumulated vsize (KiB) 676084

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12110
/proc/meminfo: memFree=29829752/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1351.62 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93068 0 0 0 135134 28 0 0 20 0 1 0 273447587 634134528 141994 33554432000 4194304 5654031 140733856088752 140733856076568 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 141994 141 357 0 154458 0
Current children cumulated CPU time (s) 1361.53
Current children cumulated vsize (KiB) 676084

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12110
/proc/meminfo: memFree=29828516/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1411.61 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93068 0 0 0 141133 28 0 0 20 0 1 0 273447587 634134528 141994 33554432000 4194304 5654031 140733856088752 140733856076568 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 141994 141 357 0 154458 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 676084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12111
/proc/meminfo: memFree=29828516/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1471.6 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93069 0 0 0 147132 28 0 0 20 0 1 0 273447587 634134528 141995 33554432000 4194304 5654031 140733856088752 140733856076568 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 141995 141 357 0 154458 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 676084

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12111
/proc/meminfo: memFree=29825724/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1531.59 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93071 0 0 0 153131 28 0 0 20 0 1 0 273447587 634134528 141997 33554432000 4194304 5654031 140733856088752 140733856076568 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 141997 141 357 0 154458 0
Current children cumulated CPU time (s) 1541.5
Current children cumulated vsize (KiB) 676084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12111
/proc/meminfo: memFree=29822564/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1591.59 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93079 0 0 0 159130 29 0 0 20 0 1 0 273447587 634134528 142005 33554432000 4194304 5654031 140733856088752 140733856076568 4214432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 142005 141 357 0 154458 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 676084

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 12111
/proc/meminfo: memFree=29822564/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=619272 CPUtime=1651.58 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93084 0 0 0 165129 29 0 0 20 0 1 0 273447587 634134528 142010 33554432000 4194304 5654031 140733856088752 140733856076568 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 154818 142010 141 357 0 154458 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 676084

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 12111
/proc/meminfo: memFree=29821696/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=620212 CPUtime=1711.57 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93230 0 0 0 171128 29 0 0 20 0 1 0 273447587 635097088 142156 33554432000 4194304 5654031 140733856088752 140733856076568 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 155053 142156 141 357 0 154693 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 677024

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 12111
/proc/meminfo: memFree=29816740/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=620212 CPUtime=1771.56 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93236 0 0 0 177127 29 0 0 20 0 1 0 273447587 635097088 142673 33554432000 4194304 5654031 140733856088752 140733856076568 4215248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 155053 142673 141 357 0 154693 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 677024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 12115
/proc/meminfo: memFree=29816072/32873648 swapFree=7112/7112
[pid=11366] ppid=11364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11366/stat : 11366 (npSolver-pbo-I.) S 11364 11366 10532 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273446543 9367552 275 33554432000 4194304 5064252 140733801991552 140733801990464 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11366/statm: 2287 275 233 213 0 72 0
[pid=11367] ppid=11366 vsize=47664 CPUtime=9.91 cores=0,2,4,6
/proc/11367/stat : 11367 (npSolver-pbo) S 11366 11366 10532 0 -1 4202496 22481 46167 0 0 583 133 259 16 20 0 1 0 273446544 48807936 11577 33554432000 4194304 5992684 140736476314800 140736476299704 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11367/statm: 11916 11577 183 440 0 11472 0
[pid=11375] ppid=11367 vsize=620212 CPUtime=1790.16 cores=0,2,4,6
/proc/11375/stat : 11375 (glucosInc) R 11367 11366 10532 0 -1 4202496 93236 0 0 0 178987 29 0 0 20 0 1 0 273447587 635097088 142673 33554432000 4194304 5654031 140733856088752 140733856076568 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11375/statm: 155053 142673 141 357 0 154693 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 677024

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 11366 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=434717
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=512770
# CPU time returned by wait4() is 9.94749
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.91
CPU time (s): 1800.07
CPU user time (s): 1798.29
CPU system time (s): 1.78
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 881820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.43472
system time used= 1.51277
maximum resident set size= 519192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 461
involuntary context switches= 40

runsolver used 9.12361 second user time and 12.7121 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 01:00:06
IDJOB=3699828
IDBENCH=25009
IDSOLVER=2276
FILE ID=node126/3699828-1338073206
RUNJOBID= node126-1338071287-10548
PBS_JOBID= 14624419
Free space on /tmp= 71292 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir08_area_delay.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699828-1338073206/watcher-3699828-1338073206 -o /tmp/evaluation-result-3699828-1338073206/solver-3699828-1338073206 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699828-1338073206.opb 153147454 HOME HOME

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

MD5SUM BENCH= e9d9fc2aedf45217e1b47072b194c567
RANDOM SEED=153147454

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:        31257784 kB
Buffers:          238164 kB
Cached:           543680 kB
SwapCached:        17760 kB
Active:           790432 kB
Inactive:          36132 kB
Active(anon):      26288 kB
Inactive(anon):    20464 kB
Active(file):     764144 kB
Inactive(file):    15668 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             36080 kB
Writeback:             4 kB
AnonPages:         34516 kB
Mapped:            10928 kB
Shmem:                 0 kB
Slab:             650536 kB
SReclaimable:      94652 kB
SUnreclaim:       555884 kB
KernelStack:        1480 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 70880 MiB
End job on node126 at 2012-05-27 01:30:07