Trace number 3749294

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 (fixed)? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
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-144
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.00/0.23	c old isEQ: 144, new EQ is 1
0.00/0.28	c run inc solver
0.00/0.28	c [INC SYSTEM] run initial solver
0.00/0.28	c [INC SYSTEM] preprocess with white file
1.18/1.24	c [INC SYSTEM] finished preprocessing in 0 s
1.18/1.24	c [INC SYSTEM] execute solver
2.98/3.08	c [INC SEARCH] formula is SAT
2.98/3.08	c [INC SYSTEM] solved the initial formula
3.08/3.23	c model valid
3.08/3.23	c current solution ok
3.31/3.36	o -86
3.31/3.36	c execute binary inc search
3.31/3.36	c [INC SEARCH] current bound: 207
3.31/3.36	c [INC SEARCH] iteration: 0
3.31/3.36	c [INC SEARCH] lower bound: 0 upperbound 414 current bound: 207 best value:414
3.31/3.36	c [INC SYSTEM] there exists a inc, kill it!
3.31/3.36	c write failed with 2
3.31/3.36	c [INC SYSTEM] create new solver instance
3.31/3.36	c [INC] encode full formula
3.31/3.36	c (debug) using card networks
3.31/3.36	c old isEQ: 192, new EQ is 0
3.31/3.37	c set iterative enc to: card
3.31/3.37	c set iterative enc to: none
3.31/3.38	c [INC SEARCH] isOptimum variable: 0
635.97/636.13	c [INC SEARCH] formula is UNSAT
635.97/636.13	c [INC SYSTEM] there exists a inc, kill it!
635.97/636.13	c write failed with 2
635.97/636.13	c sat variable: 0 optimum/unsat variable: 1
635.97/636.13	c [INC SEARCH] set lower bound to 208 upperbound 414
635.97/636.13	c [INC SEARCH] current bound: 311
635.97/636.13	c [INC SEARCH] iteration: 1
635.97/636.13	c [INC SEARCH] lower bound: 208 upperbound 414 current bound: 311 best value:414
635.97/636.13	c [INC SYSTEM] create new solver instance
635.97/636.13	c [INC] encode full formula
635.97/636.13	c (debug) using card networks
635.97/636.13	c old isEQ: 0, new EQ is 0
635.97/636.14	c set iterative enc to: card
635.97/636.14	c set iterative enc to: none
635.97/636.15	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	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-3749294-1339131970/watcher-3749294-1339131970 -o /tmp/evaluation-result-3749294-1339131970/solver-3749294-1339131970 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749294-1339131970.opb 449500123 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/178 17190
/proc/meminfo: memFree=27468108/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0

[startup+0.0829749 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17190
/proc/meminfo: memFree=27468108/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100334 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17190
/proc/meminfo: memFree=27468108/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300283 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17190
/proc/meminfo: memFree=27468108/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17190
/proc/meminfo: memFree=27468108/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 17194
/proc/meminfo: memFree=27405988/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=1.23 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 9238 12578 0 0 26 2 84 11 20 0 1 0 379325602 11096064 2243 33554432000 4194304 6004724 140735961965472 140735961951752 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/17191/statm: 2709 2243 167 442 0 2263 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 19984

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17196
/proc/meminfo: memFree=27435824/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=1.25 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) R 17190 17190 11882 0 -1 4202496 9642 12578 0 0 27 3 84 11 20 0 1 0 379325602 11096064 2249 33554432000 4194304 6004724 140735961965472 140735961960264 5190832 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2249 173 442 0 2263 0
[pid=17196] ppid=17191 vsize=25144 CPUtime=1.83 cores=0,2,4,6
/proc/17196/stat : 17196 (glucosInc) S 17191 17190 11882 0 -1 4202496 5096 0 0 0 182 1 0 0 20 0 1 0 379325726 25747456 5282 33554432000 4194304 5654031 140735157360416 140735157358728 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17196/statm: 6286 5282 146 357 0 5926 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45128

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17199
/proc/meminfo: memFree=27429004/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=26792 CPUtime=2.9 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 5884 0 0 0 290 0 0 0 20 0 1 0 379325940 27435008 6077 33554432000 4194304 5654031 140736227982224 140736227970040 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 6698 6077 141 357 0 6338 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 46776

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17199
/proc/meminfo: memFree=27424236/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=30592 CPUtime=9.31 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 7081 0 0 0 930 1 0 0 20 0 1 0 379325940 31326208 6995 33554432000 4194304 5654031 140736227982224 140736227970040 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 7648 6995 142 357 0 7288 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50576

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17199
/proc/meminfo: memFree=27411160/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=39904 CPUtime=22.11 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 8549 0 0 0 2209 2 0 0 20 0 1 0 379325940 40861696 9249 33554432000 4194304 5654031 140736227982224 140736227970040 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 9976 9249 142 357 0 9616 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59888

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17199
/proc/meminfo: memFree=27402572/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=47044 CPUtime=47.7 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 9556 0 0 0 4768 2 0 0 20 0 1 0 379325940 48173056 11184 33554432000 4194304 5654031 140736227982224 140736227970040 4232491 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 11761 11184 142 357 0 11401 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 67028

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17199
/proc/meminfo: memFree=27376860/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=77532 CPUtime=98.89 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 11290 0 0 0 9886 3 0 0 20 0 1 0 379325940 79392768 16061 33554432000 4194304 5654031 140736227982224 140736227970040 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 19383 16061 142 357 0 19023 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 97516

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 17199
/proc/meminfo: memFree=27344404/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=96384 CPUtime=158.88 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 11747 0 0 0 15884 4 0 0 20 0 1 0 379325940 98697216 18824 33554432000 4194304 5654031 140736227982224 140736227970040 4232755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 24096 18824 142 357 0 23736 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 116368

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 17200
/proc/meminfo: memFree=27321436/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=3.37 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10053 18711 0 0 32 25 266 14 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17199] ppid=17191 vsize=96384 CPUtime=218.87 cores=0,2,4,6
/proc/17199/stat : 17199 (glucosInc) R 17191 17190 11882 0 -1 4202496 12368 0 0 0 21883 4 0 0 20 0 1 0 379325940 98697216 23492 33554432000 4194304 5654031 140736227982224 140736227970040 4208641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17199/statm: 24096 23492 142 357 0 23736 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 116368

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 17203
/proc/meminfo: memFree=27297220/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27230812/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=122960 CPUtime=666.02 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 13832 0 0 0 66591 11 0 0 20 0 1 0 379389217 125911040 25559 33554432000 4194304 5654031 140733207410576 140733207398392 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 30740 25559 141 357 0 30380 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 142944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/181 17212
/proc/meminfo: memFree=27197936/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=172280 CPUtime=726.02 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 14656 0 0 0 72588 14 0 0 20 0 1 0 379389217 176414720 34872 33554432000 4194304 5654031 140733207410576 140733207398392 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 43070 34872 141 357 0 42710 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 192264

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/181 17213
/proc/meminfo: memFree=27200248/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=172280 CPUtime=786.02 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 15376 0 0 0 78586 16 0 0 20 0 1 0 379389217 176414720 34872 33554432000 4194304 5654031 140733207410576 140733207398392 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 43070 34872 141 357 0 42710 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 192264

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/182 17216
/proc/meminfo: memFree=27177588/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=172280 CPUtime=845.99 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 15719 0 0 0 84583 16 0 0 20 0 1 0 379389217 176414720 38157 33554432000 4194304 5654031 140733207410576 140733207398392 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 43070 38157 141 357 0 42710 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 192264

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17216
/proc/meminfo: memFree=27146028/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=216692 CPUtime=906 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 17408 0 0 0 90581 19 0 0 20 0 1 0 379389217 221892608 46730 33554432000 4194304 5654031 140733207410576 140733207398392 4232659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 54173 46730 141 357 0 53813 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 236676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 17216
/proc/meminfo: memFree=27147968/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=216692 CPUtime=965.98 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 18117 0 0 0 96577 21 0 0 20 0 1 0 379389217 221892608 47242 33554432000 4194304 5654031 140733207410576 140733207398392 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 54173 47242 141 357 0 53813 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 236676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 17216
/proc/meminfo: memFree=27133708/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=216692 CPUtime=1025.97 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 18830 0 0 0 102575 22 0 0 20 0 1 0 379389217 221892608 47242 33554432000 4194304 5654031 140733207410576 140733207398392 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 54173 47242 141 357 0 53813 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 236676

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 17217
/proc/meminfo: memFree=27141544/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=216692 CPUtime=1085.96 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 19547 0 0 0 108572 24 0 0 20 0 1 0 379389217 221892608 46218 33554432000 4194304 5654031 140733207410576 140733207398392 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 54173 46218 141 357 0 53813 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 236676

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 17217
/proc/meminfo: memFree=27145788/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=216692 CPUtime=1145.95 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 20259 0 0 0 114569 26 0 0 20 0 1 0 379389217 221892608 47242 33554432000 4194304 5654031 140733207410576 140733207398392 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 54173 47242 141 357 0 53813 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 236676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.05 2.01 3/181 17259
/proc/meminfo: memFree=25585508/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=185872 CPUtime=1164.05 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 20373 0 0 0 116378 27 0 0 20 0 1 0 379389217 190332928 41031 33554432000 4194304 5654031 140733207410576 140733207408600 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 46468 41031 141 357 0 46108 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 205856

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.15 2.05 2.01 3/181 17259
/proc/meminfo: memFree=25585508/32873844 swapFree=7372/7372
[pid=17190] ppid=17188 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17190/stat : 17190 (npSolver-pbo-I.) S 17188 17190 11882 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379325601 9367552 275 33554432000 4194304 5064252 140737144657648 140737144656560 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17190/statm: 2287 275 233 213 0 72 0
[pid=17191] ppid=17190 vsize=10836 CPUtime=636.03 cores=0,2,4,6
/proc/17191/stat : 17191 (npSolver-pbo) S 17190 17190 11882 0 -1 4202496 10472 32343 0 0 33 25 63525 20 20 0 1 0 379325602 11096064 2253 33554432000 4194304 6004724 140735961965472 140735961950392 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/17191/statm: 2709 2253 177 442 0 2263 0
[pid=17206] ppid=17191 vsize=185872 CPUtime=1164.05 cores=0,2,4,6
/proc/17206/stat : 17206 (glucosInc) R 17191 17190 11882 0 -1 4202496 20373 0 0 0 116378 27 0 0 20 0 1 0 379389217 190332928 41031 33554432000 4194304 5654031 140733207410576 140733207408600 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17206/statm: 46468 41031 141 357 0 46108 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 205856

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.38
CPU system time (s): 0.729889
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 236676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.729889
maximum resident set size= 197160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161
involuntary context switches= 2118

runsolver used 9.06662 second user time and 17.0714 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-08 07:06:10
IDJOB=3749294
IDBENCH=48256
IDSOLVER=2333
FILE ID=node109/3749294-1339131970
RUNJOBID= node109-1339112037-14057
PBS_JOBID= 14643744
Free space on /tmp= 71020 MiB

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

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

MD5SUM BENCH= fc8bff78845ab9a14b2d06ab749e4dc4
RANDOM SEED=449500123

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27468380 kB
Buffers:         1971640 kB
Cached:          2366276 kB
SwapCached:         1268 kB
Active:          2583980 kB
Inactive:        1881184 kB
Active(anon):     117924 kB
Inactive(anon):     9016 kB
Active(file):    2466056 kB
Inactive(file):  1872168 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105640 kB
Dirty:             29372 kB
Writeback:             0 kB
AnonPages:        243212 kB
Mapped:            11368 kB
Shmem:                 4 kB
Slab:             799252 kB
SReclaimable:     241084 kB
SUnreclaim:       558168 kB
KernelStack:        1504 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     254744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 70712 MiB
End job on node109 at 2012-06-08 07:36:11