Trace number 3748653

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-fast0507.opb
MD5SUM5548b3a1af88258afdf09b4f2d4db162
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark1166.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 239
Optimality of the best value was proved NO
Number of variables63009
Total number of constraints507
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint7753
Number of terms in the objective function 63009
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 122425
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 122425
Number of bits of the biggest sum of numbers17
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.41	c run inc solver
0.00/0.41	c [INC SYSTEM] run initial solver
0.00/0.41	c [INC SYSTEM] preprocess with white file
4.06/4.19	c [INC SYSTEM] finished preprocessing in 3 s
4.06/4.19	c [INC SYSTEM] execute solver
4.17/4.26	c [INC SEARCH] formula is SAT
4.17/4.26	c [INC SYSTEM] solved the initial formula
4.37/4.42	c model valid
4.37/4.42	c current solution ok
4.37/4.43	o 365
4.37/4.43	c execute binary inc search
4.37/4.43	c [INC SEARCH] current bound: 182
4.37/4.43	c [INC SEARCH] iteration: 0
4.37/4.43	c [INC SEARCH] lower bound: 0 upperbound 365 current bound: 182 best value:365
4.37/4.43	c [INC SYSTEM] there exists a inc, kill it!
4.37/4.43	c write failed with 2
4.37/4.43	c [INC SYSTEM] create new solver instance
4.37/4.43	c [INC] encode full formula
4.37/4.43	c fallback to adder encoding
6.96/7.03	c set iterative enc to: adder
6.96/7.03	c set iterative enc to: none
7.26/7.32	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	c an unexpexted return value has been received, exit
1800.05/1800.41	s UNKNOWN
1800.05/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.05/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-3748653-1339114426/watcher-3748653-1339114426 -o /tmp/evaluation-result-3748653-1339114426/solver-3748653-1339114426 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748653-1339114426.opb 1546144215 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 1.86 2/178 24962
/proc/meminfo: memFree=25825580/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0

[startup+0.0943531 s]
/proc/loadavg: 2.00 2.00 1.86 2/178 24962
/proc/meminfo: memFree=25825580/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100348 s]
/proc/loadavg: 2.00 2.00 1.86 2/178 24962
/proc/meminfo: memFree=25825580/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300293 s]
/proc/loadavg: 2.00 2.00 1.86 2/178 24962
/proc/meminfo: memFree=25825580/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700142 s]
/proc/loadavg: 2.00 2.00 1.86 2/178 24962
/proc/meminfo: memFree=25825580/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 1.86 4/182 24966
/proc/meminfo: memFree=25782592/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=36684 CPUtime=0.5 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 10873 0 0 0 40 10 0 0 20 0 1 0 377568086 37564416 8503 33554432000 4194304 6004724 140735272069632 140735272064096 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 9171 8503 148 442 0 8725 0
[pid=24965] ppid=24963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24965/stat : 24965 (cp2_pre.sh) S 24963 24962 22387 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 377568137 9367552 276 33554432000 4194304 5064252 140734672871648 140734672870352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24965/statm: 2287 276 234 213 0 72 0
[pid=24966] ppid=24965 vsize=33484 CPUtime=0.97 cores=0,2,4,6
/proc/24966/stat : 24966 (coprocessor) R 24965 24962 22387 0 -1 4202496 6551 0 0 0 96 1 0 0 20 0 1 0 377568137 34287616 7810 33554432000 4194304 6586260 140734317058176 140734317054440 4753903 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 8371 7810 179 584 0 7783 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 88464

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.86 4/182 24966
/proc/meminfo: memFree=25754616/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=36684 CPUtime=0.5 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 10873 0 0 0 40 10 0 0 20 0 1 0 377568086 37564416 8503 33554432000 4194304 6004724 140735272069632 140735272064096 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 9171 8503 148 442 0 8725 0
[pid=24965] ppid=24963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24965/stat : 24965 (cp2_pre.sh) S 24963 24962 22387 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 377568137 9367552 276 33554432000 4194304 5064252 140734672871648 140734672870352 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24965/statm: 2287 276 234 213 0 72 0
[pid=24966] ppid=24965 vsize=36688 CPUtime=2.56 cores=0,2,4,6
/proc/24966/stat : 24966 (coprocessor) R 24965 24962 22387 0 -1 4202496 7394 0 0 0 255 1 0 0 20 0 1 0 377568137 37568512 8653 33554432000 4194304 6586260 140734317058176 140734317054040 5599305 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 9172 8653 188 584 0 8584 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 91668

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.86 3/180 24969
/proc/meminfo: memFree=25675444/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=196720 CPUtime=6.26 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) R 24962 24962 22387 0 -1 4202496 22587 11633 0 0 237 16 370 3 20 0 1 0 377568086 201441280 48445 33554432000 4194304 6004724 140735272069632 140735272061496 4208638 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 49180 48445 177 442 0 48734 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 205868

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 1.87 3/181 24971
/proc/meminfo: memFree=25143600/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=496568 CPUtime=5.37 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 73244 0 0 0 515 22 0 0 20 0 1 0 377568818 508485632 103563 33554432000 4194304 5654031 140736479199008 140736479196904 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 124142 103563 140 357 0 123782 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 571364

[startup+25.5004 s]
/proc/loadavg: 2.14 2.03 1.87 3/183 25058
/proc/meminfo: memFree=24877808/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=498276 CPUtime=18.16 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 73778 0 0 0 1794 22 0 0 20 0 1 0 377568818 510234624 104599 33554432000 4194304 5654031 140736479199008 140736479196792 4233005 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 124569 104599 140 357 0 124209 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 573072

[startup+51.1004 s]
/proc/loadavg: 2.09 2.03 1.88 3/182 25061
/proc/meminfo: memFree=25104016/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=499324 CPUtime=43.76 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74020 0 0 0 4354 22 0 0 20 0 1 0 377568818 511307776 105352 33554432000 4194304 5654031 140736479199008 140736479186824 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 124831 105352 140 357 0 124471 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 574120

[startup+102.3 s]
/proc/loadavg: 2.04 2.02 1.88 3/181 25061
/proc/meminfo: memFree=25097016/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=499576 CPUtime=94.95 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74069 0 0 0 9473 22 0 0 20 0 1 0 377568818 511565824 105392 33554432000 4194304 5654031 140736479199008 140736479186824 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 124894 105392 140 357 0 124534 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 574372

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.89 3/181 25061
/proc/meminfo: memFree=25087076/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=499576 CPUtime=154.93 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74168 0 0 0 15471 22 0 0 20 0 1 0 377568818 511565824 106019 33554432000 4194304 5654031 140736479199008 140736479186824 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 124894 106019 140 357 0 124534 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 574372

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 1.89 3/181 25061
/proc/meminfo: memFree=25079464/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=500308 CPUtime=214.92 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74361 0 0 0 21470 22 0 0 20 0 1 0 377568818 512315392 106210 33554432000 4194304 5654031 140736479199008 140736479186824 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125077 106210 140 357 0 124717 0
Current children cumulated CPU time (s) 222.21

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

/proc/meminfo: memFree=24724200/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1294.73 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74793 0 0 0 129450 23 0 0 20 0 1 0 377568818 513765376 108704 33554432000 4194304 5654031 140736479199008 140736479186824 4214977 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 108704 140 357 0 125071 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 576520

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/181 25076
/proc/meminfo: memFree=24707072/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1354.73 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74804 0 0 0 135450 23 0 0 20 0 1 0 377568818 513765376 108715 33554432000 4194304 5654031 140736479199008 140736479186824 4214644 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 108715 140 357 0 125071 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 576520

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/181 25076
/proc/meminfo: memFree=24720108/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1414.72 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74806 0 0 0 141449 23 0 0 20 0 1 0 377568818 513765376 108717 33554432000 4194304 5654031 140736479199008 140736479186824 4214632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 108717 140 357 0 125071 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 576520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 25076
/proc/meminfo: memFree=24711856/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1474.71 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74817 0 0 0 147448 23 0 0 20 0 1 0 377568818 513765376 108728 33554432000 4194304 5654031 140736479199008 140736479186824 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 108728 140 357 0 125071 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 576520

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 25076
/proc/meminfo: memFree=24701864/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1534.7 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74829 0 0 0 153447 23 0 0 20 0 1 0 377568818 513765376 108740 33554432000 4194304 5654031 140736479199008 140736479186824 4208648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 108740 140 357 0 125071 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 576520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/182 25080
/proc/meminfo: memFree=24691988/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1594.68 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74830 0 0 0 159445 23 0 0 20 0 1 0 377568818 513765376 109252 33554432000 4194304 5654031 140736479199008 140736479186824 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 109252 140 357 0 125071 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 576520

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/181 25080
/proc/meminfo: memFree=24684176/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501724 CPUtime=1654.68 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74830 0 0 0 165445 23 0 0 20 0 1 0 377568818 513765376 109252 33554432000 4194304 5654031 140736479199008 140736479186824 4215248 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125431 109252 140 357 0 125071 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 576520

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/181 25080
/proc/meminfo: memFree=24676604/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=501988 CPUtime=1714.67 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 74924 0 0 0 171444 23 0 0 20 0 1 0 377568818 514035712 109346 33554432000 4194304 5654031 140736479199008 140736479196792 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 125497 109346 140 357 0 125137 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 576784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 25080
/proc/meminfo: memFree=24669840/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=504156 CPUtime=1774.66 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 75288 0 0 0 177443 23 0 0 20 0 1 0 377568818 516255744 109710 33554432000 4194304 5654031 140736479199008 140736479186824 4214641 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 126039 109710 140 357 0 125679 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 578952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 25080
/proc/meminfo: memFree=24691932/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=504156 CPUtime=1792.76 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 75291 0 0 0 179253 23 0 0 20 0 1 0 377568818 516255744 109713 33554432000 4194304 5654031 140736479199008 140736479186824 4233021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 126039 109713 140 357 0 125679 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 578952

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.00 2.00 1.94 3/181 25080
/proc/meminfo: memFree=24691932/32873844 swapFree=7896/7896
[pid=24962] ppid=24960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24962/stat : 24962 (npSolver-pbo-I.) S 24960 24962 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377568085 9367552 275 33554432000 4194304 5064252 140733397870800 140733397869712 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24962/statm: 2287 275 233 213 0 72 0
[pid=24963] ppid=24962 vsize=65648 CPUtime=7.29 cores=0,2,4,6
/proc/24963/stat : 24963 (npSolver-pbo) S 24962 24962 22387 0 -1 4202496 23789 12148 0 0 311 44 370 4 20 0 1 0 377568086 67223552 15885 33554432000 4194304 6004724 140735272069632 140735272054552 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24963/statm: 16412 15885 178 442 0 15966 0
[pid=24971] ppid=24963 vsize=504156 CPUtime=1792.76 cores=0,2,4,6
/proc/24971/stat : 24971 (glucosInc) R 24963 24962 22387 0 -1 4202496 75291 0 0 0 179253 23 0 0 20 0 1 0 377568818 516255744 109713 33554432000 4194304 5654031 140736479199008 140736479186824 4233021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24971/statm: 126039 109713 140 357 0 125679 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 578952

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.09
CPU user time (s): 1799.36
CPU system time (s): 0.724889
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 730936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.724889
maximum resident set size= 552312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 380192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171
involuntary context switches= 2370

runsolver used 7.57885 second user time and 16.3735 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 02:13:46
IDJOB=3748653
IDBENCH=1874
IDSOLVER=2333
FILE ID=node136/3748653-1339114426
RUNJOBID= node136-1339112625-24718
PBS_JOBID= 14643717
Free space on /tmp= 69796 MiB

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

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

MD5SUM BENCH= 5548b3a1af88258afdf09b4f2d4db162
RANDOM SEED=1546144215

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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.247
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.247
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:        25826116 kB
Buffers:         1305592 kB
Cached:          4479400 kB
SwapCached:        20284 kB
Active:          3259404 kB
Inactive:        2869388 kB
Active(anon):     316288 kB
Inactive(anon):    22808 kB
Active(file):    2943116 kB
Inactive(file):  2846580 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083244 kB
Dirty:             13200 kB
Writeback:             0 kB
AnonPages:        327112 kB
Mapped:            10928 kB
Shmem:                 0 kB
Slab:             778404 kB
SReclaimable:     219660 kB
SUnreclaim:       558744 kB
KernelStack:        1464 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     533136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 69460 MiB
End job on node136 at 2012-06-08 02:43:47