Trace number 3700183

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_4.opb
MD5SUM33f66c46bd2eace76f5fa6a5916a23ec
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-71
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -81
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint60
Maximum length of a constraint107
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75484
Sum of products size (including duplicates)150968
Number of different products37742
Sum of products size75484

Solver Data

0.00/0.14	c run inc solver
0.00/0.14	c [INC SYSTEM] run initial solver
0.00/0.14	c [INC SYSTEM] preprocess with white file
0.00/0.85	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.85	c [INC SYSTEM] execute solver
0.00/0.90	c [INC SEARCH] formula is SAT
0.00/0.91	c [INC SYSTEM] solved the initial formula
0.00/0.94	c model valid
0.00/0.94	c current solution ok
1.07/1.19	o 0
1.07/1.19	c execute binary inc search
1.07/1.19	c [INC SEARCH] current bound: 500
1.07/1.19	c [INC SEARCH] iteration: 0
1.07/1.19	c [INC SEARCH] lower bound: 0 upperbound 1000 current bound: 500 best value:1000
1.07/1.19	c [INC SYSTEM] there exists a inc, kill it!
1.07/1.19	c write failed with 2
1.07/1.19	c [INC SYSTEM] create new solver instance
1.07/1.19	c [INC] encode full formula
1.07/1.19	c (debug) using card networks
1.18/1.21	c set iterative enc to: card
1.18/1.21	c set iterative enc to: none
1.18/1.22	c [INC SEARCH] isOptimum variable: 0
241.80/241.96	c [INC SEARCH] formula is UNSAT
241.80/241.96	c [INC SYSTEM] there exists a inc, kill it!
241.80/241.96	c write failed with 2
241.80/241.96	c sat variable: 0 optimum/unsat variable: 1
241.80/241.96	c [INC SEARCH] set lower bound to 501 upperbound 1000
241.80/241.96	c [INC SEARCH] current bound: 750
241.80/241.96	c [INC SEARCH] iteration: 1
241.80/241.96	c [INC SEARCH] lower bound: 501 upperbound 1000 current bound: 750 best value:1000
241.80/241.97	c [INC SYSTEM] create new solver instance
241.80/241.97	c [INC] encode full formula
241.80/241.97	c (debug) using card networks
241.80/241.99	c set iterative enc to: card
241.80/241.99	c set iterative enc to: none
241.80/242.00	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	HOME/npSolver-pbo-I.sh: line 18:  8657 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-3700183-1338079459/watcher-3700183-1338079459 -o /tmp/evaluation-result-3700183-1338079459/solver-3700183-1338079459 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700183-1338079459.opb 1957974736 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.00 2.00 2.00 3/176 8656
/proc/meminfo: memFree=29744480/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0

[startup+0.00953194 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8656
/proc/meminfo: memFree=29744480/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8656
/proc/meminfo: memFree=29744480/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300302 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8656
/proc/meminfo: memFree=29744480/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700318 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8656
/proc/meminfo: memFree=29744480/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8662
/proc/meminfo: memFree=29720124/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 22632

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8665
/proc/meminfo: memFree=29705864/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=27924 CPUtime=1.86 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 6166 0 0 0 185 1 0 0 20 0 1 0 274071534 28594176 6231 33554432000 4194304 5654031 140733932545600 140733932543368 4232505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 6981 6231 140 357 0 6621 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 50556

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8665
/proc/meminfo: memFree=29704324/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=28240 CPUtime=5.06 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 8254 0 0 0 504 2 0 0 20 0 1 0 274071534 28917760 6248 33554432000 4194304 5654031 140733932545600 140733932543368 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 7060 6248 142 357 0 6700 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 50872

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8666
/proc/meminfo: memFree=29662576/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=35424 CPUtime=11.46 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 9536 0 0 0 1143 3 0 0 20 0 1 0 274071534 36274176 8236 33554432000 4194304 5654031 140733932545600 140733932533416 4214996 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 8856 8236 142 357 0 8496 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 58056

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8666
/proc/meminfo: memFree=29643772/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=46920 CPUtime=24.25 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 9858 0 0 0 2422 3 0 0 20 0 1 0 274071534 48046080 11110 33554432000 4194304 5654031 140733932545600 140733932533416 4215112 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 11730 11110 142 357 0 11370 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 69552

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8666
/proc/meminfo: memFree=29626336/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=54100 CPUtime=49.85 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 10135 0 0 0 4982 3 0 0 20 0 1 0 274071534 55398400 12879 33554432000 4194304 5654031 140733932545600 140733932533416 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 13525 12879 142 357 0 13165 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 76732

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8666
/proc/meminfo: memFree=29621884/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=77252 CPUtime=101.04 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 10835 0 0 0 10100 4 0 0 20 0 1 0 274071534 79106048 18661 33554432000 4194304 5654031 140733932545600 140733932533416 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 19313 18661 142 357 0 18953 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 99884

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8666
/proc/meminfo: memFree=29603064/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=96108 CPUtime=161.02 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 12212 0 0 0 16096 6 0 0 20 0 1 0 274071534 98414592 17599 33554432000 4194304 5654031 140733932545600 140733932533416 4232968 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 24027 17599 142 357 0 23667 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 118740

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8666
/proc/meminfo: memFree=29615428/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=13484 CPUtime=1.19 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 4547 18116 0 0 21 23 61 14 20 0 1 0 274071411 13807616 2717 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3371 2717 181 440 0 2927 0
[pid=8665] ppid=8657 vsize=96108 CPUtime=221.01 cores=1,3,5,7
/proc/8665/stat : 8665 (glucosInc) R 8657 8656 5385 0 -1 4202496 12212 0 0 0 22095 6 0 0 20 0 1 0 274071534 98414592 17599 33554432000 4194304 5654031 140733932545600 140733932533416 4232794 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8665/statm: 24027 17599 142 357 0 23667 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 118740

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 8668
/proc/meminfo: memFree=29638468/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/179 8748
/proc/meminfo: memFree=29418320/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=161096 CPUtime=1060.12 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 26384 0 0 0 105976 36 0 0 20 0 1 0 274095612 164962304 32827 33554432000 4194304 5654031 140736811216176 140736811203992 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 40274 32827 142 357 0 39914 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 184520

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8749
/proc/meminfo: memFree=29388080/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=161096 CPUtime=1120.11 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 26394 0 0 0 111974 37 0 0 20 0 1 0 274095612 164962304 37947 33554432000 4194304 5654031 140736811216176 140736811203992 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 40274 37947 142 357 0 39914 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 184520

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 8749
/proc/meminfo: memFree=29415976/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=161352 CPUtime=1180.1 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 27371 0 0 0 117972 38 0 0 20 0 1 0 274095612 165224448 33916 33554432000 4194304 5654031 140736811216176 140736811203992 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 40338 33916 142 357 0 39978 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 184776

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 8749
/proc/meminfo: memFree=29400352/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=160888 CPUtime=1240.09 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 28146 0 0 0 123969 40 0 0 20 0 1 0 274095612 164749312 35804 33554432000 4194304 5654031 140736811216176 140736811203992 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 40222 35804 142 357 0 39862 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 184312

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8753
/proc/meminfo: memFree=29394876/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=191708 CPUtime=1300.08 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 28738 0 0 0 129967 41 0 0 20 0 1 0 274095612 196308992 39967 33554432000 4194304 5654031 140736811216176 140736811214264 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 47927 39967 142 357 0 47567 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 215132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8753
/proc/meminfo: memFree=29374172/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=191708 CPUtime=1360.07 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 28743 0 0 0 135965 42 0 0 20 0 1 0 274095612 196308992 42527 33554432000 4194304 5654031 140736811216176 140736811214264 4233173 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 47927 42527 142 357 0 47567 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 215132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29426076/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=111568 CPUtime=1420.06 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 28744 0 0 0 141964 42 0 0 20 0 1 0 274095612 114245632 26799 33554432000 4194304 5654031 140736811216176 140736811214200 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 27892 26799 142 357 0 27532 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 134992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29413136/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=160888 CPUtime=1480.05 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 29966 0 0 0 147961 44 0 0 20 0 1 0 274095612 164749312 34780 33554432000 4194304 5654031 140736811216176 140736811203992 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 40222 34780 142 357 0 39862 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 184312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29371124/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=191708 CPUtime=1540.04 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 30570 0 0 0 153958 46 0 0 20 0 1 0 274095612 196308992 42527 33554432000 4194304 5654031 140736811216176 140736811203992 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 47927 42527 142 357 0 47567 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 215132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8753
/proc/meminfo: memFree=29364980/32873852 swapFree=7624/7624
[pid=8656] ppid=8654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (npSolver-pbo-I.) S 8654 8656 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274071411 9367552 274 33554432000 4194304 5064252 140733440564608 140733440563520 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8656/statm: 2287 274 233 213 0 72 0
[pid=8657] ppid=8656 vsize=14276 CPUtime=241.92 cores=1,3,5,7
/proc/8657/stat : 8657 (npSolver-pbo) S 8656 8656 5385 0 -1 4202496 5766 30849 0 0 24 24 24123 21 20 0 1 0 274071411 14618624 3044 33554432000 4194304 5992684 140734438861648 140734438846552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 3569 3044 182 440 0 3125 0
[pid=8668] ppid=8657 vsize=191708 CPUtime=1558.14 cores=1,3,5,7
/proc/8668/stat : 8668 (glucosInc) R 8657 8656 5385 0 -1 4202496 30573 0 0 0 155768 46 0 0 20 0 1 0 274095612 196308992 44063 33554432000 4194304 5654031 140736811216176 140736811203992 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8668/statm: 47927 44063 142 357 0 47567 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 215132

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 8656 and gives
#  childrusage.ru_utime.tv_sec=241
#  childrusage.ru_utime.tv_usec=478289
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=459930
# CPU time returned by wait4() is 241.938
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1799.15
CPU system time (s): 0.91
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 234608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.478
system time used= 0.45993
maximum resident set size= 85412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173
involuntary context switches= 481

runsolver used 3.68944 second user time and 7.98479 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 02:44:20
IDJOB=3700183
IDBENCH=48214
IDSOLVER=2276
FILE ID=node131/3700183-1338079459
RUNJOBID= node131-1338049646-5402
PBS_JOBID= 14624376
Free space on /tmp= 71584 MiB

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

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

MD5SUM BENCH= 33f66c46bd2eace76f5fa6a5916a23ec
RANDOM SEED=1957974736

node131.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.805
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	: 5333.61
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.805
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.805
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		: 2666.805
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.805
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        29744744 kB
Buffers:          311692 kB
Cached:          1862040 kB
SwapCached:         2236 kB
Active:           751776 kB
Inactive:        1542328 kB
Active(anon):     122132 kB
Inactive(anon):      484 kB
Active(file):     629644 kB
Inactive(file):  1541844 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:        229420 kB
Mapped:            15664 kB
Shmem:                 0 kB
Slab:             693956 kB
SReclaimable:     136560 kB
SUnreclaim:       557396 kB
KernelStack:        1488 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     244288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 71528 MiB
End job on node131 at 2012-05-27 03:14:20