Trace number 3699673

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.09 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMf480d2d56550630df651872786c078c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark5.37918
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 999
Optimality of the best value was proved NO
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
Number of bits of the biggest sum of numbers19
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.48	c run inc solver
0.00/0.48	c [INC SYSTEM] run initial solver
0.00/0.48	c [INC SYSTEM] preprocess with white file
3.67/3.71	c [INC SYSTEM] finished preprocessing in 3 s
3.67/3.71	c [INC SYSTEM] execute solver
1800.09/1800.50	c an unexpexted return value has been received, exit
1800.09/1800.50	s UNKNOWN

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-3699673-1338061961/watcher-3699673-1338061961 -o /tmp/evaluation-result-3699673-1338061961/solver-3699673-1338061961 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699673-1338061961.opb 816072381 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15714
/proc/meminfo: memFree=28098240/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0

[startup+0.0929221 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15714
/proc/meminfo: memFree=28098240/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15714
/proc/meminfo: memFree=28098240/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15714
/proc/meminfo: memFree=28098240/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15714
/proc/meminfo: memFree=28098240/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15718
/proc/meminfo: memFree=27882656/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=0.48 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8204 0 0 0 44 4 0 0 20 0 1 0 272321549 54808576 9798 33554432000 4194304 5992684 140737140797776 140737140792224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9798 169 440 0 12937 0
[pid=15717] ppid=15715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15717/stat : 15717 (cp2_pre.sh) S 15715 15714 14700 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272321599 9367552 276 33554432000 4194304 5064252 140734718857792 140734718856496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15717/statm: 2287 276 234 213 0 72 0
[pid=15718] ppid=15717 vsize=205116 CPUtime=0.99 cores=1,3,5,7
/proc/15718/stat : 15718 (coprocessor) R 15717 15714 14700 0 -1 4202496 31063 0 0 0 94 5 0 0 20 0 1 0 272321599 210038784 45396 33554432000 4194304 6586260 140736077434256 140736077430520 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15718/statm: 51279 45397 166 584 0 50691 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 276936

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15718
/proc/meminfo: memFree=27831604/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=0.48 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8204 0 0 0 44 4 0 0 20 0 1 0 272321549 54808576 9798 33554432000 4194304 5992684 140737140797776 140737140792224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9798 169 440 0 12937 0
[pid=15717] ppid=15715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15717/stat : 15717 (cp2_pre.sh) S 15715 15714 14700 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272321599 9367552 276 33554432000 4194304 5064252 140734718857792 140734718856496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15717/statm: 2287 276 234 213 0 72 0
[pid=15718] ppid=15717 vsize=253132 CPUtime=2.59 cores=1,3,5,7
/proc/15718/stat : 15718 (coprocessor) R 15717 15714 14700 0 -1 4202496 39732 0 0 0 243 16 0 0 20 0 1 0 272321599 259207168 62046 33554432000 4194304 6586260 140736077434256 140736077430072 5259904 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15718/statm: 63283 62046 200 584 0 62695 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 324952

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15720
/proc/meminfo: memFree=27936672/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=123020 CPUtime=2.58 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 23106 0 0 0 253 5 0 0 20 0 1 0 272321920 125972480 26065 33554432000 4194304 5654031 140736400526880 140736400524664 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15720/statm: 30755 26065 141 357 0 30395 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 185692

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15720
/proc/meminfo: memFree=27905224/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=145844 CPUtime=8.98 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 26515 0 0 0 891 7 0 0 20 0 1 0 272321920 149344256 32970 33554432000 4194304 5654031 140736400526880 140736400514696 4214475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15720/statm: 36461 32970 142 357 0 36101 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 208516

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 4/182 15720
/proc/meminfo: memFree=27873060/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=176192 CPUtime=21.77 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 26648 0 0 0 2170 7 0 0 20 0 1 0 272321920 180420608 40236 33554432000 4194304 5654031 140736400526880 140736400514696 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15720/statm: 44048 40236 142 357 0 43688 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 238864

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 15720
/proc/meminfo: memFree=27868304/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=206540 CPUtime=47.37 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 26921 0 0 0 4729 8 0 0 20 0 1 0 272321920 211496960 48649 33554432000 4194304 5654031 140736400526880 140736400514696 4233306 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15720/statm: 51635 48649 142 357 0 51275 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 269212

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 15720
/proc/meminfo: memFree=27821252/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=229248 CPUtime=98.57 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 28608 0 0 0 9849 8 0 0 20 0 1 0 272321920 234749952 55326 33554432000 4194304 5654031 140736400526880 140736400514696 4214616 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15720/statm: 57312 55326 142 357 0 56952 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 291920

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 15720
/proc/meminfo: memFree=27875688/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=199168 CPUtime=158.55 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 28820 0 0 0 15846 9 0 0 20 0 1 0 272321920 203948032 46360 33554432000 4194304 5654031 140736400526880 140736400514696 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15720/statm: 49792 46360 142 357 0 49432 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 261840

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 15721
/proc/meminfo: memFree=27844052/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=210940 CPUtime=218.54 cores=1,3,5,7

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

/proc/loadavg: 2.02 2.01 2.00 3/181 15874
/proc/meminfo: memFree=27880124/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=412040 CPUtime=1358.3 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 96319 0 0 0 135709 121 0 0 20 0 1 0 272321920 421928960 90901 33554432000 4194304 5654031 140736400526880 140736400524664 4232794 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 103010 90901 142 357 0 102650 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 474712

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15875
/proc/meminfo: memFree=27850912/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=417296 CPUtime=1418.29 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 98713 0 0 0 141705 124 0 0 20 0 1 0 272321920 427311104 95894 33554432000 4194304 5654031 140736400526880 140736400514696 4233464 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 104324 95894 142 357 0 103964 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 479968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15875
/proc/meminfo: memFree=27835212/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=371092 CPUtime=1478.25 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 101121 0 0 0 147697 128 0 0 20 0 1 0 272321920 379998208 90547 33554432000 4194304 5654031 140736400526880 140736400514696 4217927 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 92773 90547 142 357 0 92413 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 433764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15875
/proc/meminfo: memFree=27856708/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=424752 CPUtime=1538.24 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 103780 0 0 0 153692 132 0 0 20 0 1 0 272321920 434946048 95121 33554432000 4194304 5654031 140736400526880 140736400514696 4233184 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 106188 95121 142 357 0 105828 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 487424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15875
/proc/meminfo: memFree=27847760/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=430984 CPUtime=1598.23 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 105630 0 0 0 159688 135 0 0 20 0 1 0 272321920 441327616 99480 33554432000 4194304 5654031 140736400526880 140736400524664 4232710 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 107746 99480 142 357 0 107386 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 493656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 15878
/proc/meminfo: memFree=27860696/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=435988 CPUtime=1658.23 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 107567 0 0 0 165683 140 0 0 20 0 1 0 272321920 446451712 95993 33554432000 4194304 5654031 140736400526880 140736400514696 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 108997 95993 142 357 0 108637 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 498660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15879
/proc/meminfo: memFree=27882056/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=439688 CPUtime=1718.22 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 108993 0 0 0 171679 143 0 0 20 0 1 0 272321920 450240512 100188 33554432000 4194304 5654031 140736400526880 140736400514696 4214603 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 109922 100188 142 357 0 109562 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 502360

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 15879
/proc/meminfo: memFree=27801800/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=454296 CPUtime=1778.21 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 109898 0 0 0 177675 146 0 0 20 0 1 0 272321920 465199104 106450 33554432000 4194304 5654031 140736400526880 140736400514696 4233021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 113574 106450 142 357 0 113214 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 516968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 15879
/proc/meminfo: memFree=27806840/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=454296 CPUtime=1796.41 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 109905 0 0 0 179495 146 0 0 20 0 1 0 272321920 465199104 110034 33554432000 4194304 5654031 140736400526880 140736400514696 4233008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 113574 110034 142 357 0 113214 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 516968

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 15879
/proc/meminfo: memFree=27806840/32873648 swapFree=7104/7104
[pid=15714] ppid=15712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15714/stat : 15714 (npSolver-pbo-I.) S 15712 15714 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321549 9367552 274 33554432000 4194304 5064252 140737325293536 140737325292448 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15714/statm: 2287 274 233 213 0 72 0
[pid=15715] ppid=15714 vsize=53524 CPUtime=3.68 cores=1,3,5,7
/proc/15715/stat : 15715 (npSolver-pbo) S 15714 15714 14700 0 -1 4202496 8219 40635 0 0 44 4 300 20 20 0 1 0 272321549 54808576 9800 33554432000 4194304 5992684 140737140797776 140737140784040 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15715/statm: 13381 9800 171 440 0 12937 0
[pid=15720] ppid=15715 vsize=454296 CPUtime=1796.41 cores=1,3,5,7
/proc/15720/stat : 15720 (glucosInc) R 15715 15714 14700 0 -1 4202496 109905 0 0 0 179495 146 0 0 20 0 1 0 272321920 465199104 110034 33554432000 4194304 5654031 140736400526880 140736400514696 4233008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15720/statm: 113574 110034 142 357 0 113214 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 516968

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15714 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=458474
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=252961
# CPU time returned by wait4() is 3.71144
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1798.39
CPU system time (s): 1.7
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 647196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.45847
system time used= 0.252961
maximum resident set size= 257128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 11

runsolver used 4.81027 second user time and 12.5081 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 21:52:41
IDJOB=3699673
IDBENCH=2233
IDSOLVER=2276
FILE ID=node127/3699673-1338061961
RUNJOBID= node127-1338052949-14717
PBS_JOBID= 14624406
Free space on /tmp= 71052 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699673-1338061961/watcher-3699673-1338061961 -o /tmp/evaluation-result-3699673-1338061961/solver-3699673-1338061961 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699673-1338061961.opb 816072381 HOME HOME

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

MD5SUM BENCH= f480d2d56550630df651872786c078c9
RANDOM SEED=816072381

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        28099048 kB
Buffers:          317544 kB
Cached:          3350020 kB
SwapCached:            0 kB
Active:          1418400 kB
Inactive:        2546352 kB
Active(anon):     299044 kB
Inactive(anon):        0 kB
Active(file):    1119356 kB
Inactive(file):  2546352 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:        303220 kB
Mapped:            16188 kB
Shmem:               200 kB
Slab:             670084 kB
SReclaimable:     114348 kB
SUnreclaim:       555736 kB
KernelStack:        1480 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     457192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71076 MiB
End job on node127 at 2012-05-26 22:22:42