Trace number 3747289

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.05 1801.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.14.opb
MD5SUMe81449c340a6e16e28a331cb4252cc2b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark8.60169
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 42
Optimality of the best value was proved YES
Number of variables23848
Total number of constraints1451912
Number of constraints which are clauses1447776
Number of constraints which are cardinality constraints (but not clauses)4136
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 176
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 176
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 174
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 350
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

35.88/35.90	c run inc solver
35.88/35.90	c [INC SYSTEM] run initial solver
35.88/35.90	c [INC SYSTEM] preprocess with white file
110.03/111.54	c [INC SYSTEM] finished preprocessing in 75 s
110.03/111.54	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-3747289-1339102212/watcher-3747289-1339102212 -o /tmp/evaluation-result-3747289-1339102212/solver-3747289-1339102212 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747289-1339102212.opb 1323553001 HOME HOME 

running on 4 cores: 0,2,4,6

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.93 3/179 23463
/proc/meminfo: memFree=25227816/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0

[startup+0.0498281 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23463
/proc/meminfo: memFree=25227816/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100361 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23463
/proc/meminfo: memFree=25227816/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300318 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23463
/proc/meminfo: memFree=25227816/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700327 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23463
/proc/meminfo: memFree=25227816/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 23465
/proc/meminfo: memFree=25117644/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=215420 CPUtime=1.48 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) R 23463 23463 22913 0 -1 4202496 24734 0 0 0 142 6 0 0 20 0 1 0 376349935 220590080 39495 33554432000 4194304 6004724 140735011072160 140735011067672 4968639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 53855 39496 130 442 0 53409 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 224568

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 23465
/proc/meminfo: memFree=24999480/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=435328 CPUtime=3.09 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) R 23463 23463 22913 0 -1 4202496 47557 0 0 0 296 13 0 0 20 0 1 0 376349935 445775872 81160 33554432000 4194304 6004724 140735011072160 140735011068184 4968639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 108832 81160 130 442 0 108386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 444476

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 23465
/proc/meminfo: memFree=24577724/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=832108 CPUtime=6.29 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) R 23463 23463 22913 0 -1 4202496 102669 0 0 0 602 27 0 0 20 0 1 0 376349935 852078592 175629 33554432000 4194304 6004724 140735011072160 140735011066648 4534738 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 208027 175629 147 442 0 207581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 841256

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 23465
/proc/meminfo: memFree=24119588/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=1618540 CPUtime=12.69 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) R 23463 23463 22913 0 -1 4202496 104293 0 0 0 1223 46 0 0 20 0 1 0 376349935 1657384960 287245 33554432000 4194304 6004724 140735011072160 140735011067128 4579915 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 404635 287245 147 442 0 404189 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1627688

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 23465
/proc/meminfo: memFree=23231880/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=25.49 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) R 23463 23463 22913 0 -1 4202496 105765 0 0 0 2471 78 0 0 20 0 1 0 376349935 2731126784 517133 33554432000 4194304 6004724 140735011072160 140735011066760 4536240 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 517133 147 442 0 666333 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2676264

[startup+51.1004 s]
/proc/loadavg: 2.29 2.06 1.95 3/182 23468
/proc/meminfo: memFree=19300040/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=35.9 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107577 0 0 0 3205 385 0 0 20 0 1 0 376349935 2731126784 650275 33554432000 4194304 6004724 140735011072160 140735011066624 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650275 163 442 0 666333 0
[pid=23466] ppid=23464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23466/stat : 23466 (cp2_pre.sh) S 23464 23463 22913 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376353526 9367552 277 33554432000 4194304 5064252 140736545018896 140736545017600 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23466/statm: 2287 277 234 213 0 72 0
[pid=23467] ppid=23466 vsize=1230508 CPUtime=15.17 cores=0,2,4,6
/proc/23467/stat : 23467 (coprocessor) R 23466 23463 22913 0 -1 4202496 20682 0 0 0 1465 52 0 0 20 0 1 0 376353527 1260040192 299842 33554432000 4194304 6586260 140735047377488 140735047374248 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/23467/statm: 307627 299842 137 584 0 307039 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3915920

[startup+102.307 s]
/proc/loadavg: 2.87 2.27 2.02 3/182 23468
/proc/meminfo: memFree=16607044/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=35.9 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107577 0 0 0 3205 385 0 0 20 0 1 0 376349935 2731126784 650275 33554432000 4194304 6004724 140735011072160 140735011066624 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650275 163 442 0 666333 0
[pid=23466] ppid=23464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23466/stat : 23466 (cp2_pre.sh) S 23464 23463 22913 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376353526 9367552 277 33554432000 4194304 5064252 140736545018896 140736545017600 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23466/statm: 2287 277 234 213 0 72 0
[pid=23467] ppid=23466 vsize=3744616 CPUtime=65.83 cores=0,2,4,6
/proc/23467/stat : 23467 (coprocessor) R 23466 23463 22913 0 -1 4202496 26773 0 0 0 6288 295 0 0 20 0 1 0 376353527 3834486784 737920 33554432000 4194304 6586260 140735047377488 140735047373240 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 53 0 0
/proc/23467/statm: 936154 737920 158 584 0 935566 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 6430028

[startup+162.3 s]
/proc/loadavg: 2.45 2.27 2.04 3/181 23470
/proc/meminfo: memFree=17257184/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4481756 CPUtime=50.73 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 466267 0 0 0 4927 146 0 0 20 0 1 0 376361089 4589318144 1040368 33554432000 4194304 5654031 140736907251712 140736907249496 4232581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1120439 1040368 140 357 0 1120079 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 7158020

[startup+222.3 s]
/proc/loadavg: 2.16 2.22 2.03 3/181 23470
/proc/meminfo: memFree=17247832/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4491376 CPUtime=110.72 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 486615 0 0 0 10916 156 0 0 20 0 1 0 376361089 4599169024 1042972 33554432000 4194304 5654031 140736907251712 140736907249784 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1122844 1042972 140 357 0 1122484 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 7167640

[startup+282.3 s]
/proc/loadavg: 2.06 2.18 2.02 3/181 23526
/proc/meminfo: memFree=17083092/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4496796 CPUtime=170.71 cores=0,2,4,6

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

/proc/meminfo: memFree=16936164/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4547520 CPUtime=1250.55 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 754360 0 0 0 124788 267 0 0 20 0 1 0 376361089 4656660480 1058021 33554432000 4194304 5654031 140736907251712 140736907239528 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1136880 1058021 141 357 0 1136520 0
Current children cumulated CPU time (s) 1360.92
Current children cumulated vsize (KiB) 7223784

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23569
/proc/meminfo: memFree=16941060/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4550448 CPUtime=1310.54 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 767862 0 0 0 130781 273 0 0 20 0 1 0 376361089 4659658752 1058865 33554432000 4194304 5654031 140736907251712 140736907249592 4232632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1137612 1058865 141 357 0 1137252 0
Current children cumulated CPU time (s) 1420.91
Current children cumulated vsize (KiB) 7226712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23569
/proc/meminfo: memFree=16930072/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4552696 CPUtime=1370.53 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 781137 0 0 0 136774 279 0 0 20 0 1 0 376361089 4661960704 1059481 33554432000 4194304 5654031 140736907251712 140736907249784 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1138174 1059481 141 357 0 1137814 0
Current children cumulated CPU time (s) 1480.9
Current children cumulated vsize (KiB) 7228960

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23569
/proc/meminfo: memFree=16948740/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4554828 CPUtime=1430.52 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 793841 0 0 0 142768 284 0 0 20 0 1 0 376361089 4664143872 1060052 33554432000 4194304 5654031 140736907251712 140736907249592 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1138707 1060052 141 357 0 1138347 0
Current children cumulated CPU time (s) 1540.89
Current children cumulated vsize (KiB) 7231092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23570
/proc/meminfo: memFree=16862732/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4556352 CPUtime=1490.51 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 811478 0 0 0 148759 292 0 0 20 0 1 0 376361089 4665704448 1060461 33554432000 4194304 5654031 140736907251712 140736907249784 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1139088 1060461 141 357 0 1138728 0
Current children cumulated CPU time (s) 1600.88
Current children cumulated vsize (KiB) 7232616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23570
/proc/meminfo: memFree=16902708/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4559428 CPUtime=1550.5 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 825465 0 0 0 154753 297 0 0 20 0 1 0 376361089 4668854272 1061255 33554432000 4194304 5654031 140736907251712 140736907249784 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1139857 1061255 141 357 0 1139497 0
Current children cumulated CPU time (s) 1660.87
Current children cumulated vsize (KiB) 7235692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23570
/proc/meminfo: memFree=16923288/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4560376 CPUtime=1610.49 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 837934 0 0 0 160745 304 0 0 20 0 1 0 376361089 4669825024 1061591 33554432000 4194304 5654031 140736907251712 140736907249784 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1140094 1061591 141 357 0 1139734 0
Current children cumulated CPU time (s) 1720.86
Current children cumulated vsize (KiB) 7236640

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 23570
/proc/meminfo: memFree=16944528/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4561612 CPUtime=1670.48 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 850381 0 0 0 166739 309 0 0 20 0 1 0 376361089 4671090688 1061895 33554432000 4194304 5654031 140736907251712 140736907249784 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1140403 1061895 141 357 0 1140043 0
Current children cumulated CPU time (s) 1780.85
Current children cumulated vsize (KiB) 7237876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 23573
/proc/meminfo: memFree=16915572/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4561744 CPUtime=1689.68 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 854971 0 0 0 168657 311 0 0 20 0 1 0 376361089 4671225856 1061932 33554432000 4194304 5654031 140736907251712 140736907249784 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1140436 1061932 141 357 0 1140076 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 7238008

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

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

[startup+1801.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 23573
/proc/meminfo: memFree=16915572/32873844 swapFree=8652/8652
[pid=23463] ppid=23461 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23463/stat : 23463 (npSolver-pbo-It) S 23461 23463 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376349935 9367552 274 33554432000 4194304 5064252 140737327419024 140737327417936 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23463/statm: 2287 274 233 213 0 72 0
[pid=23464] ppid=23463 vsize=2667116 CPUtime=110.37 cores=0,2,4,6
/proc/23464/stat : 23464 (npSolver-pbo) S 23463 23463 22913 0 -1 4202496 107594 27675 0 0 3205 385 7076 371 20 0 1 0 376349935 2731126784 650279 33554432000 4194304 6004724 140735011072160 140735011058440 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/23464/statm: 666779 650279 167 442 0 666333 0
[pid=23470] ppid=23464 vsize=4561744 CPUtime=1689.68 cores=0,2,4,6
/proc/23470/stat : 23470 (glucosInc) R 23464 23463 22913 0 -1 4202496 854971 0 0 0 168657 311 0 0 20 0 1 0 376361089 4671225856 1061932 33554432000 4194304 5654031 140736907251712 140736907249784 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23470/statm: 1140436 1061932 141 357 0 1140076 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 7238008

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23463 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=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.52
CPU time (s): 1800.05
CPU user time (s): 1789.38
CPU system time (s): 10.67
CPU usage (%): 99.9186
Max. virtual memory (cumulated for all children) (KiB): 7300296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
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 3.77942 second user time and 10.4354 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-07 22:50:14
IDJOB=3747289
IDBENCH=2955
IDSOLVER=2332
FILE ID=node107/3747289-1339102212
RUNJOBID= node107-1339098177-22929
PBS_JOBID= 14643746
Free space on /tmp= 70592 MiB

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

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

MD5SUM BENCH= e81449c340a6e16e28a331cb4252cc2b
RANDOM SEED=1323553001

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.760
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.760
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.86
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.760
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:        25227956 kB
Buffers:         1031324 kB
Cached:          5566332 kB
SwapCached:           72 kB
Active:          3082968 kB
Inactive:        3665724 kB
Active(anon):     140984 kB
Inactive(anon):    11092 kB
Active(file):    2941984 kB
Inactive(file):  3654632 kB
Unevictable:        8652 kB
Mlocked:            8652 kB
SwapTotal:      67108856 kB
SwapFree:       67108784 kB
Dirty:             60088 kB
Writeback:             0 kB
AnonPages:        162284 kB
Mapped:            15648 kB
Shmem:               184 kB
Slab:             755344 kB
SReclaimable:     197320 kB
SUnreclaim:       558024 kB
KernelStack:        1472 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     296080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 69412 MiB
End job on node107 at 2012-06-07 23:20:16