Trace number 3700201

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.11 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

Solver Data

0.00/0.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.16	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.16	c [INC SYSTEM] execute solver
0.00/0.17	c [INC SEARCH] formula is SAT
0.00/0.17	c [INC SYSTEM] solved the initial formula
0.00/0.18	c model valid
0.00/0.18	c current solution ok
0.00/0.23	o 0
0.00/0.23	c execute binary inc search
0.00/0.23	c [INC SEARCH] current bound: 250
0.00/0.23	c [INC SEARCH] iteration: 0
0.00/0.23	c [INC SEARCH] lower bound: 0 upperbound 500 current bound: 250 best value:500
0.00/0.23	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.23	c write failed with 2
0.00/0.23	c [INC SYSTEM] create new solver instance
0.00/0.23	c [INC] encode full formula
0.00/0.23	c (debug) using card networks
0.00/0.24	c set iterative enc to: card
0.00/0.24	c set iterative enc to: none
0.00/0.24	c [INC SEARCH] isOptimum variable: 0
83.14/83.27	c [INC SEARCH] formula is UNSAT
83.14/83.27	c [INC SYSTEM] there exists a inc, kill it!
83.14/83.27	c write failed with 2
83.14/83.27	c sat variable: 0 optimum/unsat variable: 1
83.14/83.27	c [INC SEARCH] set lower bound to 251 upperbound 500
83.14/83.27	c [INC SEARCH] current bound: 375
83.14/83.27	c [INC SEARCH] iteration: 1
83.14/83.27	c [INC SEARCH] lower bound: 251 upperbound 500 current bound: 375 best value:500
83.14/83.27	c [INC SYSTEM] create new solver instance
83.14/83.27	c [INC] encode full formula
83.14/83.27	c (debug) using card networks
83.14/83.28	c set iterative enc to: card
83.14/83.28	c set iterative enc to: none
83.14/83.29	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -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-3700201-1338079468/watcher-3700201-1338079468 -o /tmp/evaluation-result-3700201-1338079468/solver-3700201-1338079468 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700201-1338079468.opb 321102804 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.04 2.01 2.00 3/178 5409
/proc/meminfo: memFree=28310940/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0

[startup+0.084413 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 5409
/proc/meminfo: memFree=28310940/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100346 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 5409
/proc/meminfo: memFree=28310940/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 5409
/proc/meminfo: memFree=28310940/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 5409
/proc/meminfo: memFree=28310940/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/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.04 2.01 2.00 3/181 5418
/proc/meminfo: memFree=28298700/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3804 CPUtime=0.22 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1512 6482 0 0 5 4 10 3 20 0 1 0 274073766 3895296 592 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 951 592 181 440 0 507 0
[pid=5418] ppid=5410 vsize=12248 CPUtime=1.24 cores=1,3,5,7
/proc/5418/stat : 5418 (glucosInc) R 5410 5409 2277 0 -1 4202496 2946 0 0 0 124 0 0 0 20 0 1 0 274073790 12541952 2355 33554432000 4194304 5654031 140733877448288 140733877446376 4215097 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 3062 2355 141 357 0 2702 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 25200

[startup+3.10033 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5418
/proc/meminfo: memFree=28298328/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3804 CPUtime=0.22 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1512 6482 0 0 5 4 10 3 20 0 1 0 274073766 3895296 592 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 951 592 181 440 0 507 0
[pid=5418] ppid=5410 vsize=14120 CPUtime=2.84 cores=1,3,5,7
/proc/5418/stat : 5418 (glucosInc) R 5410 5409 2277 0 -1 4202496 4282 0 0 0 284 0 0 0 20 0 1 0 274073790 14458880 3021 33554432000 4194304 5654031 140733877448288 140733877436104 4215064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 3530 3021 141 357 0 3170 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27072

[startup+6.30032 s]
/proc/loadavg: 2.12 2.03 2.01 3/181 5418
/proc/meminfo: memFree=28290584/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3804 CPUtime=0.22 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1512 6482 0 0 5 4 10 3 20 0 1 0 274073766 3895296 592 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 951 592 181 440 0 507 0
[pid=5418] ppid=5410 vsize=18472 CPUtime=6.04 cores=1,3,5,7
/proc/5418/stat : 5418 (glucosInc) R 5410 5409 2277 0 -1 4202496 4911 0 0 0 604 0 0 0 20 0 1 0 274073790 18915328 4138 33554432000 4194304 5654031 140733877448288 140733877436104 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 4618 4138 141 357 0 4258 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31424

[startup+12.7003 s]
/proc/loadavg: 2.11 2.03 2.01 3/181 5418
/proc/meminfo: memFree=28287788/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3804 CPUtime=0.22 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1512 6482 0 0 5 4 10 3 20 0 1 0 274073766 3895296 592 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 951 592 181 440 0 507 0
[pid=5418] ppid=5410 vsize=21192 CPUtime=12.44 cores=1,3,5,7
/proc/5418/stat : 5418 (glucosInc) R 5410 5409 2277 0 -1 4202496 5082 0 0 0 1244 0 0 0 20 0 1 0 274073790 21700608 4809 33554432000 4194304 5654031 140733877448288 140733877436104 4232988 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 5298 4809 141 357 0 4938 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34144

[startup+25.5004 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 5418
/proc/meminfo: memFree=28278116/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3804 CPUtime=0.22 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1512 6482 0 0 5 4 10 3 20 0 1 0 274073766 3895296 592 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 951 592 181 440 0 507 0
[pid=5418] ppid=5410 vsize=37416 CPUtime=25.24 cores=1,3,5,7
/proc/5418/stat : 5418 (glucosInc) R 5410 5409 2277 0 -1 4202496 6432 0 0 0 2523 1 0 0 20 0 1 0 274073790 38313984 7298 33554432000 4194304 5654031 140733877448288 140733877436104 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 9354 7298 141 357 0 8994 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50368

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 5418
/proc/meminfo: memFree=28271468/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3804 CPUtime=0.22 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1512 6482 0 0 5 4 10 3 20 0 1 0 274073766 3895296 592 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 951 592 181 440 0 507 0
[pid=5418] ppid=5410 vsize=37416 CPUtime=50.83 cores=1,3,5,7
/proc/5418/stat : 5418 (glucosInc) R 5410 5409 2277 0 -1 4202496 6479 0 0 0 5082 1 0 0 20 0 1 0 274073790 38313984 8875 33554432000 4194304 5654031 140733877448288 140733877436104 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 9354 8875 141 357 0 8994 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50368

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 5420
/proc/meminfo: memFree=28247704/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=41712 CPUtime=19 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 6705 0 0 0 1898 2 0 0 20 0 1 0 274082094 42713088 8708 33554432000 4194304 5654031 140736712669104 140736712656920 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 10428 8708 141 357 0 10068 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 54560

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 5420
/proc/meminfo: memFree=28214124/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=72172 CPUtime=78.98 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 7642 0 0 0 7895 3 0 0 20 0 1 0 274082094 73904128 16594 33554432000 4194304 5654031 140736712669104 140736712656920 4233187 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 18043 16594 141 357 0 17683 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 85020

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 5420
/proc/meminfo: memFree=28206736/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=72172 CPUtime=138.97 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 7644 0 0 0 13894 3 0 0 20 0 1 0 274082094 73904128 17618 33554432000 4194304 5654031 140736712669104 140736712656920 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 18043 17618 141 357 0 17683 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 85020

[startup+282.3 s]

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

/proc/meminfo: memFree=28100624/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=164760 CPUtime=1158.82 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 24533 0 0 0 115843 39 0 0 20 0 1 0 274082094 168714240 33376 33554432000 4194304 5654031 140736712669104 140736712667192 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 41190 33376 141 357 0 40830 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 177608

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 5500
/proc/meminfo: memFree=28211280/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=133940 CPUtime=1218.81 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 24924 0 0 0 121840 41 0 0 20 0 1 0 274082094 137154560 30782 33554432000 4194304 5654031 140736712669104 140736712656920 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 33485 30782 141 357 0 33125 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 146788

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 5502
/proc/meminfo: memFree=28218212/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=133940 CPUtime=1278.8 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 25867 0 0 0 127837 43 0 0 20 0 1 0 274082094 137154560 29758 33554432000 4194304 5654031 140736712669104 140736712656920 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 33485 29758 141 357 0 33125 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 146788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5502
/proc/meminfo: memFree=28230328/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=84620 CPUtime=1338.78 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 26474 0 0 0 133834 44 0 0 20 0 1 0 274082094 86650880 20731 33554432000 4194304 5654031 140736712669104 140736712667128 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 21155 20731 141 357 0 20795 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 97468

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5502
/proc/meminfo: memFree=28216688/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=84620 CPUtime=1398.77 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 27405 0 0 0 139831 46 0 0 20 0 1 0 274082094 86650880 20731 33554432000 4194304 5654031 140736712669104 140736712656920 4233184 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 21155 20731 141 357 0 20795 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 97468

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5506
/proc/meminfo: memFree=28195880/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=84620 CPUtime=1458.76 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 28351 0 0 0 145828 48 0 0 20 0 1 0 274082094 86650880 20731 33554432000 4194304 5654031 140736712669104 140736712667128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 21155 20731 141 357 0 20795 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 97468

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 5506
/proc/meminfo: memFree=28155140/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=133940 CPUtime=1518.76 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 28694 0 0 0 151827 49 0 0 20 0 1 0 274082094 137154560 31294 33554432000 4194304 5654031 140736712669104 140736712667032 4233021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 33485 31294 141 357 0 33125 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 146788

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 5506
/proc/meminfo: memFree=28146140/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=134864 CPUtime=1578.75 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 29262 0 0 0 157825 50 0 0 20 0 1 0 274082094 138100736 29475 33554432000 4194304 5654031 140736712669104 140736712667032 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 33716 29475 141 357 0 33356 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 147712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5506
/proc/meminfo: memFree=28151292/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=115980 CPUtime=1638.73 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 29300 0 0 0 163823 50 0 0 20 0 1 0 274082094 118763520 27638 33554432000 4194304 5654031 140736712669104 140736712666984 4215084 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 28995 27638 141 357 0 28635 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 128828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5506
/proc/meminfo: memFree=28147568/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=115980 CPUtime=1698.72 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 30060 0 0 0 169821 51 0 0 20 0 1 0 274082094 118763520 28557 33554432000 4194304 5654031 140736712669104 140736712656920 4233173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 28995 28557 141 357 0 28635 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 128828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5507
/proc/meminfo: memFree=28099284/32873844 swapFree=7100/7100
[pid=5409] ppid=5407 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (npSolver-pbo-I.) S 5407 5409 2277 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274073765 9367552 275 33554432000 4194304 5064252 140734386238848 140734386237760 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5409/statm: 2287 275 233 213 0 72 0
[pid=5410] ppid=5409 vsize=3700 CPUtime=83.25 cores=1,3,5,7
/proc/5410/stat : 5410 (npSolver-pbo) S 5409 5409 2277 0 -1 4202496 1933 14278 0 0 6 4 8310 5 20 0 1 0 274073766 3788800 567 33554432000 4194304 5992684 140734975856624 140734975841528 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5410/statm: 925 567 182 440 0 481 0
[pid=5420] ppid=5410 vsize=165300 CPUtime=1716.83 cores=1,3,5,7
/proc/5420/stat : 5420 (glucosInc) R 5410 5409 2277 0 -1 4202496 30407 0 0 0 171631 52 0 0 20 0 1 0 274082094 169267200 40669 33554432000 4194304 5654031 140736712669104 140736712656920 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5420/statm: 41325 40669 141 357 0 40965 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 178148

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.47
CPU system time (s): 0.640902
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 178148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.640902
maximum resident set size= 162676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89
involuntary context switches= 1866

runsolver used 2.94055 second user time and 8.5277 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 02:44:28
IDJOB=3700201
IDBENCH=48215
IDSOLVER=2276
FILE ID=node111/3700201-1338079468
RUNJOBID= node111-1338052066-2294
PBS_JOBID= 14624388
Free space on /tmp= 71564 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700201-1338079468/watcher-3700201-1338079468 -o /tmp/evaluation-result-3700201-1338079468/solver-3700201-1338079468 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700201-1338079468.opb 321102804 HOME HOME

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=321102804

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28311468 kB
Buffers:          300588 kB
Cached:          3388652 kB
SwapCached:            0 kB
Active:           955532 kB
Inactive:        2785840 kB
Active(anon):      54584 kB
Inactive(anon):        0 kB
Active(file):     900948 kB
Inactive(file):  2785840 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        142604 kB
Mapped:            15724 kB
Shmem:               200 kB
Slab:             679008 kB
SReclaimable:     121760 kB
SUnreclaim:       557248 kB
KernelStack:        1504 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71556 MiB
End job on node111 at 2012-05-27 03:14:28