Trace number 3699687

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
MD5SUM8ebfb10d75940bc93d5e7784548911ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.6692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved NO
Number of variables10976
Total number of constraints12527
Number of constraints which are clauses10470
Number of constraints which are cardinality constraints (but not clauses)2057
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Number of terms in the objective function 10976
Biggest coefficient in the objective function 6152
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 31915
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 6152
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 31915
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.15	c run inc solver
0.00/0.15	c [INC SYSTEM] run initial solver
0.00/0.15	c [INC SYSTEM] preprocess with white file
1.18/1.20	c [INC SYSTEM] finished preprocessing in 1 s
1.18/1.20	c [INC SYSTEM] execute solver
1.18/1.43	c [INC SEARCH] formula is SAT
1.18/1.44	c [INC SYSTEM] solved the initial formula
1.18/1.46	c model valid
1.18/1.46	c current solution ok
1.45/1.71	o 2083
1.45/1.71	c execute binary inc search
1.45/1.71	c [INC SEARCH] current bound: 4117
1.45/1.71	c [INC SEARCH] iteration: 0
1.45/1.71	c [INC SEARCH] lower bound: 0 upperbound 8235 current bound: 4117 best value:8235
1.45/1.71	c [INC SYSTEM] there exists a inc, kill it!
1.45/1.71	c write failed with 2
1.45/1.71	c [INC SYSTEM] create new solver instance
1.45/1.71	c [INC] encode full formula
1.45/1.71	c fallback to adder encoding
2.38/2.46	c set iterative enc to: adder
2.38/2.46	c set iterative enc to: none
2.48/2.55	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	HOME/npSolver-pbo-I.sh: line 18:  1067 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699687-1338060791/watcher-3699687-1338060791 -o /tmp/evaluation-result-3699687-1338060791/solver-3699687-1338060791 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699687-1338060791.opb 1110168231 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1066
/proc/meminfo: memFree=28526032/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0

[startup+0.00682694 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1066
/proc/meminfo: memFree=28526032/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100196 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1066
/proc/meminfo: memFree=28526032/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1066
/proc/meminfo: memFree=28526032/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1066
/proc/meminfo: memFree=28526032/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1070
/proc/meminfo: memFree=28462308/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=17268 CPUtime=1.24 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) R 1066 1066 339 0 -1 4202496 4159 12485 0 0 17 5 99 3 20 0 1 0 272205847 17682432 3067 33554432000 4194304 5992684 140735395330320 140735395316584 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 4317 3067 173 440 0 3873 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 26416

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1073
/proc/meminfo: memFree=28472348/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 32288

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1075
/proc/meminfo: memFree=28302220/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=153452 CPUtime=3.73 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 29838 0 0 0 366 7 0 0 20 0 1 0 272206102 157134848 34712 33554432000 4194304 5654031 140735122369488 140735122357304 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1075/statm: 38363 34712 140 357 0 38003 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 185740

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 1122
/proc/meminfo: memFree=28466776/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=153816 CPUtime=10.13 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 29897 0 0 0 1006 7 0 0 20 0 1 0 272206102 157507584 34771 33554432000 4194304 5654031 140735122369488 140735122367384 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1075/statm: 38454 34771 141 357 0 38094 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 186104

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 1122
/proc/meminfo: memFree=28452008/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=154928 CPUtime=22.92 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 30197 0 0 0 2285 7 0 0 20 0 1 0 272206102 158646272 35576 33554432000 4194304 5654031 140735122369488 140735122357304 4214505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1075/statm: 38732 35576 141 357 0 38372 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 187216

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 1122
/proc/meminfo: memFree=28444972/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=155304 CPUtime=48.52 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 30262 0 0 0 4844 8 0 0 20 0 1 0 272206102 159031296 35636 33554432000 4194304 5654031 140735122369488 140735122357304 4214618 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 38826 35636 141 357 0 38466 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 187592

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 1122
/proc/meminfo: memFree=28420056/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=180136 CPUtime=99.71 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 32379 0 0 0 9962 9 0 0 20 0 1 0 272206102 184459264 39841 33554432000 4194304 5654031 140735122369488 140735122357304 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 45034 39841 141 357 0 44674 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 212424

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1123
/proc/meminfo: memFree=28395604/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=185392 CPUtime=159.7 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 34739 0 0 0 15959 11 0 0 20 0 1 0 272206102 189841408 42178 33554432000 4194304 5654031 140735122369488 140735122357304 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 46348 42178 141 357 0 45988 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 217680

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1123
/proc/meminfo: memFree=28396496/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=191828 CPUtime=219.69 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 37107 0 0 0 21956 13 0 0 20 0 1 0 272206102 196431872 41957 33554432000 4194304 5654031 140735122369488 140735122357304 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 47957 41957 141 357 0 47597 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 224116

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1123
/proc/meminfo: memFree=28378008/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/181 1132
/proc/meminfo: memFree=28193588/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=330780 CPUtime=1299.5 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 59699 0 0 0 129891 59 0 0 20 0 1 0 272206102 338718720 69848 33554432000 4194304 5654031 140735122369488 140735122357304 4214632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 82695 69848 141 357 0 82335 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 363068

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1132
/proc/meminfo: memFree=28195812/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=332548 CPUtime=1359.49 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 60528 0 0 0 135887 62 0 0 20 0 1 0 272206102 340529152 69801 33554432000 4194304 5654031 140735122369488 140735122367176 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 83137 69801 141 357 0 82777 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 364836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1133
/proc/meminfo: memFree=28200140/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=334152 CPUtime=1419.49 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 61348 0 0 0 141883 66 0 0 20 0 1 0 272206102 342171648 68715 33554432000 4194304 5654031 140735122369488 140735122357304 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 83538 68715 141 357 0 83178 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 366440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1133
/proc/meminfo: memFree=28204464/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=286060 CPUtime=1479.47 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 61946 0 0 0 147879 68 0 0 20 0 1 0 272206102 292925440 67923 33554432000 4194304 5654031 140735122369488 140735122357304 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 71515 67923 141 357 0 71155 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 318348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1133
/proc/meminfo: memFree=28180736/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=337232 CPUtime=1539.46 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 62538 0 0 0 153877 69 0 0 20 0 1 0 272206102 345325568 74125 33554432000 4194304 5654031 140735122369488 140735122357304 4215307 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 84308 74125 141 357 0 83948 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 369520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1133
/proc/meminfo: memFree=28190096/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=337900 CPUtime=1599.46 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 63123 0 0 0 159873 73 0 0 20 0 1 0 272206102 346009600 71267 33554432000 4194304 5654031 140735122369488 140735122357304 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 84475 71267 141 357 0 84115 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 370188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1136
/proc/meminfo: memFree=28233604/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=292012 CPUtime=1659.44 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 63572 0 0 0 165869 75 0 0 20 0 1 0 272206102 299020288 68792 33554432000 4194304 5654031 140735122369488 140735122357304 4232916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 73003 68792 141 357 0 72643 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 324300

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1160
/proc/meminfo: memFree=28205088/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=345460 CPUtime=1719.43 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 64362 0 0 0 171866 77 0 0 20 0 1 0 272206102 353751040 75695 33554432000 4194304 5654031 140735122369488 140735122357304 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 86365 75695 141 357 0 86005 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 377748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1160
/proc/meminfo: memFree=28213684/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=345460 CPUtime=1779.41 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 64883 0 0 0 177862 79 0 0 20 0 1 0 272206102 353751040 73273 33554432000 4194304 5654031 140735122369488 140735122357304 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 86365 73273 141 357 0 86005 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 377748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1160
/proc/meminfo: memFree=28206112/32873648 swapFree=6844/6844
[pid=1066] ppid=1064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1066/stat : 1066 (npSolver-pbo-I.) S 1064 1066 339 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272205847 9367552 274 33554432000 4194304 5064252 140734817835808 140734817834720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1066/statm: 2287 274 233 213 0 72 0
[pid=1067] ppid=1066 vsize=23140 CPUtime=2.53 cores=1,3,5,7
/proc/1067/stat : 1067 (npSolver-pbo) S 1066 1066 339 0 -1 4202496 9700 18145 0 0 95 31 122 5 20 0 1 0 272205847 23695360 4578 33554432000 4194304 5992684 140735395330320 140735395315224 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1067/statm: 5785 4578 184 440 0 5341 0
[pid=1075] ppid=1067 vsize=345460 CPUtime=1797.52 cores=1,3,5,7
/proc/1075/stat : 1075 (glucosInc) R 1067 1066 339 0 -1 4202496 64979 0 0 0 179672 80 0 0 20 0 1 0 272206102 353751040 75602 33554432000 4194304 5654031 140735122369488 140735122357304 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1075/statm: 86365 75602 141 357 0 86005 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 377748

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1066 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=183668
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=370943
# CPU time returned by wait4() is 2.55461
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.89
CPU system time (s): 1.16
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 457888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.18367
system time used= 0.370943
maximum resident set size= 121392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 135872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133
involuntary context switches= 14

runsolver used 8.78766 second user time and 17.0544 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-26 21:33:11
IDJOB=3699687
IDBENCH=2223
IDSOLVER=2276
FILE ID=node115/3699687-1338060791
RUNJOBID= node115-1338051787-356
PBS_JOBID= 14624382
Free space on /tmp= 71564 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:100.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699687-1338060791/watcher-3699687-1338060791 -o /tmp/evaluation-result-3699687-1338060791/solver-3699687-1338060791 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699687-1338060791.opb 1110168231 HOME HOME

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

MD5SUM BENCH= 8ebfb10d75940bc93d5e7784548911ff
RANDOM SEED=1110168231

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.462
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:        28526304 kB
Buffers:          248800 kB
Cached:          3131708 kB
SwapCached:            0 kB
Active:          1219332 kB
Inactive:        2357952 kB
Active(anon):     199108 kB
Inactive(anon):        0 kB
Active(file):    1020224 kB
Inactive(file):  2357952 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8580 kB
Writeback:             0 kB
AnonPages:        301808 kB
Mapped:            15716 kB
Shmem:               200 kB
Slab:             631408 kB
SReclaimable:      75892 kB
SUnreclaim:       555516 kB
KernelStack:        1512 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     344696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71500 MiB
End job on node115 at 2012-05-26 22:03:11