Trace number 3751605

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 1801.52

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp98ic.opb
MD5SUM719fde9b23d3f6b632131842d6adb45e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark622354759199999996
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10894
Total number of constraints825
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)624
Number of constraints which are nor clauses,nor cardinality constraints181
Minimum length of a constraint2
Maximum length of a constraint5038
Number of terms in the objective function 10894
Biggest coefficient in the objective function 172784353600000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 486507432685759999927
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 172784353600000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 486507432685759999927
Number of bits of the biggest sum of numbers69
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

19.16/19.58	c run inc solver
19.16/19.58	c [INC SYSTEM] run initial solver
19.16/19.58	c [INC SYSTEM] preprocess with white file
79.01/80.42	c [INC SYSTEM] finished preprocessing in 60 s
79.01/80.42	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-3751605-1339165187/watcher-3751605-1339165187 -o /tmp/evaluation-result-3751605-1339165187/solver-3751605-1339165187 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751605-1339165187.opb 924233783 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: 0.95 1.48 1.79 3/174 8285
/proc/meminfo: memFree=26612976/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0

[startup+0.00851806 s]
/proc/loadavg: 0.95 1.48 1.79 3/174 8285
/proc/meminfo: memFree=26612976/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100247 s]
/proc/loadavg: 0.95 1.48 1.79 3/174 8285
/proc/meminfo: memFree=26612976/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300377 s]
/proc/loadavg: 0.95 1.48 1.79 3/174 8285
/proc/meminfo: memFree=26612976/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700341 s]
/proc/loadavg: 0.95 1.48 1.79 3/174 8285
/proc/meminfo: memFree=26612976/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 0.95 1.48 1.79 3/179 8293
/proc/meminfo: memFree=26429632/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=182408 CPUtime=1.49 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) R 8285 8285 27892 0 -1 4202496 10493 0 0 0 144 5 0 0 20 0 1 0 382644137 186785792 30466 33554432000 4194304 6004724 140733733650256 140733733644856 4617922 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8286/statm: 45602 30466 154 442 0 45156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191556

[startup+3.1004 s]
/proc/loadavg: 0.95 1.48 1.79 3/179 8293
/proc/meminfo: memFree=26291876/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=313480 CPUtime=3.09 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) R 8285 8285 27892 0 -1 4202496 11125 0 0 0 299 10 0 0 20 0 1 0 382644137 321003520 59650 33554432000 4194304 6004724 140733733650256 140733733644536 5055504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8286/statm: 78370 59650 154 442 0 77924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 322628

[startup+6.30034 s]
/proc/loadavg: 1.03 1.49 1.79 3/179 8293
/proc/meminfo: memFree=25817540/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=575624 CPUtime=6.28 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) R 8285 8285 27892 0 -1 4202496 11883 0 0 0 610 18 0 0 20 0 1 0 382644137 589438976 120578 33554432000 4194304 6004724 140733733650256 140733733644856 5055481 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8286/statm: 143906 120578 154 442 0 143460 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 584772

[startup+12.7003 s]
/proc/loadavg: 1.11 1.50 1.79 3/181 8295
/proc/meminfo: memFree=24240436/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=1100020 CPUtime=12.68 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) R 8285 8285 27892 0 -1 4202496 12918 0 0 0 1232 36 0 0 20 0 1 0 382644137 1126420480 242583 33554432000 4194304 6004724 140733733650256 140733733644856 4536263 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8286/statm: 275005 242583 154 442 0 274559 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1109168

[startup+25.5004 s]
/proc/loadavg: 1.60 1.58 1.81 3/184 8300
/proc/meminfo: memFree=21002608/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=19.26 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15018 0 0 0 1677 249 0 0 20 0 1 0 382644137 2170957824 311238 33554432000 4194304 6004724 140733733650256 140733733644720 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311238 163 442 0 529573 0
[pid=8299] ppid=8286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8299/stat : 8299 (cp2_pre.sh) S 8286 8285 27892 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 382646097 9367552 277 33554432000 4194304 5064252 140737292039712 140737292038416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8299/statm: 2287 277 234 213 0 72 0
[pid=8300] ppid=8299 vsize=620976 CPUtime=5.89 cores=1,3,5,7
/proc/8300/stat : 8300 (coprocessor) R 8299 8285 27892 0 -1 4202496 16975 0 0 0 563 26 0 0 20 0 1 0 382646097 635879424 153309 33554432000 4194304 6586260 140736911099280 140736911096040 4373476 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8300/statm: 155244 153309 138 584 0 154656 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 2759348

[startup+51.1071 s]
/proc/loadavg: 2.07 1.70 1.84 3/183 8302
/proc/meminfo: memFree=19153556/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=19.26 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15018 0 0 0 1677 249 0 0 20 0 1 0 382644137 2170957824 311238 33554432000 4194304 6004724 140733733650256 140733733644720 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311238 163 442 0 529573 0
[pid=8299] ppid=8286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8299/stat : 8299 (cp2_pre.sh) S 8286 8285 27892 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 382646097 9367552 277 33554432000 4194304 5064252 140737292039712 140737292038416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8299/statm: 2287 277 234 213 0 72 0
[pid=8300] ppid=8299 vsize=2282800 CPUtime=31.31 cores=1,3,5,7
/proc/8300/stat : 8300 (coprocessor) R 8299 8285 27892 0 -1 4202496 24671 0 0 0 2965 166 0 0 20 0 1 0 382646097 2337587200 472747 33554432000 4194304 6586260 140736911099280 140736911095032 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 18 0 0
/proc/8300/statm: 570700 472747 158 584 0 570112 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 4421172

[startup+102.3 s]
/proc/loadavg: 2.06 1.76 1.85 3/182 8305
/proc/meminfo: memFree=18850364/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=2956084 CPUtime=21.86 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 299857 0 0 0 2075 111 0 0 20 0 1 0 382652180 3027030016 650377 33554432000 4194304 5654031 140733430271248 140733430259064 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8305/statm: 739021 650377 141 357 0 738661 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 5085308

[startup+162.3 s]
/proc/loadavg: 2.10 1.81 1.87 3/181 8305
/proc/meminfo: memFree=18724904/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3576700 CPUtime=81.85 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 304501 0 0 0 8070 115 0 0 20 0 1 0 382652180 3662540800 679012 33554432000 4194304 5654031 140733430271248 140733430269016 4232949 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8305/statm: 894175 679012 141 357 0 893815 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 5705924

[startup+222.3 s]
/proc/loadavg: 2.04 1.85 1.87 3/180 8305
/proc/meminfo: memFree=18641944/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3577056 CPUtime=141.83 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 304656 0 0 0 14068 115 0 0 20 0 1 0 382652180 3662905344 695008 33554432000 4194304 5654031 140733430271248 140733430259064 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8305/statm: 894264 695008 141 357 0 893904 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 5706280

[startup+282.3 s]
/proc/loadavg: 2.01 1.87 1.88 3/181 8306
/proc/meminfo: memFree=18593592/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7

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

/proc/meminfo: memFree=18462116/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3652388 CPUtime=1281.67 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 327115 0 0 0 127956 211 0 0 20 0 1 0 382652180 3740045312 734583 33554432000 4194304 5654031 140733430271248 140733430259064 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 913097 734583 142 357 0 912737 0
Current children cumulated CPU time (s) 1360.89
Current children cumulated vsize (KiB) 5781612

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/181 8315
/proc/meminfo: memFree=18423952/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3655992 CPUtime=1341.65 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 327971 0 0 0 133953 212 0 0 20 0 1 0 382652180 3743735808 744126 33554432000 4194304 5654031 140733430271248 140733430259064 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 913998 744126 142 357 0 913638 0
Current children cumulated CPU time (s) 1420.87
Current children cumulated vsize (KiB) 5785216

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/181 8316
/proc/meminfo: memFree=18635624/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3090412 CPUtime=1401.64 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 329338 0 0 0 139934 230 0 0 20 0 1 0 382652180 3164581888 691134 33554432000 4194304 5654031 140733430271248 140733430259064 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 772603 691134 142 357 0 772243 0
Current children cumulated CPU time (s) 1480.86
Current children cumulated vsize (KiB) 5219636

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/181 8316
/proc/meminfo: memFree=18596892/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3662080 CPUtime=1461.64 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 330980 0 0 0 145926 238 0 0 20 0 1 0 382652180 3749969920 700405 33554432000 4194304 5654031 140733430271248 140733430259064 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 915520 700405 142 357 0 915160 0
Current children cumulated CPU time (s) 1540.86
Current children cumulated vsize (KiB) 5791304

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/181 8316
/proc/meminfo: memFree=18558852/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3665456 CPUtime=1521.63 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 331800 0 0 0 151924 239 0 0 20 0 1 0 382652180 3753426944 709912 33554432000 4194304 5654031 140733430271248 140733430259064 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 916364 709912 142 357 0 916004 0
Current children cumulated CPU time (s) 1600.85
Current children cumulated vsize (KiB) 5794680

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/181 8316
/proc/meminfo: memFree=18502140/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3699848 CPUtime=1581.62 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 334693 0 0 0 157921 241 0 0 20 0 1 0 382652180 3788644352 724558 33554432000 4194304 5654031 140733430271248 140733430259064 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 924962 724558 142 357 0 924602 0
Current children cumulated CPU time (s) 1660.84
Current children cumulated vsize (KiB) 5829072

[startup+1722.3 s]
/proc/loadavg: 2.03 1.99 1.92 3/181 8316
/proc/meminfo: memFree=18462732/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3699848 CPUtime=1641.6 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 334716 0 0 0 163919 241 0 0 20 0 1 0 382652180 3788644352 733779 33554432000 4194304 5654031 140733430271248 140733430259064 4219849 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 924962 733779 142 357 0 924602 0
Current children cumulated CPU time (s) 1720.82
Current children cumulated vsize (KiB) 5829072

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.92 3/181 8317
/proc/meminfo: memFree=18421712/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3722808 CPUtime=1701.59 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 335095 0 0 0 169917 242 0 0 20 0 1 0 382652180 3812155392 744378 33554432000 4194304 5654031 140733430271248 140733430259064 4215126 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 930702 744378 142 357 0 930342 0
Current children cumulated CPU time (s) 1780.81
Current children cumulated vsize (KiB) 5852032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.01 1.99 1.92 2/177 8318
/proc/meminfo: memFree=20651112/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3722808 CPUtime=1720.8 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 335103 0 0 0 171837 243 0 0 20 0 1 0 382652180 3812155392 748474 33554432000 4194304 5654031 140733430271248 140733430259064 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 930702 748474 142 357 0 930342 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5852032

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

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

[startup+1801.5 s]
/proc/loadavg: 2.01 1.99 1.92 2/177 8318
/proc/meminfo: memFree=20651112/32873844 swapFree=7896/7896
[pid=8285] ppid=8283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8285/stat : 8285 (npSolver-pbo-It) S 8283 8285 27892 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382644137 9367552 275 33554432000 4194304 5064252 140736715260400 140736715259312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8285/statm: 2287 275 233 213 0 72 0
[pid=8286] ppid=8285 vsize=2120076 CPUtime=79.22 cores=1,3,5,7
/proc/8286/stat : 8286 (npSolver-pbo) S 8285 8285 27892 0 -1 4202496 15036 25574 0 0 1677 249 5653 343 20 0 1 0 382644137 2170957824 311242 33554432000 4194304 6004724 140733733650256 140733733636536 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 32 0 0
/proc/8286/statm: 530019 311242 167 442 0 529573 0
[pid=8305] ppid=8286 vsize=3722808 CPUtime=1720.8 cores=1,3,5,7
/proc/8305/stat : 8305 (glucosInc) R 8286 8285 27892 0 -1 4202496 335103 0 0 0 171837 243 0 0 20 0 1 0 382652180 3812155392 748474 33554432000 4194304 5654031 140733430271248 140733430259064 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8305/statm: 930702 748474 142 357 0 930342 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5852032

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8285 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): 1801.52
CPU time (s): 1800.02
CPU user time (s): 1791.67
CPU system time (s): 8.35
CPU usage (%): 99.9169
Max. virtual memory (cumulated for all children) (KiB): 6695080

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= 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= 2

runsolver used 4.98324 second user time and 10.5014 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 16:19:47
IDJOB=3751605
IDBENCH=89881
IDSOLVER=2335
FILE ID=node136/3751605-1339165187
RUNJOBID= node136-1339165187-8263
PBS_JOBID= 14643778
Free space on /tmp= 70344 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-sp98ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751605-1339165187/watcher-3751605-1339165187 -o /tmp/evaluation-result-3751605-1339165187/solver-3751605-1339165187 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751605-1339165187.opb 924233783 HOME HOME

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

MD5SUM BENCH= 719fde9b23d3f6b632131842d6adb45e
RANDOM SEED=924233783

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26613348 kB
Buffers:         1332696 kB
Cached:          3972068 kB
SwapCached:        20284 kB
Active:          2656204 kB
Inactive:        2678644 kB
Active(anon):       2184 kB
Inactive(anon):    22808 kB
Active(file):    2654020 kB
Inactive(file):  2655836 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083244 kB
Dirty:             29112 kB
Writeback:             0 kB
AnonPages:        107040 kB
Mapped:             8788 kB
Shmem:                 0 kB
Slab:             785624 kB
SReclaimable:     226884 kB
SUnreclaim:       558740 kB
KernelStack:        1392 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 69136 MiB
End job on node136 at 2012-06-08 16:49:50