Trace number 3752074

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-quickBound (fixed)? (TO) 1800.03 1803.82

General information on the benchmark

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

Solver Data

51.63/51.76	c run inc solver
51.63/51.76	c [INC SYSTEM] run initial solver
51.63/51.76	c [INC SYSTEM] preprocess with white file
156.98/160.56	c [INC SYSTEM] finished preprocessing in 108 s
156.98/160.56	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-3752074-1339130124/watcher-3752074-1339130124 -o /tmp/evaluation-result-3752074-1339130124/solver-3752074-1339130124 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752074-1339130124.opb 101254569 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.01 2.03 1.93 2/178 16428
/proc/meminfo: memFree=17949252/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0

[startup+0.0628601 s]
/proc/loadavg: 2.01 2.03 1.93 2/178 16428
/proc/meminfo: memFree=17949252/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10032 s]
/proc/loadavg: 2.01 2.03 1.93 2/178 16428
/proc/meminfo: memFree=17949252/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.01 2.03 1.93 2/178 16428
/proc/meminfo: memFree=17949252/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.01 2.03 1.93 2/178 16428
/proc/meminfo: memFree=17949252/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.03 1.93 3/180 16430
/proc/meminfo: memFree=17842632/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=215156 CPUtime=1.48 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) R 16428 16428 2890 0 -1 4202496 24767 0 0 0 141 7 0 0 20 0 1 0 379139436 220319744 39016 33554432000 4194304 6004724 140736709639008 140736709634520 5190736 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16429/statm: 53789 39016 130 442 0 53343 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 224304

[startup+3.10031 s]
/proc/loadavg: 2.01 2.03 1.93 3/180 16430
/proc/meminfo: memFree=17726888/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=435328 CPUtime=3.09 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) R 16428 16428 2890 0 -1 4202496 47681 0 0 0 294 15 0 0 20 0 1 0 379139436 445775872 81283 33554432000 4194304 6004724 140736709639008 140736709634904 4968639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16429/statm: 108832 81284 130 442 0 108386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 444476

[startup+6.3003 s]
/proc/loadavg: 2.08 2.05 1.93 3/180 16430
/proc/meminfo: memFree=17211460/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=738432 CPUtime=6.28 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) R 16428 16428 2890 0 -1 4202496 130774 0 0 0 595 33 0 0 20 0 1 0 379139436 756154368 184248 33554432000 4194304 6004724 140736709639008 140736709635816 4975641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16429/statm: 184608 184248 147 442 0 184162 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 747580

[startup+12.7003 s]
/proc/loadavg: 2.08 2.05 1.93 3/180 16430
/proc/meminfo: memFree=16750028/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=1262720 CPUtime=12.69 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) R 16428 16428 2890 0 -1 4202496 132709 0 0 0 1223 46 0 0 20 0 1 0 379139436 1293025280 312208 33554432000 4194304 6004724 140736709639008 140736709633608 4536005 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16429/statm: 315680 312208 147 442 0 315234 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1271868

[startup+25.5003 s]
/proc/loadavg: 2.06 2.04 1.93 3/180 16430
/proc/meminfo: memFree=15800216/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=2835584 CPUtime=25.48 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) R 16428 16428 2890 0 -1 4202496 134947 0 0 0 2466 82 0 0 20 0 1 0 379139436 2903638016 541584 33554432000 4194304 6004724 140736709639008 140736709633816 4536073 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16429/statm: 708896 541584 147 442 0 708450 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2844732

[startup+51.1002 s]
/proc/loadavg: 2.04 2.04 1.93 3/180 16430
/proc/meminfo: memFree=8952340/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=7927056 CPUtime=51.02 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) R 16428 16428 2890 0 -1 4202496 139273 0 0 0 4551 551 0 0 20 0 1 0 379139436 8117305344 1681861 33554432000 4194304 6004724 140736709639008 140736709634880 5193835 0 0 4096 0 0 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1981764 1681861 157 442 0 1981318 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 7936204

[startup+102.307 s]
/proc/loadavg: 3.00 2.28 2.02 3/182 16432
/proc/meminfo: memFree=6325880/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=51.7 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139280 0 0 0 4551 619 0 0 20 0 1 0 379139436 5051121664 933287 33554432000 4194304 6004724 140736709639008 140736709633472 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933287 163 442 0 1232738 0
[pid=16431] ppid=16429 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16431/stat : 16431 (cp2_pre.sh) S 16429 16428 2890 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 379144613 9367552 277 33554432000 4194304 5064252 140735314737008 140735314735712 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16431/statm: 2287 277 234 213 0 72 0
[pid=16432] ppid=16431 vsize=5783608 CPUtime=49.53 cores=0,2,4,6
/proc/16432/stat : 16432 (coprocessor) R 16431 16428 2890 0 -1 4202496 30390 0 0 0 4722 231 0 0 20 0 1 0 379144615 5922414592 1113386 33554432000 4194304 6586260 140736985647600 140736985643352 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 96 0 0
/proc/16432/statm: 1445902 1113386 158 584 0 1445314 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 10734640

[startup+162.3 s]
/proc/loadavg: 2.96 2.41 2.08 3/181 16434
/proc/meminfo: memFree=11927060/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=582192 CPUtime=1.72 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 76354 0 0 0 153 19 0 0 20 0 1 0 379155493 596164608 124992 33554432000 4194304 5654031 140736872528432 140736871477880 4797458 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16434/statm: 145548 124993 108 357 0 145188 0
Current children cumulated CPU time (s) 158.8
Current children cumulated vsize (KiB) 5524076

[startup+222.3 s]
/proc/loadavg: 2.35 2.33 2.07 3/181 16434
/proc/meminfo: memFree=6419660/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6746004 CPUtime=61.69 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 643749 0 0 0 5955 214 0 0 20 0 1 0 379155493 6907908096 1497844 33554432000 4194304 5654031 140736872528432 140736872526216 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1686501 1497844 139 357 0 1686141 0
Current children cumulated CPU time (s) 218.77
Current children cumulated vsize (KiB) 11687888

[startup+282.307 s]
/proc/loadavg: 2.13 2.27 2.06 3/182 16438
/proc/meminfo: memFree=6406236/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6752772 CPUtime=121.68 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 661010 0 0 0 11947 221 0 0 20 0 1 0 379155493 6914838528 1499681 33554432000 4194304 5654031 140736872528432 140736872526312 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1688193 1499681 139 357 0 1687833 0
Current children cumulated CPU time (s) 278.76
Current children cumulated vsize (KiB) 11694656

[startup+342.3 s]

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

/proc/meminfo: memFree=19485676/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6809524 CPUtime=1201.52 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 885485 0 0 0 119813 339 0 0 20 0 1 0 379155493 6972952576 1514911 33554432000 4194304 5654031 140736872528432 140736872516248 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1702381 1514911 140 357 0 1702021 0
Current children cumulated CPU time (s) 1358.6
Current children cumulated vsize (KiB) 11751408

[startup+1422.3 s]
/proc/loadavg: 1.85 1.88 1.93 3/183 17775
/proc/meminfo: memFree=19482264/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6811960 CPUtime=1261.5 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 901119 0 0 0 125803 347 0 0 20 0 1 0 379155493 6975447040 1515520 33554432000 4194304 5654031 140736872528432 140736872526504 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1702990 1515520 140 357 0 1702630 0
Current children cumulated CPU time (s) 1418.58
Current children cumulated vsize (KiB) 11753844

[startup+1482.3 s]
/proc/loadavg: 1.80 1.86 1.91 3/184 21223
/proc/meminfo: memFree=19478516/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6813904 CPUtime=1321.51 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 911239 0 0 0 131798 353 0 0 20 0 1 0 379155493 6977437696 1516067 33554432000 4194304 5654031 140736872528432 140736872526216 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1703476 1516067 140 357 0 1703116 0
Current children cumulated CPU time (s) 1478.59
Current children cumulated vsize (KiB) 11755788

[startup+1542.3 s]
/proc/loadavg: 1.78 1.85 1.90 3/184 24635
/proc/meminfo: memFree=19474248/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6815724 CPUtime=1381.49 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 926837 0 0 0 137788 361 0 0 20 0 1 0 379155493 6979301376 1516596 33554432000 4194304 5654031 140736872528432 140736872526504 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1703931 1516596 140 357 0 1703571 0
Current children cumulated CPU time (s) 1538.57
Current children cumulated vsize (KiB) 11757608

[startup+1602.31 s]
/proc/loadavg: 2.02 1.89 1.91 3/183 28079
/proc/meminfo: memFree=19473068/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6817368 CPUtime=1441.48 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 936842 0 0 0 143782 366 0 0 20 0 1 0 379155493 6980984832 1517024 33554432000 4194304 5654031 140736872528432 140736872526504 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1704342 1517024 140 357 0 1703982 0
Current children cumulated CPU time (s) 1598.56
Current children cumulated vsize (KiB) 11759252

[startup+1662.3 s]
/proc/loadavg: 1.92 1.88 1.91 3/183 31467
/proc/meminfo: memFree=19474084/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6819036 CPUtime=1501.47 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 946914 0 0 0 149775 372 0 0 20 0 1 0 379155493 6982692864 1517520 33554432000 4194304 5654031 140736872528432 140736872526504 4208648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1704759 1517520 140 357 0 1704399 0
Current children cumulated CPU time (s) 1658.55
Current children cumulated vsize (KiB) 11760920

[startup+1722.3 s]
/proc/loadavg: 1.82 1.87 1.90 3/183 2509
/proc/meminfo: memFree=19469204/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6822124 CPUtime=1561.46 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 962789 0 0 0 155766 380 0 0 20 0 1 0 379155493 6985854976 1518323 33554432000 4194304 5654031 140736872528432 140736872526216 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1705531 1518323 140 357 0 1705171 0
Current children cumulated CPU time (s) 1718.54
Current children cumulated vsize (KiB) 11764008

[startup+1782.3 s]
/proc/loadavg: 1.77 1.84 1.89 3/182 5902
/proc/meminfo: memFree=19467740/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6825068 CPUtime=1621.45 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 973501 0 0 0 161758 387 0 0 20 0 1 0 379155493 6988869632 1519105 33554432000 4194304 5654031 140736872528432 140736872516248 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1706267 1519105 140 357 0 1705907 0
Current children cumulated CPU time (s) 1778.53
Current children cumulated vsize (KiB) 11766952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 1.76 1.83 1.89 3/183 7170
/proc/meminfo: memFree=19466160/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6825132 CPUtime=1642.95 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 978722 0 0 0 163905 390 0 0 20 0 1 0 379155493 6988935168 1519185 33554432000 4194304 5654031 140736872528432 140736872526504 4232403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1706283 1519185 140 357 0 1705923 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11767016

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

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

[startup+1803.8 s]
/proc/loadavg: 1.76 1.83 1.89 3/183 7170
/proc/meminfo: memFree=19466160/32873648 swapFree=7376/7376
[pid=16428] ppid=16426 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16428/stat : 16428 (npSolver-pbo-It) S 16426 16428 2890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379139436 9367552 275 33554432000 4194304 5064252 140735583512576 140735583511488 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16428/statm: 2287 275 233 213 0 72 0
[pid=16429] ppid=16428 vsize=4932736 CPUtime=157.08 cores=0,2,4,6
/proc/16429/stat : 16429 (npSolver-pbo) S 16428 16428 2890 0 -1 4202496 139299 31293 0 0 4551 620 9976 561 20 0 1 0 379139436 5051121664 933291 33554432000 4194304 6004724 140736709639008 140736709625288 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 6 0 0
/proc/16429/statm: 1233184 933291 167 442 0 1232738 0
[pid=16434] ppid=16429 vsize=6825132 CPUtime=1642.95 cores=0,2,4,6
/proc/16434/stat : 16434 (glucosInc) R 16429 16428 2890 0 -1 4202496 978722 0 0 0 163905 390 0 0 20 0 1 0 379155493 6988935168 1519185 33554432000 4194304 5654031 140736872528432 140736872526504 4232403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16434/statm: 1706283 1519185 140 357 0 1705923 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11767016

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1803.82
CPU time (s): 1800.03
CPU user time (s): 1784.32
CPU system time (s): 15.71
CPU usage (%): 99.7901
Max. virtual memory (cumulated for all children) (KiB): 11860444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 357
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.87241 second user time and 10.7734 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-08 06:35:26
IDJOB=3752074
IDBENCH=2950
IDSOLVER=2335
FILE ID=node113/3752074-1339130124
RUNJOBID= node113-1339111913-4672
PBS_JOBID= 14643740
Free space on /tmp= 68064 MiB

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

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

MD5SUM BENCH= f304ba5324add428c73c7022630c48ee
RANDOM SEED=101254569

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.92
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.026
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:       32873648 kB
MemFree:        17949252 kB
Buffers:          443904 kB
Cached:          3538000 kB
SwapCached:         1652 kB
Active:         13445636 kB
Inactive:         455568 kB
Active(anon):    9918412 kB
Inactive(anon):     2480 kB
Active(file):    3527224 kB
Inactive(file):   453088 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099488 kB
Dirty:             75340 kB
Writeback:             0 kB
AnonPages:       9924904 kB
Mapped:            11504 kB
Shmem:                 0 kB
Slab:             866216 kB
SReclaimable:     309276 kB
SUnreclaim:       556940 kB
KernelStack:        1464 kB
PageTables:        23624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   11639392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5974016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69416 MiB
End job on node113 at 2012-06-08 07:05:32