Trace number 3699586

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 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUMd431323968e1ca4dc95d181076d01437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 154
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.05	c run inc solver
0.99/1.05	c [INC SYSTEM] run initial solver
0.99/1.05	c [INC SYSTEM] preprocess with white file
4.92/5.78	c [INC SYSTEM] finished preprocessing in 4 s
4.92/5.78	c [INC SYSTEM] execute solver
5.55/6.41	c [INC SEARCH] formula is SAT
5.55/6.42	c [INC SYSTEM] solved the initial formula
5.55/6.46	c model valid
5.55/6.46	c current solution ok
6.95/7.83	o 202
6.95/7.83	c execute binary inc search
6.95/7.83	c [INC SEARCH] current bound: 101
6.95/7.83	c [INC SEARCH] iteration: 0
6.95/7.83	c [INC SEARCH] lower bound: 0 upperbound 202 current bound: 101 best value:202
6.95/7.83	c [INC SYSTEM] there exists a inc, kill it!
6.95/7.83	c write failed with 2
6.95/7.83	c [INC SYSTEM] create new solver instance
6.95/7.83	c [INC] encode full formula
6.95/7.86	c set iterative enc to: swc
6.95/7.90	c [INC SEARCH] isOptimum variable: 0
1800.05/1801.21	HOME/npSolver-pbo-I.sh: line 18: 18394 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-3699586-1338056537/watcher-3699586-1338056537 -o /tmp/evaluation-result-3699586-1338056537/solver-3699586-1338056537 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699586-1338056537.opb 398410467 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 5/176 18393
/proc/meminfo: memFree=28477488/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0

[startup+0.0678819 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 18393
/proc/meminfo: memFree=28477488/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 18393
/proc/meminfo: memFree=28477488/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300191 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 18393
/proc/meminfo: memFree=28477488/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 18393
/proc/meminfo: memFree=28477488/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18437
/proc/meminfo: memFree=28715148/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=55380 CPUtime=1.05 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 8665 0 0 0 100 5 0 0 20 0 1 0 271779182 56709120 11470 33554432000 4194304 5992684 140734265926720 140734265921168 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 13845 11470 169 440 0 13401 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 64528

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18444
/proc/meminfo: memFree=28556088/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=55380 CPUtime=1.05 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 8665 0 0 0 100 5 0 0 20 0 1 0 271779182 56709120 11470 33554432000 4194304 5992684 140734265926720 140734265921168 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 13845 11470 169 440 0 13401 0
[pid=18438] ppid=18394 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18438/stat : 18438 (cp2_pre.sh) S 18394 18393 18146 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271779288 9367552 277 33554432000 4194304 5064252 140734356670768 140734356669472 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18438/statm: 2287 277 234 213 0 72 0
[pid=18439] ppid=18438 vsize=185424 CPUtime=2.03 cores=1,3,5,7
/proc/18439/stat : 18439 (coprocessor) R 18438 18393 18146 0 -1 4202496 33603 0 0 0 195 8 0 0 20 0 1 0 271779288 189874176 45354 33554432000 4194304 6586260 140733812985664 140733812981688 4683456 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18439/statm: 46356 45354 191 584 0 45768 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 259100

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 18445
/proc/meminfo: memFree=28658660/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=55380 CPUtime=4.94 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 8681 35579 0 0 100 5 371 18 20 0 1 0 271779182 56709120 11473 33554432000 4194304 5992684 140734265926720 140734265912984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 13845 11473 171 440 0 13401 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 64528
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18449
/proc/meminfo: memFree=28571124/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=101204 CPUtime=4.79 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 17943 0 0 0 475 4 0 0 20 0 1 0 271779972 103632896 21697 33554432000 4194304 5654031 140735089499024 140735089496808 4216315 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 25301 21697 137 357 0 24941 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 173052

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18449
/proc/meminfo: memFree=28561656/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=102352 CPUtime=17.58 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 18779 0 0 0 1754 4 0 0 20 0 1 0 271779972 104808448 22919 33554432000 4194304 5654031 140735089499024 140735089496808 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 25588 22919 138 357 0 25228 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 174200

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18449
/proc/meminfo: memFree=28484328/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=183100 CPUtime=43.19 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 20181 0 0 0 4312 7 0 0 20 0 1 0 271779972 187494400 40008 33554432000 4194304 5654031 140735089499024 140735089496952 4226953 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 45775 40008 138 357 0 45415 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 254948

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18449
/proc/meminfo: memFree=28480820/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=183100 CPUtime=94.36 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 21628 0 0 0 9425 11 0 0 20 0 1 0 271779972 187494400 39008 33554432000 4194304 5654031 140735089499024 140735089497048 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 45775 39008 138 357 0 45415 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 254948

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18450
/proc/meminfo: memFree=28504576/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=133780 CPUtime=154.35 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 22031 0 0 0 15421 14 0 0 20 0 1 0 271779972 136990720 31247 33554432000 4194304 5654031 140735089499024 140735089497048 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 33445 31247 138 357 0 33085 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 205628

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18450
/proc/meminfo: memFree=28454612/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=183100 CPUtime=214.34 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 22434 0 0 0 21417 17 0 0 20 0 1 0 271779972 187494400 41056 33554432000 4194304 5654031 140735089499024 140735089496952 4232971 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 45775 41056 138 357 0 45415 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 254948

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18450
/proc/meminfo: memFree=28453248/32873852 swapFree=6848/6848

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

/proc/loadavg: 2.02 2.01 2.00 3/179 18460
/proc/meminfo: memFree=28387772/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=214052 CPUtime=1294.18 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 40772 0 0 0 129348 70 0 0 20 0 1 0 271779972 219189248 46280 33554432000 4194304 5654031 140735089499024 140735089497112 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 53513 46280 142 357 0 53153 0
Current children cumulated CPU time (s) 1301.24
Current children cumulated vsize (KiB) 285900

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 18460
/proc/meminfo: memFree=28379844/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=214052 CPUtime=1354.17 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 41495 0 0 0 135345 72 0 0 20 0 1 0 271779972 219189248 48328 33554432000 4194304 5654031 140735089499024 140735089497112 4232994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 53513 48328 142 357 0 53153 0
Current children cumulated CPU time (s) 1361.23
Current children cumulated vsize (KiB) 285900

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18461
/proc/meminfo: memFree=28340700/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=214384 CPUtime=1414.16 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 42263 0 0 0 141342 74 0 0 20 0 1 0 271779972 219529216 49399 33554432000 4194304 5654031 140735089499024 140735089496808 4215913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 53596 49399 142 357 0 53236 0
Current children cumulated CPU time (s) 1421.22
Current children cumulated vsize (KiB) 286232

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 18461
/proc/meminfo: memFree=28409928/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=183848 CPUtime=1474.15 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 43167 0 0 0 147338 77 0 0 20 0 1 0 271779972 188260352 40691 33554432000 4194304 5654031 140735089499024 140735089497048 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 45962 40691 142 357 0 45602 0
Current children cumulated CPU time (s) 1481.21
Current children cumulated vsize (KiB) 255696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18461
/proc/meminfo: memFree=28407152/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=185224 CPUtime=1534.14 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 44117 0 0 0 153334 80 0 0 20 0 1 0 271779972 189669376 41430 33554432000 4194304 5654031 140735089499024 140735089497048 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 46306 41430 142 357 0 45946 0
Current children cumulated CPU time (s) 1541.2
Current children cumulated vsize (KiB) 257072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18461
/proc/meminfo: memFree=28375084/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=186504 CPUtime=1594.13 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 45156 0 0 0 159330 83 0 0 20 0 1 0 271779972 190980096 40724 33554432000 4194304 5654031 140735089499024 140735089497048 4216656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 46626 40724 142 357 0 46266 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 258352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18461
/proc/meminfo: memFree=28374104/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=217748 CPUtime=1654.11 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 45846 0 0 0 165327 84 0 0 20 0 1 0 271779972 222973952 49714 33554432000 4194304 5654031 140735089499024 140735089496808 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 54437 49714 142 357 0 54077 0
Current children cumulated CPU time (s) 1661.17
Current children cumulated vsize (KiB) 289596

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 18465
/proc/meminfo: memFree=28381112/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=219528 CPUtime=1714.1 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 46908 0 0 0 171323 87 0 0 20 0 1 0 271779972 224796672 48523 33554432000 4194304 5654031 140735089499024 140735089496808 4216213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 54882 48523 142 357 0 54522 0
Current children cumulated CPU time (s) 1721.16
Current children cumulated vsize (KiB) 291376

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18465
/proc/meminfo: memFree=28381944/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=220380 CPUtime=1774.09 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 47802 0 0 0 177320 89 0 0 20 0 1 0 271779972 225669120 47674 33554432000 4194304 5654031 140735089499024 140735089497112 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 55095 47674 142 357 0 54735 0
Current children cumulated CPU time (s) 1781.15
Current children cumulated vsize (KiB) 292228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18509
/proc/meminfo: memFree=28487456/32873852 swapFree=6848/6848
[pid=18393] ppid=18391 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18393/stat : 18393 (npSolver-pbo-I.) S 18391 18393 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271779182 9367552 275 33554432000 4194304 5064252 140735007319088 140735007318000 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18393/statm: 2287 275 233 213 0 72 0
[pid=18394] ppid=18393 vsize=62700 CPUtime=7.06 cores=1,3,5,7
/proc/18394/stat : 18394 (npSolver-pbo) S 18393 18393 18146 0 -1 4202496 11688 54047 0 0 129 118 430 29 20 0 1 0 271779182 64204800 13238 33554432000 4194304 5992684 140734265926720 140734265911624 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18394/statm: 15675 13238 183 440 0 15231 0
[pid=18449] ppid=18394 vsize=220808 CPUtime=1792.99 cores=1,3,5,7
/proc/18449/stat : 18449 (glucosInc) R 18394 18393 18146 0 -1 4202496 47884 0 0 0 179210 89 0 0 20 0 1 0 271779972 226107392 50822 33554432000 4194304 5654031 140735089499024 140735089496808 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18449/statm: 55202 50822 142 357 0 54842 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 292656

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 18393 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=595149
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=488773
# CPU time returned by wait4() is 7.08392
# 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): 1801.21
CPU time (s): 1800.05
CPU user time (s): 1797.69
CPU system time (s): 2.36
CPU usage (%): 99.9353
Max. virtual memory (cumulated for all children) (KiB): 341548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.59515
system time used= 1.48877
maximum resident set size= 189780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 203976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 488
involuntary context switches= 23

runsolver used 3.37949 second user time and 7.66883 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 20:22:17
IDJOB=3699586
IDBENCH=2006
IDSOLVER=2276
FILE ID=node129/3699586-1338056537
RUNJOBID= node129-1338052936-18163
PBS_JOBID= 14624400
Free space on /tmp= 71028 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699586-1338056537/watcher-3699586-1338056537 -o /tmp/evaluation-result-3699586-1338056537/solver-3699586-1338056537 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699586-1338056537.opb 398410467 HOME HOME

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

MD5SUM BENCH= d431323968e1ca4dc95d181076d01437
RANDOM SEED=398410467

node129.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.957
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28477388 kB
Buffers:          271756 kB
Cached:          3094792 kB
SwapCached:            0 kB
Active:          1462352 kB
Inactive:        2144104 kB
Active(anon):     242660 kB
Inactive(anon):        0 kB
Active(file):    1219692 kB
Inactive(file):  2144104 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8916 kB
Writeback:             0 kB
AnonPages:        249160 kB
Mapped:            15600 kB
Shmem:               204 kB
Slab:             650340 kB
SReclaimable:      92672 kB
SUnreclaim:       557668 kB
KernelStack:        1448 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     397480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71056 MiB
End job on node129 at 2012-05-26 20:52:19