Trace number 3702877

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:98.opb
MD5SUM6272f76e60106089ef6773ef02321eb2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark3.54446
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables4624
Total number of constraints5263
Number of constraints which are clauses4404
Number of constraints which are cardinality constraints (but not clauses)859
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 4624
Biggest coefficient in the objective function 2577
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13335
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2577
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13335
Number of bits of the biggest sum of numbers14
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.07	c run inc solver
0.00/0.07	c [INC SYSTEM] run initial solver
0.00/0.07	c [INC SYSTEM] preprocess with white file
0.00/0.48	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.48	c [INC SYSTEM] execute solver
0.00/0.53	c [INC SEARCH] formula is SAT
0.00/0.53	c [INC SYSTEM] solved the initial formula
0.00/0.54	c model valid
0.00/0.54	c current solution ok
0.00/0.64	o 803
0.00/0.64	c starting approximation
0.00/0.64	c factor = 2
0.00/0.64	c factor still to low - shrinking to 46.8874
0.00/0.64	c approx number of clauses: 1e+06
0.00/0.64	c current bound: 1690
1.75/1.83	c leaving approximation
1.75/1.83	c finished approximation
1.75/1.83	c [INC SYSTEM] there exists a inc, kill it!
1.75/1.83	c write failed with 2
1.75/1.83	c [INC SEARCH] iteration: 0
1.75/1.83	c [INC BOUNDS] best value:3380 search for 3379
1.75/1.83	c [INC SYSTEM] create new solver instance
1.75/1.83	c [INC] encode full formula
1.75/1.83	c fallback to adder encoding
2.08/2.12	c set iterative enc to: adder
2.08/2.12	c set iterative enc to: none
2.08/2.16	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702877-1338060193/watcher-3702877-1338060193 -o /tmp/evaluation-result-3702877-1338060193/solver-3702877-1338060193 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702877-1338060193.opb 1645541576 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.06 2.02 2.00 3/180 29346
/proc/meminfo: memFree=27655840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0

[startup+0.0317401 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 29346
/proc/meminfo: memFree=27655840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 29346
/proc/meminfo: memFree=27655840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 29346
/proc/meminfo: memFree=27655840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700246 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 29346
/proc/meminfo: memFree=27655840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50048 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 29355
/proc/meminfo: memFree=27570168/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=17912 CPUtime=0.68 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 4962 6328 0 0 18 10 39 1 20 0 1 0 272144177 18341888 3913 33554432000 4194304 5992684 140733538617264 140733538609552 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 4478 3913 189 440 0 4034 0
[pid=29352] ppid=29347 vsize=14244 CPUtime=0.03 cores=1,3,5,7
/proc/29352/stat : 29352 (glucosInc) S 29347 29346 28504 0 -1 4202496 2221 0 0 0 3 0 0 0 20 0 1 0 272144226 14585856 2665 33554432000 4194304 5654031 140736938909968 140736938908280 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/29352/statm: 3561 2665 146 357 0 3201 0
[pid=29354] ppid=29347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29354/stat : 29354 (satsolver.sh) S 29347 29346 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144252 9367552 267 33554432000 4194304 5064252 140737204685440 140737204684352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29354/statm: 2287 267 226 213 0 72 0
[pid=29355] ppid=29354 vsize=62284 CPUtime=0.74 cores=1,3,5,7
/proc/29355/stat : 29355 (glucose) R 29354 29346 28504 0 -1 4202496 13179 0 0 0 71 3 0 0 20 0 1 0 272144253 63778816 13197 33554432000 4194304 5208918 140736644407408 140736644405816 4239851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29355/statm: 15571 13197 95 248 0 15320 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 112736

[startup+3.10023 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 29360
/proc/meminfo: memFree=27626224/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 18596
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 29362
/proc/meminfo: memFree=27570236/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=61112 CPUtime=4.13 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 13263 0 0 0 410 3 0 0 20 0 1 0 272144394 62578688 13569 33554432000 4194304 5654031 140735413348240 140735413336056 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 15278 13569 141 357 0 14918 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 79708

[startup+12.7004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 29362
/proc/meminfo: memFree=27568028/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=69884 CPUtime=10.52 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 14140 0 0 0 1049 3 0 0 20 0 1 0 272144394 71561216 14403 33554432000 4194304 5654031 140735413348240 140735413336056 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 17471 14403 141 357 0 17111 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 88480

[startup+25.5004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 29362
/proc/meminfo: memFree=27558144/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=73144 CPUtime=23.32 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 15774 0 0 0 2328 4 0 0 20 0 1 0 272144394 74899456 15663 33554432000 4194304 5654031 140735413348240 140735413336056 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 18286 15663 141 357 0 17926 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 91740

[startup+51.1005 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 29362
/proc/meminfo: memFree=27532116/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=94172 CPUtime=48.9 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 16787 0 0 0 4885 5 0 0 20 0 1 0 272144394 96432128 21975 33554432000 4194304 5654031 140735413348240 140735413336056 4244520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 23543 21975 141 357 0 23183 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 112768

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 29369
/proc/meminfo: memFree=27467292/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=124520 CPUtime=100.1 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 17799 0 0 0 10004 6 0 0 20 0 1 0 272144394 127508480 29147 33554432000 4194304 5654031 140735413348240 140735413336056 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 31130 29147 141 357 0 30770 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 143116

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 29370
/proc/meminfo: memFree=27438548/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=136192 CPUtime=160.09 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 17901 0 0 0 16002 7 0 0 20 0 1 0 272144394 139460608 32294 33554432000 4194304 5654031 140735413348240 140735413336056 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 34048 32294 141 357 0 33688 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 154788

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29371
/proc/meminfo: memFree=27430036/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=136532 CPUtime=220.08 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 20161 0 0 0 21998 10 0 0 20 0 1 0 272144394 139808768 32367 33554432000 4194304 5654031 140735413348240 140735413336056 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 34133 32367 141 357 0 33773 0

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

/proc/meminfo: memFree=27237456/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=266760 CPUtime=1239.9 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 38926 0 0 0 123941 49 0 0 20 0 1 0 272144394 273162240 55436 33554432000 4194304 5654031 140735413348240 140735413336056 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 66690 55436 141 357 0 66330 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 285356

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29380
/proc/meminfo: memFree=27264020/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=216672 CPUtime=1299.9 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 39441 0 0 0 129938 52 0 0 20 0 1 0 272144394 221872128 52575 33554432000 4194304 5654031 140735413348240 140735413336056 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 54168 52575 141 357 0 53808 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 235268

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29380
/proc/meminfo: memFree=27280840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=216672 CPUtime=1359.89 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 40259 0 0 0 135934 55 0 0 20 0 1 0 272144394 221872128 49503 33554432000 4194304 5654031 140735413348240 140735413336056 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 54168 49503 141 357 0 53808 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 235268

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29381
/proc/meminfo: memFree=27303632/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=266760 CPUtime=1419.89 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 40577 0 0 0 141932 57 0 0 20 0 1 0 272144394 273162240 54924 33554432000 4194304 5654031 140735413348240 140735413336056 4215028 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 66690 54924 141 357 0 66330 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 285356

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 29381
/proc/meminfo: memFree=27243020/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=216672 CPUtime=1479.87 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 41099 0 0 0 147929 58 0 0 20 0 1 0 272144394 221872128 50527 33554432000 4194304 5654031 140735413348240 140735413336056 4214483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 54168 50527 141 357 0 53808 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 235268

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 29381
/proc/meminfo: memFree=27222840/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=266760 CPUtime=1539.87 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 41418 0 0 0 153927 60 0 0 20 0 1 0 272144394 273162240 56460 33554432000 4194304 5654031 140735413348240 140735413336056 4215026 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 66690 56460 141 357 0 66330 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 285356

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 29381
/proc/meminfo: memFree=27252728/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=216672 CPUtime=1599.85 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 41945 0 0 0 159924 61 0 0 20 0 1 0 272144394 221872128 52063 33554432000 4194304 5654031 140735413348240 140735413336056 4216386 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 54168 52063 141 357 0 53808 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 235268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29384
/proc/meminfo: memFree=27242964/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=266760 CPUtime=1659.84 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 42258 0 0 0 165922 62 0 0 20 0 1 0 272144394 273162240 57484 33554432000 4194304 5654031 140735413348240 140735413336056 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 66690 57484 141 357 0 66330 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 285356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29385
/proc/meminfo: memFree=27314452/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=216672 CPUtime=1719.83 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 42774 0 0 0 171919 64 0 0 20 0 1 0 272144394 221872128 51039 33554432000 4194304 5654031 140735413348240 140735413336056 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 54168 51039 141 357 0 53808 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 235268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29442
/proc/meminfo: memFree=27376096/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=266760 CPUtime=1779.82 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 43093 0 0 0 177917 65 0 0 20 0 1 0 272144394 273162240 58508 33554432000 4194304 5654031 140735413348240 140735413336056 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 66690 58508 141 357 0 66330 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 285356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 29444
/proc/meminfo: memFree=27416228/32873844 swapFree=6592/6592
[pid=29346] ppid=29344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29346/stat : 29346 (npSolver-pbo-It) S 29344 29346 28504 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272144177 9367552 275 33554432000 4194304 5064252 140737144524512 140737144523424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29346/statm: 2287 275 233 213 0 72 0
[pid=29347] ppid=29346 vsize=9448 CPUtime=2.15 cores=1,3,5,7
/proc/29347/stat : 29347 (npSolver-pbo) S 29346 29346 28504 0 -1 4202496 9309 25660 0 0 46 15 147 7 20 0 1 0 272144177 9674752 1981 33554432000 4194304 5992684 140733538617264 140733538603096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/29347/statm: 2362 1981 199 440 0 1918 0
[pid=29362] ppid=29347 vsize=216672 CPUtime=1797.92 cores=1,3,5,7
/proc/29362/stat : 29362 (glucosInc) R 29347 29346 28504 0 -1 4202496 43619 0 0 0 179725 67 0 0 20 0 1 0 272144394 221872128 47967 33554432000 4194304 5654031 140735413348240 140735413336056 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29362/statm: 54168 47967 141 357 0 53808 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 235268

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.2
CPU system time (s): 0.909861
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 365496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.909861
maximum resident set size= 301372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 65688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119
involuntary context switches= 1872

runsolver used 5.99609 second user time and 13.9609 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 21:23:13
IDJOB=3702877
IDBENCH=2228
IDSOLVER=2278
FILE ID=node140/3702877-1338060193
RUNJOBID= node140-1338052929-28521
PBS_JOBID= 14624397
Free space on /tmp= 71296 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:30:4.5:0.95:98.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702877-1338060193/watcher-3702877-1338060193 -o /tmp/evaluation-result-3702877-1338060193/solver-3702877-1338060193 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702877-1338060193.opb 1645541576 HOME HOME

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

MD5SUM BENCH= 6272f76e60106089ef6773ef02321eb2
RANDOM SEED=1645541576

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27655748 kB
Buffers:          304288 kB
Cached:          4076136 kB
SwapCached:            0 kB
Active:           939792 kB
Inactive:        3482116 kB
Active(anon):      43392 kB
Inactive(anon):        0 kB
Active(file):     896400 kB
Inactive(file):  3482116 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8520 kB
Writeback:            16 kB
AnonPages:        174008 kB
Mapped:            16376 kB
Shmem:               200 kB
Slab:             657404 kB
SReclaimable:      99716 kB
SUnreclaim:       557688 kB
KernelStack:        1488 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     161816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node140 at 2012-05-26 21:53:14