Trace number 3699502

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? (TO) 1800.11 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-protfold.opb
MD5SUM7f40f8d513f22fc9adca96d8fdf626e2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved NO
Number of variables1835
Total number of constraints2112
Number of constraints which are clauses1906
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint3
Maximum length of a constraint882
Number of terms in the objective function 120
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 120
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
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.09	c run inc solver
0.00/0.09	c [INC SYSTEM] run initial solver
0.00/0.09	c [INC SYSTEM] preprocess with white file
0.00/0.88	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.88	c [INC SYSTEM] execute solver
0.00/0.96	c [INC SEARCH] formula is SAT
0.00/0.96	c [INC SYSTEM] solved the initial formula
0.00/0.97	c model valid
0.00/0.97	c current solution ok
1.15/1.39	o -17
1.15/1.39	c execute binary inc search
1.15/1.39	c [INC SEARCH] current bound: 51
1.15/1.39	c [INC SEARCH] iteration: 0
1.15/1.39	c [INC SEARCH] lower bound: 0 upperbound 103 current bound: 51 best value:103
1.15/1.39	c [INC SYSTEM] there exists a inc, kill it!
1.15/1.39	c write failed with 2
1.15/1.40	c [INC SYSTEM] create new solver instance
1.15/1.40	c [INC] encode full formula
1.15/1.40	c (debug) using card networks
1.15/1.40	c set iterative enc to: card
1.15/1.40	c set iterative enc to: none
1.15/1.40	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.61	c an unexpexted return value has been received, exit
1800.07/1800.61	s UNKNOWN
1800.07/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.61	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-3699502-1338051092/watcher-3699502-1338051092 -o /tmp/evaluation-result-3699502-1338051092/solver-3699502-1338051092 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699502-1338051092.opb 1817099786 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.56 2.13 1.96 2/178 8413
/proc/meminfo: memFree=26443108/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0

[startup+0.00765088 s]
/proc/loadavg: 2.56 2.13 1.96 2/178 8413
/proc/meminfo: memFree=26443108/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100313 s]
/proc/loadavg: 2.56 2.13 1.96 2/178 8413
/proc/meminfo: memFree=26443108/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300168 s]
/proc/loadavg: 2.56 2.13 1.96 2/178 8413
/proc/meminfo: memFree=26443108/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 2.56 2.13 1.96 2/178 8413
/proc/meminfo: memFree=26443108/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 2.56 2.13 1.96 2/181 8419
/proc/meminfo: memFree=26417744/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 19408

[startup+3.10031 s]
/proc/loadavg: 2.56 2.13 1.96 3/180 8462
/proc/meminfo: memFree=29380072/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=22568 CPUtime=1.68 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 5621 0 0 0 168 0 0 0 20 0 1 0 271235504 23109632 4738 33554432000 4194304 5654031 140735949328528 140735949326312 4216325 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8462/statm: 5642 4738 141 357 0 5282 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 41976

[startup+6.30031 s]
/proc/loadavg: 2.51 2.12 1.96 3/181 8463
/proc/meminfo: memFree=29330312/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=32636 CPUtime=4.88 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 7601 0 0 0 487 1 0 0 20 0 1 0 271235504 33419264 6929 33554432000 4194304 5654031 140735949328528 140735949316344 4232984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8462/statm: 8159 6929 142 357 0 7799 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 52044

[startup+12.7003 s]
/proc/loadavg: 2.47 2.12 1.96 3/181 8463
/proc/meminfo: memFree=29217316/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=44968 CPUtime=11.28 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 8389 0 0 0 1127 1 0 0 20 0 1 0 271235504 46047232 8637 33554432000 4194304 5654031 140735949328528 140735949316344 4232544 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8462/statm: 11242 8637 142 357 0 10882 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 64376

[startup+25.5003 s]
/proc/loadavg: 2.37 2.11 1.96 3/183 8465
/proc/meminfo: memFree=28121044/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=52152 CPUtime=24.08 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 9502 0 0 0 2407 1 0 0 20 0 1 0 271235504 53403648 12283 33554432000 4194304 5654031 140735949328528 140735949326328 4215121 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8462/statm: 13038 12283 142 357 0 12678 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 71560

[startup+51.1003 s]
/proc/loadavg: 2.30 2.12 1.96 3/183 8465
/proc/meminfo: memFree=27912808/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=52152 CPUtime=49.66 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 9600 0 0 0 4965 1 0 0 20 0 1 0 271235504 53403648 12409 33554432000 4194304 5654031 140735949328528 140735949316344 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 13038 12409 142 357 0 12678 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 71560

[startup+102.307 s]
/proc/loadavg: 2.13 2.10 1.96 3/182 8465
/proc/meminfo: memFree=27597384/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=94388 CPUtime=100.86 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 10310 0 0 0 10084 2 0 0 20 0 1 0 271235504 96653312 16019 33554432000 4194304 5654031 140735949328528 140735949326408 4216213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 23597 16019 142 357 0 23237 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 113796

[startup+162.3 s]
/proc/loadavg: 2.09 2.09 1.97 3/181 8470
/proc/meminfo: memFree=27990868/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=94416 CPUtime=160.85 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 12045 0 0 0 16081 4 0 0 20 0 1 0 271235504 96681984 21839 33554432000 4194304 5654031 140735949328528 140735949316344 4208663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 23604 21839 142 357 0 23244 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 113824

[startup+222.3 s]
/proc/loadavg: 2.03 2.07 1.97 3/181 8470
/proc/meminfo: memFree=27961532/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=94416 CPUtime=220.84 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 12045 0 0 0 22080 4 0 0 20 0 1 0 271235504 96681984 21839 33554432000 4194304 5654031 140735949328528 140735949316344 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 23604 21839 142 357 0 23244 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 113824

[startup+282.3 s]
/proc/loadavg: 2.01 2.06 1.97 3/181 8470
/proc/meminfo: memFree=27938388/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28110168/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1240.68 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 20374 0 0 0 124049 19 0 0 20 0 1 0 271235504 161243136 38470 33554432000 4194304 5654031 140735949328528 140735949316344 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 38470 142 357 0 39006 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 176872

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 8508
/proc/meminfo: memFree=28113404/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1300.68 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 20797 0 0 0 130048 20 0 0 20 0 1 0 271235504 161243136 37958 33554432000 4194304 5654031 140735949328528 140735949316344 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 37958 142 357 0 39006 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 176872

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 8508
/proc/meminfo: memFree=28096852/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1360.66 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 21485 0 0 0 136045 21 0 0 20 0 1 0 271235504 161243136 37958 33554432000 4194304 5654031 140735949328528 140735949326456 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 37958 142 357 0 39006 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 176872

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 8510
/proc/meminfo: memFree=28147532/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1420.66 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 22380 0 0 0 142043 23 0 0 20 0 1 0 271235504 161243136 36934 33554432000 4194304 5654031 140735949328528 140735949316344 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 36934 142 357 0 39006 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 176872

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 8510
/proc/meminfo: memFree=28149848/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1480.65 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 23275 0 0 0 148040 25 0 0 20 0 1 0 271235504 161243136 34886 33554432000 4194304 5654031 140735949328528 140735949316344 4232601 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 34886 142 357 0 39006 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 176872

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 8511
/proc/meminfo: memFree=28180960/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=108144 CPUtime=1540.63 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 23871 0 0 0 154037 26 0 0 20 0 1 0 271235504 110739456 26407 33554432000 4194304 5654031 140735949328528 140735949316344 4232528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 27036 26407 142 357 0 26676 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 127552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 8511
/proc/meminfo: memFree=28126772/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=188284 CPUtime=1600.62 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 24759 0 0 0 160035 27 0 0 20 0 1 0 271235504 192802816 39035 33554432000 4194304 5654031 140735949328528 140735949326616 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 47071 39035 142 357 0 46711 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 207692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8511
/proc/meminfo: memFree=28132172/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1660.61 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 25086 0 0 0 166033 28 0 0 20 0 1 0 271235504 161243136 37958 33554432000 4194304 5654031 140735949328528 140735949316344 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 37958 142 357 0 39006 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 176872

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 8514
/proc/meminfo: memFree=28120588/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1720.6 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 25991 0 0 0 172031 29 0 0 20 0 1 0 271235504 161243136 36422 33554432000 4194304 5654031 140735949328528 140735949316344 4233144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 36422 142 357 0 39006 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 176872

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 8514
/proc/meminfo: memFree=28180260/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=108144 CPUtime=1780.59 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 26585 0 0 0 178029 30 0 0 20 0 1 0 271235504 110739456 26407 33554432000 4194304 5654031 140735949328528 140735949326552 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 27036 26407 142 357 0 26676 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 127552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 8514
/proc/meminfo: memFree=28139908/32873648 swapFree=7112/7112
[pid=8413] ppid=8411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8413/stat : 8413 (npSolver-pbo-I.) S 8411 8413 6495 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271235364 9367552 275 33554432000 4194304 5064252 140736710424240 140736710423152 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8413/statm: 2287 275 233 213 0 72 0
[pid=8414] ppid=8413 vsize=10260 CPUtime=1.16 cores=0,2,4,6
/proc/8414/stat : 8414 (npSolver-pbo) S 8413 8413 6495 0 -1 4202496 3437 18013 0 0 12 18 75 11 20 0 1 0 271235364 10506240 1990 33554432000 4194304 5992684 140735801477424 140735801462328 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8414/statm: 2565 1990 181 440 0 2121 0
[pid=8462] ppid=8414 vsize=157464 CPUtime=1798.91 cores=0,2,4,6
/proc/8462/stat : 8462 (glucosInc) R 8414 8413 6495 0 -1 4202496 26889 0 0 0 179860 31 0 0 20 0 1 0 271235504 161243136 35398 33554432000 4194304 5654031 140735949328528 140735949316344 4232438 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8462/statm: 39366 35398 142 357 0 39006 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 176872

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1799.49
CPU system time (s): 0.617906
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 207692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.617906
maximum resident set size= 166436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48721
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147
involuntary context switches= 2167

runsolver used 3.42848 second user time and 8.18576 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-26 18:51:35
IDJOB=3699502
IDBENCH=1870
IDSOLVER=2276
FILE ID=node126/3699502-1338051092
RUNJOBID= node126-1338049230-7869
PBS_JOBID= 14624371
Free space on /tmp= 70660 MiB

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

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

MD5SUM BENCH= 7f40f8d513f22fc9adca96d8fdf626e2
RANDOM SEED=1817099786

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:        26443480 kB
Buffers:          282524 kB
Cached:          3660296 kB
SwapCached:        17768 kB
Active:          2597332 kB
Inactive:        2985580 kB
Active(anon):    1622684 kB
Inactive(anon):    19404 kB
Active(file):     974648 kB
Inactive(file):  2966176 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:            532852 kB
Writeback:             0 kB
AnonPages:       1630204 kB
Mapped:            11416 kB
Shmem:                 0 kB
Slab:             707376 kB
SReclaimable:     148072 kB
SUnreclaim:       559304 kB
KernelStack:        1464 kB
PageTables:         7440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1844772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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= 70920 MiB
End job on node126 at 2012-05-26 19:21:35