Trace number 3699684

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? (TO) 1800.05 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:100.opb
MD5SUM18cfc7903c565bab689cc8ffed68f1fd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.24235
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables4617
Total number of constraints5280
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)885
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
Number of terms in the objective function 4617
Biggest coefficient in the objective function 2642
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13340
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2642
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13340
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.55	c [INC SEARCH] formula is SAT
0.00/0.55	c [INC SYSTEM] solved the initial formula
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.67	o 885
0.00/0.67	c execute binary inc search
0.00/0.67	c [INC SEARCH] current bound: 1763
0.00/0.67	c [INC SEARCH] iteration: 0
0.00/0.67	c [INC SEARCH] lower bound: 0 upperbound 3527 current bound: 1763 best value:3527
0.00/0.67	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.67	c write failed with 2
0.00/0.67	c [INC SYSTEM] create new solver instance
0.00/0.67	c [INC] encode full formula
0.00/0.67	c fallback to adder encoding
0.00/0.93	c set iterative enc to: adder
0.00/0.93	c set iterative enc to: none
0.00/0.96	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	HOME/npSolver-pbo-I.sh: line 18:  6281 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699684-1338060462/watcher-3699684-1338060462 -o /tmp/evaluation-result-3699684-1338060462/solver-3699684-1338060462 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699684-1338060462.opb 1760203405 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.01 2.00 2.00 3/176 6280
/proc/meminfo: memFree=29624692/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0

[startup+0.045885 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 6280
/proc/meminfo: memFree=29624692/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 6280
/proc/meminfo: memFree=29624692/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 6280
/proc/meminfo: memFree=29624692/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 6280
/proc/meminfo: memFree=29624692/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6289
/proc/meminfo: memFree=29583460/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=57536 CPUtime=0.52 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 12377 0 0 0 50 2 0 0 20 0 1 0 272171772 58916864 12432 33554432000 4194304 5654031 140735686214944 140735685164344 4233280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 14384 12432 141 357 0 14024 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 77944

[startup+3.10032 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6289
/proc/meminfo: memFree=29545564/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=57536 CPUtime=2.12 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 12378 0 0 0 210 2 0 0 20 0 1 0 272171772 58916864 12433 33554432000 4194304 5654031 140735686214944 140735686202760 4208584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 14384 12433 141 357 0 14024 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 77944

[startup+6.30034 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6289
/proc/meminfo: memFree=29545192/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=57668 CPUtime=5.32 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 12587 0 0 0 530 2 0 0 20 0 1 0 272171772 59052032 12632 33554432000 4194304 5654031 140735686214944 140735686202760 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 14417 12632 142 357 0 14057 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 78076

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 6289
/proc/meminfo: memFree=29538696/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=67340 CPUtime=11.72 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 13737 0 0 0 1170 2 0 0 20 0 1 0 272171772 68956160 14246 33554432000 4194304 5654031 140735686214944 140735686202760 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 16835 14246 142 357 0 16475 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 87748

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6290
/proc/meminfo: memFree=29507652/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=98308 CPUtime=24.52 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 15202 0 0 0 2449 3 0 0 20 0 1 0 272171772 100667392 21784 33554432000 4194304 5654031 140735686214944 140735686202760 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 24577 21784 142 357 0 24217 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 118716

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6290
/proc/meminfo: memFree=29514232/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=109980 CPUtime=50.11 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 16786 0 0 0 5007 4 0 0 20 0 1 0 272171772 112619520 23979 33554432000 4194304 5654031 140735686214944 140735686202760 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 27495 23979 142 357 0 27135 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 130388

[startup+102.306 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 6290
/proc/meminfo: memFree=29487148/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=112080 CPUtime=101.31 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 17452 0 0 0 10126 5 0 0 20 0 1 0 272171772 114769920 26606 33554432000 4194304 5654031 140735686214944 140735686202760 4232659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 28020 26606 142 357 0 27660 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 132488

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 6293
/proc/meminfo: memFree=29436680/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=173548 CPUtime=161.29 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 18538 0 0 0 16122 7 0 0 20 0 1 0 272171772 177713152 38976 33554432000 4194304 5654031 140735686214944 140735686202760 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 43387 38976 142 357 0 43027 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 193956

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6293
/proc/meminfo: memFree=29472000/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=124228 CPUtime=221.28 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 18907 0 0 0 22119 9 0 0 20 0 1 0 272171772 127209472 29643 33554432000 4194304 5654031 140735686214944 140735686202760 4216337 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 31057 29643 142 357 0 30697 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 144636

[startup+282.3 s]

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

/proc/loadavg: 2.01 2.01 2.00 3/179 6347
/proc/meminfo: memFree=29287348/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=254456 CPUtime=1301.1 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 38533 0 0 0 130057 53 0 0 20 0 1 0 272171772 260562944 53639 33554432000 4194304 5654031 140735686214944 140735686202760 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 63614 53639 142 357 0 63254 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 274864

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6350
/proc/meminfo: memFree=29300048/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=254456 CPUtime=1361.09 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 39546 0 0 0 136053 56 0 0 20 0 1 0 272171772 260562944 50567 33554432000 4194304 5654031 140735686214944 140735686202760 4215327 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 63614 50567 142 357 0 63254 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 274864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6350
/proc/meminfo: memFree=29316672/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=204368 CPUtime=1421.08 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 39740 0 0 0 142051 57 0 0 20 0 1 0 272171772 209272832 46170 33554432000 4194304 5654031 140735686214944 140735686202760 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 51092 46170 142 357 0 50732 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 224776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6350
/proc/meminfo: memFree=29285208/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=254456 CPUtime=1481.06 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 40582 0 0 0 148048 58 0 0 20 0 1 0 272171772 260562944 54151 33554432000 4194304 5654031 140735686214944 140735686202760 4215366 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 63614 54151 142 357 0 63254 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 274864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6350
/proc/meminfo: memFree=29280292/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=204368 CPUtime=1541.05 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 40777 0 0 0 154046 59 0 0 20 0 1 0 272171772 209272832 47194 33554432000 4194304 5654031 140735686214944 140735686202760 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 51092 47194 142 357 0 50732 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 224776

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 6351
/proc/meminfo: memFree=29272908/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=254456 CPUtime=1601.04 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 41617 0 0 0 160044 60 0 0 20 0 1 0 272171772 260562944 57735 33554432000 4194304 5654031 140735686214944 140735686202760 4216285 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 63614 57735 142 357 0 63254 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 274864

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 6351
/proc/meminfo: memFree=29303860/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=204368 CPUtime=1661.03 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 42095 0 0 0 166041 62 0 0 20 0 1 0 272171772 209272832 49522 33554432000 4194304 5654031 140735686214944 140735686202760 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 51092 49522 142 357 0 50732 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 224776

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 6351
/proc/meminfo: memFree=29272640/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=254456 CPUtime=1721.01 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 42661 0 0 0 172038 63 0 0 20 0 1 0 272171772 260562944 57735 33554432000 4194304 5654031 140735686214944 140735686202760 4214996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 63614 57735 142 357 0 63254 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 274864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6351
/proc/meminfo: memFree=29306328/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=204368 CPUtime=1781 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 43545 0 0 0 178034 66 0 0 20 0 1 0 272171772 209272832 48730 33554432000 4194304 5654031 140735686214944 140735686202760 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 51092 48730 142 357 0 50732 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 224776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6351
/proc/meminfo: memFree=29260904/32873852 swapFree=7624/7624
[pid=6280] ppid=6278 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6280/stat : 6280 (npSolver-pbo-I.) S 6278 6280 5385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272171675 9367552 275 33554432000 4194304 5064252 140733270693440 140733270692352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6280/statm: 2287 275 233 213 0 72 0
[pid=6281] ppid=6280 vsize=11260 CPUtime=0.95 cores=0,2,4,6
/proc/6281/stat : 6281 (npSolver-pbo) S 6280 6280 5385 0 -1 4202496 6524 9653 0 0 35 13 45 2 20 0 1 0 272171675 11530240 2393 33554432000 4194304 5992684 140734216715184 140734216700088 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6281/statm: 2815 2393 183 440 0 2371 0
[pid=6289] ppid=6281 vsize=254456 CPUtime=1799.1 cores=0,2,4,6
/proc/6289/stat : 6289 (glucosInc) R 6281 6280 5385 0 -1 4202496 44371 0 0 0 179843 67 0 0 20 0 1 0 272171772 260562944 52103 33554432000 4194304 5654031 140735686214944 140735686202760 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6289/statm: 63614 52103 142 357 0 63254 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 274864

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 6280 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=803877
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=163975
# CPU time returned by wait4() is 0.967852
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1799.23
CPU system time (s): 0.82
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 436392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.803877
system time used= 0.163975
maximum resident set size= 44240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16551
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63
involuntary context switches= 12

runsolver used 3.08753 second user time and 7.52186 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 21:27:42
IDJOB=3699684
IDBENCH=2221
IDSOLVER=2276
FILE ID=node131/3699684-1338060462
RUNJOBID= node131-1338049646-5401
PBS_JOBID= 14624376
Free space on /tmp= 71584 MiB

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

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

MD5SUM BENCH= 18cfc7903c565bab689cc8ffed68f1fd
RANDOM SEED=1760203405

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29624972 kB
Buffers:          253796 kB
Cached:          2120968 kB
SwapCached:        10788 kB
Active:           650048 kB
Inactive:        1809960 kB
Active(anon):      75764 kB
Inactive(anon):    12032 kB
Active(file):     574284 kB
Inactive(file):  1797928 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67097868 kB
Dirty:              8704 kB
Writeback:            20 kB
AnonPages:         87716 kB
Mapped:            15512 kB
Shmem:                 8 kB
Slab:             650312 kB
SReclaimable:      92772 kB
SUnreclaim:       557540 kB
KernelStack:        1456 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     200876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 71544 MiB
End job on node131 at 2012-05-26 21:57:43