Trace number 3751846

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.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-manna81.opb
MD5SUM6fc83a536fe9a582c06bbccccc09c709
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13164
Best CPU time to get the best result obtained on this benchmark75.4055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -12220
Optimality of the best value was proved NO
Number of variables10713
Total number of constraints9151
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 constraints9151
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 10713
Biggest coefficient in the objective function 8
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 30411
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 30411
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
2.07/2.14	c [INC SYSTEM] finished preprocessing in 2 s
2.07/2.14	c [INC SYSTEM] execute solver
2.12/2.21	c [INC SEARCH] formula is SAT
2.12/2.21	c [INC SYSTEM] solved the initial formula
2.12/2.24	c model valid
2.12/2.24	c current solution ok
2.32/2.41	o 0
2.32/2.41	c starting approximation
2.32/2.41	c factor = 2
2.32/2.41	c factor still to low - shrinking to 977.379
2.32/2.41	c approx number of clauses: 1e+06
2.32/2.41	c current bound: 15205
2.42/3.06	c leaving approximation
2.42/3.06	c finished approximation
2.42/3.06	c [INC SYSTEM] there exists a inc, kill it!
2.42/3.06	c write failed with 2
2.42/3.06	c [INC SEARCH] iteration: 0
2.42/3.06	c [INC BOUNDS] best value:30411 search for 30410
2.42/3.06	c [INC SYSTEM] create new solver instance
2.42/3.06	c [INC] encode full formula
2.42/3.06	c fallback to adder encoding
3.88/3.92	c set iterative enc to: adder
3.88/3.92	c set iterative enc to: none
3.97/4.04	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.41	s UNKNOWN
1800.03/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.41	c write failed with -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-3751846-1339114395/watcher-3751846-1339114395 -o /tmp/evaluation-result-3751846-1339114395/solver-3751846-1339114395 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751846-1339114395.opb 67503182 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 1.95 2/178 28184
/proc/meminfo: memFree=31562204/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0

[startup+0.028958 s]
/proc/loadavg: 2.04 2.01 1.95 2/178 28184
/proc/meminfo: memFree=31562204/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100282 s]
/proc/loadavg: 2.04 2.01 1.95 2/178 28184
/proc/meminfo: memFree=31562204/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300315 s]
/proc/loadavg: 2.04 2.01 1.95 2/178 28184
/proc/meminfo: memFree=31562204/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.04 2.01 1.95 2/178 28184
/proc/meminfo: memFree=31562204/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.04 2.01 1.95 3/182 28188
/proc/meminfo: memFree=31506464/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=12416 CPUtime=0.11 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 4691 0 0 0 9 2 0 0 20 0 1 0 377566440 12713984 2655 33554432000 4194304 6004724 140736892802880 140736892797344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 3104 2655 148 442 0 2658 0
[pid=28187] ppid=28185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28187/stat : 28187 (cp2_pre.sh) S 28185 28184 26405 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377566453 9367552 277 33554432000 4194304 5064252 140735521974544 140735521973248 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28187/statm: 2287 277 234 213 0 72 0
[pid=28188] ppid=28187 vsize=46008 CPUtime=1.36 cores=1,3,5,7
/proc/28188/stat : 28188 (coprocessor) R 28187 28184 26405 0 -1 4202496 9119 0 0 0 135 1 0 0 20 0 1 0 377566453 47112192 10824 33554432000 4194304 6586260 140733745746112 140733745741432 5599271 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/28188/statm: 11502 10824 191 584 0 10914 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 76720

[startup+3.10037 s]
/proc/loadavg: 2.04 2.01 1.95 3/182 28188
/proc/meminfo: memFree=31502796/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=27780 CPUtime=3.08 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) R 28184 28184 26405 0 -1 4202496 9466 32953 0 0 27 18 253 10 20 0 1 0 377566440 28446720 6243 33554432000 4194304 6004724 140736892802880 140736892798960 5055511 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 6945 6243 195 442 0 6499 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36928

[startup+6.30041 s]
/proc/loadavg: 2.04 2.01 1.95 3/181 28200
/proc/meminfo: memFree=31306348/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=161792 CPUtime=2.24 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 30793 0 0 0 215 9 0 0 20 0 1 0 377566845 165675008 36699 33554432000 4194304 5654031 140734529404032 140734529391848 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 40448 36699 141 357 0 40088 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 202568

[startup+12.7004 s]
/proc/loadavg: 2.11 2.03 1.95 3/181 28200
/proc/meminfo: memFree=31296912/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=162228 CPUtime=8.64 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 30902 0 0 0 855 9 0 0 20 0 1 0 377566845 166121472 36808 33554432000 4194304 5654031 140734529404032 140734529401816 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 40557 36808 141 357 0 40197 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 203004

[startup+25.5005 s]
/proc/loadavg: 2.09 2.03 1.95 3/181 28200
/proc/meminfo: memFree=31272964/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=162228 CPUtime=21.43 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 30902 0 0 0 2134 9 0 0 20 0 1 0 377566845 166121472 36808 33554432000 4194304 5654031 140734529404032 140734529401816 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 40557 36808 141 357 0 40197 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 203004

[startup+51.1005 s]
/proc/loadavg: 2.05 2.02 1.95 3/180 28200
/proc/meminfo: memFree=31341052/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=162228 CPUtime=47.03 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 30904 0 0 0 4694 9 0 0 20 0 1 0 377566845 166121472 36810 33554432000 4194304 5654031 140734529404032 140734529401816 4214475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 40557 36810 141 357 0 40197 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 203004

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/180 28261
/proc/meminfo: memFree=31479540/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=163052 CPUtime=98.22 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 31196 0 0 0 9812 10 0 0 20 0 1 0 377566845 166965248 37602 33554432000 4194304 5654031 140734529404032 140734529391848 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 40763 37602 142 357 0 40403 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 203828

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/181 28264
/proc/meminfo: memFree=31466160/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=164300 CPUtime=158.2 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 31519 0 0 0 15810 10 0 0 20 0 1 0 377566845 168243200 38213 33554432000 4194304 5654031 140734529404032 140734529391848 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 41075 38213 142 357 0 40715 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 205076

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 1.95 3/181 28265
/proc/meminfo: memFree=31425240/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=187192 CPUtime=218.19 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 33101 0 0 0 21808 11 0 0 20 0 1 0 377566845 191684608 40748 33554432000 4194304 5654031 140734529404032 140734529391848 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28200/statm: 46798 40748 142 357 0 46438 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 227968

[startup+282.3 s]

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

/proc/meminfo: memFree=31222404/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=284304 CPUtime=1297.98 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 60314 0 0 0 129750 48 0 0 20 0 1 0 377566845 291127296 66659 33554432000 4194304 5654031 140734529404032 140734529391848 4214993 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 71076 66659 142 357 0 70716 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 325080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/182 28277
/proc/meminfo: memFree=31216984/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=336260 CPUtime=1357.97 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 61146 0 0 0 135747 50 0 0 20 0 1 0 377566845 344330240 72079 33554432000 4194304 5654031 140734529404032 140734529391848 4976752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 84065 72079 142 357 0 83705 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 377036

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28278
/proc/meminfo: memFree=31246112/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=288952 CPUtime=1417.96 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 62427 0 0 0 141744 52 0 0 20 0 1 0 377566845 295886848 68926 33554432000 4194304 5654031 140734529404032 140734529391848 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 72238 68926 142 357 0 71878 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 329728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28278
/proc/meminfo: memFree=31193476/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=344420 CPUtime=1477.94 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 63462 0 0 0 147741 53 0 0 20 0 1 0 377566845 352686080 74037 33554432000 4194304 5654031 140734529404032 140734529391848 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 86105 74037 142 357 0 85745 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 385196

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28278
/proc/meminfo: memFree=31230932/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=345620 CPUtime=1537.95 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 63777 0 0 0 153741 54 0 0 20 0 1 0 377566845 353914880 77929 33554432000 4194304 5654031 140734529404032 140734529391848 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 86405 77929 142 357 0 86045 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 386396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28278
/proc/meminfo: memFree=31186720/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=348160 CPUtime=1597.93 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 65325 0 0 0 159735 58 0 0 20 0 1 0 377566845 356515840 73488 33554432000 4194304 5654031 140734529404032 140734529391848 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 87040 73488 142 357 0 86680 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 388936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/182 28281
/proc/meminfo: memFree=31121320/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=351196 CPUtime=1657.92 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 66019 0 0 0 165733 59 0 0 20 0 1 0 377566845 359624704 77249 33554432000 4194304 5654031 140734529404032 140734529391848 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 87799 77249 142 357 0 87439 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 391972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28282
/proc/meminfo: memFree=31126660/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=351196 CPUtime=1717.91 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 66936 0 0 0 171729 62 0 0 20 0 1 0 377566845 359624704 75891 33554432000 4194304 5654031 140734529404032 140734529391848 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 87799 75891 142 357 0 87439 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 391972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28282
/proc/meminfo: memFree=31188736/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=352408 CPUtime=1777.9 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 67337 0 0 0 177725 65 0 0 20 0 1 0 377566845 360865792 74488 33554432000 4194304 5654031 140734529404032 140734529391848 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 88102 74488 142 357 0 87742 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 393184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28282
/proc/meminfo: memFree=31151564/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=352812 CPUtime=1796.01 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 67441 0 0 0 179536 65 0 0 20 0 1 0 377566845 361279488 76125 33554432000 4194304 5654031 140734529404032 140734529391848 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 88203 76125 142 357 0 87843 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 393588

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 28282
/proc/meminfo: memFree=31151564/32873844 swapFree=7116/7116
[pid=28184] ppid=28182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28184/stat : 28184 (npSolver-pbo-It) S 28182 28184 26405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377566440 9367552 275 33554432000 4194304 5064252 140735824384784 140735824383696 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28184/statm: 2287 275 233 213 0 72 0
[pid=28185] ppid=28184 vsize=31628 CPUtime=4.02 cores=1,3,5,7
/proc/28185/stat : 28185 (npSolver-pbo) S 28184 28184 26405 0 -1 4202496 12367 33468 0 0 109 30 253 10 20 0 1 0 377566440 32387072 7508 33554432000 4194304 6004724 140736892802880 140736892788728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/28185/statm: 7907 7508 195 442 0 7461 0
[pid=28200] ppid=28185 vsize=352812 CPUtime=1796.01 cores=1,3,5,7
/proc/28200/stat : 28200 (glucosInc) R 28185 28184 26405 0 -1 4202496 67441 0 0 0 179536 65 0 0 20 0 1 0 377566845 361279488 76125 33554432000 4194304 5654031 140734529404032 140734529391848 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28200/statm: 88203 76125 142 357 0 87843 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 393588

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799
CPU system time (s): 1.07284
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 523140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.07284
maximum resident set size= 396964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 148608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222
involuntary context switches= 2669

runsolver used 3.63045 second user time and 8.44871 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-08 02:13:15
IDJOB=3751846
IDBENCH=1869
IDSOLVER=2335
FILE ID=node111/3751846-1339114395
RUNJOBID= node111-1339112314-27896
PBS_JOBID= 14643742
Free space on /tmp= 67400 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-manna81.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751846-1339114395/watcher-3751846-1339114395 -o /tmp/evaluation-result-3751846-1339114395/solver-3751846-1339114395 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751846-1339114395.opb 67503182 HOME HOME

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

MD5SUM BENCH= 6fc83a536fe9a582c06bbccccc09c709
RANDOM SEED=67503182

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31563004 kB
Buffers:          155344 kB
Cached:           147032 kB
SwapCached:         1544 kB
Active:           469840 kB
Inactive:           9784 kB
Active(anon):     174596 kB
Inactive(anon):     5312 kB
Active(file):     295244 kB
Inactive(file):     4472 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:              8932 kB
Writeback:             0 kB
AnonPages:        310416 kB
Mapped:             9252 kB
Shmem:                 0 kB
Slab:             671876 kB
SReclaimable:     114156 kB
SUnreclaim:       557720 kB
KernelStack:        1504 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     335760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 67332 MiB
End job on node111 at 2012-06-08 02:43:15