Trace number 3702297

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-quickBound? (TO) 1800.06 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.08/2.18	c [INC SYSTEM] finished preprocessing in 2 s
2.08/2.18	c [INC SYSTEM] execute solver
217.82/217.95	c [INC SEARCH] formula is SAT
217.82/217.96	c [INC SYSTEM] solved the initial formula
217.82/217.97	c model valid
217.82/217.97	c current solution ok
218.24/218.35	o 214305
218.24/218.35	c starting approximation
218.24/218.35	c factor = 2
218.24/218.35	c factor still to low - shrinking to 1806.8
218.24/218.35	c approx number of clauses: 1e+06
218.24/218.35	c current bound: 107856
219.23/219.33	c leaving approximation
219.23/219.33	c finished approximation
219.23/219.33	c [INC SYSTEM] there exists a inc, kill it!
219.23/219.33	c write failed with 2
219.23/219.33	c [INC SEARCH] iteration: 0
219.23/219.33	c [INC BOUNDS] best value:215712 search for 215711
219.23/219.33	c [INC SYSTEM] create new solver instance
219.23/219.33	c [INC] encode full formula
219.23/219.33	c fallback to adder encoding
219.53/219.60	c set iterative enc to: adder
219.53/219.60	c set iterative enc to: none
219.53/219.64	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 13233 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702297-1338049289/watcher-3702297-1338049289 -o /tmp/evaluation-result-3702297-1338049289/solver-3702297-1338049289 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702297-1338049289.opb 1177058183 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: 4.24 3.95 3.01 3/180 13232
/proc/meminfo: memFree=27526360/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0

[startup+0.0970561 s]
/proc/loadavg: 4.24 3.95 3.01 3/180 13232
/proc/meminfo: memFree=27526360/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100208 s]
/proc/loadavg: 4.24 3.95 3.01 3/180 13232
/proc/meminfo: memFree=27526360/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 4.24 3.95 3.01 3/180 13232
/proc/meminfo: memFree=27526360/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70028 s]
/proc/loadavg: 4.24 3.95 3.01 3/180 13232
/proc/meminfo: memFree=27526360/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 4.06 3.91 3.00 3/183 13238
/proc/meminfo: memFree=27476084/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=0.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3929 0 0 0 15 1 0 0 20 0 1 0 271056170 17948672 3537 33554432000 4194304 5992684 140735272419760 140735272414208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3537 169 440 0 3938 0
[pid=13235] ppid=13233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13235/stat : 13235 (cp2_pre.sh) S 13233 13232 5668 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271056187 9367552 277 33554432000 4194304 5064252 140736177953376 140736177952080 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13235/statm: 2287 277 234 213 0 72 0
[pid=13236] ppid=13235 vsize=105456 CPUtime=1.31 cores=1,3,5,7
/proc/13236/stat : 13236 (coprocessor) R 13235 13232 5668 0 -1 4202496 19944 0 0 0 129 2 0 0 20 0 1 0 271056188 107986944 25326 33554432000 4194304 6586260 140735236084336 140735236079656 4676681 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/13236/statm: 26364 25326 191 584 0 25776 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 141280

[startup+3.10031 s]
/proc/loadavg: 4.06 3.91 3.00 3/185 13241
/proc/meminfo: memFree=27407316/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 26676
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 3.90 3.88 3.00 3/184 13243
/proc/meminfo: memFree=27460348/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
[pid=13243] ppid=13233 vsize=64784 CPUtime=4.1 cores=1,3,5,7
/proc/13243/stat : 13243 (glucosInc) R 13233 13232 5668 0 -1 4202496 12124 0 0 0 409 1 0 0 20 0 1 0 271056388 66338816 14168 33554432000 4194304 5654031 140737091248752 140737091236568 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 16196 14168 142 357 0 15836 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 91460

[startup+12.7068 s]
/proc/loadavg: 3.75 3.85 2.99 3/184 13250
/proc/meminfo: memFree=27459412/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
[pid=13243] ppid=13233 vsize=64784 CPUtime=10.51 cores=1,3,5,7
/proc/13243/stat : 13243 (glucosInc) R 13233 13232 5668 0 -1 4202496 12132 0 0 0 1050 1 0 0 20 0 1 0 271056388 66338816 14687 33554432000 4194304 5654031 140737091248752 140737091236568 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 16196 14687 142 357 0 15836 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 91460

[startup+25.5004 s]
/proc/loadavg: 3.48 3.79 2.98 3/184 13257
/proc/meminfo: memFree=27446352/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
[pid=13243] ppid=13233 vsize=88348 CPUtime=23.31 cores=1,3,5,7
/proc/13243/stat : 13243 (glucosInc) R 13233 13232 5668 0 -1 4202496 13313 0 0 0 2329 2 0 0 20 0 1 0 271056388 90468352 19907 33554432000 4194304 5654031 140737091248752 140737091236568 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 22087 19907 142 357 0 21727 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 115024

[startup+51.1003 s]
/proc/loadavg: 2.89 3.62 2.95 3/183 13285
/proc/meminfo: memFree=27402388/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
[pid=13243] ppid=13233 vsize=121636 CPUtime=48.9 cores=1,3,5,7
/proc/13243/stat : 13243 (glucosInc) R 13233 13232 5668 0 -1 4202496 15792 0 0 0 4887 3 0 0 20 0 1 0 271056388 124555264 28886 33554432000 4194304 5654031 140737091248752 140737091236568 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 30409 28886 142 357 0 30049 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 148312

[startup+102.3 s]
/proc/loadavg: 2.39 3.36 2.90 3/183 13336
/proc/meminfo: memFree=27396500/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
[pid=13243] ppid=13233 vsize=151984 CPUtime=100.08 cores=1,3,5,7
/proc/13243/stat : 13243 (glucosInc) R 13233 13232 5668 0 -1 4202496 16228 0 0 0 10004 4 0 0 20 0 1 0 271056388 155631616 34920 33554432000 4194304 5654031 140737091248752 140737091236568 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 37996 34920 142 357 0 37636 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 178660

[startup+162.307 s]
/proc/loadavg: 2.07 3.10 2.83 3/183 13385
/proc/meminfo: memFree=27376492/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=17528 CPUtime=2.16 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 3944 23120 0 0 15 1 183 17 20 0 1 0 271056170 17948672 3539 33554432000 4194304 5992684 140735272419760 140735272406024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 4382 3539 171 440 0 3938 0
[pid=13243] ppid=13233 vsize=143180 CPUtime=160.07 cores=1,3,5,7
/proc/13243/stat : 13243 (glucosInc) R 13233 13232 5668 0 -1 4202496 18811 0 0 0 15999 8 0 0 20 0 1 0 271056388 146616320 34809 33554432000 4194304 5654031 140737091248752 140737091236568 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 35795 34809 142 357 0 35435 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 169856

[startup+222.3 s]
/proc/loadavg: 2.02 2.89 2.78 3/183 13451
/proc/meminfo: memFree=27383188/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=92100 CPUtime=2.64 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 18874 0 0 0 261 3 0 0 20 0 1 0 271078135 94310400 21258 33554432000 4194304 5654031 140734057599040 140734057586856 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 23025 21258 141 357 0 22665 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 139644


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

/proc/loadavg: 1.98 2.01 2.21 3/183 14435
/proc/meminfo: memFree=27181696/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=340064 CPUtime=1082.45 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 45545 0 0 0 108180 65 0 0 20 0 1 0 271078135 348225536 72972 33554432000 4194304 5654031 140734057599040 140734057586856 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 85016 72972 141 357 0 84656 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 387608

[startup+1362.3 s]
/proc/loadavg: 1.93 1.99 2.19 3/183 14484
/proc/meminfo: memFree=27187320/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=289976 CPUtime=1142.45 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 46685 0 0 0 114176 69 0 0 20 0 1 0 271078135 296935424 69087 33554432000 4194304 5654031 140734057599040 140734057586856 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 72494 69087 141 357 0 72134 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 337520

[startup+1422.3 s]
/proc/loadavg: 1.97 1.99 2.18 3/183 14540
/proc/meminfo: memFree=27179744/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=340064 CPUtime=1202.44 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 48539 0 0 0 120170 74 0 0 20 0 1 0 271078135 348225536 72972 33554432000 4194304 5654031 140734057599040 140734057586856 4217966 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 85016 72972 141 357 0 84656 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 387608

[startup+1482.31 s]
/proc/loadavg: 2.06 2.00 2.17 3/183 14596
/proc/meminfo: memFree=27197380/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=298164 CPUtime=1262.44 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 50134 0 0 0 126166 78 0 0 20 0 1 0 271078135 305319936 69543 33554432000 4194304 5654031 140734057599040 140734057586856 4215927 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 74541 69543 141 357 0 74181 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 345708

[startup+1542.3 s]
/proc/loadavg: 2.02 2.00 2.16 3/183 14645
/proc/meminfo: memFree=27171184/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=348252 CPUtime=1322.41 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 51981 0 0 0 132160 81 0 0 20 0 1 0 271078135 356610048 73940 33554432000 4194304 5654031 140734057599040 140734057586856 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 87063 73940 141 357 0 86703 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 395796

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.15 3/182 14701
/proc/meminfo: memFree=27162528/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=349268 CPUtime=1382.4 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 53235 0 0 0 138156 84 0 0 20 0 1 0 271078135 357650432 77770 33554432000 4194304 5654031 140734057599040 140734057586856 4244542 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 87317 77770 141 357 0 86957 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 396812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/183 14751
/proc/meminfo: memFree=27181636/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=301068 CPUtime=1442.39 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 54837 0 0 0 144150 89 0 0 20 0 1 0 271078135 308293632 71266 33554432000 4194304 5654031 140734057599040 140734057586856 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 75267 71266 141 357 0 74907 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 348612

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.13 3/184 14810
/proc/meminfo: memFree=27177984/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=302988 CPUtime=1502.39 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 56294 0 0 0 150147 92 0 0 20 0 1 0 271078135 310259712 73768 33554432000 4194304 5654031 140734057599040 140734057586856 4215913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 75747 73768 141 357 0 75387 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 350532

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.12 3/183 14859
/proc/meminfo: memFree=27162416/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=355568 CPUtime=1562.37 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 58763 0 0 0 156140 97 0 0 20 0 1 0 271078135 364101632 77334 33554432000 4194304 5654031 140734057599040 140734057586856 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 88892 77334 141 357 0 88532 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 403112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.11 3/180 14920
/proc/meminfo: memFree=27276672/32873648 swapFree=6336/6336
[pid=13232] ppid=13230 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (npSolver-pbo-It) S 13230 13232 5668 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271056170 9367552 275 33554432000 4194304 5064252 140737429477264 140737429476176 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2287 275 233 213 0 72 0
[pid=13233] ppid=13232 vsize=38396 CPUtime=219.59 cores=1,3,5,7
/proc/13233/stat : 13233 (npSolver-pbo) S 13232 13232 5668 0 -1 4202496 12101 66085 0 0 59 37 21826 37 20 0 1 0 271056170 39317504 8849 33554432000 4194304 5992684 140735272419760 140735272405592 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13233/statm: 9599 8849 203 440 0 9155 0
[pid=13451] ppid=13233 vsize=356284 CPUtime=1580.47 cores=1,3,5,7
/proc/13451/stat : 13451 (glucosInc) R 13233 13232 5668 0 -1 4202496 58935 0 0 0 157950 97 0 0 20 0 1 0 271078135 364834816 81083 33554432000 4194304 5654031 140734057599040 140734057586856 4232786 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13451/statm: 89071 81083 141 357 0 88711 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 403828

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 13232 and gives
#  childrusage.ru_utime.tv_sec=218
#  childrusage.ru_utime.tv_usec=858728
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=747886
# CPU time returned by wait4() is 219.607
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1798.35
CPU system time (s): 1.71
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 482436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.859
system time used= 0.747886
maximum resident set size= 181252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 111552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324
involuntary context switches= 246

runsolver used 3.44848 second user time and 8.18675 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-26 18:21:29
IDJOB=3702297
IDBENCH=1536
IDSOLVER=2278
FILE ID=node112/3702297-1338049289
RUNJOBID= node112-1338048643-8956
PBS_JOBID= 14624359
Free space on /tmp= 71576 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
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-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702297-1338049289/watcher-3702297-1338049289 -o /tmp/evaluation-result-3702297-1338049289/solver-3702297-1338049289 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702297-1338049289.opb 1177058183 HOME HOME

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

MD5SUM BENCH= f687933a5408753eb50bdd526af25aa5
RANDOM SEED=1177058183

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:        27526632 kB
Buffers:          286700 kB
Cached:          4099004 kB
SwapCached:            0 kB
Active:           830436 kB
Inactive:        3700840 kB
Active(anon):     148000 kB
Inactive(anon):        0 kB
Active(file):     682436 kB
Inactive(file):  3700840 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30016 kB
Writeback:            20 kB
AnonPages:        141152 kB
Mapped:            15576 kB
Shmem:               200 kB
Slab:             674832 kB
SReclaimable:     117628 kB
SUnreclaim:       557204 kB
KernelStack:        1496 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     267772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71548 MiB
End job on node112 at 2012-05-26 18:51:30