Trace number 3702878

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.03 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.5:100.opb
MD5SUM9d611ad786b3505d4cca46af1ba2bc6d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark20.5839
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables10772
Total number of constraints12051
Number of constraints which are clauses10247
Number of constraints which are cardinality constraints (but not clauses)1804
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 10772
Biggest coefficient in the objective function 5356
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 30986
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5356
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 30986
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.09/1.19	c [INC SYSTEM] finished preprocessing in 1 s
1.09/1.19	c [INC SYSTEM] execute solver
1.17/1.33	c [INC SEARCH] formula is SAT
1.17/1.33	c [INC SYSTEM] solved the initial formula
1.17/1.36	c model valid
1.17/1.36	c current solution ok
1.44/1.62	o 2220
1.44/1.62	c starting approximation
1.44/1.62	c factor = 2
1.44/1.62	c factor still to low - shrinking to 244.826
1.44/1.62	c approx number of clauses: 1e+06
1.44/1.62	c current bound: 3788
1.56/2.07	c leaving approximation
1.56/2.07	c finished approximation
1.56/2.07	c [INC SYSTEM] there exists a inc, kill it!
1.56/2.07	c write failed with 2
1.56/2.07	c [INC SEARCH] iteration: 0
1.56/2.07	c [INC BOUNDS] best value:7576 search for 7575
1.56/2.07	c [INC SYSTEM] create new solver instance
1.56/2.07	c [INC] encode full formula
1.56/2.07	c fallback to adder encoding
2.78/2.80	c set iterative enc to: adder
2.78/2.80	c set iterative enc to: none
2.78/2.89	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18:  5451 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-3702878-1338060152/watcher-3702878-1338060152 -o /tmp/evaluation-result-3702878-1338060152/solver-3702878-1338060152 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702878-1338060152.opb 1692847564 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/178 5450
/proc/meminfo: memFree=28114428/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0

[startup+0.0859351 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5450
/proc/meminfo: memFree=28114428/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100153 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5450
/proc/meminfo: memFree=28114428/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300213 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5450
/proc/meminfo: memFree=28114428/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700169 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5450
/proc/meminfo: memFree=28114428/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5454
/proc/meminfo: memFree=28052412/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=12988 CPUtime=1.33 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) R 5450 5450 4763 0 -1 4202496 3989 12386 0 0 19 13 99 2 20 0 1 0 272141327 13299712 2914 33554432000 4194304 5992684 140734907156432 140734907150616 5179696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 3247 2914 173 440 0 2803 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 22136

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5464
/proc/meminfo: memFree=28088916/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 27892

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5466
/proc/meminfo: memFree=27901560/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=153188 CPUtime=3.39 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 30423 0 0 0 333 6 0 0 20 0 1 0 272141616 156864512 33790 33554432000 4194304 5654031 140733670515312 140733670512920 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 38297 33790 140 357 0 37937 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 181080

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 5466
/proc/meminfo: memFree=27902504/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=154120 CPUtime=9.79 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 30665 0 0 0 973 6 0 0 20 0 1 0 272141616 157818880 34032 33554432000 4194304 5654031 140733670515312 140733670513096 4214475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 38530 34032 141 357 0 38170 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 182012

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 5466
/proc/meminfo: memFree=27896076/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=157992 CPUtime=22.59 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 31299 0 0 0 2252 7 0 0 20 0 1 0 272141616 161783808 35177 33554432000 4194304 5654031 140733670515312 140733670503128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 39498 35177 141 357 0 39138 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 185884

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5466
/proc/meminfo: memFree=27889492/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=177092 CPUtime=48.19 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 32253 0 0 0 4811 8 0 0 20 0 1 0 272141616 181342208 36596 33554432000 4194304 5654031 140733670515312 140733670503128 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 44273 36596 141 357 0 43913 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 204984

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5466
/proc/meminfo: memFree=27880216/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=181936 CPUtime=99.38 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 34356 0 0 0 9928 10 0 0 20 0 1 0 272141616 186302464 37834 33554432000 4194304 5654031 140733670515312 140733670503128 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 45484 37834 141 357 0 45124 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 209828

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 5466
/proc/meminfo: memFree=27851428/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=190616 CPUtime=159.34 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 36827 0 0 0 15922 12 0 0 20 0 1 0 272141616 195190784 42545 33554432000 4194304 5654031 140733670515312 140733670503128 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 47654 42545 141 357 0 47294 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 218508

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5466
/proc/meminfo: memFree=27837972/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=198084 CPUtime=219.33 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 39078 0 0 0 21918 15 0 0 20 0 1 0 272141616 202838016 44531 33554432000 4194304 5654031 140733670515312 140733670503128 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 49521 44531 141 357 0 49161 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 225976

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 5468
/proc/meminfo: memFree=27818852/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/181 5477
/proc/meminfo: memFree=27658376/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=286000 CPUtime=1299.15 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 69607 0 0 0 129852 63 0 0 20 0 1 0 272141616 292864000 65492 33554432000 4194304 5654031 140733670515312 140733670513160 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 71500 65492 141 357 0 71140 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 313892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5477
/proc/meminfo: memFree=27636400/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=337712 CPUtime=1359.13 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 70309 0 0 0 135849 64 0 0 20 0 1 0 272141616 345817088 71300 33554432000 4194304 5654031 140733670515312 140733670503128 4215188 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 84428 71300 141 357 0 84068 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 365604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5477
/proc/meminfo: memFree=27634576/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=341612 CPUtime=1419.12 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 71410 0 0 0 141845 67 0 0 20 0 1 0 272141616 349810688 70623 33554432000 4194304 5654031 140733670515312 140733670503128 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 85403 70623 141 357 0 85043 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 369504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5478
/proc/meminfo: memFree=27636776/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=343508 CPUtime=1479.11 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 72668 0 0 0 147840 71 0 0 20 0 1 0 272141616 351752192 70094 33554432000 4194304 5654031 140733670515312 140733670503128 4215932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 85877 70094 141 357 0 85517 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 371400

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5478
/proc/meminfo: memFree=27636240/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=295180 CPUtime=1539.1 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 73592 0 0 0 153837 73 0 0 20 0 1 0 272141616 302264320 69757 33554432000 4194304 5654031 140733670515312 140733670503128 4215327 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 73795 69757 141 357 0 73435 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 323072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5478
/proc/meminfo: memFree=27614948/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=347012 CPUtime=1599.09 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 74351 0 0 0 159834 75 0 0 20 0 1 0 272141616 355340288 75615 33554432000 4194304 5654031 140733670515312 140733670503128 4215017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 86753 75615 141 357 0 86393 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 374904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5481
/proc/meminfo: memFree=27602880/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=347844 CPUtime=1659.08 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 75354 0 0 0 165830 78 0 0 20 0 1 0 272141616 356192256 73886 33554432000 4194304 5654031 140733670515312 140733670503128 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 86961 73886 141 357 0 86601 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 375736

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5481
/proc/meminfo: memFree=27617136/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=299112 CPUtime=1719.07 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 76261 0 0 0 171827 80 0 0 20 0 1 0 272141616 306290688 70968 33554432000 4194304 5654031 140733670515312 140733670503128 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 74778 70968 141 357 0 74418 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 327004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5482
/proc/meminfo: memFree=27594840/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=349740 CPUtime=1779.06 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 76610 0 0 0 177825 81 0 0 20 0 1 0 272141616 358133760 75914 33554432000 4194304 5654031 140733670515312 140733670503128 4214475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 87435 75914 141 357 0 87075 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 377632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 5537
/proc/meminfo: memFree=27935780/32873648 swapFree=6864/6864
[pid=5450] ppid=5448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5450/stat : 5450 (npSolver-pbo-It) S 5448 5450 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272141326 9367552 275 33554432000 4194304 5064252 140736760659888 140736760658800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5450/statm: 2287 275 233 213 0 72 0
[pid=5451] ppid=5450 vsize=18744 CPUtime=2.86 cores=1,3,5,7
/proc/5451/stat : 5451 (npSolver-pbo) S 5450 5450 4763 0 -1 4202496 12329 36560 0 0 101 34 142 9 20 0 1 0 272141327 19193856 4411 33554432000 4194304 5992684 140734907156432 140734907142264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5451/statm: 4686 4411 199 440 0 4242 0
[pid=5466] ppid=5451 vsize=350296 CPUtime=1797.17 cores=1,3,5,7
/proc/5466/stat : 5466 (glucosInc) R 5451 5450 4763 0 -1 4202496 76722 0 0 0 179635 82 0 0 20 0 1 0 272141616 358703104 77559 33554432000 4194304 5654031 140733670515312 140733670503128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5466/statm: 87574 77559 141 357 0 87214 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 378188

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 5450 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=447627
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=451931
# CPU time returned by wait4() is 2.89956
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1798.78
CPU system time (s): 1.25
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 457096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.44763
system time used= 0.451931
maximum resident set size= 120608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143
involuntary context switches= 29

runsolver used 3.45547 second user time and 8.84865 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 21:22:33
IDJOB=3702878
IDBENCH=2224
IDSOLVER=2278
FILE ID=node120/3702878-1338060152
RUNJOBID= node120-1338052943-4780
PBS_JOBID= 14624403
Free space on /tmp= 71524 MiB

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

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

MD5SUM BENCH= 9d611ad786b3505d4cca46af1ba2bc6d
RANDOM SEED=1692847564

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.83
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.456
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.456
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:        28114956 kB
Buffers:          236896 kB
Cached:          3569616 kB
SwapCached:          492 kB
Active:           907792 kB
Inactive:        3080168 kB
Active(anon):     171764 kB
Inactive(anon):    12388 kB
Active(file):     736028 kB
Inactive(file):  3067780 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             79420 kB
Writeback:             0 kB
AnonPages:        188044 kB
Mapped:            14744 kB
Shmem:               120 kB
Slab:             634504 kB
SReclaimable:      78056 kB
SUnreclaim:       556448 kB
KernelStack:        1472 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     308268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71520 MiB
End job on node120 at 2012-05-26 21:52:34