Trace number 3747284

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.02.opb
MD5SUM88c0da0b31a99941a4f2c09165ead688
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark6.548
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables21566
Total number of constraints1314050
Number of constraints which are clauses1310032
Number of constraints which are cardinality constraints (but not clauses)4018
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
Number of terms in the objective function 164
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 164
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 162
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 326
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

31.47/31.52	c run inc solver
31.47/31.52	c [INC SYSTEM] run initial solver
31.47/31.52	c [INC SYSTEM] preprocess with white file
93.77/95.80	c [INC SYSTEM] finished preprocessing in 64 s
93.77/95.80	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-3747284-1339102242/watcher-3747284-1339102242 -o /tmp/evaluation-result-3747284-1339102242/solver-3747284-1339102242 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747284-1339102242.opb 1683185807 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.93 3/178 22881
/proc/meminfo: memFree=28989208/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0

[startup+0.083239 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22881
/proc/meminfo: memFree=28989208/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100399 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22881
/proc/meminfo: memFree=28989208/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22881
/proc/meminfo: memFree=28989208/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22881
/proc/meminfo: memFree=28989208/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 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 1.93 3/180 22883
/proc/meminfo: memFree=28882812/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=213968 CPUtime=1.49 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) R 22881 22881 22344 0 -1 4202496 24096 0 0 0 142 7 0 0 20 0 1 0 376349246 219103232 38346 33554432000 4194304 6004724 140734539077280 140734539073304 4390491 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 53492 38346 130 442 0 53046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 223116

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 22884
/proc/meminfo: memFree=28764212/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=432028 CPUtime=3.09 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) R 22881 22881 22344 0 -1 4202496 46455 0 0 0 294 15 0 0 20 0 1 0 376349246 442396672 79547 33554432000 4194304 6004724 140734539077280 140734539073304 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 108007 79548 130 442 0 107561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 441176

[startup+6.30036 s]
/proc/loadavg: 2.08 2.02 1.93 3/181 22884
/proc/meminfo: memFree=28366496/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=778180 CPUtime=6.28 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) R 22881 22881 22344 0 -1 4202496 93517 0 0 0 597 31 0 0 20 0 1 0 376349246 796856320 165741 33554432000 4194304 6004724 140734539077280 140734539071880 4534749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 194545 165741 147 442 0 194099 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 787328

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.93 3/181 22884
/proc/meminfo: memFree=27895164/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=1564612 CPUtime=12.69 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) R 22881 22881 22344 0 -1 4202496 95138 0 0 0 1216 53 0 0 20 0 1 0 376349246 1602162688 275821 33554432000 4194304 6004724 140734539077280 140734539072088 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 391153 275821 147 442 0 390707 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1573760

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 1.93 3/180 22884
/proc/meminfo: memFree=27012476/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=25.49 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) R 22881 22881 22344 0 -1 4202496 96608 0 0 0 2462 87 0 0 20 0 1 0 376349246 2675904512 504685 33554432000 4194304 6004724 140734539077280 140734539072088 5055540 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 504685 147 442 0 652851 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2622336

[startup+51.1004 s]
/proc/loadavg: 2.38 2.09 1.96 3/182 22886
/proc/meminfo: memFree=23422560/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=31.5 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98225 0 0 0 2786 364 0 0 20 0 1 0 376349246 2675904512 557955 33554432000 4194304 6004724 140734539077280 140734539071744 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557955 163 442 0 652851 0
[pid=22885] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22885/stat : 22885 (cp2_pre.sh) S 22882 22881 22344 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376352397 9367552 276 33554432000 4194304 5064252 140733672456848 140733672455552 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22885/statm: 2287 276 234 213 0 72 0
[pid=22886] ppid=22885 vsize=1617000 CPUtime=19.55 cores=1,3,5,7
/proc/22886/stat : 22886 (coprocessor) R 22885 22881 22344 0 -1 4202496 22091 0 0 0 1874 81 0 0 20 0 1 0 376352399 1655808000 376050 33554432000 4194304 6586260 140733447406336 140733447403096 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22886/statm: 404250 376050 137 584 0 403662 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 4248484

[startup+102.307 s]
/proc/loadavg: 2.33 2.12 1.97 3/181 22888
/proc/meminfo: memFree=23944472/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=2127400 CPUtime=6.48 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 221676 0 0 0 577 71 0 0 20 0 1 0 376358826 2178457600 452907 33554432000 4194304 5654031 140737183030496 140737181979944 4801472 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22888/statm: 531850 452908 108 357 0 531490 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 4749736

[startup+162.3 s]
/proc/loadavg: 2.12 2.10 1.97 3/181 22888
/proc/meminfo: memFree=22097660/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4256756 CPUtime=66.47 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 415189 0 0 0 6502 145 0 0 20 0 1 0 376358826 4358918144 888645 33554432000 4194304 5654031 140737183030496 140737183028280 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1064189 888645 144 357 0 1063829 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 6879092

[startup+222.3 s]
/proc/loadavg: 2.04 2.08 1.97 3/181 22888
/proc/meminfo: memFree=22145808/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4263252 CPUtime=126.46 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 432148 0 0 0 12494 152 0 0 20 0 1 0 376358826 4365570048 890411 33554432000 4194304 5654031 140737183030496 140737183028280 4232659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1065813 890411 144 357 0 1065453 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 6885588

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 1.97 3/181 22888
/proc/meminfo: memFree=22076020/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4268408 CPUtime=186.45 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 453848 0 0 0 18484 161 0 0 20 0 1 0 376358826 4370849792 891838 33554432000 4194304 5654031 140737183030496 140737183028568 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1067102 891838 144 357 0 1066742 0
Current children cumulated CPU time (s) 280.25

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

/proc/meminfo: memFree=22244444/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4313660 CPUtime=1266.28 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 749779 0 0 0 126358 270 0 0 20 0 1 0 376358826 4417187840 903938 33554432000 4194304 5654031 140737183030496 140737183028568 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1078415 903938 145 357 0 1078055 0
Current children cumulated CPU time (s) 1360.08
Current children cumulated vsize (KiB) 6935996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22978
/proc/meminfo: memFree=22217076/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4316292 CPUtime=1326.29 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 765729 0 0 0 132351 278 0 0 20 0 1 0 376358826 4419883008 904677 33554432000 4194304 5654031 140737183030496 140737183028568 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1079073 904677 145 357 0 1078713 0
Current children cumulated CPU time (s) 1420.09
Current children cumulated vsize (KiB) 6938628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22982
/proc/meminfo: memFree=22224400/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4320656 CPUtime=1386.26 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 782078 0 0 0 138342 284 0 0 20 0 1 0 376358826 4424351744 905833 33554432000 4194304 5654031 140737183030496 140737183028280 4214315 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1080164 905833 145 357 0 1079804 0
Current children cumulated CPU time (s) 1480.06
Current children cumulated vsize (KiB) 6942992

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22985
/proc/meminfo: memFree=22215704/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4320856 CPUtime=1446.25 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 797347 0 0 0 144335 290 0 0 20 0 1 0 376358826 4424556544 905913 33554432000 4194304 5654031 140737183030496 140737183028568 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1080214 905913 145 357 0 1079854 0
Current children cumulated CPU time (s) 1540.05
Current children cumulated vsize (KiB) 6943192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22985
/proc/meminfo: memFree=22198056/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4322012 CPUtime=1506.25 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 817887 0 0 0 150328 297 0 0 20 0 1 0 376358826 4425740288 906202 33554432000 4194304 5654031 140737183030496 140737183028568 4214638 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1080503 906202 145 357 0 1080143 0
Current children cumulated CPU time (s) 1600.05
Current children cumulated vsize (KiB) 6944348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22985
/proc/meminfo: memFree=22192096/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4323108 CPUtime=1566.24 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 833437 0 0 0 156319 305 0 0 20 0 1 0 376358826 4426862592 906502 33554432000 4194304 5654031 140737183030496 140737183028568 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1080777 906502 145 357 0 1080417 0
Current children cumulated CPU time (s) 1660.04
Current children cumulated vsize (KiB) 6945444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22985
/proc/meminfo: memFree=22186848/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4325680 CPUtime=1626.22 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 849357 0 0 0 162311 311 0 0 20 0 1 0 376358826 4429496320 907219 33554432000 4194304 5654031 140737183030496 140737183028568 4232639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1081420 907219 145 357 0 1081060 0
Current children cumulated CPU time (s) 1720.02
Current children cumulated vsize (KiB) 6948016

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 22988
/proc/meminfo: memFree=22182956/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4326680 CPUtime=1686.21 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 864814 0 0 0 168304 317 0 0 20 0 1 0 376358826 4430520320 907479 33554432000 4194304 5654031 140737183030496 140737183028568 4232518 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1081670 907479 145 357 0 1081310 0
Current children cumulated CPU time (s) 1780.01
Current children cumulated vsize (KiB) 6949016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22988
/proc/meminfo: memFree=22143576/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4327208 CPUtime=1706.21 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 869983 0 0 0 170302 319 0 0 20 0 1 0 376358826 4431060992 907586 33554432000 4194304 5654031 140737183030496 140737183028280 4232659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1081802 907586 145 357 0 1081442 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6949544

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

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

[startup+1802.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22988
/proc/meminfo: memFree=22143576/32873844 swapFree=7120/7120
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-pbo-It) S 22879 22881 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376349245 9367552 275 33554432000 4194304 5064252 140733197119616 140733197118528 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=2613188 CPUtime=93.8 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-pbo) S 22881 22881 22344 0 -1 4202496 98244 27451 0 0 2786 365 5907 322 20 0 1 0 376349246 2675904512 557959 33554432000 4194304 6004724 140734539077280 140734539063560 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 653297 557959 167 442 0 652851 0
[pid=22888] ppid=22882 vsize=4327208 CPUtime=1706.21 cores=1,3,5,7
/proc/22888/stat : 22888 (glucosInc) R 22882 22881 22344 0 -1 4202496 869983 0 0 0 170302 319 0 0 20 0 1 0 376358826 4431060992 907586 33554432000 4194304 5654031 140737183030496 140737183028280 4232659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22888/statm: 1081802 907586 145 357 0 1081442 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6949544

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1802.32
CPU time (s): 1800.01
CPU user time (s): 1789.95
CPU system time (s): 10.06
CPU usage (%): 99.8719
Max. virtual memory (cumulated for all children) (KiB): 7011700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
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.6043 second user time and 11.3503 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-07 22:50:44
IDJOB=3747284
IDBENCH=2956
IDSOLVER=2332
FILE ID=node142/3747284-1339102242
RUNJOBID= node142-1339098175-22361
PBS_JOBID= 14643711
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= 88c0da0b31a99941a4f2c09165ead688
RANDOM SEED=1683185807

node142.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.776
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.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        28989216 kB
Buffers:          369336 kB
Cached:          2516332 kB
SwapCached:          112 kB
Active:          1642616 kB
Inactive:        1403444 kB
Active(anon):     151876 kB
Inactive(anon):    11164 kB
Active(file):    1490740 kB
Inactive(file):  1392280 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:             55088 kB
Writeback:             0 kB
AnonPages:        190164 kB
Mapped:            11672 kB
Shmem:               188 kB
Slab:             693428 kB
SReclaimable:     135148 kB
SUnreclaim:       558280 kB
KernelStack:        1464 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     324392 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= 70160 MiB
End job on node142 at 2012-06-07 23:20:48