Trace number 3747286

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.08 1811.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUMf304ba5324add428c73c7022630c48ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark11.6442
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

53.33/59.06	c run inc solver
53.33/59.06	c [INC SYSTEM] run initial solver
53.33/59.06	c [INC SYSTEM] preprocess with white file
159.62/170.78	c [INC SYSTEM] finished preprocessing in 111 s
159.62/170.78	c [INC SYSTEM] execute solver

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-3747286-1339102067/watcher-3747286-1339102067 -o /tmp/evaluation-result-3747286-1339102067/solver-3747286-1339102067 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747286-1339102067.opb 1070717924 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 1.92 3/178 31148
/proc/meminfo: memFree=29163996/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0

[startup+0.0417171 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31148
/proc/meminfo: memFree=29163996/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100339 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31148
/proc/meminfo: memFree=29163996/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3003 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31148
/proc/meminfo: memFree=29163996/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 31148
/proc/meminfo: memFree=29163996/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 31150
/proc/meminfo: memFree=29055732/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=214364 CPUtime=1.49 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) R 31148 31148 30697 0 -1 4202496 24612 0 0 0 142 7 0 0 20 0 1 0 376331854 219508736 38862 33554432000 4194304 6004724 140735760934320 140735760929832 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31149/statm: 53591 38862 130 442 0 53145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 223512

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 31150
/proc/meminfo: memFree=28935200/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=432688 CPUtime=3.09 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) R 31148 31148 30697 0 -1 4202496 47025 0 0 0 292 17 0 0 20 0 1 0 376331854 443072512 80117 33554432000 4194304 6004724 140735760934320 140735760930344 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31149/statm: 108172 80117 130 442 0 107726 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 441836

[startup+6.30036 s]
/proc/loadavg: 2.08 2.02 1.93 3/180 31150
/proc/meminfo: memFree=28405644/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=738432 CPUtime=6.29 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) R 31148 31148 30697 0 -1 4202496 131313 0 0 0 591 38 0 0 20 0 1 0 376331854 756154368 184249 33554432000 4194304 6004724 140735760934320 140735760931128 4579276 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31149/statm: 184608 184249 147 442 0 184162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 747580

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.93 3/180 31150
/proc/meminfo: memFree=28015280/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=1262720 CPUtime=12.68 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) R 31148 31148 30697 0 -1 4202496 133269 0 0 0 1215 53 0 0 20 0 1 0 376331854 1293025280 308142 33554432000 4194304 6004724 140735760934320 140735760928920 4534728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31149/statm: 315680 308142 147 442 0 315234 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1271868

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 1.93 3/180 31150
/proc/meminfo: memFree=27133944/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=2835584 CPUtime=25.49 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) R 31148 31148 30697 0 -1 4202496 135485 0 0 0 2452 97 0 0 20 0 1 0 376331854 2903638016 526254 33554432000 4194304 6004724 140735760934320 140735760929128 4205964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31149/statm: 708896 526254 147 442 0 708450 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2844732

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 1.93 3/180 31150
/proc/meminfo: memFree=21542396/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=7927056 CPUtime=51.01 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) R 31148 31148 30697 0 -1 4202496 139329 0 0 0 4705 396 0 0 20 0 1 0 376331854 8117305344 1681890 33554432000 4194304 6004724 140735760934320 140735760930192 5193835 0 0 4096 0 0 0 0 17 3 0 0 6 0 0
/proc/31149/statm: 1981764 1681890 157 442 0 1981318 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 7936204

[startup+102.307 s]
/proc/loadavg: 2.94 2.24 2.01 3/182 31152
/proc/meminfo: memFree=17741600/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=53.41 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139336 0 0 0 4705 636 0 0 20 0 1 0 376331854 5051121664 933316 33554432000 4194304 6004724 140735760934320 140735760928784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933316 163 442 0 1232738 0
[pid=31151] ppid=31149 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/31151/stat : 31151 (cp2_pre.sh) S 31149 31148 30697 0 -1 4202496 609 0 0 0 0 1 0 0 20 0 1 0 376337761 9367552 277 33554432000 4194304 5064252 140733604834784 140733604833488 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31151/statm: 2287 277 234 213 0 72 0
[pid=31152] ppid=31151 vsize=5783608 CPUtime=42.86 cores=1,3,5,7
/proc/31152/stat : 31152 (coprocessor) R 31151 31148 30697 0 -1 4202496 28791 0 0 0 4077 209 0 0 20 0 1 0 376337763 5922414592 1113832 33554432000 4194304 6586260 140734987737808 140734987733560 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 33 0 0
/proc/31152/statm: 1445902 1113832 158 584 0 1445314 0
Current children cumulated CPU time (s) 96.28
Current children cumulated vsize (KiB) 10734640

[startup+162.3 s]
/proc/loadavg: 3.12 2.42 2.08 3/183 31155
/proc/meminfo: memFree=16330360/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=53.41 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139336 0 0 0 4705 636 0 0 20 0 1 0 376331854 5051121664 933316 33554432000 4194304 6004724 140735760934320 140735760928784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933316 163 442 0 1232738 0
[pid=31151] ppid=31149 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/31151/stat : 31151 (cp2_pre.sh) S 31149 31148 30697 0 -1 4202496 609 0 0 0 0 1 0 0 20 0 1 0 376337761 9367552 277 33554432000 4194304 5064252 140733604834784 140733604833488 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31151/statm: 2287 277 234 213 0 72 0
[pid=31152] ppid=31151 vsize=5783608 CPUtime=97.83 cores=1,3,5,7
/proc/31152/stat : 31152 (coprocessor) R 31151 31148 30697 0 -1 4202496 28791 0 0 0 9295 488 0 0 20 0 1 0 376337763 5922414592 1113832 33554432000 4194304 6586260 140734987737808 140734987733560 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 535 0 0
/proc/31152/statm: 1445902 1113832 158 584 0 1445314 0
Current children cumulated CPU time (s) 151.25
Current children cumulated vsize (KiB) 10734640

[startup+222.3 s]
/proc/loadavg: 2.48 2.37 2.09 3/181 31158
/proc/meminfo: memFree=17652080/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6740464 CPUtime=51.48 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 638196 0 0 0 4920 228 0 0 20 0 1 0 376348933 6902235136 1495558 33554432000 4194304 5654031 140736725570592 140736725568376 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1685116 1495558 139 357 0 1684756 0
Current children cumulated CPU time (s) 211.22
Current children cumulated vsize (KiB) 11682348

[startup+282.3 s]
/proc/loadavg: 2.17 2.30 2.08 3/181 31158
/proc/meminfo: memFree=17600608/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6750340 CPUtime=111.47 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 651000 0 0 0 10914 233 0 0 20 0 1 0 376348933 6912348160 1498253 33554432000 4194304 5654031 140736725570592 140736725568376 4232625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1687585 1498253 139 357 0 1687225 0
Current children cumulated CPU time (s) 271.21

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

/proc/meminfo: memFree=17578352/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6802540 CPUtime=1131.32 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 829518 0 0 0 112809 323 0 0 20 0 1 0 376348933 6965800960 1512238 33554432000 4194304 5654031 140736725570592 140736725568664 4208659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1700635 1512238 140 357 0 1700275 0
Current children cumulated CPU time (s) 1291.06
Current children cumulated vsize (KiB) 11744424

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/182 31190
/proc/meminfo: memFree=17555792/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6802632 CPUtime=1191.31 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 838765 0 0 0 118802 329 0 0 20 0 1 0 376348933 6965895168 1512261 33554432000 4194304 5654031 140736725570592 140736725568664 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1700658 1512261 140 357 0 1700298 0
Current children cumulated CPU time (s) 1351.05
Current children cumulated vsize (KiB) 11744516

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 31191
/proc/meminfo: memFree=17585664/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6804392 CPUtime=1251.31 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 849320 0 0 0 124796 335 0 0 20 0 1 0 376348933 6967697408 1512729 33554432000 4194304 5654031 140736725570592 140736725568664 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1701098 1512729 140 357 0 1700738 0
Current children cumulated CPU time (s) 1411.05
Current children cumulated vsize (KiB) 11746276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 31191
/proc/meminfo: memFree=17583036/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6806144 CPUtime=1311.28 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 858170 0 0 0 130787 341 0 0 20 0 1 0 376348933 6969491456 1513199 33554432000 4194304 5654031 140736725570592 140736725568664 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1701536 1513199 140 357 0 1701176 0
Current children cumulated CPU time (s) 1471.02
Current children cumulated vsize (KiB) 11748028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31244
/proc/meminfo: memFree=17705728/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6808076 CPUtime=1371.27 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 867937 0 0 0 136780 347 0 0 20 0 1 0 376348933 6971469824 1513743 33554432000 4194304 5654031 140736725570592 140736725568664 4232589 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1702019 1513743 140 357 0 1701659 0
Current children cumulated CPU time (s) 1531.01
Current children cumulated vsize (KiB) 11749960

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 31244
/proc/meminfo: memFree=17632756/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6811044 CPUtime=1431.27 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 878724 0 0 0 142773 354 0 0 20 0 1 0 376348933 6974509056 1514464 33554432000 4194304 5654031 140736725570592 140736725568376 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1702761 1514464 140 357 0 1702401 0
Current children cumulated CPU time (s) 1591.01
Current children cumulated vsize (KiB) 11752928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31244
/proc/meminfo: memFree=17666924/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6813248 CPUtime=1491.25 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 887690 0 0 0 148765 360 0 0 20 0 1 0 376348933 6976765952 1515053 33554432000 4194304 5654031 140736725570592 140736725568664 4208584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1703312 1515053 140 357 0 1702952 0
Current children cumulated CPU time (s) 1650.99
Current children cumulated vsize (KiB) 11755132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31245
/proc/meminfo: memFree=17636704/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6813908 CPUtime=1551.25 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 896310 0 0 0 154758 367 0 0 20 0 1 0 376348933 6977441792 1515299 33554432000 4194304 5654031 140736725570592 140736725568664 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1703477 1515299 140 357 0 1703117 0
Current children cumulated CPU time (s) 1710.99
Current children cumulated vsize (KiB) 11755792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31245
/proc/meminfo: memFree=17551424/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6815728 CPUtime=1611.24 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 906925 0 0 0 160752 372 0 0 20 0 1 0 376348933 6979305472 1515804 33554432000 4194304 5654031 140736725570592 140736725568664 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1703932 1515804 140 357 0 1703572 0
Current children cumulated CPU time (s) 1770.98
Current children cumulated vsize (KiB) 11757612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31245
/proc/meminfo: memFree=17533344/32873844 swapFree=7628/7628
[pid=31148] ppid=31146 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31148/stat : 31148 (npSolver-pbo-It) S 31146 31148 30697 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376331854 9367552 275 33554432000 4194304 5064252 140733273829952 140733273828864 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31148/statm: 2287 275 233 213 0 72 0
[pid=31149] ppid=31148 vsize=4932736 CPUtime=159.74 cores=1,3,5,7
/proc/31149/stat : 31149 (npSolver-pbo) S 31148 31148 30697 0 -1 4202496 139355 29694 0 0 4705 637 10048 584 20 0 1 0 376331854 5051121664 933320 33554432000 4194304 6004724 140735760934320 140735760920600 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 564 0 0
/proc/31149/statm: 1233184 933320 167 442 0 1232738 0
[pid=31157] ppid=31149 vsize=6817264 CPUtime=1640.34 cores=1,3,5,7
/proc/31157/stat : 31157 (glucosInc) R 31149 31148 30697 0 -1 4202496 911516 0 0 0 163659 375 0 0 20 0 1 0 376348933 6980878336 1516205 33554432000 4194304 5654031 140736725570592 140736725568664 4232581 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31157/statm: 1704316 1516205 140 357 0 1703956 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11759148

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31148 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.42
CPU time (s): 1800.08
CPU user time (s): 1784.12
CPU system time (s): 15.96
CPU usage (%): 99.3738
Max. virtual memory (cumulated for all children) (KiB): 11852576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.48132 second user time and 11.2433 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-07 22:47:49
IDJOB=3747286
IDBENCH=2950
IDSOLVER=2332
FILE ID=node146/3747286-1339102067
RUNJOBID= node146-1339098177-30714
PBS_JOBID= 14643707
Free space on /tmp= 71228 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.10.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747286-1339102067/watcher-3747286-1339102067 -o /tmp/evaluation-result-3747286-1339102067/solver-3747286-1339102067 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747286-1339102067.opb 1070717924 HOME HOME

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

MD5SUM BENCH= f304ba5324add428c73c7022630c48ee
RANDOM SEED=1070717924

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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:        29164368 kB
Buffers:          367120 kB
Cached:          2354076 kB
SwapCached:         2364 kB
Active:          1433380 kB
Inactive:        1437636 kB
Active(anon):     147868 kB
Inactive(anon):     4684 kB
Active(file):    1285512 kB
Inactive(file):  1432952 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:             75552 kB
Writeback:             0 kB
AnonPages:        162680 kB
Mapped:            10196 kB
Shmem:                 0 kB
Slab:             690916 kB
SReclaimable:     130684 kB
SUnreclaim:       560232 kB
KernelStack:        1464 kB
PageTables:         4416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     321108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 69552 MiB
End job on node146 at 2012-06-07 23:18:03