Trace number 3697509

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-3.opb
MD5SUMf687933a5408753eb50bdd526af25aa5
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3052
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3052
Optimality of the best value was proved NO
Number of variables3300
Total number of constraints1985
Number of constraints which are clauses1364
Number of constraints which are cardinality constraints (but not clauses)621
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint220
Number of terms in the objective function 2792
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1385986
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1385986
Number of bits of the biggest sum of numbers21
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.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
2.26/2.34	c [INC SYSTEM] finished preprocessing in 2 s
2.26/2.34	c [INC SYSTEM] execute solver
232.30/232.46	c [INC SEARCH] formula is SAT
232.30/232.47	c [INC SYSTEM] solved the initial formula
232.30/232.48	c model valid
232.30/232.48	c current solution ok
232.71/232.89	o 214305
232.71/232.89	c [INC SYSTEM] there exists a inc, kill it!
232.71/232.89	c write failed with 2
232.71/232.89	c [INC SEARCH] iteration: 0
232.71/232.89	c [INC BOUNDS] best value:215712 search for 215711
232.71/232.89	c [INC SYSTEM] create new solver instance
232.71/232.89	c [INC] encode full formula
232.71/232.89	c fallback to adder encoding
233.04/233.17	c set iterative enc to: adder
233.04/233.17	c set iterative enc to: none
233.13/233.22	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.41	s UNKNOWN
1800.03/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.41	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-3697509-1338049293/watcher-3697509-1338049293 -o /tmp/evaluation-result-3697509-1338049293/solver-3697509-1338049293 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697509-1338049293.opb 1997672042 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: 3.95 3.67 2.94 3/179 6885
/proc/meminfo: memFree=23199912/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0

[startup+0.0196529 s]
/proc/loadavg: 3.95 3.67 2.94 3/179 6885
/proc/meminfo: memFree=23199912/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 3.95 3.67 2.94 3/179 6885
/proc/meminfo: memFree=23199912/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300184 s]
/proc/loadavg: 3.95 3.67 2.94 3/179 6885
/proc/meminfo: memFree=23199912/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 3.95 3.67 2.94 3/179 6885
/proc/meminfo: memFree=23199912/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 3.95 3.67 2.94 3/184 6930
/proc/meminfo: memFree=26969936/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=0.16 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 3997 0 0 0 15 1 0 0 20 0 1 0 271054376 17948672 3606 33554432000 4194304 5992684 140734180057200 140734180051648 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3606 169 440 0 3938 0
[pid=6888] ppid=6886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6888/stat : 6888 (cp2_pre.sh) S 6886 6885 659 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 271054394 9367552 276 33554432000 4194304 5064252 140735419866544 140735419865248 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6888/statm: 2287 276 234 213 0 72 0
[pid=6889] ppid=6888 vsize=105324 CPUtime=1.31 cores=1,3,5,7
/proc/6889/stat : 6889 (coprocessor) R 6888 6885 659 0 -1 4202496 19936 0 0 0 127 4 0 0 20 0 1 0 271054395 107851776 25318 33554432000 4194304 6586260 140734259602128 140734259597448 5599305 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6889/statm: 26331 25318 191 584 0 25743 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 141148

[startup+3.10031 s]
/proc/loadavg: 3.95 3.67 2.94 3/183 6935
/proc/meminfo: memFree=26969372/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 26676
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 3.80 3.65 2.93 3/182 6937
/proc/meminfo: memFree=27027716/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=64788 CPUtime=3.95 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 12088 0 0 0 393 2 0 0 20 0 1 0 271054611 66342912 14134 33554432000 4194304 5654031 140734177306192 140734177294008 4232880 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 16197 14134 142 357 0 15837 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 91464

[startup+12.7004 s]
/proc/loadavg: 3.65 3.62 2.93 3/182 6937
/proc/meminfo: memFree=27007340/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=64788 CPUtime=10.34 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 12096 0 0 0 1032 2 0 0 20 0 1 0 271054611 66342912 14653 33554432000 4194304 5654031 140734177306192 140734177294008 4232659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 16197 14653 142 357 0 15837 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 91464

[startup+25.5004 s]
/proc/loadavg: 3.29 3.54 2.91 3/182 6937
/proc/meminfo: memFree=26980752/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=88352 CPUtime=23.14 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 13291 0 0 0 2312 2 0 0 20 0 1 0 271054611 90472448 19890 33554432000 4194304 5654031 140734177306192 140734177294008 4232810 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 22088 19890 142 357 0 21728 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 115028

[startup+51.1005 s]
/proc/loadavg: 2.85 3.41 2.89 3/182 6937
/proc/meminfo: memFree=26949792/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=121640 CPUtime=48.73 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 15631 0 0 0 4868 5 0 0 20 0 1 0 271054611 124559360 28197 33554432000 4194304 5654031 140734177306192 140734177294008 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 30410 28197 142 357 0 30050 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 148316

[startup+102.307 s]
/proc/loadavg: 2.37 3.19 2.84 3/181 6937
/proc/meminfo: memFree=26893504/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=151988 CPUtime=99.93 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 16235 0 0 0 9987 6 0 0 20 0 1 0 271054611 155635712 34903 33554432000 4194304 5654031 140734177306192 140734177294008 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 37997 34903 142 357 0 37637 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 178664

[startup+162.3 s]
/proc/loadavg: 2.13 2.97 2.78 3/181 6938
/proc/meminfo: memFree=26876864/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=143184 CPUtime=159.91 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 18740 0 0 0 15982 9 0 0 20 0 1 0 271054611 146620416 34833 33554432000 4194304 5654031 140734177306192 140734177294008 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 35796 34833 142 357 0 35436 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 169860

[startup+222.3 s]
/proc/loadavg: 2.05 2.79 2.73 3/181 6938
/proc/meminfo: memFree=26869356/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=17528 CPUtime=2.31 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 4012 22854 0 0 15 1 194 21 20 0 1 0 271054376 17948672 3608 33554432000 4194304 5992684 140734180057200 140734180043464 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 4382 3608 171 440 0 3938 0
[pid=6937] ppid=6886 vsize=143184 CPUtime=219.9 cores=1,3,5,7
/proc/6937/stat : 6937 (glucosInc) R 6886 6885 659 0 -1 4202496 19718 0 0 0 21977 13 0 0 20 0 1 0 271054611 146620416 34833 33554432000 4194304 5654031 140734177306192 140734177294008 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6937/statm: 35796 34833 142 357 0 35436 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 169860


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

/proc/meminfo: memFree=26685344/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=289976 CPUtime=1008.86 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 42224 0 0 0 100820 66 0 0 20 0 1 0 271077699 296935424 68639 33554432000 4194304 5654031 140735192150000 140735192137816 4232830 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 72494 68639 141 357 0 72134 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 329328

[startup+1302.3 s]
/proc/loadavg: 2.12 2.09 2.25 3/181 6950
/proc/meminfo: memFree=26674840/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=289976 CPUtime=1068.86 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 43269 0 0 0 106816 70 0 0 20 0 1 0 271077699 296935424 70714 33554432000 4194304 5654031 140735192150000 140735192137816 4232932 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 72494 70714 141 357 0 72134 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 329328

[startup+1362.3 s]
/proc/loadavg: 2.08 2.09 2.24 3/181 6950
/proc/meminfo: memFree=26663720/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=340064 CPUtime=1128.84 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 45114 0 0 0 112811 73 0 0 20 0 1 0 271077699 348225536 73575 33554432000 4194304 5654031 140735192150000 140735192137816 4243753 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 85016 73575 141 357 0 84656 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 379416

[startup+1422.31 s]
/proc/loadavg: 2.03 2.07 2.22 3/181 6951
/proc/meminfo: memFree=26678832/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=289976 CPUtime=1188.84 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 46289 0 0 0 118806 78 0 0 20 0 1 0 271077699 296935424 69690 33554432000 4194304 5654031 140735192150000 140735192137816 4214560 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 72494 69690 141 357 0 72134 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 329328

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.21 3/181 6951
/proc/meminfo: memFree=26635936/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=340064 CPUtime=1248.82 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 48135 0 0 0 124800 82 0 0 20 0 1 0 271077699 348225536 71521 33554432000 4194304 5654031 140735192150000 140735192137816 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 85016 71521 141 357 0 84656 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 379416

[startup+1542.3 s]
/proc/loadavg: 2.04 2.06 2.19 3/181 6951
/proc/meminfo: memFree=26626924/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=340064 CPUtime=1308.81 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 49153 0 0 0 130796 85 0 0 20 0 1 0 271077699 348225536 74599 33554432000 4194304 5654031 140735192150000 140735192137816 4232763 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 85016 74599 141 357 0 84656 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 379416

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.18 3/181 6951
/proc/meminfo: memFree=26682996/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=289976 CPUtime=1368.8 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 50326 0 0 0 136790 90 0 0 20 0 1 0 271077699 296935424 68666 33554432000 4194304 5654031 140735192150000 140735192137816 4233184 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 72494 68666 141 357 0 72134 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 329328

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.17 3/181 6951
/proc/meminfo: memFree=26667592/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=298164 CPUtime=1428.78 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 51700 0 0 0 142784 94 0 0 20 0 1 0 271077699 305319936 72594 33554432000 4194304 5654031 140735192150000 140735192137816 4232703 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 74541 72594 141 357 0 74181 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 337516

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.16 3/182 6955
/proc/meminfo: memFree=26655844/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=348252 CPUtime=1488.78 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 53554 0 0 0 148779 99 0 0 20 0 1 0 271077699 356610048 75961 33554432000 4194304 5654031 140735192150000 140735192137816 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6941/statm: 87063 75961 141 357 0 86703 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 387604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.15 3/181 6955
/proc/meminfo: memFree=26608052/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=349268 CPUtime=1548.77 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 54806 0 0 0 154775 102 0 0 20 0 1 0 271077699 357650432 77728 33554432000 4194304 5654031 140735192150000 140735192137816 4215017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6941/statm: 87317 77728 141 357 0 86957 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 388620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.14 3/181 6955
/proc/meminfo: memFree=26668420/32873844 swapFree=7108/7108
[pid=6885] ppid=6883 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6885/stat : 6885 (npSolver-pbo-It) S 6883 6885 659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271054376 9367552 274 33554432000 4194304 5064252 140733996657472 140733996656384 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6885/statm: 2287 274 233 213 0 72 0
[pid=6886] ppid=6885 vsize=30204 CPUtime=233.15 cores=1,3,5,7
/proc/6886/stat : 6886 (npSolver-pbo) S 6885 6885 659 0 -1 4202496 10320 43868 0 0 49 41 23188 37 20 0 1 0 271054376 30928896 6854 33554432000 4194304 5992684 140734180057200 140734180043032 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6886/statm: 7551 6854 187 440 0 7107 0
[pid=6941] ppid=6886 vsize=299328 CPUtime=1566.88 cores=1,3,5,7
/proc/6941/stat : 6941 (glucosInc) R 6886 6885 659 0 -1 4202496 55034 0 0 0 156583 105 0 0 20 0 1 0 271077699 306511872 72369 33554432000 4194304 5654031 140735192150000 140735192137816 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6941/statm: 74832 72369 141 357 0 74472 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 338680

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.07
CPU user time (s): 1798.22
CPU system time (s): 1.85272
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 468760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.85272
maximum resident set size= 376940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 89760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 379
involuntary context switches= 2738

runsolver used 2.99055 second user time and 8.5637 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 18:21:33
IDJOB=3697509
IDBENCH=1536
IDSOLVER=2275
FILE ID=node138/3697509-1338049293
RUNJOBID= node138-1338048543-3008
PBS_JOBID= 14624337
Free space on /tmp= 70348 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-3.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697509-1338049293/watcher-3697509-1338049293 -o /tmp/evaluation-result-3697509-1338049293/solver-3697509-1338049293 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697509-1338049293.opb 1997672042 HOME HOME

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

MD5SUM BENCH= f687933a5408753eb50bdd526af25aa5
RANDOM SEED=1997672042

node138.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.347
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.69
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.347
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.347
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		: 2667.347
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.347
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.347
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.347
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.92
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.347
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:        23105324 kB
Buffers:          307556 kB
Cached:          7337104 kB
SwapCached:            0 kB
Active:          2037356 kB
Inactive:        6835912 kB
Active(anon):    1231036 kB
Inactive(anon):        0 kB
Active(file):     806320 kB
Inactive(file):  6835912 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15608 kB
Writeback:            32 kB
AnonPages:       1235304 kB
Mapped:            15156 kB
Shmem:               200 kB
Slab:             751728 kB
SReclaimable:     193196 kB
SUnreclaim:       558532 kB
KernelStack:        1480 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1687488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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= 71500 MiB
End job on node138 at 2012-05-26 18:51:34