Trace number 3751440

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.03 1801.12

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

16.89/16.95	c run inc solver
16.89/16.95	c [INC SYSTEM] run initial solver
16.89/16.95	c [INC SYSTEM] preprocess with white file
70.48/71.48	c [INC SYSTEM] finished preprocessing in 54 s
70.48/71.48	c [INC SYSTEM] execute solver
1800.03/1801.11	HOME/npSolver-pbo-Itdqb.sh: line 18:  1382 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3751440-1339122601/watcher-3751440-1339122601 -o /tmp/evaluation-result-3751440-1339122601/solver-3751440-1339122601 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751440-1339122601.opb 1544089307 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: 4.85 3.85 2.81 3/180 1381
/proc/meminfo: memFree=16284912/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0

[startup+0.019346 s]
/proc/loadavg: 4.85 3.85 2.81 3/180 1381
/proc/meminfo: memFree=16284912/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100231 s]
/proc/loadavg: 4.85 3.85 2.81 3/180 1381
/proc/meminfo: memFree=16284912/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300186 s]
/proc/loadavg: 4.85 3.85 2.81 3/180 1381
/proc/meminfo: memFree=16284912/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 4.85 3.85 2.81 3/180 1381
/proc/meminfo: memFree=16284912/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 4.70 3.83 2.81 4/182 1384
/proc/meminfo: memFree=21551548/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=98380 CPUtime=1.48 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) R 1381 1381 30644 0 -1 4202496 10759 0 0 0 145 3 0 0 20 0 1 0 378385581 100741120 23704 33554432000 4194304 6004724 140733972825536 140733972820168 4618016 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 24595 23704 154 442 0 24149 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107528

[startup+3.10033 s]
/proc/loadavg: 4.70 3.83 2.81 3/181 1384
/proc/meminfo: memFree=26017400/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=294996 CPUtime=3.09 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) R 1381 1381 30644 0 -1 4202496 11941 0 0 0 301 8 0 0 20 0 1 0 378385581 302075904 52895 33554432000 4194304 6004724 140733972825536 140733972820136 4617977 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 73749 52895 154 442 0 73303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 304144

[startup+6.30019 s]
/proc/loadavg: 4.70 3.83 2.81 3/181 1384
/proc/meminfo: memFree=25763140/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=558028 CPUtime=6.28 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) R 1381 1381 30644 0 -1 4202496 12904 0 0 0 613 15 0 0 20 0 1 0 378385581 571420672 115050 33554432000 4194304 6004724 140733972825536 140733972820568 4581223 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 139507 115050 154 442 0 139061 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 567176

[startup+12.7002 s]
/proc/loadavg: 4.51 3.82 2.81 3/181 1384
/proc/meminfo: memFree=25248716/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=1082316 CPUtime=12.69 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) R 1381 1381 30644 0 -1 4202496 13917 0 0 0 1238 31 0 0 20 0 1 0 378385581 1108291584 239469 33554432000 4194304 6004724 140733972825536 140733972820488 4535871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 270579 239469 154 442 0 270133 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1091464

[startup+25.5003 s]
/proc/loadavg: 4.20 3.78 2.81 3/183 1386
/proc/meminfo: memFree=22962976/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=16.94 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16212 0 0 0 1488 206 0 0 20 0 1 0 378385581 2152828928 274845 33554432000 4194304 6004724 140733972825536 140733972820000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274845 163 442 0 525147 0
[pid=1385] ppid=1382 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1385/stat : 1385 (cp2_pre.sh) S 1382 1381 30644 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 378387276 9367552 277 33554432000 4194304 5064252 140736106284272 140736106282976 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1385/statm: 2287 277 234 213 0 72 0
[pid=1386] ppid=1385 vsize=982760 CPUtime=8.53 cores=1,3,5,7
/proc/1386/stat : 1386 (coprocessor) R 1385 1381 30644 0 -1 4202496 19447 0 0 0 820 33 0 0 20 0 1 0 378387277 1006346240 236225 33554432000 4194304 6586260 140736719295632 140736719292392 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1386/statm: 245690 236225 137 584 0 245102 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3103428

[startup+51.1003 s]
/proc/loadavg: 3.65 3.68 2.81 3/183 1386
/proc/meminfo: memFree=21535932/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=16.94 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16212 0 0 0 1488 206 0 0 20 0 1 0 378385581 2152828928 274845 33554432000 4194304 6004724 140733972825536 140733972820000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274845 163 442 0 525147 0
[pid=1385] ppid=1382 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1385/stat : 1385 (cp2_pre.sh) S 1382 1381 30644 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 378387276 9367552 277 33554432000 4194304 5064252 140736106284272 140736106282976 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1385/statm: 2287 277 234 213 0 72 0
[pid=1386] ppid=1385 vsize=2217588 CPUtime=33.41 cores=1,3,5,7
/proc/1386/stat : 1386 (coprocessor) R 1385 1381 30644 0 -1 4202496 25229 0 0 0 3166 175 0 0 20 0 1 0 378387277 2270810112 458352 33554432000 4194304 6586260 140736719295632 140736719291384 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 72 0 0
/proc/1386/statm: 554397 458352 158 584 0 553809 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 4338256

[startup+102.3 s]
/proc/loadavg: 2.66 3.39 2.76 3/181 1389
/proc/meminfo: memFree=21729548/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2728456 CPUtime=30.81 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 261426 0 0 0 2993 88 0 0 20 0 1 0 378392730 2793938944 577468 33554432000 4194304 5654031 140735716284576 140735716272392 4215088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 682114 577468 140 357 0 681754 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 4839976

[startup+162.3 s]
/proc/loadavg: 2.24 3.14 2.71 3/181 1389
/proc/meminfo: memFree=21581960/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2790372 CPUtime=90.8 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 265723 0 0 0 8990 90 0 0 20 0 1 0 378392730 2857340928 600672 33554432000 4194304 5654031 140735716284576 140735716272392 4232922 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 697593 600672 140 357 0 697233 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 4901892

[startup+222.3 s]
/proc/loadavg: 2.09 2.93 2.66 3/181 1389
/proc/meminfo: memFree=21466284/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2812000 CPUtime=150.78 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 265964 0 0 0 14987 91 0 0 20 0 1 0 378392730 2879488000 616754 33554432000 4194304 5654031 140735716284576 140735716272392 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 703000 616754 140 357 0 702640 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 4923520

[startup+282.3 s]
/proc/loadavg: 2.03 2.76 2.62 3/181 1389
/proc/meminfo: memFree=21366684/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7

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

/proc/loadavg: 2.07 2.04 2.19 3/181 1398
/proc/meminfo: memFree=21332440/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2918128 CPUtime=1230.62 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 273708 0 0 0 122875 187 0 0 20 0 1 0 378392730 2988163072 626554 33554432000 4194304 5654031 140735716284576 140735716272392 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 729532 626554 141 357 0 729172 0
Current children cumulated CPU time (s) 1301.3
Current children cumulated vsize (KiB) 5029648

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.17 3/181 1399
/proc/meminfo: memFree=21252792/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2918128 CPUtime=1290.62 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 273732 0 0 0 128874 188 0 0 20 0 1 0 378392730 2988163072 638331 33554432000 4194304 5654031 140735716284576 140735716272392 4232963 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 729532 638331 141 357 0 729172 0
Current children cumulated CPU time (s) 1361.3
Current children cumulated vsize (KiB) 5029648

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.16 3/181 1399
/proc/meminfo: memFree=21172644/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2918128 CPUtime=1350.6 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 273752 0 0 0 134872 188 0 0 20 0 1 0 378392730 2988163072 648571 33554432000 4194304 5654031 140735716284576 140735716272392 4233173 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 729532 648571 141 357 0 729172 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 5029648

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.16 3/181 1399
/proc/meminfo: memFree=21102608/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=3485656 CPUtime=1410.59 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 274028 0 0 0 140864 195 0 0 20 0 1 0 378392730 3569311744 657529 33554432000 4194304 5654031 140735716284576 140735716272392 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 871414 657529 141 357 0 871054 0
Current children cumulated CPU time (s) 1481.27
Current children cumulated vsize (KiB) 5597176

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.14 3/181 1399
/proc/meminfo: memFree=21021096/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=3498900 CPUtime=1470.59 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 274561 0 0 0 146863 196 0 0 20 0 1 0 378392730 3582873600 669304 33554432000 4194304 5654031 140735716284576 140735716272392 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 874725 669304 141 357 0 874365 0
Current children cumulated CPU time (s) 1541.27
Current children cumulated vsize (KiB) 5610420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/181 1454
/proc/meminfo: memFree=25835892/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=3517752 CPUtime=1530.58 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 274582 0 0 0 152861 197 0 0 20 0 1 0 378392730 3602178048 679545 33554432000 4194304 5654031 140735716284576 140735716272392 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 879438 679545 141 357 0 879078 0
Current children cumulated CPU time (s) 1601.26
Current children cumulated vsize (KiB) 5629272

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/181 1455
/proc/meminfo: memFree=25992892/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2950224 CPUtime=1590.57 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 275383 0 0 0 158843 214 0 0 20 0 1 0 378392730 3021029376 634437 33554432000 4194304 5654031 140735716284576 140735716272392 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 737556 634437 141 357 0 737196 0
Current children cumulated CPU time (s) 1661.25
Current children cumulated vsize (KiB) 5061744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/181 1455
/proc/meminfo: memFree=25945732/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2950224 CPUtime=1650.55 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 275712 0 0 0 164841 214 0 0 20 0 1 0 378392730 3021029376 644986 33554432000 4194304 5654031 140735716284576 140735716272392 4233148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 737556 644986 141 357 0 737196 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 5061744

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 1455
/proc/meminfo: memFree=25902352/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2950224 CPUtime=1710.56 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 275733 0 0 0 170841 215 0 0 20 0 1 0 378392730 3021029376 655738 33554432000 4194304 5654031 140735716284576 140735716272392 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 737556 655738 141 357 0 737196 0
Current children cumulated CPU time (s) 1781.24
Current children cumulated vsize (KiB) 5061744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.10 3/182 1458
/proc/meminfo: memFree=25887720/32873648 swapFree=7628/7628
[pid=1381] ppid=1379 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (npSolver-pbo-It) S 1379 1381 30644 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378385581 9367552 274 33554432000 4194304 5064252 140736676416480 140736676415392 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1381/statm: 2287 274 233 213 0 72 0
[pid=1382] ppid=1381 vsize=2102372 CPUtime=70.68 cores=1,3,5,7
/proc/1382/stat : 1382 (npSolver-pbo) S 1381 1381 30644 0 -1 4202496 16232 26133 0 0 1488 206 5067 307 20 0 1 0 378385581 2152828928 274849 33554432000 4194304 6004724 140733972825536 140733972811816 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1382/statm: 525593 274849 167 442 0 525147 0
[pid=1388] ppid=1382 vsize=2950224 CPUtime=1729.35 cores=1,3,5,7
/proc/1388/stat : 1388 (glucosInc) R 1382 1381 30644 0 -1 4202496 275740 0 0 0 172720 215 0 0 20 0 1 0 378392730 3021029376 659322 33554432000 4194304 5654031 140735716284576 140735716272392 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1388/statm: 737556 659322 141 357 0 737196 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 5061744

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1801.12
CPU time (s): 1800.03
CPU user time (s): 1792.75
CPU system time (s): 7.28
CPU usage (%): 99.9397
Max. virtual memory (cumulated for all children) (KiB): 6537320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.555
system time used= 5.14722
maximum resident set size= 2193520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4343936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33
involuntary context switches= 90

runsolver used 3.04154 second user time and 8.84566 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 04:30:01
IDJOB=3751440
IDBENCH=2385
IDSOLVER=2335
FILE ID=node127/3751440-1339122601
RUNJOBID= node127-1339111313-32194
PBS_JOBID= 14643726
Free space on /tmp= 62684 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
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-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751440-1339122601/watcher-3751440-1339122601 -o /tmp/evaluation-result-3751440-1339122601/solver-3751440-1339122601 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751440-1339122601.opb 1544089307 HOME HOME

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

MD5SUM BENCH= 5f65628b04d3927231e0304c2eb471a1
RANDOM SEED=1544089307

node127.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.348
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.69
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.348
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.348
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		: 2666.348
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.348
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.348
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.348
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.348
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:        15531992 kB
Buffers:          352364 kB
Cached:         12149956 kB
SwapCached:         1956 kB
Active:          5746520 kB
Inactive:       10317084 kB
Active(anon):    3555200 kB
Inactive(anon):     8812 kB
Active(file):    2191320 kB
Inactive(file): 10308272 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103736 kB
Dirty:             16104 kB
Writeback:             0 kB
AnonPages:       3567588 kB
Mapped:            11604 kB
Shmem:                92 kB
Slab:            1128916 kB
SReclaimable:     572012 kB
SUnreclaim:       556904 kB
KernelStack:        1512 kB
PageTables:        11420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5033632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2121728 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= 69780 MiB
End job on node127 at 2012-06-08 05:00:02