Trace number 3749219

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUM8e8a9709ab0638484b49ff5cae7622ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-94333
Best CPU time to get the best result obtained on this benchmark1797.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 250772
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 250772
Number of bits of the biggest sum of numbers18
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.90	c run inc solver
0.00/0.90	c [INC SYSTEM] run initial solver
0.00/0.90	c [INC SYSTEM] preprocess with white file
3.48/3.58	c [INC SYSTEM] finished preprocessing in 2 s
3.48/3.58	c [INC SYSTEM] execute solver
6.07/6.16	c [INC SEARCH] formula is SAT
6.07/6.17	c [INC SYSTEM] solved the initial formula
6.17/6.26	c model valid
6.17/6.26	c current solution ok
6.97/7.06	o -3
6.97/7.06	c execute binary inc search
6.97/7.06	c [INC SEARCH] current bound: 125384
6.97/7.06	c [INC SEARCH] iteration: 0
6.97/7.06	c [INC SEARCH] lower bound: 0 upperbound 250769 current bound: 125384 best value:250769
6.97/7.06	c [INC SYSTEM] there exists a inc, kill it!
6.97/7.06	c write failed with 2
6.97/7.07	c [INC SYSTEM] create new solver instance
6.97/7.07	c [INC] encode full formula
6.97/7.07	c fallback to adder encoding
6.97/7.09	c set iterative enc to: adder
6.97/7.09	c set iterative enc to: none
7.08/7.12	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	HOME/npSolver-pbo-I.sh: line 18:  2666 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-3749219-1339218957/watcher-3749219-1339218957 -o /tmp/evaluation-result-3749219-1339218957/solver-3749219-1339218957 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749219-1339218957.opb 1102707098 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: 0.00 0.00 0.00 3/179 2665
/proc/meminfo: memFree=29610800/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0

[startup+0.0988611 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 2665
/proc/meminfo: memFree=29610800/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 2665
/proc/meminfo: memFree=29610800/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300323 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 2665
/proc/meminfo: memFree=29610800/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700321 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 2665
/proc/meminfo: memFree=29610800/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 2671
/proc/meminfo: memFree=29527560/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59832 CPUtime=0.9 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 17122 0 0 0 81 9 0 0 20 0 1 0 388024219 61267968 12535 33554432000 4194304 6004724 140734255459552 140734255454016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14958 12535 162 442 0 14512 0
[pid=2670] ppid=2666 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2670/stat : 2670 (cp2_pre.sh) S 2666 2665 2618 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 388024310 9367552 277 33554432000 4194304 5064252 140737241106560 140737241105264 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2670/statm: 2287 277 234 213 0 72 0
[pid=2671] ppid=2670 vsize=108288 CPUtime=0.58 cores=1,3,5,7
/proc/2671/stat : 2671 (coprocessor) R 2670 2665 2618 0 -1 4202496 19228 0 0 0 54 4 0 0 20 0 1 0 388024310 110886912 24109 33554432000 4194304 6586260 140735342796320 140735342792584 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/2671/statm: 27072 24109 166 584 0 26484 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 186416

[startup+3.10042 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 2671
/proc/meminfo: memFree=29405452/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59832 CPUtime=0.9 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 17122 0 0 0 81 9 0 0 20 0 1 0 388024219 61267968 12535 33554432000 4194304 6004724 140734255459552 140734255454016 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14958 12535 162 442 0 14512 0
[pid=2670] ppid=2666 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2670/stat : 2670 (cp2_pre.sh) S 2666 2665 2618 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 388024310 9367552 277 33554432000 4194304 5064252 140737241106560 140737241105264 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2670/statm: 2287 277 234 213 0 72 0
[pid=2671] ppid=2670 vsize=152588 CPUtime=2.17 cores=1,3,5,7
/proc/2671/stat : 2671 (coprocessor) R 2670 2665 2618 0 -1 4202496 28846 0 0 0 204 13 0 0 20 0 1 0 388024310 156250112 36818 33554432000 4194304 6586260 140735342796320 140735342792344 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/2671/statm: 38147 36818 204 584 0 37559 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 230716

[startup+6.30037 s]
/proc/loadavg: 0.16 0.03 0.01 3/181 2673
/proc/meminfo: memFree=29494456/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=3.7 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) R 2665 2665 2618 0 -1 4202496 18908 29747 0 0 92 12 249 17 20 0 1 0 388024219 61272064 12547 33554432000 4194304 6004724 140734255459552 140734255445832 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12547 173 442 0 14513 0
[pid=2673] ppid=2666 vsize=57792 CPUtime=2.57 cores=1,3,5,7
/proc/2673/stat : 2673 (glucosInc) S 2666 2665 2618 0 -1 4202496 12441 0 0 0 254 3 0 0 20 0 1 0 388024577 59179008 12949 33554432000 4194304 5654031 140734019979264 140734019977576 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/2673/statm: 14448 12949 145 357 0 14088 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 126776

[startup+12.7004 s]
/proc/loadavg: 0.39 0.08 0.03 3/181 2676
/proc/meminfo: memFree=29459020/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=61000 CPUtime=5.57 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 13985 0 0 0 554 3 0 0 20 0 1 0 388024931 62464000 14531 33554432000 4194304 5654031 140734128640896 140734128628712 4214603 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2676/statm: 15250 14531 141 357 0 14890 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 129984

[startup+25.5005 s]
/proc/loadavg: 0.74 0.18 0.06 3/181 2676
/proc/meminfo: memFree=29450908/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=69260 CPUtime=18.36 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 14602 0 0 0 1833 3 0 0 20 0 1 0 388024931 70922240 16160 33554432000 4194304 5654031 140734128640896 140734128628712 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2676/statm: 17315 16160 141 357 0 16955 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 138244

[startup+51.1005 s]
/proc/loadavg: 1.17 0.32 0.11 3/181 2676
/proc/meminfo: memFree=29396216/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=89440 CPUtime=43.96 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 16471 0 0 0 4392 4 0 0 20 0 1 0 388024931 91586560 21656 33554432000 4194304 5654031 140734128640896 140734128628712 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 22360 21656 141 357 0 22000 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 158424

[startup+102.3 s]
/proc/loadavg: 1.64 0.58 0.20 3/181 2676
/proc/meminfo: memFree=29363240/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=119788 CPUtime=95.15 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 17445 0 0 0 9510 5 0 0 20 0 1 0 388024931 122662912 28741 33554432000 4194304 5654031 140734128640896 140734128628712 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 29947 28741 141 357 0 29587 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 188772

[startup+162.3 s]
/proc/loadavg: 1.87 0.83 0.31 3/181 2677
/proc/meminfo: memFree=29349140/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=119788 CPUtime=155.13 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 18094 0 0 0 15506 7 0 0 20 0 1 0 388024931 122662912 29253 33554432000 4194304 5654031 140734128640896 140734128628712 4232540 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 29947 29253 141 357 0 29587 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 188772

[startup+222.307 s]
/proc/loadavg: 1.95 1.04 0.42 3/181 2677
/proc/meminfo: memFree=29275260/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=169108 CPUtime=215.13 cores=1,3,5,7

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

/proc/loadavg: 2.00 1.97 1.51 3/181 2687
/proc/meminfo: memFree=29209916/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=169108 CPUtime=1354.94 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 23784 0 0 0 135474 20 0 0 20 0 1 0 388024931 173166592 40310 33554432000 4194304 5654031 140734128640896 140734128628712 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 42277 40310 141 357 0 41917 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 238092

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/181 2687
/proc/meminfo: memFree=29216856/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=199928 CPUtime=1414.94 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24211 0 0 0 141473 21 0 0 20 0 1 0 388024931 204726272 41759 33554432000 4194304 5654031 140734128640896 140734128638984 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 49982 41759 141 357 0 49622 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 268912

[startup+1482.3 s]
/proc/loadavg: 2.07 1.99 1.57 3/182 2690
/proc/meminfo: memFree=29231792/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=199928 CPUtime=1474.93 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24366 0 0 0 147472 21 0 0 20 0 1 0 388024931 204726272 42425 33554432000 4194304 5654031 140734128640896 140734128638984 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 49982 42425 141 357 0 49622 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 268912

[startup+1542.31 s]
/proc/loadavg: 1.68 1.91 1.56 2/173 2714
/proc/meminfo: memFree=29380008/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=199928 CPUtime=1534.92 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24374 0 0 0 153471 21 0 0 20 0 1 0 388024931 204726272 44473 33554432000 4194304 5654031 140734128640896 140734128628712 4232744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 49982 44473 141 357 0 49622 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 268912

[startup+1602.3 s]
/proc/loadavg: 1.25 1.74 1.53 2/173 2714
/proc/meminfo: memFree=29369636/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=199928 CPUtime=1594.9 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24379 0 0 0 159469 21 0 0 20 0 1 0 388024931 204726272 47033 33554432000 4194304 5654031 140734128640896 140734128628712 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 49982 47033 141 357 0 49622 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 268912

[startup+1662.3 s]
/proc/loadavg: 1.09 1.60 1.49 2/173 2715
/proc/meminfo: memFree=29367588/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=199928 CPUtime=1654.89 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24380 0 0 0 165468 21 0 0 20 0 1 0 388024931 204726272 47545 33554432000 4194304 5654031 140734128640896 140734128628712 4215088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 49982 47545 141 357 0 49622 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 268912

[startup+1722.3 s]
/proc/loadavg: 1.03 1.49 1.45 2/173 2715
/proc/meminfo: memFree=29361320/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=199928 CPUtime=1714.88 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24451 0 0 0 171467 21 0 0 20 0 1 0 388024931 204726272 49149 33554432000 4194304 5654031 140734128640896 140734128628712 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 49982 49149 141 357 0 49622 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 268912

[startup+1782.3 s]
/proc/loadavg: 1.01 1.40 1.43 2/173 2715
/proc/meminfo: memFree=29358156/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=250016 CPUtime=1774.88 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24685 0 0 0 177466 22 0 0 20 0 1 0 388024931 256016384 49894 33554432000 4194304 5654031 140734128640896 140734128638984 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 62504 49894 141 357 0 62144 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 319000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.01 1.37 1.42 2/173 2715
/proc/meminfo: memFree=29356108/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=250016 CPUtime=1792.98 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24686 0 0 0 179276 22 0 0 20 0 1 0 388024931 256016384 50406 33554432000 4194304 5654031 140734128640896 140734128628712 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 62504 50406 141 357 0 62144 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 319000

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.01 1.37 1.42 2/173 2715
/proc/meminfo: memFree=29356108/32873844 swapFree=7384/7384
[pid=2665] ppid=2663 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2665/stat : 2665 (npSolver-pbo-I.) S 2663 2665 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024219 9367552 274 33554432000 4194304 5064252 140736242683696 140736242682608 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2665/statm: 2287 274 233 213 0 72 0
[pid=2666] ppid=2665 vsize=59836 CPUtime=7.1 cores=1,3,5,7
/proc/2666/stat : 2666 (npSolver-pbo) S 2665 2665 2618 0 -1 4202496 20294 43225 0 0 107 74 504 25 20 0 1 0 388024219 61272064 12552 33554432000 4194304 6004724 140734255459552 140734255444472 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2666/statm: 14959 12552 178 442 0 14513 0
[pid=2676] ppid=2666 vsize=250016 CPUtime=1792.98 cores=1,3,5,7
/proc/2676/stat : 2676 (glucosInc) R 2666 2665 2618 0 -1 4202496 24686 0 0 0 179276 22 0 0 20 0 1 0 388024931 256016384 50406 33554432000 4194304 5654031 140734128640896 140734128628712 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2676/statm: 62504 50406 141 357 0 62144 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 319000

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2665 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=122069
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=2847
# CPU time returned by wait4() is 7.12492
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1798.87
CPU system time (s): 1.21
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 368320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.12207
system time used= 1.00285
maximum resident set size= 151248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63893
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312
involuntary context switches= 23

runsolver used 2.94155 second user time and 7.57285 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-09 07:15:57
IDJOB=3749219
IDBENCH=90353
IDSOLVER=2333
FILE ID=node106/3749219-1339218957
RUNJOBID= node106-1339218957-2635
PBS_JOBID= 14644322
Free space on /tmp= 71036 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749219-1339218957/watcher-3749219-1339218957 -o /tmp/evaluation-result-3749219-1339218957/solver-3749219-1339218957 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749219-1339218957.opb 1102707098 HOME HOME

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

MD5SUM BENCH= 8e8a9709ab0638484b49ff5cae7622ac
RANDOM SEED=1102707098

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:        29611444 kB
Buffers:          466160 kB
Cached:          1837732 kB
SwapCached:         2376 kB
Active:           579600 kB
Inactive:        1739984 kB
Active(anon):      11444 kB
Inactive(anon):     5560 kB
Active(file):     568156 kB
Inactive(file):  1734424 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100756 kB
Dirty:             19816 kB
Writeback:             0 kB
AnonPages:         17620 kB
Mapped:            10080 kB
Shmem:                 0 kB
Slab:             801104 kB
SReclaimable:     243248 kB
SUnreclaim:       557856 kB
KernelStack:        1376 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71012 MiB
End job on node106 at 2012-06-09 07:45:58