Trace number 3746652

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 1801.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-share1b.opb
MD5SUM5f65628b04d3927231e0304c2eb471a1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.374942
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6750
Total number of constraints117
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints117
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 930
Biggest coefficient in the objective function 268435456000000
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 2701523689249770
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 7098668259737600
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 57387730531810471
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

17.34/17.41	c run inc solver
17.34/17.41	c [INC SYSTEM] run initial solver
17.34/17.41	c [INC SYSTEM] preprocess with white file
70.96/72.44	c [INC SYSTEM] finished preprocessing in 55 s
70.96/72.44	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-3746652-1339100170/watcher-3746652-1339100170 -o /tmp/evaluation-result-3746652-1339100170/solver-3746652-1339100170 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746652-1339100170.opb 261770730 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: 1.98 1.98 1.73 3/178 26242
/proc/meminfo: memFree=28785556/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0

[startup+0.102124 s]
/proc/loadavg: 1.98 1.98 1.73 3/178 26242
/proc/meminfo: memFree=28785556/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200306 s]
/proc/loadavg: 1.98 1.98 1.73 3/178 26242
/proc/meminfo: memFree=28785556/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 1.98 1.98 1.73 3/178 26242
/proc/meminfo: memFree=28785556/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 1.98 1.98 1.73 3/178 26242
/proc/meminfo: memFree=28785556/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.98 1.98 1.73 3/180 26244
/proc/meminfo: memFree=28716592/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=98380 CPUtime=1.49 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) R 26242 26242 25783 0 -1 4202496 10004 0 0 0 146 3 0 0 20 0 1 0 376142913 100741120 23972 33554432000 4194304 6004724 140735552245120 140735552234632 5055473 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26243/statm: 24595 23972 154 442 0 24149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107528

[startup+3.10034 s]
/proc/loadavg: 1.98 1.98 1.73 3/180 26244
/proc/meminfo: memFree=28638272/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=294996 CPUtime=3.09 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) R 26242 26242 25783 0 -1 4202496 11031 0 0 0 301 8 0 0 20 0 1 0 376142913 302075904 52497 33554432000 4194304 6004724 140735552245120 140735552239720 4579232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26243/statm: 73749 52497 154 442 0 73303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 304144

[startup+6.30034 s]
/proc/loadavg: 1.98 1.98 1.73 3/180 26244
/proc/meminfo: memFree=28395872/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=558024 CPUtime=6.29 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) R 26242 26242 25783 0 -1 4202496 11989 0 0 0 613 16 0 0 20 0 1 0 376142913 571416576 112603 33554432000 4194304 6004724 140735552245120 140735552240152 4209089 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26243/statm: 139506 112603 154 442 0 139060 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 567172

[startup+12.7003 s]
/proc/loadavg: 1.99 1.98 1.73 3/180 26244
/proc/meminfo: memFree=27898700/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=1082312 CPUtime=12.68 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) R 26242 26242 25783 0 -1 4202496 12990 0 0 0 1237 31 0 0 20 0 1 0 376142913 1108287488 232411 33554432000 4194304 6004724 140735552245120 140735552240072 4535928 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26243/statm: 270578 232411 154 442 0 270132 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1091460

[startup+25.5004 s]
/proc/loadavg: 2.07 2.00 1.74 3/182 26246
/proc/meminfo: memFree=25595720/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=17.36 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15302 0 0 0 1526 210 0 0 20 0 1 0 376142913 2152824832 274958 33554432000 4194304 6004724 140735552245120 140735552239584 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274958 163 442 0 525146 0
[pid=26245] ppid=26243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26245/stat : 26245 (cp2_pre.sh) S 26243 26242 25783 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376144655 9367552 277 33554432000 4194304 5064252 140735599903664 140735599902368 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26245/statm: 2287 277 234 213 0 72 0
[pid=26246] ppid=26245 vsize=982760 CPUtime=8.06 cores=1,3,5,7
/proc/26246/stat : 26246 (coprocessor) R 26245 26242 25783 0 -1 4202496 19178 0 0 0 773 33 0 0 20 0 1 0 376144655 1006346240 234935 33554432000 4194304 6586260 140733324951792 140733324948552 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 245690 234935 137 584 0 245102 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 3103424

[startup+51.1002 s]
/proc/loadavg: 2.16 2.03 1.76 3/182 26246
/proc/meminfo: memFree=24192988/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=17.36 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15302 0 0 0 1526 210 0 0 20 0 1 0 376142913 2152824832 274958 33554432000 4194304 6004724 140735552245120 140735552239584 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274958 163 442 0 525146 0
[pid=26245] ppid=26243 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26245/stat : 26245 (cp2_pre.sh) S 26243 26242 25783 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376144655 9367552 277 33554432000 4194304 5064252 140735599903664 140735599902368 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26245/statm: 2287 277 234 213 0 72 0
[pid=26246] ppid=26245 vsize=2217588 CPUtime=32.7 cores=1,3,5,7
/proc/26246/stat : 26246 (coprocessor) R 26245 26242 25783 0 -1 4202496 24534 0 0 0 3115 155 0 0 20 0 1 0 376144655 2270810112 458169 33554432000 4194304 6586260 140733324951792 140733324947544 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 97 0 0
/proc/26246/statm: 554397 458169 158 584 0 553809 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 4338252

[startup+102.3 s]
/proc/loadavg: 2.12 2.04 1.77 3/181 26248
/proc/meminfo: memFree=24249636/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2728320 CPUtime=29.84 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 263855 0 0 0 2900 84 0 0 20 0 1 0 376150158 2793799680 576279 33554432000 4194304 5654031 140737449304352 140737449292168 4214603 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26248/statm: 682080 576279 140 357 0 681720 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 4839836

[startup+162.307 s]
/proc/loadavg: 2.04 2.03 1.79 3/181 26248
/proc/meminfo: memFree=24142484/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2790372 CPUtime=89.84 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 267905 0 0 0 8897 87 0 0 20 0 1 0 376150158 2857340928 599747 33554432000 4194304 5654031 140737449304352 140737449292168 4215091 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26248/statm: 697593 599747 140 357 0 697233 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 4901888

[startup+222.3 s]
/proc/loadavg: 2.09 2.04 1.80 3/181 26248
/proc/meminfo: memFree=24065912/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2812000 CPUtime=149.81 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 268657 0 0 0 14893 88 0 0 20 0 1 0 376150158 2879488000 616340 33554432000 4194304 5654031 140737449304352 140737449292168 4215097 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26248/statm: 703000 616340 140 357 0 702640 0
Current children cumulated CPU time (s) 220.96
Current children cumulated vsize (KiB) 4923516

[startup+282.3 s]
/proc/loadavg: 2.07 2.04 1.82 3/182 26252
/proc/meminfo: memFree=24009156/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7

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

/proc/meminfo: memFree=23884896/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2918128 CPUtime=1289.64 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 278364 0 0 0 128776 188 0 0 20 0 1 0 376150158 2988163072 637915 33554432000 4194304 5654031 140737449304352 140737449292168 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 729532 637915 141 357 0 729172 0
Current children cumulated CPU time (s) 1360.79
Current children cumulated vsize (KiB) 5029644

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 26259
/proc/meminfo: memFree=23829072/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2918128 CPUtime=1349.62 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 278395 0 0 0 134773 189 0 0 20 0 1 0 376150158 2988163072 648162 33554432000 4194304 5654031 140737449304352 140737449292168 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 729532 648162 141 357 0 729172 0
Current children cumulated CPU time (s) 1420.77
Current children cumulated vsize (KiB) 5029644

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/182 26263
/proc/meminfo: memFree=23790676/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=3485656 CPUtime=1409.61 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 279226 0 0 0 140765 196 0 0 20 0 1 0 376150158 3569311744 657120 33554432000 4194304 5654031 140737449304352 140737449292168 4215076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 871414 657120 141 357 0 871054 0
Current children cumulated CPU time (s) 1480.76
Current children cumulated vsize (KiB) 5597172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 26263
/proc/meminfo: memFree=23748560/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=3498900 CPUtime=1469.59 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 279261 0 0 0 146762 197 0 0 20 0 1 0 376150158 3582873600 668430 33554432000 4194304 5654031 140737449304352 140737449292168 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 874725 668430 141 357 0 874365 0
Current children cumulated CPU time (s) 1540.74
Current children cumulated vsize (KiB) 5610416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 26263
/proc/meminfo: memFree=23693356/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=3517752 CPUtime=1529.58 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 279283 0 0 0 152760 198 0 0 20 0 1 0 376150158 3602178048 678807 33554432000 4194304 5654031 140737449304352 140737449292168 4232932 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 879438 678807 141 357 0 879078 0
Current children cumulated CPU time (s) 1600.73
Current children cumulated vsize (KiB) 5629268

[startup+1662.3 s]
/proc/loadavg: 1.88 1.97 1.90 3/181 26458
/proc/meminfo: memFree=24250640/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2950224 CPUtime=1589.57 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 279965 0 0 0 158741 216 0 0 20 0 1 0 376150158 3021029376 633497 33554432000 4194304 5654031 140737449304352 140737449292168 4216690 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 737556 633497 141 357 0 737196 0
Current children cumulated CPU time (s) 1660.72
Current children cumulated vsize (KiB) 5061740

[startup+1722.3 s]
/proc/loadavg: 1.95 1.97 1.91 3/181 26458
/proc/meminfo: memFree=24179040/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2950224 CPUtime=1649.56 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 280510 0 0 0 164739 217 0 0 20 0 1 0 376150158 3021029376 644767 33554432000 4194304 5654031 140737449304352 140737449292168 4232912 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 737556 644767 141 357 0 737196 0
Current children cumulated CPU time (s) 1720.71
Current children cumulated vsize (KiB) 5061740

[startup+1782.3 s]
/proc/loadavg: 1.98 1.97 1.91 3/181 26459
/proc/meminfo: memFree=24123180/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2950224 CPUtime=1709.53 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 280554 0 0 0 170736 217 0 0 20 0 1 0 376150158 3021029376 655527 33554432000 4194304 5654031 140737449304352 140737449292168 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 737556 655527 141 357 0 737196 0
Current children cumulated CPU time (s) 1780.68
Current children cumulated vsize (KiB) 5061740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/181 26459
/proc/meminfo: memFree=24102688/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2950224 CPUtime=1728.94 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 280565 0 0 0 172676 218 0 0 20 0 1 0 376150158 3021029376 660647 33554432000 4194304 5654031 140737449304352 140737449292168 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 737556 660647 141 357 0 737196 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5061740

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

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

[startup+1801.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/181 26459
/proc/meminfo: memFree=24102688/32873648 swapFree=7112/7112
[pid=26242] ppid=26240 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26242/stat : 26242 (npSolver-pbo-It) S 26240 26242 25783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376142913 9367552 274 33554432000 4194304 5064252 140734615542880 140734615541792 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26242/statm: 2287 274 233 213 0 72 0
[pid=26243] ppid=26242 vsize=2102368 CPUtime=71.15 cores=1,3,5,7
/proc/26243/stat : 26243 (npSolver-pbo) S 26242 26242 25783 0 -1 4202496 15322 25436 0 0 1526 210 5085 294 20 0 1 0 376142913 2152824832 274962 33554432000 4194304 6004724 140735552245120 140735552231400 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/26243/statm: 525592 274962 167 442 0 525146 0
[pid=26248] ppid=26243 vsize=2950224 CPUtime=1728.94 cores=1,3,5,7
/proc/26248/stat : 26248 (glucosInc) R 26243 26242 25783 0 -1 4202496 280565 0 0 0 172676 218 0 0 20 0 1 0 376150158 3021029376 660647 33554432000 4194304 5654031 140737449304352 140737449292168 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26248/statm: 737556 660647 141 357 0 737196 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 5061740

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26242 and gives
#  childrusage.ru_utime.tv_sec=66
#  childrusage.ru_utime.tv_usec=124947
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=58231
# CPU time returned by wait4() is 71.1832
# 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): 1801.72
CPU time (s): 1800.09
CPU user time (s): 1792.87
CPU system time (s): 7.22
CPU usage (%): 99.9098
Max. virtual memory (cumulated for all children) (KiB): 6537316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.1249
system time used= 5.05823
maximum resident set size= 2193972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41116
page faults= 0
swaps= 0
block input operations= 64
block output operations= 4343936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 85

runsolver used 3.08253 second user time and 11.2613 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-07 22:16:10
IDJOB=3746652
IDBENCH=2385
IDSOLVER=2332
FILE ID=node126/3746652-1339100170
RUNJOBID= node126-1339098177-25800
PBS_JOBID= 14643727
Free space on /tmp= 71012 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-share1b.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746652-1339100170/watcher-3746652-1339100170 -o /tmp/evaluation-result-3746652-1339100170/solver-3746652-1339100170 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746652-1339100170.opb 261770730 HOME HOME

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

MD5SUM BENCH= 5f65628b04d3927231e0304c2eb471a1
RANDOM SEED=261770730

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28785820 kB
Buffers:          399180 kB
Cached:          2624636 kB
SwapCached:         9380 kB
Active:          1705320 kB
Inactive:        1515036 kB
Active(anon):     186540 kB
Inactive(anon):    12108 kB
Active(file):    1518780 kB
Inactive(file):  1502928 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:              8932 kB
Writeback:             0 kB
AnonPages:        194524 kB
Mapped:            10956 kB
Shmem:                 0 kB
Slab:             727356 kB
SReclaimable:     171464 kB
SUnreclaim:       555892 kB
KernelStack:        1480 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     340996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 70008 MiB
End job on node126 at 2012-06-07 22:46:14