Trace number 3700038

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.03 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-777800.opb
MD5SUMfa5c07257df1fb9de8867209807734ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-80
Best CPU time to get the best result obtained on this benchmark5.2452
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6400
Total number of constraints475
Number of constraints which are clauses4
Number of constraints which are cardinality constraints (but not clauses)471
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint6400
Number of terms in the objective function 6400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6400
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 6480
Number of bits of the biggest sum of numbers13
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.37	c run inc solver
0.00/0.37	c [INC SYSTEM] run initial solver
0.00/0.37	c [INC SYSTEM] preprocess with white file
4.05/4.16	c [INC SYSTEM] finished preprocessing in 3 s
4.05/4.16	c [INC SYSTEM] execute solver
84.83/84.92	c [INC SEARCH] formula is SAT
84.83/84.93	c [INC SYSTEM] solved the initial formula
84.83/84.94	c model valid
84.83/84.94	c current solution ok
85.63/85.75	o -80
85.63/85.75	c execute binary inc search
85.63/85.75	c [INC SEARCH] current bound: 3160
85.63/85.75	c [INC SEARCH] iteration: 0
85.63/85.75	c [INC SEARCH] lower bound: 0 upperbound 6320 current bound: 3160 best value:6320
85.63/85.75	c [INC SYSTEM] there exists a inc, kill it!
85.63/85.75	c write failed with 2
85.63/85.76	c [INC SYSTEM] create new solver instance
85.63/85.76	c [INC] encode full formula
85.63/85.76	c fallback to adder encoding
86.04/86.16	c set iterative enc to: cardAdder
86.04/86.16	c set iterative enc to: none
86.14/86.24	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	HOME/npSolver-pbo-I.sh: line 18: 26252 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-3700038-1338101736/watcher-3700038-1338101736 -o /tmp/evaluation-result-3700038-1338101736/solver-3700038-1338101736 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700038-1338101736.opb 1351673880 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.11 3/178 26251
/proc/meminfo: memFree=31033836/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0

[startup+0.0125819 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 26251
/proc/meminfo: memFree=31033836/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 26251
/proc/meminfo: memFree=31033836/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 26251
/proc/meminfo: memFree=31033836/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 2.11 3/178 26251
/proc/meminfo: memFree=31033836/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.11 3/182 26255
/proc/meminfo: memFree=30873624/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=35532 CPUtime=0.37 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 7375 0 0 0 34 3 0 0 20 0 1 0 276298416 36384768 7887 33554432000 4194304 5992684 140736458371664 140736458366112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 8883 7887 170 440 0 8439 0
[pid=26254] ppid=26252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26254/stat : 26254 (cp2_pre.sh) S 26252 26251 22912 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276298454 9367552 277 33554432000 4194304 5064252 140734413902672 140734413901376 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26254/statm: 2287 277 234 213 0 72 0
[pid=26255] ppid=26254 vsize=142144 CPUtime=1.09 cores=1,3,5,7
/proc/26255/stat : 26255 (coprocessor) R 26254 26251 22912 0 -1 4202496 25817 0 0 0 104 5 0 0 20 0 1 0 276298454 145555456 34275 33554432000 4194304 6586260 140734252562000 140734252558024 4495243 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/26255/statm: 35536 34275 177 584 0 34948 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 195972

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.11 3/182 26255
/proc/meminfo: memFree=30835160/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=35532 CPUtime=0.37 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 7375 0 0 0 34 3 0 0 20 0 1 0 276298416 36384768 7887 33554432000 4194304 5992684 140736458371664 140736458366112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 8883 7887 170 440 0 8439 0
[pid=26254] ppid=26252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26254/stat : 26254 (cp2_pre.sh) S 26252 26251 22912 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276298454 9367552 277 33554432000 4194304 5064252 140734413902672 140734413901376 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26254/statm: 2287 277 234 213 0 72 0
[pid=26255] ppid=26254 vsize=160596 CPUtime=2.69 cores=1,3,5,7
/proc/26255/stat : 26255 (coprocessor) R 26254 26251 22912 0 -1 4202496 28481 0 0 0 264 5 0 0 20 0 1 0 276298454 164450304 38983 33554432000 4194304 6586260 140734252562000 140734252557256 4676681 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/26255/statm: 40149 38983 192 584 0 39561 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 214424

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 26257
/proc/meminfo: memFree=30934212/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=35532 CPUtime=4.13 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 7391 30849 0 0 34 3 353 23 20 0 1 0 276298416 36384768 7890 33554432000 4194304 5992684 140736458371664 140736458357928 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 8883 7890 173 440 0 8439 0
[pid=26257] ppid=26252 vsize=68988 CPUtime=2.12 cores=1,3,5,7
/proc/26257/stat : 26257 (glucosInc) R 26252 26251 22912 0 -1 4202496 13867 0 0 0 209 3 0 0 20 0 1 0 276298832 70643712 14695 33554432000 4194304 5654031 140733335775296 140733335763112 4216386 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26257/statm: 17247 14695 140 357 0 16887 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 113668

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 26257
/proc/meminfo: memFree=30933360/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=35532 CPUtime=4.13 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 7391 30849 0 0 34 3 353 23 20 0 1 0 276298416 36384768 7890 33554432000 4194304 5992684 140736458371664 140736458357928 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 8883 7890 173 440 0 8439 0
[pid=26257] ppid=26252 vsize=69612 CPUtime=8.52 cores=1,3,5,7
/proc/26257/stat : 26257 (glucosInc) R 26252 26251 22912 0 -1 4202496 13977 0 0 0 849 3 0 0 20 0 1 0 276298832 71282688 14805 33554432000 4194304 5654031 140733335775296 140733335763112 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26257/statm: 17403 14805 141 357 0 17043 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 114292

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 26257
/proc/meminfo: memFree=30922276/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=35532 CPUtime=4.13 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 7391 30849 0 0 34 3 353 23 20 0 1 0 276298416 36384768 7890 33554432000 4194304 5992684 140736458371664 140736458357928 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 8883 7890 173 440 0 8439 0
[pid=26257] ppid=26252 vsize=70864 CPUtime=21.32 cores=1,3,5,7
/proc/26257/stat : 26257 (glucosInc) R 26252 26251 22912 0 -1 4202496 14246 0 0 0 2129 3 0 0 20 0 1 0 276298832 72564736 15585 33554432000 4194304 5654031 140733335775296 140733335763112 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26257/statm: 17716 15585 141 357 0 17356 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 115544

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.10 3/181 26259
/proc/meminfo: memFree=30949400/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=35532 CPUtime=4.13 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 7391 30849 0 0 34 3 353 23 20 0 1 0 276298416 36384768 7890 33554432000 4194304 5992684 140736458371664 140736458357928 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 8883 7890 173 440 0 8439 0
[pid=26257] ppid=26252 vsize=72844 CPUtime=46.91 cores=1,3,5,7
/proc/26257/stat : 26257 (glucosInc) R 26252 26251 22912 0 -1 4202496 16029 0 0 0 4687 4 0 0 20 0 1 0 276298832 74592256 15896 33554432000 4194304 5654031 140733335775296 140733335763112 4214618 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26257/statm: 18211 15896 142 357 0 17851 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 117524

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 26262
/proc/meminfo: memFree=30808048/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=142492 CPUtime=16.05 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 26696 0 0 0 1599 6 0 0 20 0 1 0 276307040 145911808 30250 33554432000 4194304 5654031 140736313396992 140736313384808 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 35623 30250 142 357 0 35263 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 208492

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 26262
/proc/meminfo: memFree=30787032/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=149872 CPUtime=76.01 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 29515 0 0 0 7594 7 0 0 20 0 1 0 276307040 153468928 33901 33554432000 4194304 5654031 140736313396992 140736313384808 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 37468 33901 142 357 0 37108 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 215872

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 26262
/proc/meminfo: memFree=30733076/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=181600 CPUtime=136 cores=1,3,5,7

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

/proc/loadavg: 2.02 2.02 2.00 3/181 26295
/proc/meminfo: memFree=30616364/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=261740 CPUtime=1215.83 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 42235 0 0 0 121546 37 0 0 20 0 1 0 276307040 268021760 58518 33554432000 4194304 5654031 140736313396992 140736313384808 4215344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 65435 58518 142 357 0 65075 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 327740

[startup+1362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 26295
/proc/meminfo: memFree=30571996/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=311828 CPUtime=1275.82 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 43066 0 0 0 127543 39 0 0 20 0 1 0 276307040 319311872 63939 33554432000 4194304 5654031 140736313396992 140736313384808 4215372 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 77957 63939 142 357 0 77597 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 377828

[startup+1422.31 s]
/proc/loadavg: 2.08 2.05 2.01 3/181 26295
/proc/meminfo: memFree=30614908/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=311828 CPUtime=1335.81 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 43074 0 0 0 133542 39 0 0 20 0 1 0 276307040 319311872 68035 33554432000 4194304 5654031 140736313396992 140736313384808 4215353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 77957 68035 142 357 0 77597 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 377828

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/182 26298
/proc/meminfo: memFree=30656108/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=261740 CPUtime=1395.8 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 43362 0 0 0 139539 41 0 0 20 0 1 0 276307040 268021760 57494 33554432000 4194304 5654031 140736313396992 140736313384808 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 65435 57494 142 357 0 65075 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 327740

[startup+1542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 26299
/proc/meminfo: memFree=30635220/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=311828 CPUtime=1455.79 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 44104 0 0 0 145537 42 0 0 20 0 1 0 276307040 319311872 62828 33554432000 4194304 5654031 140736313396992 140736313384808 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 77957 62828 142 357 0 77597 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 377828

[startup+1602.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/181 26299
/proc/meminfo: memFree=30546744/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=311828 CPUtime=1515.78 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 44201 0 0 0 151536 42 0 0 20 0 1 0 276307040 319311872 68035 33554432000 4194304 5654031 140736313396992 140736313384808 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 77957 68035 142 357 0 77597 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 377828

[startup+1662.3 s]
/proc/loadavg: 2.27 2.09 2.02 3/181 26343
/proc/meminfo: memFree=28069492/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=261740 CPUtime=1575.77 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 44498 0 0 0 157533 44 0 0 20 0 1 0 276307040 268021760 58006 33554432000 4194304 5654031 140736313396992 140736313384808 4215124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 65435 58006 142 357 0 65075 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 327740

[startup+1722.3 s]
/proc/loadavg: 2.14 2.09 2.01 3/181 26343
/proc/meminfo: memFree=27948920/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=261740 CPUtime=1635.76 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 44860 0 0 0 163531 45 0 0 20 0 1 0 276307040 268021760 62452 33554432000 4194304 5654031 140736313396992 140736313384808 4215028 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 65435 62452 142 357 0 65075 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 327740

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/181 26343
/proc/meminfo: memFree=27904984/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=311828 CPUtime=1695.75 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 45340 0 0 0 169529 46 0 0 20 0 1 0 276307040 319311872 69059 33554432000 4194304 5654031 140736313396992 140736313384808 4214977 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 77957 69059 142 357 0 77597 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 377828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.08 2.01 3/181 26344
/proc/meminfo: memFree=27896048/32873844 swapFree=6600/6600
[pid=26251] ppid=26249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26251/stat : 26251 (npSolver-pbo-I.) S 26249 26251 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276298415 9367552 275 33554432000 4194304 5064252 140735358463232 140735358462144 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26251/statm: 2287 275 233 213 0 72 0
[pid=26252] ppid=26251 vsize=56852 CPUtime=86.18 cores=1,3,5,7
/proc/26252/stat : 26252 (npSolver-pbo) S 26251 26251 22912 0 -1 4202496 13401 51206 0 0 90 76 8417 35 20 0 1 0 276298416 58216448 13258 33554432000 4194304 5992684 140736458371664 140736458356568 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26252/statm: 14213 13258 189 440 0 13769 0
[pid=26262] ppid=26252 vsize=311828 CPUtime=1713.85 cores=1,3,5,7
/proc/26262/stat : 26262 (glucosInc) R 26252 26251 22912 0 -1 4202496 45342 0 0 0 171339 46 0 0 20 0 1 0 276307040 319311872 70083 33554432000 4194304 5654031 140736313396992 140736313384808 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26262/statm: 77957 70083 142 357 0 77597 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 377828

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 26251 and gives
#  childrusage.ru_utime.tv_sec=85
#  childrusage.ru_utime.tv_usec=73066
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=122829
# CPU time returned by wait4() is 86.1959
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.03
CPU user time (s): 1798.46
CPU system time (s): 1.57
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 457968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.0731
system time used= 1.12283
maximum resident set size= 163824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 153704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 450
involuntary context switches= 155

runsolver used 2.82157 second user time and 7.2209 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 08:55:36
IDJOB=3700038
IDBENCH=89843
IDSOLVER=2276
FILE ID=node140/3700038-1338101736
RUNJOBID= node140-1338099527-24517
PBS_JOBID= 14624467
Free space on /tmp= 71356 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-777800.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700038-1338101736/watcher-3700038-1338101736 -o /tmp/evaluation-result-3700038-1338101736/solver-3700038-1338101736 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700038-1338101736.opb 1351673880 HOME HOME

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

MD5SUM BENCH= fa5c07257df1fb9de8867209807734ca
RANDOM SEED=1351673880

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31034100 kB
Buffers:          326428 kB
Cached:           618984 kB
SwapCached:         1492 kB
Active:           822836 kB
Inactive:         180520 kB
Active(anon):      50040 kB
Inactive(anon):     8612 kB
Active(file):     772796 kB
Inactive(file):   171908 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        167960 kB
Mapped:            13084 kB
Shmem:                 8 kB
Slab:             694556 kB
SReclaimable:     136768 kB
SUnreclaim:       557788 kB
KernelStack:        1504 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     187936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 70944 MiB
End job on node140 at 2012-05-27 09:25:36