Trace number 3747045

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.01 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
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.19	c old isEQ: 160, new EQ is 1
0.00/0.36	c run inc solver
0.00/0.36	c [INC SYSTEM] run initial solver
0.00/0.36	c [INC SYSTEM] preprocess with white file
4.77/4.88	c [INC SYSTEM] finished preprocessing in 4 s
4.77/4.88	c [INC SYSTEM] execute solver
1800.01/1800.41	HOME/npSolver-pbo-Itd.sh: line 18:  9816 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3747045-1339098202/watcher-3747045-1339098202 -o /tmp/evaluation-result-3747045-1339098202/solver-3747045-1339098202 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747045-1339098202.opb 1098599510 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.34 0.08 0.03 3/178 9815
/proc/meminfo: memFree=23287408/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0

[startup+0.0177681 s]
/proc/loadavg: 0.34 0.08 0.03 3/178 9815
/proc/meminfo: memFree=23287408/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10037 s]
/proc/loadavg: 0.34 0.08 0.03 3/178 9815
/proc/meminfo: memFree=23287408/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 0.34 0.08 0.03 3/178 9815
/proc/meminfo: memFree=23287408/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700339 s]
/proc/loadavg: 0.34 0.08 0.03 3/178 9815
/proc/meminfo: memFree=23287408/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50047 s]
/proc/loadavg: 0.47 0.11 0.04 3/182 9819
/proc/meminfo: memFree=23150500/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=0.35 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6107 0 0 0 33 2 0 0 20 0 1 0 375944584 18923520 4001 33554432000 4194304 6004724 140733957163104 140733957157568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4001 164 442 0 4174 0
[pid=9818] ppid=9816 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9818/stat : 9818 (cp2_pre.sh) S 9816 9815 9637 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 375944621 9367552 277 33554432000 4194304 5064252 140733368784672 140733368783376 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9818/statm: 2287 277 234 213 0 72 0
[pid=9819] ppid=9818 vsize=135204 CPUtime=1.11 cores=1,3,5,7
/proc/9819/stat : 9819 (coprocessor) R 9818 9815 9637 0 -1 4202496 25203 0 0 0 107 4 0 0 20 0 1 0 375944621 138448896 32945 33554432000 4194304 6586260 140735356269712 140735356265976 4676681 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9819/statm: 33801 32945 191 584 0 33213 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 171980

[startup+3.10046 s]
/proc/loadavg: 0.47 0.11 0.04 3/182 9819
/proc/meminfo: memFree=23131396/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=0.35 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6107 0 0 0 33 2 0 0 20 0 1 0 375944584 18923520 4001 33554432000 4194304 6004724 140733957163104 140733957157568 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4001 164 442 0 4174 0
[pid=9818] ppid=9816 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9818/stat : 9818 (cp2_pre.sh) S 9816 9815 9637 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 375944621 9367552 277 33554432000 4194304 5064252 140733368784672 140733368783376 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9818/statm: 2287 277 234 213 0 72 0
[pid=9819] ppid=9818 vsize=136508 CPUtime=2.71 cores=1,3,5,7
/proc/9819/stat : 9819 (coprocessor) R 9818 9815 9637 0 -1 4202496 25496 0 0 0 267 4 0 0 20 0 1 0 375944621 139784192 33238 33554432000 4194304 6586260 140735356269712 140735356265032 4683467 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9819/statm: 34127 33238 191 584 0 33539 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 173284

[startup+6.30043 s]
/proc/loadavg: 0.47 0.11 0.04 3/181 9821
/proc/meminfo: memFree=23209492/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=63196 CPUtime=1.4 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 13137 0 0 0 138 2 0 0 20 0 1 0 375945072 64712704 14217 33554432000 4194304 5654031 140734061186304 140734061184184 4232466 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9821/statm: 15799 14217 140 357 0 15439 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 90824

[startup+12.7004 s]
/proc/loadavg: 0.78 0.19 0.06 3/181 9821
/proc/meminfo: memFree=23197284/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=71880 CPUtime=7.8 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 14020 0 0 0 777 3 0 0 20 0 1 0 375945072 73605120 15925 33554432000 4194304 5654031 140734061186304 140734061184088 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9821/statm: 17970 15925 142 357 0 17610 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 99508

[startup+25.5005 s]
/proc/loadavg: 0.97 0.25 0.08 3/181 9821
/proc/meminfo: memFree=23151848/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=83764 CPUtime=20.6 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 15389 0 0 0 2056 4 0 0 20 0 1 0 375945072 85774336 19650 33554432000 4194304 5654031 140734061186304 140734061184328 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 20941 19650 142 357 0 20581 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 111392

[startup+51.1005 s]
/proc/loadavg: 1.38 0.40 0.14 3/181 9821
/proc/meminfo: memFree=23117276/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=114116 CPUtime=46.19 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 15824 0 0 0 4615 4 0 0 20 0 1 0 375945072 116854784 26214 33554432000 4194304 5654031 140734061186304 140734061184184 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 28529 26214 142 357 0 28169 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 141744

[startup+102.307 s]
/proc/loadavg: 1.75 0.67 0.24 3/181 9822
/proc/meminfo: memFree=23060596/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=163436 CPUtime=97.39 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 17369 0 0 0 9732 7 0 0 20 0 1 0 375945072 167358464 36444 33554432000 4194304 5654031 140734061186304 140734061174120 4215076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 40859 36444 142 357 0 40499 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 191064

[startup+162.3 s]
/proc/loadavg: 1.91 0.91 0.35 3/181 9822
/proc/meminfo: memFree=23056304/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=163436 CPUtime=157.36 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 18399 0 0 0 15728 8 0 0 20 0 1 0 375945072 167358464 36444 33554432000 4194304 5654031 140734061186304 140734061184232 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 40859 36444 142 357 0 40499 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 191064

[startup+222.3 s]
/proc/loadavg: 1.96 1.10 0.45 3/181 9822
/proc/meminfo: memFree=23003196/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=194256 CPUtime=217.36 cores=1,3,5,7

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

/proc/loadavg: 2.00 1.97 1.49 3/181 9855
/proc/meminfo: memFree=22868892/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=210388 CPUtime=1297.16 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 37551 0 0 0 129650 66 0 0 20 0 1 0 375945072 215437312 46181 33554432000 4194304 5654031 140734061186304 140734061184392 4233213 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 52597 46181 142 357 0 52237 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 238016

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/181 9855
/proc/meminfo: memFree=22809732/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=341864 CPUtime=1357.14 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 38415 0 0 0 135645 69 0 0 20 0 1 0 375945072 350068736 67474 33554432000 4194304 5654031 140734061186304 140734061174120 4217216 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 85466 67474 142 357 0 85106 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 369492

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.55 3/181 9855
/proc/meminfo: memFree=22855708/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=212344 CPUtime=1417.14 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 39519 0 0 0 141642 72 0 0 20 0 1 0 375945072 217440256 49230 33554432000 4194304 5654031 140734061186304 140734061174120 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 53086 49230 142 357 0 52726 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 239972

[startup+1482.3 s]
/proc/loadavg: 2.08 2.00 1.58 3/181 9855
/proc/meminfo: memFree=22767952/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=343820 CPUtime=1477.12 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 40375 0 0 0 147638 74 0 0 20 0 1 0 375945072 352071680 71547 33554432000 4194304 5654031 140734061186304 140734061184392 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 85955 71547 142 357 0 85595 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 371448

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 1.60 3/181 9855
/proc/meminfo: memFree=22876668/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=214548 CPUtime=1537.11 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 41538 0 0 0 153634 77 0 0 20 0 1 0 375945072 219697152 47733 33554432000 4194304 5654031 140734061186304 140734061184392 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 53637 47733 142 357 0 53277 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 242176

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.63 3/181 9858
/proc/meminfo: memFree=22795796/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=346024 CPUtime=1597.09 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 42417 0 0 0 159629 80 0 0 20 0 1 0 375945072 354328576 67490 33554432000 4194304 5654031 140734061186304 140734061184392 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 86506 67490 142 357 0 86146 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 373652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/181 9859
/proc/meminfo: memFree=22882304/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=186168 CPUtime=1657.07 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 43646 0 0 0 165625 82 0 0 20 0 1 0 375945072 190636032 42132 33554432000 4194304 5654031 140734061186304 140734061184232 4233457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 46542 42132 142 357 0 46182 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 213796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/181 9859
/proc/meminfo: memFree=22764764/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=267076 CPUtime=1717.06 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 44053 0 0 0 171622 84 0 0 20 0 1 0 375945072 273485824 62468 33554432000 4194304 5654031 140734061186304 140734061184392 4232681 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 66769 62468 142 357 0 66409 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 294704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/181 9859
/proc/meminfo: memFree=22713872/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=348464 CPUtime=1777.05 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 44595 0 0 0 177620 85 0 0 20 0 1 0 375945072 356827136 77828 33554432000 4194304 5654031 140734061186304 140734061184392 4215124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 87116 77828 142 357 0 86756 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 376092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 10008
/proc/meminfo: memFree=22910796/32873844 swapFree=7628/7628
[pid=9815] ppid=9813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9815/stat : 9815 (npSolver-pbo-It) S 9813 9815 9637 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 375944583 9367552 274 33554432000 4194304 5064252 140733737987152 140733737986064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9815/statm: 2287 274 233 213 0 72 0
[pid=9816] ppid=9815 vsize=18480 CPUtime=4.85 cores=1,3,5,7
/proc/9816/stat : 9816 (npSolver-pbo) S 9815 9815 9637 0 -1 4202496 6124 27139 0 0 33 2 442 8 20 0 1 0 375944584 18923520 4004 33554432000 4194304 6004724 140733957163104 140733957149384 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9816/statm: 4620 4004 167 442 0 4174 0
[pid=9821] ppid=9816 vsize=348464 CPUtime=1795.16 cores=1,3,5,7
/proc/9821/stat : 9821 (glucosInc) R 9816 9815 9637 0 -1 4202496 44603 0 0 0 179430 86 0 0 20 0 1 0 375945072 356827136 81924 33554432000 4194304 5654031 140734061186304 140734061184392 4218807 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9821/statm: 87116 81924 142 357 0 86756 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 376092

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 9815 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=767275
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=117982
# CPU time returned by wait4() is 4.88526
# while last known CPU time is 1800.01
#
# 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.01
CPU user time (s): 1799.05
CPU system time (s): 0.96
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 376092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.76727
system time used= 0.117982
maximum resident set size= 137944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33636
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 11

runsolver used 13.371 second user time and 9.35958 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-07 21:43:22
IDJOB=3747045
IDBENCH=1852
IDSOLVER=2332
FILE ID=node143/3747045-1339098202
RUNJOBID= node143-1339098178-9654
PBS_JOBID= 14643710
Free space on /tmp= 68468 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747045-1339098202/watcher-3747045-1339098202 -o /tmp/evaluation-result-3747045-1339098202/solver-3747045-1339098202 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747045-1339098202.opb 1098599510 HOME HOME

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1098599510

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        23288036 kB
Buffers:         3548480 kB
Cached:          4964212 kB
SwapCached:          196 kB
Active:          5511596 kB
Inactive:        3046520 kB
Active(anon):      26604 kB
Inactive(anon):    11012 kB
Active(file):    5484992 kB
Inactive(file):  3035508 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:             17236 kB
Writeback:             0 kB
AnonPages:         44604 kB
Mapped:            11772 kB
Shmem:               160 kB
Slab:             878736 kB
SReclaimable:     320124 kB
SUnreclaim:       558612 kB
KernelStack:        1464 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     166256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 68448 MiB
End job on node143 at 2012-06-07 22:13:23