Trace number 3748939

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark305.689
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
Number of bits of the biggest sum of numbers12
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.31	c run inc solver
0.00/0.31	c [INC SYSTEM] run initial solver
0.00/0.31	c [INC SYSTEM] preprocess with white file
1.47/1.54	c [INC SYSTEM] finished preprocessing in 1 s
1.47/1.54	c [INC SYSTEM] execute solver
1.51/1.76	c [INC SEARCH] formula is SAT
1.51/1.77	c [INC SYSTEM] solved the initial formula
1.51/1.77	c model valid
1.51/1.77	c current solution ok
2.25/2.30	o 1623
2.25/2.30	c execute binary inc search
2.25/2.30	c [INC SEARCH] current bound: 811
2.25/2.30	c [INC SEARCH] iteration: 0
2.25/2.30	c [INC SEARCH] lower bound: 0 upperbound 1623 current bound: 811 best value:1623
2.25/2.30	c [INC SYSTEM] there exists a inc, kill it!
2.25/2.30	c write failed with 2
2.25/2.30	c [INC SYSTEM] create new solver instance
2.25/2.30	c [INC] encode full formula
2.25/2.33	c set iterative enc to: swc
2.25/2.35	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -1
1800.08/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x875cd0)

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-3748939-1339125990/watcher-3748939-1339125990 -o /tmp/evaluation-result-3748939-1339125990/solver-3748939-1339125990 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748939-1339125990.opb 79326631 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: 1.99 1.98 1.99 3/178 21616
/proc/meminfo: memFree=27002496/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0

[startup+0.0945529 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 21616
/proc/meminfo: memFree=27002496/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 21616
/proc/meminfo: memFree=27002496/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300199 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 21616
/proc/meminfo: memFree=27002496/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700283 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 21616
/proc/meminfo: memFree=27002496/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 21620
/proc/meminfo: memFree=26864336/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=17368 CPUtime=0.3 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 4898 0 0 0 28 2 0 0 20 0 1 0 378724473 17784832 3881 33554432000 4194304 6004724 140734710189408 140734710183872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 4342 3881 148 442 0 3896 0
[pid=21619] ppid=21617 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21619/stat : 21619 (cp2_pre.sh) S 21617 21616 17422 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 378724504 9367552 277 33554432000 4194304 5064252 140735193995520 140735193994224 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21619/statm: 2287 277 234 213 0 72 0
[pid=21620] ppid=21619 vsize=123200 CPUtime=1.17 cores=0,2,4,6
/proc/21620/stat : 21620 (coprocessor) R 21619 21616 17422 0 -1 4202496 24144 0 0 0 113 4 0 0 20 0 1 0 378724504 126156800 29767 33554432000 4194304 6586260 140733764325376 140733764320744 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/21620/statm: 30800 29767 197 584 0 30212 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 158864

[startup+3.10027 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21622
/proc/meminfo: memFree=26928816/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 33520
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21625
/proc/meminfo: memFree=26897672/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=75816 CPUtime=3.93 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 16041 0 0 0 391 2 0 0 20 0 1 0 378724708 77635584 16483 33554432000 4194304 5654031 140736415991552 140736415989336 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21625/statm: 18954 16483 131 357 0 18594 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 109336

[startup+12.7003 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21625
/proc/meminfo: memFree=26897704/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=75984 CPUtime=10.33 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 16104 0 0 0 1031 2 0 0 20 0 1 0 378724708 77807616 16546 33554432000 4194304 5654031 140736415991552 140736415989336 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21625/statm: 18996 16546 131 357 0 18636 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 109504

[startup+25.5003 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21625
/proc/meminfo: memFree=26898084/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=76272 CPUtime=23.13 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 16204 0 0 0 2311 2 0 0 20 0 1 0 378724708 78102528 16646 33554432000 4194304 5654031 140736415991552 140736415989448 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21625/statm: 19068 16646 131 357 0 18708 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 109792

[startup+51.1003 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 21626
/proc/meminfo: memFree=26896012/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=83868 CPUtime=48.72 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 16739 0 0 0 4870 2 0 0 20 0 1 0 378724708 85880832 17173 33554432000 4194304 5654031 140736415991552 140736415989640 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 20967 17173 131 357 0 20607 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 117388

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21627
/proc/meminfo: memFree=26892072/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=77208 CPUtime=99.9 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 17758 0 0 0 9987 3 0 0 20 0 1 0 378724708 79060992 17318 33554432000 4194304 5654031 140736415991552 140736415989576 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 19302 17318 132 357 0 18942 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 110728

[startup+162.3 s]
/proc/loadavg: 2.12 2.02 2.01 3/181 21627
/proc/meminfo: memFree=26867612/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=107628 CPUtime=159.88 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19214 0 0 0 15985 3 0 0 20 0 1 0 378724708 110211072 24037 33554432000 4194304 5654031 140736415991552 140736415989352 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 26907 24037 132 357 0 26547 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 141148

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 21630
/proc/meminfo: memFree=26867576/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=107628 CPUtime=219.87 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19233 0 0 0 21984 3 0 0 20 0 1 0 378724708 110211072 24053 33554432000 4194304 5654031 140736415991552 140736415989352 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 26907 24053 132 357 0 26547 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 141148


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

/proc/meminfo: memFree=26808688/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1239.72 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19857 0 0 0 123968 4 0 0 20 0 1 0 378724708 129462272 29882 33554432000 4194304 5654031 140736415991552 140736415989352 4216491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29882 132 357 0 31247 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 159948

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21681
/proc/meminfo: memFree=26806400/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1299.72 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19857 0 0 0 129968 4 0 0 20 0 1 0 378724708 129462272 29882 33554432000 4194304 5654031 140736415991552 140736415989352 4232491 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29882 132 357 0 31247 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 159948

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21681
/proc/meminfo: memFree=26806772/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1359.7 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 135966 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232788 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 159948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 21684
/proc/meminfo: memFree=26806368/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1419.7 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 141966 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 159948

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21684
/proc/meminfo: memFree=26783448/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1479.68 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 147964 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4233381 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 159948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21684
/proc/meminfo: memFree=26781400/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1539.67 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 153963 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 159948

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21685
/proc/meminfo: memFree=26780720/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1599.66 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 159962 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 159948

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 21685
/proc/meminfo: memFree=26781376/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1659.65 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 165961 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 159948

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 21685
/proc/meminfo: memFree=26779204/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1719.65 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 171961 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 159948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21685
/proc/meminfo: memFree=26774860/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1779.64 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 177960 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 159948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21685
/proc/meminfo: memFree=26774860/32873648 swapFree=7116/7116
[pid=21616] ppid=21614 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21616/stat : 21616 (npSolver-pbo-I.) S 21614 21616 17422 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378724472 9367552 274 33554432000 4194304 5064252 140734511792816 140734511791728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21616/statm: 2287 274 233 213 0 72 0
[pid=21617] ppid=21616 vsize=24372 CPUtime=2.34 cores=0,2,4,6
/proc/21617/stat : 21617 (npSolver-pbo) S 21616 21616 17422 0 -1 4202496 6374 37722 0 0 42 45 137 10 20 0 1 0 378724473 24956928 5651 33554432000 4194304 6004724 140734710189408 140734710174328 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/21617/statm: 6093 5651 167 442 0 5647 0
[pid=21625] ppid=21617 vsize=126428 CPUtime=1797.74 cores=0,2,4,6
/proc/21625/stat : 21625 (glucosInc) R 21617 21616 17422 0 -1 4202496 19859 0 0 0 179770 4 0 0 20 0 1 0 378724708 129462272 29884 33554432000 4194304 5654031 140736415991552 140736415989352 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21625/statm: 31607 29884 132 357 0 31247 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 159948

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.41
CPU time (s): 1800.11
CPU user time (s): 1799.5
CPU system time (s): 0.610907
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 159948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.610907
maximum resident set size= 123196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 348
involuntary context switches= 1968

runsolver used 3.50147 second user time and 9.26759 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 05:26:30
IDJOB=3748939
IDBENCH=2899
IDSOLVER=2333
FILE ID=node123/3748939-1339125990
RUNJOBID= node123-1339112653-19047
PBS_JOBID= 14643730
Free space on /tmp= 71280 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748939-1339125990/watcher-3748939-1339125990 -o /tmp/evaluation-result-3748939-1339125990/solver-3748939-1339125990 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748939-1339125990.opb 79326631 HOME HOME

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=79326631

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27002480 kB
Buffers:         1840772 kB
Cached:          2982512 kB
SwapCached:         2512 kB
Active:          2252988 kB
Inactive:        2665896 kB
Active(anon):      88028 kB
Inactive(anon):     7728 kB
Active(file):    2164960 kB
Inactive(file):  2658168 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:              8184 kB
Writeback:             0 kB
AnonPages:        111316 kB
Mapped:            11476 kB
Shmem:                 0 kB
Slab:             802096 kB
SReclaimable:     246184 kB
SUnreclaim:       555912 kB
KernelStack:        1472 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     230280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 71248 MiB
End job on node123 at 2012-06-08 05:56:31