Trace number 3748885

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 (fixed)? (TO) 1800.06 1801.82

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

36.48/36.57	c run inc solver
36.48/36.57	c [INC SYSTEM] run initial solver
36.48/36.57	c [INC SYSTEM] preprocess with white file
110.61/112.18	c [INC SYSTEM] finished preprocessing in 75 s
110.61/112.18	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-3748885-1339128002/watcher-3748885-1339128002 -o /tmp/evaluation-result-3748885-1339128002/solver-3748885-1339128002 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748885-1339128002.opb 1456589114 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15787
/proc/meminfo: memFree=27397340/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0

[startup+0.047379 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15787
/proc/meminfo: memFree=27397340/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100344 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15787
/proc/meminfo: memFree=27397340/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300309 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15787
/proc/meminfo: memFree=27397340/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15787
/proc/meminfo: memFree=27397340/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15789
/proc/meminfo: memFree=27293092/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=213044 CPUtime=1.48 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) R 15787 15787 11882 0 -1 4202496 23960 0 0 0 142 6 0 0 20 0 1 0 378928888 218157056 38208 33554432000 4194304 6004724 140737301481696 140737301477720 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 53261 38209 130 442 0 52815 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 222192

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15789
/proc/meminfo: memFree=27179332/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=430444 CPUtime=3.09 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) R 15787 15787 11882 0 -1 4202496 46150 0 0 0 294 15 0 0 20 0 1 0 378928888 440774656 78729 33554432000 4194304 6004724 140737301481696 140737301478216 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 107611 78730 130 442 0 107165 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 439592

[startup+6.30034 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 15789
/proc/meminfo: memFree=26827592/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=701036 CPUtime=6.29 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) R 15787 15787 11882 0 -1 4202496 101732 0 0 0 598 31 0 0 20 0 1 0 378928888 717860864 172889 33554432000 4194304 6004724 140737301481696 140737301476184 4579232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 175259 172889 147 442 0 174813 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 710184

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 15789
/proc/meminfo: memFree=26245204/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=1618540 CPUtime=12.68 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) R 15787 15787 11882 0 -1 4202496 103925 0 0 0 1214 54 0 0 20 0 1 0 378928888 1657384960 281433 33554432000 4194304 6004724 140737301481696 140737301476504 4579915 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 404635 281433 147 442 0 404189 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1627688

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 15789
/proc/meminfo: memFree=25377248/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=25.48 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) R 15787 15787 11882 0 -1 4202496 105395 0 0 0 2459 89 0 0 20 0 1 0 378928888 2731126784 510297 33554432000 4194304 6004724 140737301481696 140737301476296 4579890 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 666779 510297 147 442 0 666333 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2676264

[startup+51.1005 s]
/proc/loadavg: 2.26 2.06 2.02 3/183 15791
/proc/meminfo: memFree=21506384/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=36.57 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107220 0 0 0 3230 427 0 0 20 0 1 0 378928888 2731126784 650095 33554432000 4194304 6004724 140737301481696 140737301476160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 666779 650095 163 442 0 666333 0
[pid=15790] ppid=15788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15790/stat : 15790 (cp2_pre.sh) S 15788 15787 11882 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378932545 9367552 276 33554432000 4194304 5064252 140735439223584 140735439222288 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15790/statm: 2287 276 234 213 0 72 0
[pid=15791] ppid=15790 vsize=1230508 CPUtime=14.49 cores=1,3,5,7
/proc/15791/stat : 15791 (coprocessor) R 15790 15787 11882 0 -1 4202496 20993 0 0 0 1389 60 0 0 20 0 1 0 378932547 1260040192 298621 33554432000 4194304 6586260 140733996195760 140733996192520 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15791/statm: 307627 298621 137 584 0 307039 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 3915920

[startup+102.307 s]
/proc/loadavg: 2.87 2.25 2.08 3/183 15814
/proc/meminfo: memFree=18840168/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=36.57 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107220 0 0 0 3230 427 0 0 20 0 1 0 378928888 2731126784 650095 33554432000 4194304 6004724 140737301481696 140737301476160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15788/statm: 666779 650095 163 442 0 666333 0
[pid=15790] ppid=15788 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15790/stat : 15790 (cp2_pre.sh) S 15788 15787 11882 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378932545 9367552 276 33554432000 4194304 5064252 140735439223584 140735439222288 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15790/statm: 2287 276 234 213 0 72 0
[pid=15791] ppid=15790 vsize=3744616 CPUtime=64.6 cores=1,3,5,7
/proc/15791/stat : 15791 (coprocessor) R 15790 15787 11882 0 -1 4202496 26574 0 0 0 6145 315 0 0 20 0 1 0 378932547 3834486784 737211 33554432000 4194304 6586260 140733996195760 140733996191512 4960544 0 0 4096 8404994 0 0 0 17 5 0 0 109 0 0
/proc/15791/statm: 936154 737211 158 584 0 935566 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 6430028

[startup+162.3 s]
/proc/loadavg: 2.49 2.26 2.09 3/181 15816
/proc/meminfo: memFree=19422740/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4480840 CPUtime=50.09 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 466822 0 0 0 4844 165 0 0 20 0 1 0 378940107 4588380160 1040370 33554432000 4194304 5654031 140733959668784 140733959666568 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1120210 1040370 140 357 0 1119850 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 7157104

[startup+222.3 s]
/proc/loadavg: 2.18 2.21 2.09 3/181 15817
/proc/meminfo: memFree=19411148/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4489424 CPUtime=110.07 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 482905 0 0 0 10835 172 0 0 20 0 1 0 378940107 4597170176 1042691 33554432000 4194304 5654031 140733959668784 140733959666856 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1122356 1042691 140 357 0 1121996 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 7165688

[startup+282.3 s]
/proc/loadavg: 2.06 2.17 2.08 3/182 16161
/proc/meminfo: memFree=19513100/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4495000 CPUtime=170.07 cores=1,3,5,7

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

/proc/meminfo: memFree=19250884/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4539712 CPUtime=1189.91 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 707511 0 0 0 118721 270 0 0 20 0 1 0 378940107 4648665088 1056143 33554432000 4194304 5654031 140733959668784 140733959666856 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1134928 1056143 141 357 0 1134568 0
Current children cumulated CPU time (s) 1300.63
Current children cumulated vsize (KiB) 7215976

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.01 4/181 16652
/proc/meminfo: memFree=19250008/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4542140 CPUtime=1249.9 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 721453 0 0 0 124714 276 0 0 20 0 1 0 378940107 4651151360 1056832 33554432000 4194304 5654031 140733959668784 140733959666856 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1135535 1056832 141 357 0 1135175 0
Current children cumulated CPU time (s) 1360.62
Current children cumulated vsize (KiB) 7218404

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/181 16653
/proc/meminfo: memFree=19261600/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4543608 CPUtime=1309.89 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 729935 0 0 0 130709 280 0 0 20 0 1 0 378940107 4652654592 1057186 33554432000 4194304 5654031 140733959668784 140733959666568 4214483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1135902 1057186 141 357 0 1135542 0
Current children cumulated CPU time (s) 1420.61
Current children cumulated vsize (KiB) 7219872

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/181 16653
/proc/meminfo: memFree=19233800/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4544912 CPUtime=1369.88 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 743061 0 0 0 136703 285 0 0 20 0 1 0 378940107 4653989888 1057589 33554432000 4194304 5654031 140733959668784 140733959666856 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1136228 1057589 141 357 0 1135868 0
Current children cumulated CPU time (s) 1480.6
Current children cumulated vsize (KiB) 7221176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/181 16653
/proc/meminfo: memFree=19257576/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4547396 CPUtime=1429.87 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 756419 0 0 0 142697 290 0 0 20 0 1 0 378940107 4656533504 1058225 33554432000 4194304 5654031 140733959668784 140733959666568 4232479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1136849 1058225 141 357 0 1136489 0
Current children cumulated CPU time (s) 1540.59
Current children cumulated vsize (KiB) 7223660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16653
/proc/meminfo: memFree=19249772/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4549664 CPUtime=1489.86 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 769830 0 0 0 148691 295 0 0 20 0 1 0 378940107 4658855936 1058915 33554432000 4194304 5654031 140733959668784 140733959666856 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1137416 1058915 141 357 0 1137056 0
Current children cumulated CPU time (s) 1600.58
Current children cumulated vsize (KiB) 7225928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16653
/proc/meminfo: memFree=19255268/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4552608 CPUtime=1549.86 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 779266 0 0 0 154687 299 0 0 20 0 1 0 378940107 4661870592 1059695 33554432000 4194304 5654031 140733959668784 140733959656600 4232577 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1138152 1059695 141 357 0 1137792 0
Current children cumulated CPU time (s) 1660.58
Current children cumulated vsize (KiB) 7228872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16654
/proc/meminfo: memFree=19276800/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4552884 CPUtime=1609.84 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 791547 0 0 0 160680 304 0 0 20 0 1 0 378940107 4662153216 1059779 33554432000 4194304 5654031 140733959668784 140733959666856 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1138221 1059779 141 357 0 1137861 0
Current children cumulated CPU time (s) 1720.56
Current children cumulated vsize (KiB) 7229148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16654
/proc/meminfo: memFree=19213752/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4555004 CPUtime=1669.83 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 804848 0 0 0 166673 310 0 0 20 0 1 0 378940107 4664324096 1060354 33554432000 4194304 5654031 140733959668784 140733959666856 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1138751 1060354 141 357 0 1138391 0
Current children cumulated CPU time (s) 1780.55
Current children cumulated vsize (KiB) 7231268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16657
/proc/meminfo: memFree=19265996/32873844 swapFree=7372/7372
[pid=15787] ppid=15785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15787/stat : 15787 (npSolver-pbo-I.) S 15785 15787 11882 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378928888 9367552 274 33554432000 4194304 5064252 140735018302352 140735018301264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15787/statm: 2287 274 233 213 0 72 0
[pid=15788] ppid=15787 vsize=2667116 CPUtime=110.72 cores=1,3,5,7
/proc/15788/stat : 15788 (npSolver-pbo) S 15787 15787 11882 0 -1 4202496 107237 27475 0 0 3230 428 7013 401 20 0 1 0 378928888 2731126784 650099 33554432000 4194304 6004724 140737301481696 140737301467976 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/15788/statm: 666779 650099 167 442 0 666333 0
[pid=15816] ppid=15788 vsize=4556192 CPUtime=1689.34 cores=1,3,5,7
/proc/15816/stat : 15816 (glucosInc) R 15788 15787 11882 0 -1 4202496 805147 0 0 0 168624 310 0 0 20 0 1 0 378940107 4665540608 1060653 33554432000 4194304 5654031 140733959668784 140733959666568 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15816/statm: 1139048 1060653 141 357 0 1138688 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 7232456

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 15787 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.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.82
CPU time (s): 1800.06
CPU user time (s): 1788.67
CPU system time (s): 11.39
CPU usage (%): 99.9025
Max. virtual memory (cumulated for all children) (KiB): 7293556

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

The end

Launcher Data

Begin job on node109 at 2012-06-08 06:00:03
IDJOB=3748885
IDBENCH=2955
IDSOLVER=2333
FILE ID=node109/3748885-1339128002
RUNJOBID= node109-1339112037-14058
PBS_JOBID= 14643744
Free space on /tmp= 70968 MiB

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

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

MD5SUM BENCH= e81449c340a6e16e28a331cb4252cc2b
RANDOM SEED=1456589114

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27397480 kB
Buffers:         1965832 kB
Cached:          2417572 kB
SwapCached:         1268 kB
Active:          2655416 kB
Inactive:        1880132 kB
Active(anon):     143304 kB
Inactive(anon):     9016 kB
Active(file):    2512112 kB
Inactive(file):  1871116 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105640 kB
Dirty:             60108 kB
Writeback:             0 kB
AnonPages:        156116 kB
Mapped:            11312 kB
Shmem:                 4 kB
Slab:             799536 kB
SReclaimable:     241136 kB
SUnreclaim:       558400 kB
KernelStack:        1464 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     271076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 69820 MiB
End job on node109 at 2012-06-08 06:30:07