Trace number 3699604

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
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.38	c run inc solver
0.00/0.38	c [INC SYSTEM] run initial solver
0.00/0.38	c [INC SYSTEM] preprocess with white file
0.00/0.64	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.64	c [INC SYSTEM] execute solver
0.00/0.70	c [INC SEARCH] formula is SAT
0.00/0.70	c [INC SYSTEM] solved the initial formula
0.00/0.70	c model valid
0.00/0.70	c current solution ok
0.00/0.81	o 265
0.00/0.81	c execute binary inc search
0.00/0.81	c [INC SEARCH] current bound: 132
0.00/0.81	c [INC SEARCH] iteration: 0
0.00/0.81	c [INC SEARCH] lower bound: 0 upperbound 265 current bound: 132 best value:265
0.00/0.81	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.81	c write failed with 2
0.00/0.81	c [INC SYSTEM] create new solver instance
0.00/0.81	c [INC] encode full formula
0.00/0.81	c (debug) using card networks
0.00/0.82	c set iterative enc to: card
0.00/0.82	c set iterative enc to: none
0.00/0.83	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

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-3699604-1338310772/watcher-3699604-1338310772 -o /tmp/evaluation-result-3699604-1338310772/solver-3699604-1338310772 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699604-1338310772.opb 1997727025 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.00 0.05 2.22 3/174 5959
/proc/meminfo: memFree=27572736/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0

[startup+0.041625 s]
/proc/loadavg: 0.00 0.05 2.22 3/174 5959
/proc/meminfo: memFree=27572736/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 0.00 0.05 2.22 3/174 5959
/proc/meminfo: memFree=27572736/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 0.00 0.05 2.22 3/174 5959
/proc/meminfo: memFree=27572736/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 0.00 0.05 2.22 3/174 5959
/proc/meminfo: memFree=27572736/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 0.00 0.05 2.22 3/181 5981
/proc/meminfo: memFree=27529396/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=16112 CPUtime=0.66 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 2690 0 0 0 66 0 0 0 20 0 1 0 297205910 16498688 3164 33554432000 4194304 5654031 140733551560784 140733551548600 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5978/statm: 4028 3164 141 357 0 3668 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 31472

[startup+3.10035 s]
/proc/loadavg: 0.16 0.08 2.21 3/181 5981
/proc/meminfo: memFree=27524620/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=16668 CPUtime=2.25 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 3888 0 0 0 225 0 0 0 20 0 1 0 297205910 17068032 3327 33554432000 4194304 5654031 140733551560784 140733551548600 4232939 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5978/statm: 4167 3327 142 357 0 3807 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 32028

[startup+6.3004 s]
/proc/loadavg: 0.16 0.08 2.21 3/181 5981
/proc/meminfo: memFree=27503744/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=28276 CPUtime=5.46 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 5050 0 0 0 545 1 0 0 20 0 1 0 297205910 28954624 6400 33554432000 4194304 5654031 140733551560784 140733551548600 4233232 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5978/statm: 7069 6400 142 357 0 6709 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43636

[startup+12.7004 s]
/proc/loadavg: 0.44 0.14 2.21 3/181 5981
/proc/meminfo: memFree=27490904/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=32696 CPUtime=11.85 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 5788 0 0 0 1184 1 0 0 20 0 1 0 297205910 33480704 7607 33554432000 4194304 5654031 140733551560784 140733551548600 4215932 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5978/statm: 8174 7607 142 357 0 7814 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 48056

[startup+25.5004 s]
/proc/loadavg: 0.68 0.20 2.21 3/181 5981
/proc/meminfo: memFree=27479580/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=42600 CPUtime=24.65 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 6625 0 0 0 2464 1 0 0 20 0 1 0 297205910 43622400 8933 33554432000 4194304 5654031 140733551560784 140733551548600 4225994 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5978/statm: 10650 8933 142 357 0 10290 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 57960

[startup+51.1004 s]
/proc/loadavg: 1.13 0.35 2.20 3/182 5984
/proc/meminfo: memFree=27461688/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=47720 CPUtime=50.25 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 8063 0 0 0 5023 2 0 0 20 0 1 0 297205910 48865280 10000 33554432000 4194304 5654031 140733551560784 140733551558664 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 11930 10000 142 357 0 11570 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 63080

[startup+102.307 s]
/proc/loadavg: 1.65 0.62 2.18 3/182 6007
/proc/meminfo: memFree=27451932/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=54900 CPUtime=101.44 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 8313 0 0 0 10142 2 0 0 20 0 1 0 297205910 56217600 13189 33554432000 4194304 5654031 140733551560784 140733551548600 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 13725 13189 142 357 0 13365 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 70260

[startup+162.3 s]
/proc/loadavg: 1.87 0.87 2.17 3/181 6007
/proc/meminfo: memFree=27396148/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=91888 CPUtime=161.43 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 10496 0 0 0 16139 4 0 0 20 0 1 0 297205910 94093312 19584 33554432000 4194304 5654031 140733551560784 140733551548600 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 22972 19584 142 357 0 22612 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 107248

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 2.16 3/181 6007
/proc/meminfo: memFree=27379012/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=91888 CPUtime=221.41 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 11068 0 0 0 22137 4 0 0 20 0 1 0 297205910 94093312 21924 33554432000 4194304 5654031 140733551560784 140733551548600 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 22972 21924 142 357 0 22612 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 107248

[startup+282.3 s]

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

/proc/meminfo: memFree=27267756/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=190752 CPUtime=1241.26 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 31718 0 0 0 124082 44 0 0 20 0 1 0 297205910 195330048 41925 33554432000 4194304 5654031 140733551560784 140733551548600 4233457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 47688 41925 142 357 0 47328 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 206112

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 2.03 3/181 6017
/proc/meminfo: memFree=27217712/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=210692 CPUtime=1301.25 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 33030 0 0 0 130079 46 0 0 20 0 1 0 297205910 215748608 45284 33554432000 4194304 5654031 140733551560784 140733551548600 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 52673 45284 142 357 0 52313 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 226052

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 2.02 3/181 6017
/proc/meminfo: memFree=27253872/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=142412 CPUtime=1361.24 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 34577 0 0 0 136075 49 0 0 20 0 1 0 297205910 145829888 35086 33554432000 4194304 5654031 140733551560784 140733551548600 4233332 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 35603 35086 142 357 0 35243 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 157772

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 2.02 3/181 6017
/proc/meminfo: memFree=27211204/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=191732 CPUtime=1421.24 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 36008 0 0 0 142072 52 0 0 20 0 1 0 297205910 196333568 43680 33554432000 4194304 5654031 140733551560784 140733551558712 4232462 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 47933 43680 142 357 0 47573 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 207092

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 2.01 3/181 6017
/proc/meminfo: memFree=27152140/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=191732 CPUtime=1481.22 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 36436 0 0 0 148069 53 0 0 20 0 1 0 297205910 196333568 45728 33554432000 4194304 5654031 140733551560784 140733551558712 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 47933 45728 142 357 0 47573 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 207092

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 2.01 3/181 6017
/proc/meminfo: memFree=27264000/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=142412 CPUtime=1541.21 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 36863 0 0 0 154067 54 0 0 20 0 1 0 297205910 145829888 35086 33554432000 4194304 5654031 140733551560784 140733551558712 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 35603 35086 142 357 0 35243 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 157772

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 6017
/proc/meminfo: memFree=27263852/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=142412 CPUtime=1601.2 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 37503 0 0 0 160064 56 0 0 20 0 1 0 297205910 145829888 35086 33554432000 4194304 5654031 140733551560784 140733551558808 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 35603 35086 142 357 0 35243 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 157772

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 2.00 3/181 6018
/proc/meminfo: memFree=27226992/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=142412 CPUtime=1661.19 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 37928 0 0 0 166062 57 0 0 20 0 1 0 297205910 145829888 35086 33554432000 4194304 5654031 140733551560784 140733551558808 4233236 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 35603 35086 142 357 0 35243 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 157772

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 2.00 3/181 6018
/proc/meminfo: memFree=27214780/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=142412 CPUtime=1721.18 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 38353 0 0 0 172060 58 0 0 20 0 1 0 297205910 145829888 35086 33554432000 4194304 5654031 140733551560784 140733551558808 4232912 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 35603 35086 142 357 0 35243 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 157772

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 2.00 3/182 6019
/proc/meminfo: memFree=27203988/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=142412 CPUtime=1781.17 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 38778 0 0 0 178058 59 0 0 20 0 1 0 297205910 145829888 35086 33554432000 4194304 5654031 140733551560784 140733551558808 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 35603 35086 142 357 0 35243 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 157772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.97 2.00 3/181 6019
/proc/meminfo: memFree=27223560/32873844 swapFree=7116/7116
[pid=5959] ppid=5957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5959/stat : 5959 (npSolver-pbo-I.) S 5957 5959 5920 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 297205827 9367552 275 33554432000 4194304 5064252 140734316558400 140734316557312 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5959/statm: 2287 275 233 213 0 72 0
[pid=5961] ppid=5959 vsize=6212 CPUtime=0.8 cores=1,3,5,7
/proc/5961/stat : 5961 (npSolver-pbo) S 5959 5959 5920 0 -1 4202496 2472 7098 0 0 39 9 29 3 20 0 1 0 297205827 6361088 1195 33554432000 4194304 5992684 140734254701680 140734254686584 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5961/statm: 1553 1195 180 440 0 1109 0
[pid=5978] ppid=5961 vsize=191732 CPUtime=1799.28 cores=1,3,5,7
/proc/5978/stat : 5978 (glucosInc) R 5961 5959 5920 0 -1 4202496 39199 0 0 0 179868 60 0 0 20 0 1 0 297205910 196333568 45216 33554432000 4194304 5654031 140733551560784 140733551558712 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5978/statm: 47933 45216 142 357 0 47573 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 207092

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.12
CPU user time (s): 1799.38
CPU system time (s): 0.740887
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 237912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.740887
maximum resident set size= 207756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 1907

runsolver used 8.5577 second user time and 17.4893 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 18:59:32
IDJOB=3699604
IDBENCH=1954
IDSOLVER=2276
FILE ID=node108/3699604-1338310772
RUNJOBID= node108-1338310772-5937
PBS_JOBID= 14632120
Free space on /tmp= 71676 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699604-1338310772/watcher-3699604-1338310772 -o /tmp/evaluation-result-3699604-1338310772/solver-3699604-1338310772 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699604-1338310772.opb 1997727025 HOME HOME

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=1997727025

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.55
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.273
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.273
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:        27573372 kB
Buffers:          311264 kB
Cached:          4178216 kB
SwapCached:            0 kB
Active:           995448 kB
Inactive:        3508964 kB
Active(anon):       1624 kB
Inactive(anon):    13584 kB
Active(file):     993824 kB
Inactive(file):  3495380 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16408 kB
Writeback:             0 kB
AnonPages:         19844 kB
Mapped:            13500 kB
Shmem:               200 kB
Slab:             658808 kB
SReclaimable:     101060 kB
SUnreclaim:       557748 kB
KernelStack:        1392 kB
PageTables:         3860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71652 MiB
End job on node108 at 2012-05-29 19:29:33