Trace number 3700132

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_4.opb
MD5SUM169f1f6799c5c0fd2a1b0aca08165f42
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1796.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -59
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Solver Data

0.00/0.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.40	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.40	c [INC SYSTEM] execute solver
0.00/0.52	c [INC SEARCH] formula is SAT
0.00/0.52	c [INC SYSTEM] solved the initial formula
0.00/0.52	c model valid
0.00/0.52	c current solution ok
0.00/0.61	o -35
0.00/0.61	c execute binary inc search
0.00/0.61	c [INC SEARCH] current bound: 82
0.00/0.61	c [INC SEARCH] iteration: 0
0.00/0.61	c [INC SEARCH] lower bound: 0 upperbound 165 current bound: 82 best value:165
0.00/0.61	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.61	c write failed with 2
0.00/0.62	c [INC SYSTEM] create new solver instance
0.00/0.62	c [INC] encode full formula
0.00/0.62	c (debug) using card networks
0.00/0.62	c set iterative enc to: card
0.00/0.62	c set iterative enc to: none
0.00/0.62	c [INC SEARCH] isOptimum variable: 0
125.14/125.20	c [INC SEARCH] formula is UNSAT
125.14/125.20	c [INC SYSTEM] there exists a inc, kill it!
125.14/125.20	c write failed with 2
125.14/125.20	c sat variable: 0 optimum/unsat variable: 1
125.14/125.20	c [INC SEARCH] set lower bound to 83 upperbound 165
125.14/125.20	c [INC SEARCH] current bound: 124
125.14/125.20	c [INC SEARCH] iteration: 1
125.14/125.20	c [INC SEARCH] lower bound: 83 upperbound 165 current bound: 124 best value:165
125.14/125.20	c [INC SYSTEM] create new solver instance
125.14/125.20	c [INC] encode full formula
125.14/125.20	c (debug) using card networks
125.14/125.20	c set iterative enc to: card
125.14/125.20	c set iterative enc to: none
125.14/125.21	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.41	c an unexpexted return value has been received, exit
1800.09/1800.41	s UNKNOWN
1800.09/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3700132-1338080877/watcher-3700132-1338080877 -o /tmp/evaluation-result-3700132-1338080877/solver-3700132-1338080877 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700132-1338080877.opb 869209859 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4161
/proc/meminfo: memFree=30560708/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0

[startup+0.0116519 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4161
/proc/meminfo: memFree=30560708/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4161
/proc/meminfo: memFree=30560708/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4161
/proc/meminfo: memFree=30560708/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4161
/proc/meminfo: memFree=30560708/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30545144/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=12136 CPUtime=0.86 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 3147 0 0 0 86 0 0 0 20 0 1 0 274216350 12427264 2533 33554432000 4194304 5654031 140736499102256 140736499090072 4216577 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 3034 2533 141 357 0 2674 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 27724

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30543672/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=15232 CPUtime=2.46 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 3944 0 0 0 246 0 0 0 20 0 1 0 274216350 15597568 3284 33554432000 4194304 5654031 140736499102256 140736499090072 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 3808 3284 141 357 0 3448 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 30820

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30535420/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=19584 CPUtime=5.66 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 4594 0 0 0 566 0 0 0 20 0 1 0 274216350 20054016 4432 33554432000 4194304 5654031 140736499102256 140736499090072 4215875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 4896 4432 141 357 0 4536 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 35172

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30529544/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=22516 CPUtime=12.06 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 5407 0 0 0 1206 0 0 0 20 0 1 0 274216350 23056384 5155 33554432000 4194304 5654031 140736499102256 140736499090072 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 5629 5155 141 357 0 5269 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38104

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30512976/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=38656 CPUtime=24.86 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 6455 0 0 0 2485 1 0 0 20 0 1 0 274216350 39583744 7820 33554432000 4194304 5654031 140736499102256 140736499090072 4215006 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 9664 7820 141 357 0 9304 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54244

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30543572/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=45840 CPUtime=50.45 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 6968 0 0 0 5044 1 0 0 20 0 1 0 274216350 46940160 10865 33554432000 4194304 5654031 140736499102256 140736499090072 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 11460 10865 141 357 0 11100 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 61428

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4170
/proc/meminfo: memFree=30486544/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=0.6 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2195 9208 0 0 5 7 43 5 20 0 1 0 274216288 6594560 1079 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4162/statm: 1610 1079 181 440 0 1166 0
[pid=4170] ppid=4162 vsize=59112 CPUtime=101.66 cores=0,2,4,6
/proc/4170/stat : 4170 (glucosInc) R 4162 4161 1127 0 -1 4202496 8206 0 0 0 10164 2 0 0 20 0 1 0 274216350 60530688 13937 33554432000 4194304 5654031 140736499102256 140736499090072 4232662 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4170/statm: 14778 13937 141 357 0 14418 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74700

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4175
/proc/meminfo: memFree=30512716/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=52240 CPUtime=37.06 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 10166 0 0 0 3703 3 0 0 20 0 1 0 274228809 53493760 9365 33554432000 4194304 5654031 140737380149504 140737380137320 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 13060 9365 141 357 0 12700 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 67828

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4175
/proc/meminfo: memFree=30483052/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=71096 CPUtime=97.06 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 11266 0 0 0 9701 5 0 0 20 0 1 0 274228809 72802304 17270 33554432000 4194304 5654031 140737380149504 140737380137320 4216505 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 17774 17270 141 357 0 17414 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 86684

[startup+282.3 s]

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

/proc/meminfo: memFree=30341436/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=218784 CPUtime=1116.9 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 28970 0 0 0 111659 31 0 0 20 0 1 0 274228809 224034816 51615 33554432000 4194304 5654031 140737380149504 140737380137320 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 54696 51615 141 357 0 54336 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 234372

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 4440
/proc/meminfo: memFree=30358344/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=218784 CPUtime=1176.9 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 30341 0 0 0 117656 34 0 0 20 0 1 0 274228809 224034816 49055 33554432000 4194304 5654031 140737380149504 140737380137320 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 54696 49055 141 357 0 54336 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 234372

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 4443
/proc/meminfo: memFree=30388164/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=218784 CPUtime=1236.88 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 31424 0 0 0 123652 36 0 0 20 0 1 0 274228809 224034816 51103 33554432000 4194304 5654031 140737380149504 140737380137320 4233166 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 54696 51103 141 357 0 54336 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 234372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 4444
/proc/meminfo: memFree=30352096/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=218784 CPUtime=1296.88 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 32731 0 0 0 129648 40 0 0 20 0 1 0 274228809 224034816 46938 33554432000 4194304 5654031 140737380149504 140737380137320 4232916 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 54696 46938 141 357 0 54336 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 234372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 4444
/proc/meminfo: memFree=30374640/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=187964 CPUtime=1356.86 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 33588 0 0 0 135644 42 0 0 20 0 1 0 274228809 192475136 43868 33554432000 4194304 5654031 140737380149504 140737380137320 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 46991 43868 141 357 0 46631 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 203552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4445
/proc/meminfo: memFree=30422644/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=187964 CPUtime=1416.85 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 34661 0 0 0 141641 44 0 0 20 0 1 0 274228809 192475136 42332 33554432000 4194304 5654031 140737380149504 140737380147432 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 46991 42332 141 357 0 46631 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 203552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4445
/proc/meminfo: memFree=30408932/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=187964 CPUtime=1476.85 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 36040 0 0 0 147638 47 0 0 20 0 1 0 274228809 192475136 42332 33554432000 4194304 5654031 140737380149504 140737380137320 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 46991 42332 141 357 0 46631 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 203552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4445
/proc/meminfo: memFree=30323744/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=268872 CPUtime=1536.83 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 36961 0 0 0 153635 48 0 0 20 0 1 0 274228809 275324928 56012 33554432000 4194304 5654031 140737380149504 140737380137320 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 67218 56012 141 357 0 66858 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 284460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4446
/proc/meminfo: memFree=30389584/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=218784 CPUtime=1596.83 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 38034 0 0 0 159632 51 0 0 20 0 1 0 274228809 224034816 51103 33554432000 4194304 5654031 140737380149504 140737380137320 4232380 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 54696 51103 141 357 0 54336 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 234372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4446
/proc/meminfo: memFree=30289072/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=268872 CPUtime=1656.82 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 38362 0 0 0 165629 53 0 0 20 0 1 0 274228809 275324928 63692 33554432000 4194304 5654031 140737380149504 140737380137320 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 67218 63692 141 357 0 66858 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 284460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4446
/proc/meminfo: memFree=30340756/32873844 swapFree=7108/7108
[pid=4161] ppid=4159 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4161/stat : 4161 (npSolver-pbo-I.) S 4159 4161 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274216287 9367552 275 33554432000 4194304 5064252 140734109724128 140734109723040 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4161/statm: 2287 275 233 213 0 72 0
[pid=4162] ppid=4161 vsize=6440 CPUtime=125.17 cores=0,2,4,6
/proc/4162/stat : 4162 (npSolver-pbo) S 4161 4161 1127 0 -1 4202496 2461 18317 0 0 6 7 12496 8 20 0 1 0 274216288 6594560 1080 33554432000 4194304 5992684 140735629265296 140735629250200 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4162/statm: 1610 1080 182 440 0 1166 0
[pid=4175] ppid=4162 vsize=218784 CPUtime=1674.92 cores=0,2,4,6
/proc/4175/stat : 4175 (glucosInc) R 4162 4161 1127 0 -1 4202496 38964 0 0 0 167438 54 0 0 20 0 1 0 274228809 224034816 46554 33554432000 4194304 5654031 140737380149504 140737380137320 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4175/statm: 54696 46554 141 357 0 54336 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 234372

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.13
CPU user time (s): 1799.41
CPU system time (s): 0.72089
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 284460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.72089
maximum resident set size= 254768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90
involuntary context switches= 1926

runsolver used 8.70268 second user time and 16.3615 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 03:07:58
IDJOB=3700132
IDBENCH=48240
IDSOLVER=2276
FILE ID=node102/3700132-1338080877
RUNJOBID= node102-1338052958-1143
PBS_JOBID= 14624412
Free space on /tmp= 71528 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_4.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700132-1338080877/watcher-3700132-1338080877 -o /tmp/evaluation-result-3700132-1338080877/solver-3700132-1338080877 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700132-1338080877.opb 869209859 HOME HOME

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

MD5SUM BENCH= 169f1f6799c5c0fd2a1b0aca08165f42
RANDOM SEED=869209859

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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		: 2667.178
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	: 5438.54
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.178
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		: 2667.178
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:        30561080 kB
Buffers:          297072 kB
Cached:          1053912 kB
SwapCached:            0 kB
Active:           910264 kB
Inactive:         556804 kB
Active(anon):     106280 kB
Inactive(anon):    12276 kB
Active(file):     803984 kB
Inactive(file):   544528 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8204 kB
Writeback:             4 kB
AnonPages:        147272 kB
Mapped:            15724 kB
Shmem:               200 kB
Slab:             681952 kB
SReclaimable:     124408 kB
SUnreclaim:       557544 kB
KernelStack:        1488 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     272384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71520 MiB
End job on node102 at 2012-05-27 03:37:58