Trace number 3702689

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-topdown-quickBound? (TO) 1800.07 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-manna81.opb
MD5SUM6fc83a536fe9a582c06bbccccc09c709
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13164
Best CPU time to get the best result obtained on this benchmark75.4055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -12220
Optimality of the best value was proved NO
Number of variables10713
Total number of constraints9151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9151
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 10713
Biggest coefficient in the objective function 8
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 30411
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 30411
Number of bits of the biggest sum of numbers15
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.81	c run inc solver
0.00/0.81	c [INC SYSTEM] run initial solver
0.00/0.81	c [INC SYSTEM] preprocess with white file
2.27/2.35	c [INC SYSTEM] finished preprocessing in 1 s
2.27/2.35	c [INC SYSTEM] execute solver
2.33/2.55	c [INC SEARCH] formula is SAT
2.33/2.55	c [INC SYSTEM] solved the initial formula
2.33/2.57	c model valid
2.33/2.57	c current solution ok
2.77/3.36	o 0
2.77/3.36	c starting approximation
2.77/3.38	c factor = 2
2.77/3.38	c factor still to low - shrinking to 977.379
2.77/3.38	c approx number of clauses: 1e+06
2.77/3.38	c current bound: 15205
4.03/4.20	c leaving approximation
4.03/4.20	c finished approximation
4.03/4.20	c [INC SYSTEM] there exists a inc, kill it!
4.03/4.20	c write failed with 2
4.03/4.20	c [INC SEARCH] iteration: 0
4.03/4.20	c [INC BOUNDS] best value:30411 search for 30410
4.03/4.20	c [INC SYSTEM] create new solver instance
4.03/4.20	c [INC] encode full formula
4.03/4.20	c fallback to adder encoding
4.86/5.05	c set iterative enc to: adder
4.86/5.05	c set iterative enc to: none
4.96/5.18	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1800.51	s UNKNOWN
1800.03/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.51	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-3702689-1338050191/watcher-3702689-1338050191 -o /tmp/evaluation-result-3702689-1338050191/solver-3702689-1338050191 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702689-1338050191.opb 2112928640 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: 1.01 1.03 1.31 3/173 9997
/proc/meminfo: memFree=29106948/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0

[startup+0.043551 s]
/proc/loadavg: 1.01 1.03 1.31 3/173 9997
/proc/meminfo: memFree=29106948/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 1.01 1.03 1.31 3/173 9997
/proc/meminfo: memFree=29106948/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300253 s]
/proc/loadavg: 1.01 1.03 1.31 3/173 9997
/proc/meminfo: memFree=29106948/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 1.01 1.03 1.31 3/173 9997
/proc/meminfo: memFree=29106948/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.09 1.04 1.31 3/182 10009
/proc/meminfo: memFree=29032424/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=35344 CPUtime=0.83 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 3911 0 0 0 77 6 0 0 20 0 1 0 271144712 36192256 4874 33554432000 4194304 5992684 140737326380400 140737326374848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10000/statm: 8836 4874 161 440 0 8392 0
[pid=10006] ppid=10000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10006/stat : 10006 (cp2_pre.sh) S 10000 9997 5654 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271144796 9367552 276 33554432000 4194304 5064252 140737010971232 140737010969936 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10006/statm: 2287 276 234 213 0 72 0
[pid=10007] ppid=10006 vsize=54564 CPUtime=0.65 cores=0,2,4,6
/proc/10007/stat : 10007 (coprocessor) R 10006 9997 5654 0 -1 4202496 12505 0 0 0 63 2 0 0 20 0 1 0 271144796 55873536 13004 33554432000 4194304 6586260 140735748039120 140735748035144 4753753 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/10007/statm: 13641 13004 181 584 0 13053 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108204

[startup+3.10028 s]
/proc/loadavg: 1.09 1.04 1.31 3/182 10014
/proc/meminfo: memFree=28972900/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=35504 CPUtime=2.77 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) R 9997 9997 5654 0 -1 4202496 4038 14433 0 0 86 41 144 6 20 0 1 0 271144712 36356096 4901 33554432000 4194304 5992684 140737326380400 140737326374584 5179696 0 0 4096 0 0 0 0 17 4 0 0 10 0 0
/proc/10000/statm: 8876 4901 170 440 0 8432 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 44652

[startup+6.30037 s]
/proc/loadavg: 1.16 1.06 1.31 3/181 10028
/proc/meminfo: memFree=28867220/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=186540 CPUtime=1.11 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 32630 0 0 0 104 7 0 0 20 0 1 0 271145230 191016960 40228 33554432000 4194304 5654031 140735325914352 140735324863944 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 46635 40228 132 357 0 46275 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 234796

[startup+12.7003 s]
/proc/loadavg: 1.23 1.08 1.32 3/181 10028
/proc/meminfo: memFree=28769252/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=188152 CPUtime=7.5 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 33043 0 0 0 743 7 0 0 20 0 1 0 271145230 192667648 40641 33554432000 4194304 5654031 140735325914352 140735325912136 4214638 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 47038 40641 142 357 0 46678 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 236408

[startup+25.5071 s]
/proc/loadavg: 1.40 1.12 1.33 3/181 10030
/proc/meminfo: memFree=28795884/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=188608 CPUtime=20.31 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 33163 0 0 0 2024 7 0 0 20 0 1 0 271145230 193134592 40761 33554432000 4194304 5654031 140735325914352 140735325902168 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 47152 40761 142 357 0 46792 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 236864

[startup+51.1004 s]
/proc/loadavg: 1.60 1.19 1.35 3/181 10030
/proc/meminfo: memFree=28771084/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=189176 CPUtime=45.88 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 33310 0 0 0 4581 7 0 0 20 0 1 0 271145230 193716224 40896 33554432000 4194304 5654031 140735325914352 140735325902168 4232963 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 47294 40896 142 357 0 46934 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 237432

[startup+102.3 s]
/proc/loadavg: 1.83 1.31 1.38 3/180 10030
/proc/meminfo: memFree=28697340/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=191660 CPUtime=97.08 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 33945 0 0 0 9700 8 0 0 20 0 1 0 271145230 196259840 42270 33554432000 4194304 5654031 140735325914352 140735325902168 4233033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 47915 42270 142 357 0 47555 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 239916

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.41 3/181 10033
/proc/meminfo: memFree=28708012/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=237128 CPUtime=157.06 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 39037 0 0 0 15696 10 0 0 20 0 1 0 271145230 242819072 49016 33554432000 4194304 5654031 140735325914352 140735325902168 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 59282 49016 142 357 0 58922 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 285384

[startup+222.3 s]
/proc/loadavg: 2.04 1.56 1.46 3/182 10036
/proc/meminfo: memFree=28654376/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=245636 CPUtime=217.06 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 41989 0 0 0 21692 14 0 0 20 0 1 0 271145230 251531264 53618 33554432000 4194304 5654031 140735325914352 140735325902168 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 61409 53618 142 357 0 61049 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 293892

[startup+282.3 s]

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

/proc/meminfo: memFree=28444688/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=360692 CPUtime=1296.87 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 68538 0 0 0 129636 51 0 0 20 0 1 0 271145230 369348608 81438 33554432000 4194304 5654031 140735325914352 140735325902168 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 90173 81438 142 357 0 89813 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 408948

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/181 10046
/proc/meminfo: memFree=28420224/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=362560 CPUtime=1356.86 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 69089 0 0 0 135635 51 0 0 20 0 1 0 271145230 371261440 86587 33554432000 4194304 5654031 140735325914352 140735325902168 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 90640 86587 142 357 0 90280 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 410816

[startup+1422.3 s]
/proc/loadavg: 2.13 2.02 1.83 3/182 10049
/proc/meminfo: memFree=28455304/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=364280 CPUtime=1416.85 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 70719 0 0 0 141629 56 0 0 20 0 1 0 271145230 373022720 80292 33554432000 4194304 5654031 140735325914352 140735325902168 4214612 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 91070 80292 142 357 0 90710 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 412536

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 1.84 3/182 10071
/proc/meminfo: memFree=28457760/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=366560 CPUtime=1476.84 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 71635 0 0 0 147626 58 0 0 20 0 1 0 271145230 375357440 80133 33554432000 4194304 5654031 140735325914352 140735325902168 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 91640 80133 142 357 0 91280 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 414816

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.85 3/181 10071
/proc/meminfo: memFree=28452420/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=368300 CPUtime=1536.84 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 72071 0 0 0 153625 59 0 0 20 0 1 0 271145230 377139200 85678 33554432000 4194304 5654031 140735325914352 140735325902168 4216512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 92075 85678 142 357 0 91715 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 416556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/181 10071
/proc/meminfo: memFree=28464696/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=369644 CPUtime=1596.83 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 72992 0 0 0 159621 62 0 0 20 0 1 0 271145230 378515456 84701 33554432000 4194304 5654031 140735325914352 140735325902168 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 92411 84701 142 357 0 92051 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 417900

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.86 3/181 10072
/proc/meminfo: memFree=28477780/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=371656 CPUtime=1656.82 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 73705 0 0 0 165620 62 0 0 20 0 1 0 271145230 380575744 88988 33554432000 4194304 5654031 140735325914352 140735325902168 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 92914 88988 142 357 0 92554 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 419912

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 1.87 3/181 10072
/proc/meminfo: memFree=28541688/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=372860 CPUtime=1716.81 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 74919 0 0 0 171615 66 0 0 20 0 1 0 271145230 381808640 87021 33554432000 4194304 5654031 140735325914352 140735325902168 4232859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 93215 87021 142 357 0 92855 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 421116

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.88 3/181 10072
/proc/meminfo: memFree=28419560/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=374460 CPUtime=1776.8 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 76619 0 0 0 177610 70 0 0 20 0 1 0 271145230 383447040 84871 33554432000 4194304 5654031 140735325914352 140735325902168 4232963 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 93615 84871 142 357 0 93255 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 422716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.94 2.00 1.88 2/174 10097
/proc/meminfo: memFree=28652660/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=375256 CPUtime=1795 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 76808 0 0 0 179430 70 0 0 20 0 1 0 271145230 384262144 86593 33554432000 4194304 5654031 140735325914352 140735325902168 4215033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 93814 86593 142 357 0 93454 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 423512

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.94 2.00 1.88 2/174 10097
/proc/meminfo: memFree=28652660/32873844 swapFree=7616/7616
[pid=9997] ppid=9994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9997/stat : 9997 (npSolver-pbo-It) S 9994 9997 5654 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271144712 9367552 274 33554432000 4194304 5064252 140735116980688 140735116979600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9997/statm: 2287 274 233 213 0 72 0
[pid=10000] ppid=9997 vsize=39108 CPUtime=5.03 cores=0,2,4,6
/proc/10000/stat : 10000 (npSolver-pbo) S 9997 9997 5654 0 -1 4202496 11802 39082 0 0 182 71 230 20 20 0 1 0 271144712 40046592 5850 33554432000 4194304 5992684 140737326380400 140737326366232 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 11 0 0
/proc/10000/statm: 9777 5850 196 440 0 9333 0
[pid=10028] ppid=10000 vsize=375256 CPUtime=1795 cores=0,2,4,6
/proc/10028/stat : 10028 (glucosInc) R 10000 9997 5654 0 -1 4202496 76808 0 0 0 179430 70 0 0 20 0 1 0 271145230 384262144 86593 33554432000 4194304 5654031 140735325914352 140735325902168 4215033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10028/statm: 93814 86593 142 357 0 93454 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 423512

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1798.44
CPU system time (s): 1.63275
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 634200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.63275
maximum resident set size= 468924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128072
page faults= 0
swaps= 0
block input operations= 8
block output operations= 325008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126
involuntary context switches= 1901

runsolver used 2.73358 second user time and 8.98163 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 18:36:31
IDJOB=3702689
IDBENCH=1869
IDSOLVER=2278
FILE ID=node130/3702689-1338050191
RUNJOBID= node130-1338050191-9972
PBS_JOBID= 14624341
Free space on /tmp= 71404 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-manna81.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702689-1338050191/watcher-3702689-1338050191 -o /tmp/evaluation-result-3702689-1338050191/solver-3702689-1338050191 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702689-1338050191.opb 2112928640 HOME HOME

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

MD5SUM BENCH= 6fc83a536fe9a582c06bbccccc09c709
RANDOM SEED=2112928640

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29107972 kB
Buffers:          247948 kB
Cached:          2726028 kB
SwapCached:            0 kB
Active:           833020 kB
Inactive:        2153156 kB
Active(anon):      15388 kB
Inactive(anon):        0 kB
Active(file):     817632 kB
Inactive(file):  2153156 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16724 kB
Writeback:             0 kB
AnonPages:         20012 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             640580 kB
SReclaimable:      82556 kB
SUnreclaim:       558024 kB
KernelStack:        1376 kB
PageTables:         3668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71304 MiB
End job on node130 at 2012-05-26 19:06:32