Trace number 3747288

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.09 1800.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.12.opb
MD5SUMb1eab2cf935e923f8f1ff9f24be23d02
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark7.43787
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 41
Optimality of the best value was proved YES
Number of variables25484
Total number of constraints1553328
Number of constraints which are clauses1549096
Number of constraints which are cardinality constraints (but not clauses)4232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint184
Number of terms in the objective function 184
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 184
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 182
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 366
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

41.37/41.45	c run inc solver
41.37/41.45	c [INC SYSTEM] run initial solver
41.37/41.45	c [INC SYSTEM] preprocess with white file
122.73/123.66	c [INC SYSTEM] finished preprocessing in 82 s
122.73/123.66	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-3747288-1339102177/watcher-3747288-1339102177 -o /tmp/evaluation-result-3747288-1339102177/solver-3747288-1339102177 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747288-1339102177.opb 373635658 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.02 1.95 3/176 8388
/proc/meminfo: memFree=25892932/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0

[startup+0.032171 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 8388
/proc/meminfo: memFree=25892932/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 8388
/proc/meminfo: memFree=25892932/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300306 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 8388
/proc/meminfo: memFree=25892932/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 8388
/proc/meminfo: memFree=25892932/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.02 1.95 3/178 8390
/proc/meminfo: memFree=25788484/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=213044 CPUtime=1.48 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) R 8388 8388 7832 0 -1 4202496 24190 0 0 0 141 7 0 0 20 0 1 0 376343308 218157056 38440 33554432000 4194304 6004724 140736532660912 140736532656936 4968639 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8389/statm: 53261 38440 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.02 1.95 3/178 8390
/proc/meminfo: memFree=25671676/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=431104 CPUtime=3.09 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) R 8388 8388 7832 0 -1 4202496 46535 0 0 0 294 15 0 0 20 0 1 0 376343308 441450496 79116 33554432000 4194304 6004724 140736532660912 140736532656488 4968639 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8389/statm: 107776 79116 130 442 0 107330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 440252

[startup+6.30034 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 8390
/proc/meminfo: memFree=25281748/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=740772 CPUtime=6.29 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) R 8388 8388 7832 0 -1 4202496 109102 0 0 0 597 32 0 0 20 0 1 0 376343308 758550528 176977 33554432000 4194304 6004724 140736532660912 140736532657720 4617922 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8389/statm: 185193 176977 147 442 0 184747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 749920

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 1.95 3/178 8390
/proc/meminfo: memFree=24781728/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=1658276 CPUtime=12.68 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) R 8388 8388 7832 0 -1 4202496 111293 0 0 0 1213 55 0 0 20 0 1 0 376343308 1698074624 284497 33554432000 4194304 6004724 140736532660912 140736532655192 4582483 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8389/statm: 414569 284497 147 442 0 414123 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1667424

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 1.95 3/179 8393
/proc/meminfo: memFree=23864876/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=2706852 CPUtime=25.48 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) R 8388 8388 7832 0 -1 4202496 112759 0 0 0 2458 90 0 0 20 0 1 0 376343308 2771816448 511313 33554432000 4194304 6004724 140736532660912 140736532655528 4536292 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8389/statm: 676713 511313 147 442 0 676267 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2716000

[startup+51.1005 s]
/proc/loadavg: 2.19 2.06 1.96 3/181 8395
/proc/meminfo: memFree=19858900/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=41.44 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116352 0 0 0 3651 493 0 0 20 0 1 0 376343308 4919300096 718184 33554432000 4194304 6004724 140736532660912 140736532655376 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718184 163 442 0 1200555 0
[pid=8394] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8394/stat : 8394 (cp2_pre.sh) S 8389 8388 7832 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376347454 9367552 277 33554432000 4194304 5064252 140734520850096 140734520848800 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8394/statm: 2287 277 234 213 0 72 0
[pid=8395] ppid=8394 vsize=825512 CPUtime=9.62 cores=1,3,5,7
/proc/8395/stat : 8395 (coprocessor) R 8394 8388 7832 0 -1 4202496 19145 0 0 0 923 39 0 0 20 0 1 0 376347455 845324288 192545 33554432000 4194304 6586260 140735282213840 140735282210600 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8395/statm: 206378 192545 137 584 0 205790 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5647812

[startup+102.307 s]
/proc/loadavg: 2.73 2.22 2.02 3/180 8396
/proc/meminfo: memFree=16375640/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=41.44 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116352 0 0 0 3651 493 0 0 20 0 1 0 376343308 4919300096 718184 33554432000 4194304 6004724 140736532660912 140736532655376 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718184 163 442 0 1200555 0
[pid=8394] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8394/stat : 8394 (cp2_pre.sh) S 8389 8388 7832 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376347454 9367552 277 33554432000 4194304 5064252 140734520850096 140734520848800 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8394/statm: 2287 277 234 213 0 72 0
[pid=8395] ppid=8394 vsize=4406732 CPUtime=60.71 cores=1,3,5,7
/proc/8395/stat : 8395 (coprocessor) R 8394 8388 7832 0 -1 4202496 28269 0 0 0 5783 288 0 0 20 0 1 0 376347455 4512493568 874287 33554432000 4194304 6586260 140735282213840 140735282209592 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 11 0 0
/proc/8395/statm: 1101683 874287 158 584 0 1101095 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 9229032

[startup+162.3 s]
/proc/loadavg: 2.41 2.23 2.04 3/179 8398
/proc/meminfo: memFree=16976176/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5523816 CPUtime=38.61 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 505302 0 0 0 3687 174 0 0 20 0 1 0 376355675 5656387584 1150014 33554432000 4194304 5654031 140734088930400 140734088928376 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1380954 1150014 140 357 0 1380594 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 10336968

[startup+222.3 s]
/proc/loadavg: 2.15 2.19 2.03 3/179 8398
/proc/meminfo: memFree=17029008/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5533188 CPUtime=98.6 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 516784 0 0 0 9680 180 0 0 20 0 1 0 376355675 5665984512 1152539 33554432000 4194304 5654031 140734088930400 140734088928184 4232611 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1383297 1152539 140 357 0 1382937 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 10346340

[startup+282.3 s]
/proc/loadavg: 2.05 2.15 2.02 3/179 8398
/proc/meminfo: memFree=17018480/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5538404 CPUtime=158.59 cores=1,3,5,7

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

/proc/meminfo: memFree=16922804/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5581380 CPUtime=1238.42 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 728315 0 0 0 123546 296 0 0 20 0 1 0 376355675 5715333120 1165947 33554432000 4194304 5654031 140734088930400 140734088928184 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1395345 1165947 140 357 0 1394985 0
Current children cumulated CPU time (s) 1361.54
Current children cumulated vsize (KiB) 10394532

[startup+1422.31 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 8492
/proc/meminfo: memFree=22521220/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5583232 CPUtime=1298.42 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 741777 0 0 0 129537 305 0 0 20 0 1 0 376355675 5717229568 1166518 33554432000 4194304 5654031 140734088930400 140734088928472 4232628 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1395808 1166518 140 357 0 1395448 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 10396384

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8552
/proc/meminfo: memFree=22484160/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5586132 CPUtime=1358.41 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 750464 0 0 0 135529 312 0 0 20 0 1 0 376355675 5720199168 1167295 33554432000 4194304 5654031 140734088930400 140734088928472 4232659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1396533 1167295 140 357 0 1396173 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 10399284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8552
/proc/meminfo: memFree=22410448/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5588216 CPUtime=1418.39 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 764919 0 0 0 141520 319 0 0 20 0 1 0 376355675 5722333184 1167815 33554432000 4194304 5654031 140734088930400 140734088928184 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1397054 1167815 140 357 0 1396694 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 10401368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8553
/proc/meminfo: memFree=22444840/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5590064 CPUtime=1478.38 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 775411 0 0 0 147513 325 0 0 20 0 1 0 376355675 5724225536 1168353 33554432000 4194304 5654031 140734088930400 140734088928472 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1397516 1168353 140 357 0 1397156 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 10403216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8553
/proc/meminfo: memFree=22442680/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5592836 CPUtime=1538.37 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 786061 0 0 0 153506 331 0 0 20 0 1 0 376355675 5727064064 1169049 33554432000 4194304 5654031 140734088930400 140734088928184 4219892 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1398209 1169049 140 357 0 1397849 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 10405988

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 8555
/proc/meminfo: memFree=22487208/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5593644 CPUtime=1598.37 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 800240 0 0 0 159497 340 0 0 20 0 1 0 376355675 5727891456 1169294 33554432000 4194304 5654031 140734088930400 140734088928472 4232651 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1398411 1169294 140 357 0 1398051 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 10406796

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8555
/proc/meminfo: memFree=22463740/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5595416 CPUtime=1658.36 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 809672 0 0 0 165490 346 0 0 20 0 1 0 376355675 5729705984 1169773 33554432000 4194304 5654031 140734088930400 140734088928280 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1398854 1169773 140 357 0 1398494 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 10408568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8555
/proc/meminfo: memFree=22462460/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5596576 CPUtime=1676.97 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 814985 0 0 0 167348 349 0 0 20 0 1 0 376355675 5730893824 1170105 33554432000 4194304 5654031 140734088930400 140734088928232 4232625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1399144 1170105 140 357 0 1398784 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10409728

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

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

[startup+1800.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8555
/proc/meminfo: memFree=22462460/32873852 swapFree=6864/6864
[pid=8388] ppid=8386 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8388/stat : 8388 (npSolver-pbo-It) S 8386 8388 7832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376343308 9367552 275 33554432000 4194304 5064252 140735064256256 140735064255168 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8388/statm: 2287 275 233 213 0 72 0
[pid=8389] ppid=8388 vsize=4804004 CPUtime=123.12 cores=1,3,5,7
/proc/8389/stat : 8389 (npSolver-pbo) S 8388 8388 7832 0 -1 4202496 116369 29171 0 0 3651 494 7736 431 20 0 1 0 376343308 4919300096 718188 33554432000 4194304 6004724 140736532660912 140736532647192 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8389/statm: 1201001 718188 167 442 0 1200555 0
[pid=8398] ppid=8389 vsize=5596576 CPUtime=1676.97 cores=1,3,5,7
/proc/8398/stat : 8398 (glucosInc) R 8389 8388 7832 0 -1 4202496 814985 0 0 0 167348 349 0 0 20 0 1 0 376355675 5730893824 1170105 33554432000 4194304 5654031 140734088930400 140734088928232 4232625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8398/statm: 1399144 1170105 140 357 0 1398784 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10409728

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.92
CPU time (s): 1800.09
CPU user time (s): 1787.35
CPU system time (s): 12.74
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 10502100

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= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.32034 second user time and 10.9853 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-07 22:49:39
IDJOB=3747288
IDBENCH=2954
IDSOLVER=2332
FILE ID=node129/3747288-1339102177
RUNJOBID= node129-1339098175-7849
PBS_JOBID= 14643724
Free space on /tmp= 69508 MiB

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

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

MD5SUM BENCH= b1eab2cf935e923f8f1ff9f24be23d02
RANDOM SEED=373635658

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25893344 kB
Buffers:           93720 kB
Cached:          1841080 kB
SwapCached:         2160 kB
Active:          5692244 kB
Inactive:         474384 kB
Active(anon):    4231712 kB
Inactive(anon):     2728 kB
Active(file):    1460532 kB
Inactive(file):   471656 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100408 kB
Dirty:             63872 kB
Writeback:             0 kB
AnonPages:       4239232 kB
Mapped:            10008 kB
Shmem:                 0 kB
Slab:             666556 kB
SReclaimable:     108540 kB
SUnreclaim:       558016 kB
KernelStack:        1448 kB
PageTables:        12380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    5905276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2418688 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= 69460 MiB
End job on node129 at 2012-06-07 23:19:42