Trace number 3747062

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (problem) 434.48 435.379

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-p2756.opb
MD5SUM54b9b4de78a7992fd69d0caeed32daef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3124
Best CPU time to get the best result obtained on this benchmark1.66275
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3695
Optimality of the best value was proved NO
Number of variables2756
Total number of constraints749
Number of constraints which are clauses132
Number of constraints which are cardinality constraints (but not clauses)220
Number of constraints which are nor clauses,nor cardinality constraints397
Minimum length of a constraint2
Maximum length of a constraint546
Number of terms in the objective function 2166
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 321831
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 321831
Number of bits of the biggest sum of numbers19
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.52	c run inc solver
0.00/0.52	c [INC SYSTEM] run initial solver
0.00/0.52	c [INC SYSTEM] preprocess with white file
2.87/2.97	c [INC SYSTEM] finished preprocessing in 2 s
2.87/2.97	c [INC SYSTEM] execute solver
5.17/5.20	c [INC SEARCH] formula is SAT
5.17/5.22	c [INC SYSTEM] solved the initial formula
5.37/5.43	c model valid
5.37/5.43	c current solution ok
5.77/5.82	o 150042
5.77/5.82	c [INC SYSTEM] there exists a inc, kill it!
5.77/5.82	c write failed with 2
5.77/5.83	c [INC SEARCH] iteration: 0
5.77/5.83	c [INC BOUNDS] best value:150042 search for 150041
5.77/5.83	c [INC SYSTEM] create new solver instance
5.77/5.83	c [INC] encode full formula
5.77/5.83	c fallback to adder encoding
5.98/6.04	c set iterative enc to: adder
5.98/6.04	c set iterative enc to: none
5.98/6.08	c [INC SEARCH] isOptimum variable: 0
434.39/434.55	c formula is SAT
434.39/434.57	c [INC SEARCH] copied best model
434.39/434.57	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
434.39/434.58	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
434.48/435.37	HOME/npSolver-pbo-Itd.sh: line 18: 22525 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -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-3747062-1339098204/watcher-3747062-1339098204 -o /tmp/evaluation-result-3747062-1339098204/solver-3747062-1339098204 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747062-1339098204.opb 1310266412 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 22524
/proc/meminfo: memFree=29079112/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0

[startup+0.027862 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 22524
/proc/meminfo: memFree=29079112/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100364 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 22524
/proc/meminfo: memFree=29079112/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 22524
/proc/meminfo: memFree=29079112/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700283 s]
/proc/loadavg: 0.39 0.09 0.03 3/179 22524
/proc/meminfo: memFree=29079112/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 0.39 0.09 0.03 3/183 22528
/proc/meminfo: memFree=28916272/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=32384 CPUtime=0.52 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 7445 0 0 0 48 4 0 0 20 0 1 0 375945330 33161216 6999 33554432000 4194304 6004724 140733373798880 140733373793344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 8096 6999 163 442 0 7650 0
[pid=22527] ppid=22525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22527/stat : 22527 (cp2_pre.sh) S 22525 22524 22344 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 375945383 9367552 277 33554432000 4194304 5064252 140735353263392 140735353262096 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22527/statm: 2287 277 234 213 0 72 0
[pid=22528] ppid=22527 vsize=154276 CPUtime=0.96 cores=1,3,5,7
/proc/22528/stat : 22528 (coprocessor) R 22527 22524 22344 0 -1 4202496 26945 0 0 0 90 6 0 0 20 0 1 0 375945383 157978624 37189 33554432000 4194304 6586260 140733676563152 140733676559128 4498146 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22528/statm: 38569 37189 182 584 0 37981 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 204956

[startup+3.10036 s]
/proc/loadavg: 0.39 0.09 0.03 3/183 22528
/proc/meminfo: memFree=28870108/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=32384 CPUtime=2.95 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 7463 30375 0 0 48 4 227 16 20 0 1 0 375945330 33161216 7003 33554432000 4194304 6004724 140733373798880 140733373785160 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 8096 7003 167 442 0 7650 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 41532

[startup+6.30039 s]
/proc/loadavg: 0.52 0.12 0.04 3/182 22530
/proc/meminfo: memFree=28975748/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 49520

[startup+12.7004 s]
/proc/loadavg: 0.64 0.16 0.05 3/182 22533
/proc/meminfo: memFree=28907224/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=108580 CPUtime=6.61 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 20438 0 0 0 656 5 0 0 20 0 1 0 375945938 111185920 23449 33554432000 4194304 5654031 140735568503280 140735568491096 4232421 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 27145 23449 141 357 0 26785 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 158100

[startup+25.5004 s]
/proc/loadavg: 0.94 0.25 0.08 3/182 22533
/proc/meminfo: memFree=28900036/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=111756 CPUtime=19.41 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 21270 0 0 0 1935 6 0 0 20 0 1 0 375945938 114438144 24728 33554432000 4194304 5654031 140735568503280 140735568491096 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 27939 24728 141 357 0 27579 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 161276

[startup+51.1005 s]
/proc/loadavg: 1.30 0.38 0.13 3/181 22533
/proc/meminfo: memFree=28840956/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=159664 CPUtime=45 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 22874 0 0 0 4493 7 0 0 20 0 1 0 375945938 163495936 30925 33554432000 4194304 5654031 140735568503280 140735568491096 4209219 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 39916 30925 141 357 0 39556 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 209184

[startup+102.307 s]
/proc/loadavg: 1.69 0.63 0.23 3/181 22534
/proc/meminfo: memFree=28813952/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=159664 CPUtime=96.19 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 22897 0 0 0 9612 7 0 0 20 0 1 0 375945938 163495936 36564 33554432000 4194304 5654031 140735568503280 140735568491096 4214618 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 39916 36564 141 357 0 39556 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 209184

[startup+162.3 s]
/proc/loadavg: 1.92 0.89 0.34 3/181 22534
/proc/meminfo: memFree=28831456/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=140992 CPUtime=156.17 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 24899 0 0 0 15608 9 0 0 20 0 1 0 375945938 144375808 30427 33554432000 4194304 5654031 140735568503280 140735568491096 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 35248 30427 141 357 0 34888 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 190512

[startup+222.3 s]
/proc/loadavg: 2.03 1.11 0.45 3/181 22534
/proc/meminfo: memFree=28783948/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=171340 CPUtime=216.16 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 25006 0 0 0 21606 10 0 0 20 0 1 0 375945938 175452160 39209 33554432000 4194304 5654031 140735568503280 140735568491096 4209219 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 42835 39209 141 357 0 42475 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 220860

[startup+282.3 s]
/proc/loadavg: 2.01 1.27 0.54 3/181 22534
/proc/meminfo: memFree=28784432/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 27595 0 0 0 27602 13 0 0 20 0 1 0 375945938 197365760 41025 33554432000 4194304 5654031 140735568503280 140735568491096 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 48185 41025 141 357 0 47825 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 242260

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.63 3/181 22534
/proc/meminfo: memFree=28761324/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=197020 CPUtime=336.14 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 29421 0 0 0 33599 15 0 0 20 0 1 0 375945938 201748480 42459 33554432000 4194304 5654031 140735568503280 140735568491096 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 49255 42459 141 357 0 48895 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 246540

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.71 3/182 22538
/proc/meminfo: memFree=28758908/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=224724 CPUtime=396.12 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 31754 0 0 0 39595 17 0 0 20 0 1 0 375945938 230117376 49735 33554432000 4194304 5654031 140735568503280 140735568491096 4232817 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56181 49735 141 357 0 55821 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 274244

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

[startup+409.5 s]
/proc/loadavg: 2.00 1.52 0.73 3/182 22538
/proc/meminfo: memFree=28740200/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=224724 CPUtime=403.32 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 31755 0 0 0 40315 17 0 0 20 0 1 0 375945938 230117376 50247 33554432000 4194304 5654031 140735568503280 140735568491096 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56181 50247 141 357 0 55821 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 274244

[startup+422.3 s]
/proc/loadavg: 2.00 1.54 0.74 3/182 22538
/proc/meminfo: memFree=28793460/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=175404 CPUtime=416.12 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 31757 0 0 0 41595 17 0 0 20 0 1 0 375945938 179613696 41039 33554432000 4194304 5654031 140735568503280 140735568491096 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 43851 41039 141 357 0 43491 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 224924

[startup+428.7 s]
/proc/loadavg: 2.00 1.54 0.75 3/182 22538
/proc/meminfo: memFree=28748532/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=224724 CPUtime=422.52 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 32276 0 0 0 42234 18 0 0 20 0 1 0 375945938 230117376 49223 33554432000 4194304 5654031 140735568503280 140735568491096 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56181 49223 141 357 0 55821 0
Current children cumulated CPU time (s) 428.58
Current children cumulated vsize (KiB) 274244

[startup+431.9 s]
/proc/loadavg: 2.00 1.55 0.75 3/182 22538
/proc/meminfo: memFree=28742388/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=224724 CPUtime=425.72 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 32277 0 0 0 42554 18 0 0 20 0 1 0 375945938 230117376 49735 33554432000 4194304 5654031 140735568503280 140735568491096 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56181 49735 141 357 0 55821 0
Current children cumulated CPU time (s) 431.78
Current children cumulated vsize (KiB) 274244

[startup+433.5 s]
/proc/loadavg: 2.00 1.55 0.75 3/182 22538
/proc/meminfo: memFree=28736244/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=224724 CPUtime=427.32 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 32277 0 0 0 42714 18 0 0 20 0 1 0 375945938 230117376 49735 33554432000 4194304 5654031 140735568503280 140735568491096 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56181 49735 141 357 0 55821 0
Current children cumulated CPU time (s) 433.38
Current children cumulated vsize (KiB) 274244

[startup+434.3 s]
/proc/loadavg: 2.00 1.55 0.75 3/182 22538
/proc/meminfo: memFree=28736244/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40372 CPUtime=6.06 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4202496 9870 45649 0 0 83 54 447 22 20 0 1 0 375945330 41340928 9011 33554432000 4194304 6004724 140733373798880 140733373784728 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10093 9011 178 442 0 9647 0
[pid=22533] ppid=22525 vsize=224724 CPUtime=428.12 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) R 22525 22524 22344 0 -1 4202496 32291 0 0 0 42794 18 0 0 20 0 1 0 375945938 230117376 49749 33554432000 4194304 5654031 140735568503280 140735568491096 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56181 49749 141 357 0 55821 0
Current children cumulated CPU time (s) 434.18
Current children cumulated vsize (KiB) 274244

[startup+435.1 s]
/proc/loadavg: 2.00 1.56 0.76 3/182 22538
/proc/meminfo: memFree=28733700/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40376 CPUtime=6.11 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4204032 10506 45649 0 0 86 56 447 22 20 0 1 0 375945330 41345024 9028 33554432000 4194304 6004724 140733373798880 140733373793000 5251733 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10094 9028 194 442 0 9648 0
[pid=22533] ppid=22525 vsize=224732 CPUtime=428.37 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) S 22525 22524 22344 0 -1 4202496 32427 0 0 0 42819 18 0 0 20 0 1 0 375945938 230125568 49885 33554432000 4194304 5654031 140735568503280 140735568501592 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56183 49885 147 357 0 55823 0
Current children cumulated CPU time (s) 434.48
Current children cumulated vsize (KiB) 274256

[startup+435.3 s]
/proc/loadavg: 2.00 1.56 0.76 3/182 22538
/proc/meminfo: memFree=28733700/32873844 swapFree=7120/7120
[pid=22524] ppid=22522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22524/stat : 22524 (npSolver-pbo-It) S 22522 22524 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945330 9367552 275 33554432000 4194304 5064252 140734788282144 140734788281056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22524/statm: 2287 275 233 213 0 72 0
[pid=22525] ppid=22524 vsize=40376 CPUtime=6.11 cores=1,3,5,7
/proc/22525/stat : 22525 (npSolver-pbo) S 22524 22524 22344 0 -1 4204032 10506 45649 0 0 86 56 447 22 20 0 1 0 375945330 41345024 9028 33554432000 4194304 6004724 140733373798880 140733373793000 5251733 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22525/statm: 10094 9028 194 442 0 9648 0
[pid=22533] ppid=22525 vsize=224732 CPUtime=428.37 cores=1,3,5,7
/proc/22533/stat : 22533 (glucosInc) S 22525 22524 22344 0 -1 4202496 32427 0 0 0 42819 18 0 0 20 0 1 0 375945938 230125568 49885 33554432000 4194304 5654031 140735568503280 140735568501592 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/22533/statm: 56183 49885 147 357 0 55823 0
Current children cumulated CPU time (s) 434.48
Current children cumulated vsize (KiB) 274256

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22524 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=341188
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=798878
# CPU time returned by wait4() is 6.14007
# while last known CPU time is 434.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 435.379
CPU time (s): 434.48
CPU user time (s): 433.52
CPU system time (s): 0.96
CPU usage (%): 99.7936
Max. virtual memory (cumulated for all children) (KiB): 274256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.34119
system time used= 0.798878
maximum resident set size= 175204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 111200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9617
involuntary context switches= 23

runsolver used 1.86572 second user time and 4.41033 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-07 21:43:24
IDJOB=3747062
IDBENCH=1871
IDSOLVER=2332
FILE ID=node142/3747062-1339098204
RUNJOBID= node142-1339098175-22361
PBS_JOBID= 14643711
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= 54b9b4de78a7992fd69d0caeed32daef
RANDOM SEED=1310266412

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29079864 kB
Buffers:          367648 kB
Cached:          2472472 kB
SwapCached:          112 kB
Active:          1558964 kB
Inactive:        1403004 kB
Active(anon):     113424 kB
Inactive(anon):    11164 kB
Active(file):    1445540 kB
Inactive(file):  1391840 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:             22660 kB
Writeback:             0 kB
AnonPages:        129156 kB
Mapped:            11676 kB
Shmem:               188 kB
Slab:             692412 kB
SReclaimable:     134012 kB
SUnreclaim:       558400 kB
KernelStack:        1456 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     242236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 71096 MiB
End job on node142 at 2012-06-07 21:50:40