Trace number 3751991

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.02 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1792.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494527
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494527
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.58/1.65	c run inc solver
1.58/1.65	c [INC SYSTEM] run initial solver
1.58/1.65	c [INC SYSTEM] preprocess with white file
2.86/2.96	c [INC SYSTEM] finished preprocessing in 1 s
2.86/2.96	c [INC SYSTEM] execute solver
3.26/3.34	c [INC SEARCH] formula is SAT
3.26/3.35	c [INC SYSTEM] solved the initial formula
3.96/4.02	c model valid
3.96/4.02	c current solution ok
4.98/5.22	o 6645
4.98/5.22	c starting approximation
4.98/5.22	c factor = 2
4.98/5.22	c factor still to low - shrinking to 199.35
4.98/5.22	c approx number of clauses: 1e+06
4.98/5.22	c current bound: 3322
5.57/5.88	c leaving approximation
5.57/5.88	c finished approximation
5.57/5.88	c [INC SYSTEM] there exists a inc, kill it!
5.57/5.88	c write failed with 2
5.57/5.88	c [INC SEARCH] iteration: 0
5.57/5.88	c [INC BOUNDS] best value:6645 search for 6644
5.57/5.88	c [INC SYSTEM] create new solver instance
5.57/5.88	c [INC] encode full formula
5.57/5.88	c fallback to adder encoding
6.30/6.55	c set iterative enc to: adder
6.30/6.55	c set iterative enc to: none
6.39/6.65	c [INC SEARCH] isOptimum variable: 0

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-3751991-1339116234/watcher-3751991-1339116234 -o /tmp/evaluation-result-3751991-1339116234/solver-3751991-1339116234 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751991-1339116234.opb 2110157614 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.01 1.93 3/178 13679
/proc/meminfo: memFree=26619008/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (runsolver) D 13677 13679 11259 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 377748830 12095488 51 33554432000 4194304 5436572 140735672269728 140735672266024 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/13679/statm: 2953 51 31 304 0 2645 0

[startup+0.00659394 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13679
/proc/meminfo: memFree=26619008/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=1176 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) R 13677 13679 11259 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 377748830 1204224 34 33554432000 4194304 5064252 140733971825648 140735672265912 270698376487 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 851 43 34 213 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1176

[startup+0.100147 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13679
/proc/meminfo: memFree=26619008/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300164 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13679
/proc/meminfo: memFree=26619008/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13679
/proc/meminfo: memFree=26619008/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 1.93 3/180 13681
/proc/meminfo: memFree=26465040/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229596 CPUtime=1.48 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) R 13679 13679 11259 0 -1 4202496 40828 0 0 0 137 11 0 0 20 0 1 0 377748831 235106304 57015 33554432000 4194304 6004724 140736842632176 140736842628616 4583016 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13681/statm: 57399 57015 137 442 0 56953 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 238744

[startup+3.10022 s]
/proc/loadavg: 2.01 2.01 1.93 3/182 13683
/proc/meminfo: memFree=26333520/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229596 CPUtime=2.93 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 40862 12465 0 0 151 13 124 5 20 0 1 0 377748831 235106304 57034 33554432000 4194304 6004724 140736842632176 140736842618456 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13681/statm: 57399 57034 152 442 0 56953 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 238744

[startup+6.30019 s]
/proc/loadavg: 2.01 2.01 1.93 3/183 13688
/proc/meminfo: memFree=26308644/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=262368 CPUtime=6.09 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) R 13679 13679 11259 0 -1 4202496 54755 41975 0 0 284 101 210 14 20 0 1 0 377748831 268664832 64452 33554432000 4194304 6004724 140736842632176 140736842628256 4536193 0 0 4096 0 0 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 65592 64452 195 442 0 65146 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 271516

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 13695
/proc/meminfo: memFree=26132512/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=164432 CPUtime=6.03 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 31493 0 0 0 596 7 0 0 20 0 1 0 377749496 168378368 37578 33554432000 4194304 5654031 140733648235776 140733648223592 4214996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 41108 37578 141 357 0 40748 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 403180

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 13695
/proc/meminfo: memFree=26112320/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=165932 CPUtime=18.83 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 34007 0 0 0 1873 10 0 0 20 0 1 0 377749496 169914368 35867 33554432000 4194304 5654031 140733648235776 140733648223592 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 41483 35867 141 357 0 41123 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 404680

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 13695
/proc/meminfo: memFree=26091100/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=169236 CPUtime=44.43 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 38731 0 0 0 4426 17 0 0 20 0 1 0 377749496 173297664 36762 33554432000 4194304 5654031 140733648235776 140733648223592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 42309 36762 141 357 0 41949 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 407984

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13696
/proc/meminfo: memFree=26167476/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=171700 CPUtime=95.62 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 42860 0 0 0 9537 25 0 0 20 0 1 0 377749496 175820800 40362 33554432000 4194304 5654031 140733648235776 140733648233800 4215913 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 42925 40362 141 357 0 42565 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 410448

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13698
/proc/meminfo: memFree=26162584/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=254032 CPUtime=155.61 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 48018 0 0 0 15520 41 0 0 20 0 1 0 377749496 260128768 56926 33554432000 4194304 5654031 140733648235776 140733648233864 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 63508 56926 141 357 0 63148 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 492780

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13698
/proc/meminfo: memFree=26170092/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=254660 CPUtime=215.59 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 52160 0 0 0 21504 55 0 0 20 0 1 0 377749496 260771840 49421 33554432000 4194304 5654031 140733648235776 140733648233864 4215353 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 63665 49421 141 357 0 63305 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 493408

[startup+282.3 s]
/proc/loadavg: 2.11 2.03 1.94 3/181 13698
/proc/meminfo: memFree=25985940/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=469212 CPUtime=275.56 cores=0,2,4,6

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

/proc/meminfo: memFree=25827248/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=478732 CPUtime=1295.38 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 86388 0 0 0 129297 241 0 0 20 0 1 0 377749496 490221568 101932 33554432000 4194304 5654031 140733648235776 140733648233560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 119683 101932 141 357 0 119323 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 717480

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/182 13782
/proc/meminfo: memFree=25590336/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=1043296 CPUtime=1355.36 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 87355 0 0 0 135286 250 0 0 20 0 1 0 377749496 1068335104 178016 33554432000 4194304 5654031 140733648235776 140733648233864 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 260824 178016 141 357 0 260464 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1282044

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.95 3/182 13782
/proc/meminfo: memFree=25801600/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=479808 CPUtime=1415.35 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 88509 0 0 0 141275 260 0 0 20 0 1 0 377749496 491323392 109845 33554432000 4194304 5654031 140733648235776 140733648233864 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 119952 109845 141 357 0 119592 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 718556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 13782
/proc/meminfo: memFree=25534032/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=1043980 CPUtime=1475.34 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 89374 0 0 0 147267 267 0 0 20 0 1 0 377749496 1069035520 181227 33554432000 4194304 5654031 140733648235776 140733648233864 4233448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 260995 181227 141 357 0 260635 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 1282728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 13782
/proc/meminfo: memFree=25810332/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=480336 CPUtime=1535.33 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 90518 0 0 0 153255 278 0 0 20 0 1 0 377749496 491864064 100763 33554432000 4194304 5654031 140733648235776 140733648233864 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 120084 100763 141 357 0 119724 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 719084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 13786
/proc/meminfo: memFree=25573532/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=1044888 CPUtime=1595.3 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 91469 0 0 0 159244 286 0 0 20 0 1 0 377749496 1069965312 172779 33554432000 4194304 5654031 140733648235776 140733648233560 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 261222 172779 141 357 0 260862 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 1283636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 13987
/proc/meminfo: memFree=25812080/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=480716 CPUtime=1655.28 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 92523 0 0 0 165229 299 0 0 20 0 1 0 377749496 492253184 106028 33554432000 4194304 5654031 140733648235776 140733648233864 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 120179 106028 141 357 0 119819 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 719464

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.96 4/181 13987
/proc/meminfo: memFree=25587996/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=1045348 CPUtime=1715.28 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 93432 0 0 0 171222 306 0 0 20 0 1 0 377749496 1070436352 179497 33554432000 4194304 5654031 140733648235776 140733648233560 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 261337 179497 141 357 0 260977 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 1284096

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/181 13987
/proc/meminfo: memFree=25924132/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=349512 CPUtime=1775.27 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 93888 0 0 0 177212 315 0 0 20 0 1 0 377749496 357900288 82491 33554432000 4194304 5654031 140733648235776 140733648233800 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 87378 82491 141 357 0 87018 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 588260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.17 2.05 1.97 3/181 13987
/proc/meminfo: memFree=25791264/32873648 swapFree=7376/7376
[pid=13679] ppid=13677 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13679/stat : 13679 (npSolver-pbo-It) S 13677 13679 11259 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377748830 9367552 275 33554432000 4194304 5064252 140733971825648 140733971824560 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13679/statm: 2287 275 233 213 0 72 0
[pid=13681] ppid=13679 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/13681/stat : 13681 (npSolver-pbo) S 13679 13679 11259 0 -1 4202496 55938 42490 0 0 309 109 210 16 20 0 1 0 377748831 235110400 57078 33554432000 4194304 6004724 140736842632176 140736842618024 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 17 0 0
/proc/13681/statm: 57400 57078 195 442 0 56954 0
[pid=13695] ppid=13681 vsize=481772 CPUtime=1793.58 cores=0,2,4,6
/proc/13695/stat : 13695 (glucosInc) R 13681 13679 11259 0 -1 4202496 94399 0 0 0 179040 318 0 0 20 0 1 0 377749496 493334528 105996 33554432000 4194304 5654031 140733648235776 140733648233864 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13695/statm: 120443 105996 141 357 0 120083 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 720520

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.02
CPU user time (s): 1795.59
CPU system time (s): 4.43
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 1496308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
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= 3

runsolver used 3.97939 second user time and 10.1245 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-08 02:43:54
IDJOB=3751991
IDBENCH=1972
IDSOLVER=2335
FILE ID=node125/3751991-1339116234
RUNJOBID= node125-1339112632-13349
PBS_JOBID= 14643728
Free space on /tmp= 70780 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751991-1339116234/watcher-3751991-1339116234 -o /tmp/evaluation-result-3751991-1339116234/solver-3751991-1339116234 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751991-1339116234.opb 2110157614 HOME HOME

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=2110157614

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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	: 5438.54
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.373
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.373
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:        26619544 kB
Buffers:          640988 kB
Cached:          4575276 kB
SwapCached:         2256 kB
Active:          2354216 kB
Inactive:        2985796 kB
Active(anon):     114828 kB
Inactive(anon):     9460 kB
Active(file):    2239388 kB
Inactive(file):  2976336 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67102620 kB
Dirty:             24872 kB
Writeback:            20 kB
AnonPages:        150364 kB
Mapped:            15480 kB
Shmem:                96 kB
Slab:             776852 kB
SReclaimable:     220724 kB
SUnreclaim:       556128 kB
KernelStack:        1512 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     239820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 70708 MiB
End job on node125 at 2012-06-08 03:13:57