Trace number 3702879

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

General information on the benchmark

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

Solver Data

0.00/0.15	c run inc solver
0.00/0.15	c [INC SYSTEM] run initial solver
0.00/0.15	c [INC SYSTEM] preprocess with white file
1.07/1.19	c [INC SYSTEM] finished preprocessing in 1 s
1.07/1.19	c [INC SYSTEM] execute solver
1.16/1.43	c [INC SEARCH] formula is SAT
1.16/1.44	c [INC SYSTEM] solved the initial formula
1.16/1.46	c model valid
1.16/1.46	c current solution ok
1.43/1.71	o 2083
1.43/1.71	c starting approximation
1.43/1.71	c factor = 2
1.43/1.71	c factor still to low - shrinking to 271.162
1.43/1.71	c approx number of clauses: 1e+06
1.43/1.71	c current bound: 4117
2.06/2.20	c leaving approximation
2.06/2.20	c finished approximation
2.06/2.20	c [INC SYSTEM] there exists a inc, kill it!
2.06/2.20	c write failed with 2
2.16/2.20	c [INC SEARCH] iteration: 0
2.16/2.20	c [INC BOUNDS] best value:8235 search for 8234
2.16/2.20	c [INC SYSTEM] create new solver instance
2.16/2.20	c [INC] encode full formula
2.16/2.20	c fallback to adder encoding
2.97/3.01	c set iterative enc to: adder
2.97/3.01	c set iterative enc to: none
3.07/3.10	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18:  5397 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-3702879-1338060147/watcher-3702879-1338060147 -o /tmp/evaluation-result-3702879-1338060147/solver-3702879-1338060147 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702879-1338060147.opb 852566144 HOME HOME 

running on 4 cores: 0,2,4,6

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 5396
/proc/meminfo: memFree=28239184/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0

[startup+0.028659 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5396
/proc/meminfo: memFree=28239184/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5396
/proc/meminfo: memFree=28239184/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300156 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5396
/proc/meminfo: memFree=28239184/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5396
/proc/meminfo: memFree=28239184/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5400
/proc/meminfo: memFree=28174364/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=17268 CPUtime=1.22 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) R 5396 5396 4763 0 -1 4202496 4489 11976 0 0 17 5 96 4 20 0 1 0 272140711 17682432 3397 33554432000 4194304 5992684 140735011841968 140735011828232 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 4317 3397 173 440 0 3873 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 26416

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5405
/proc/meminfo: memFree=28123092/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=144844 CPUtime=3.07 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) R 5396 5396 4763 0 -1 4202496 13011 35679 0 0 109 33 155 10 20 0 1 0 272140711 148320256 33225 33554432000 4194304 5992684 140735011841968 140735011835472 5182699 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 36211 33225 199 440 0 35767 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 153992

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5439
/proc/meminfo: memFree=28121644/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=161984 CPUtime=3.18 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 31629 0 0 0 310 8 0 0 20 0 1 0 272141022 165871616 37267 33554432000 4194304 5654031 140733421417648 140733421415432 4208717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 40496 37267 140 357 0 40136 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 194788

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5466
/proc/meminfo: memFree=27903560/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=163004 CPUtime=9.58 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 31880 0 0 0 950 8 0 0 20 0 1 0 272141022 166916096 37518 33554432000 4194304 5654031 140733421417648 140733421405464 4214432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 40751 37518 141 357 0 40391 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 195808

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 5466
/proc/meminfo: memFree=27898552/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=163800 CPUtime=22.37 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 32178 0 0 0 2229 8 0 0 20 0 1 0 272141022 167731200 37801 33554432000 4194304 5654031 140733421417648 140733421415432 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 40950 37801 141 357 0 40590 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 196604

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5466
/proc/meminfo: memFree=27894060/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=164064 CPUtime=47.97 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 32381 0 0 0 4788 9 0 0 20 0 1 0 272141022 168001536 37981 33554432000 4194304 5654031 140733421417648 140733421405464 4209096 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 41016 37981 141 357 0 40656 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 196868

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 5466
/proc/meminfo: memFree=27887180/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=183520 CPUtime=99.15 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 32612 0 0 0 9906 9 0 0 20 0 1 0 272141022 187924480 38398 33554432000 4194304 5654031 140733421417648 140733421405464 4214622 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 45880 38398 141 357 0 45520 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 216324

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5466
/proc/meminfo: memFree=27858944/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=190216 CPUtime=159.14 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 34963 0 0 0 15903 11 0 0 20 0 1 0 272141022 194781184 40898 33554432000 4194304 5654031 140733421417648 140733421405464 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 47554 40898 141 357 0 47194 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 223020

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5466
/proc/meminfo: memFree=27842688/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=192944 CPUtime=219.13 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 35578 0 0 0 21901 12 0 0 20 0 1 0 272141022 197574656 43046 33554432000 4194304 5654031 140733421417648 140733421405464 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 48236 43046 141 357 0 47876 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 225748

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 5468
/proc/meminfo: memFree=27825924/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/181 5477
/proc/meminfo: memFree=27639964/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=281404 CPUtime=1298.95 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 61579 0 0 0 129852 43 0 0 20 0 1 0 272141022 288157696 65798 33554432000 4194304 5654031 140733421417648 140733421405464 4215251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 70351 65798 141 357 0 69991 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 314208

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5477
/proc/meminfo: memFree=27641116/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=283024 CPUtime=1358.93 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 62759 0 0 0 135848 45 0 0 20 0 1 0 272141022 289816576 66204 33554432000 4194304 5654031 140733421417648 140733421405464 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 70756 66204 141 357 0 70396 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 315828

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5477
/proc/meminfo: memFree=27638920/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=285864 CPUtime=1418.93 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 64216 0 0 0 141845 48 0 0 20 0 1 0 272141022 292724736 67394 33554432000 4194304 5654031 140733421417648 140733421405464 4232782 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 71466 67394 141 357 0 71106 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 318668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5478
/proc/meminfo: memFree=27641864/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=287196 CPUtime=1478.91 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 65339 0 0 0 147840 51 0 0 20 0 1 0 272141022 294088704 67242 33554432000 4194304 5654031 140733421417648 140733421405464 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 71799 67242 141 357 0 71439 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 320000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5478
/proc/meminfo: memFree=27642260/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=289212 CPUtime=1538.9 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 66612 0 0 0 153837 53 0 0 20 0 1 0 272141022 296153088 67749 33554432000 4194304 5654031 140733421417648 140733421405464 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 72303 67749 141 357 0 71943 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 322016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5478
/proc/meminfo: memFree=27619416/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=291092 CPUtime=1598.9 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 67861 0 0 0 159833 57 0 0 20 0 1 0 272141022 298078208 67199 33554432000 4194304 5654031 140733421417648 140733421405464 4215290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 72773 67199 141 357 0 72413 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 323896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5481
/proc/meminfo: memFree=27605224/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=342780 CPUtime=1658.89 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 68549 0 0 0 165831 58 0 0 20 0 1 0 272141022 351006720 72480 33554432000 4194304 5654031 140733421417648 140733421405464 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 85695 72480 141 357 0 85335 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 375584

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5481
/proc/meminfo: memFree=27619432/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=344236 CPUtime=1718.87 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 69732 0 0 0 171827 60 0 0 20 0 1 0 272141022 352497664 71861 33554432000 4194304 5654031 140733421417648 140733421405464 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 86059 71861 141 357 0 85699 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 377040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 5481
/proc/meminfo: memFree=27598944/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=348700 CPUtime=1778.86 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 70964 0 0 0 177823 63 0 0 20 0 1 0 272141022 357068800 71807 33554432000 4194304 5654031 140733421417648 140733421405464 4214505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 87175 71807 141 357 0 86815 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 381504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 5482
/proc/meminfo: memFree=27588516/32873648 swapFree=6864/6864
[pid=5396] ppid=5394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5396/stat : 5396 (npSolver-pbo-It) S 5394 5396 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140711 9367552 275 33554432000 4194304 5064252 140734028820288 140734028819200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5396/statm: 2287 275 233 213 0 72 0
[pid=5397] ppid=5396 vsize=23656 CPUtime=3.08 cores=0,2,4,6
/proc/5397/stat : 5397 (npSolver-pbo) S 5396 5396 4763 0 -1 4202496 13021 35679 0 0 109 34 155 10 20 0 1 0 272140711 24223744 5052 33554432000 4194304 5992684 140735011841968 140735011827800 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5397/statm: 5914 5052 199 440 0 5470 0
[pid=5412] ppid=5397 vsize=349104 CPUtime=1796.96 cores=0,2,4,6
/proc/5412/stat : 5412 (glucosInc) R 5397 5396 4763 0 -1 4202496 71056 0 0 0 179633 63 0 0 20 0 1 0 272141022 357482496 72921 33554432000 4194304 5654031 140733421417648 140733421405464 4214612 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5412/statm: 87276 72921 141 357 0 86916 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 381908

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 5396 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=647597
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=451931
# CPU time returned by wait4() is 3.09953
# while last known CPU time is 1800.04
#
# 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.04
CPU user time (s): 1798.97
CPU system time (s): 1.07
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 461112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6476
system time used= 0.451931
maximum resident set size= 132900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49074
page faults= 0
swaps= 0
block input operations= 0
block output operations= 163240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147
involuntary context switches= 39

runsolver used 2.71459 second user time and 7.40287 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 21:22:27
IDJOB=3702879
IDBENCH=2223
IDSOLVER=2278
FILE ID=node120/3702879-1338060147
RUNJOBID= node120-1338052943-4779
PBS_JOBID= 14624403
Free space on /tmp= 71584 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.95:100.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702879-1338060147/watcher-3702879-1338060147 -o /tmp/evaluation-result-3702879-1338060147/solver-3702879-1338060147 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702879-1338060147.opb 852566144 HOME HOME

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

MD5SUM BENCH= 8ebfb10d75940bc93d5e7784548911ff
RANDOM SEED=852566144

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:        28239564 kB
Buffers:          236728 kB
Cached:          3507468 kB
SwapCached:          492 kB
Active:           786344 kB
Inactive:        3080032 kB
Active(anon):     112268 kB
Inactive(anon):    12388 kB
Active(file):     674076 kB
Inactive(file):  3067644 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:        251380 kB
Mapped:            14852 kB
Shmem:               120 kB
Slab:             631916 kB
SReclaimable:      76528 kB
SUnreclaim:       555388 kB
KernelStack:        1504 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     235168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 71460 MiB
End job on node120 at 2012-05-26 21:52:28