Trace number 3485288

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
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.05 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_9.opb
MD5SUMd90f6236f870e45ceb3cd4a6e4593f30
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1800.26
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved NO
Number of variables14352
Total number of constraints53247
Number of constraints which are clauses53237
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint1
Maximum length of a constraint1036
Number of terms in the objective function 1036
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 1036
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1068
Number of bits of the biggest sum of numbers11
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.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485288-1307778738.opb>
0.19/0.27	c original problem has 14352 variables (14352 bin, 0 int, 0 impl, 0 cont) and 53247 constraints
0.19/0.27	c problem read
0.19/0.27	c presolving settings loaded
0.39/0.44	c presolving:
0.59/0.66	c (round 1) 972 del vars, 1925 del conss, 0 add conss, 5 chg bounds, 7 chg sides, 9 chg coeffs, 0 upgd conss, 435372 impls, 0 clqs
0.59/0.66	c (round 2) 972 del vars, 1946 del conss, 0 add conss, 5 chg bounds, 7 chg sides, 9 chg coeffs, 0 upgd conss, 435372 impls, 0 clqs
0.79/0.82	c (round 3) 972 del vars, 1948 del conss, 0 add conss, 5 chg bounds, 7 chg sides, 9 chg coeffs, 51299 upgd conss, 435372 impls, 0 clqs
4.19/4.27	c    (4.3s) probing: 778/13380 (5.8%) - 0 fixings, 2 aggregations, 23380 implications, 0 bound changes
4.19/4.27	c    (4.3s) probing aborted: 100/100 successive totally useless probings
4.19/4.27	c (round 4) 974 del vars, 1948 del conss, 0 add conss, 5 chg bounds, 7 chg sides, 9 chg coeffs, 51299 upgd conss, 480848 impls, 0 clqs
4.29/4.30	c (round 5) 974 del vars, 1954 del conss, 0 add conss, 5 chg bounds, 7 chg sides, 9 chg coeffs, 51299 upgd conss, 480848 impls, 0 clqs
5.09/5.16	c    (5.2s) probing: 1000/13380 (7.5%) - 0 fixings, 2 aggregations, 27497 implications, 0 bound changes
5.09/5.17	c    (5.2s) probing: 1005/13380 (7.5%) - 0 fixings, 2 aggregations, 27497 implications, 0 bound changes
5.09/5.17	c    (5.2s) probing aborted: 100/100 successive totally useless probings
5.09/5.17	c presolving (6 rounds):
5.09/5.17	c  974 deleted vars, 1954 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 7 changed sides, 9 changed coefficients
5.09/5.17	c  489082 implications, 0 cliques
5.09/5.17	c presolved problem has 13378 variables (13378 bin, 0 int, 0 impl, 0 cont) and 51293 constraints
5.09/5.17	c       1 constraints of type <knapsack>
5.09/5.17	c   38938 constraints of type <setppc>
5.09/5.17	c   12354 constraints of type <logicor>
5.09/5.17	c transformed objective value is always integral (scale: 1)
5.09/5.17	c Presolving Time: 4.85
5.09/5.17	c - non default parameters ----------------------------------------------------------------------
5.09/5.17	c # SCIP version 2.0.1.4
5.09/5.17	c 
5.09/5.17	c # frequency for displaying node information lines
5.09/5.17	c # [type: int, range: [-1,2147483647], default: 100]
5.09/5.17	c display/freq = 10000
5.09/5.17	c 
5.09/5.17	c # maximal time in seconds to run
5.09/5.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.17	c limits/time = 1797
5.09/5.17	c 
5.09/5.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.09/5.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.17	c limits/memory = 13950
5.09/5.17	c 
5.09/5.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
5.09/5.17	c # [type: int, range: [1,2], default: 1]
5.09/5.17	c timing/clocktype = 2
5.09/5.17	c 
5.09/5.17	c # belongs reading time to solving time?
5.09/5.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.17	c timing/reading = TRUE
5.09/5.17	c 
5.09/5.17	c # should presolving try to simplify inequalities
5.09/5.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.17	c constraints/linear/simplifyinequalities = TRUE
5.09/5.17	c 
5.09/5.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
5.09/5.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.17	c constraints/indicator/addCouplingCons = TRUE
5.09/5.17	c 
5.09/5.17	c # should presolving try to simplify knapsacks
5.09/5.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.17	c constraints/knapsack/simplifyinequalities = TRUE
5.09/5.17	c 
5.09/5.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.09/5.17	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.17	c separating/rapidlearning/freq = 0
5.09/5.17	c 
5.09/5.17	c -----------------------------------------------------------------------------------------------
5.09/5.17	c start solving
5.09/5.18	c 
23.58/23.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.58/23.62	c  23.6s|     1 |     0 | 15545 |     - | 102M|   0 |2087 |  13k|  51k|  13k|  51k|   0 |  74 |   0 | 1.059100e+01 |      --      |    Inf 
320.28/320.35	c   320s|     1 |     0 | 84520 |     - | 103M|   0 |1447 |  13k|  51k|  13k|  51k|  10 |  74 |   0 | 1.169274e+01 |      --      |    Inf 
336.78/336.82	c   337s|     1 |     0 | 84521 |     - | 103M|   0 |1447 |  13k|  51k|  13k|  51k|  11 |  74 |   0 | 1.169274e+01 |      --      |    Inf 
358.49/358.59	o 26
358.49/358.59	c E 359s|     1 |     0 | 84521 |     - | 103M|   0 |1447 |  13k|  51k|  13k|  51k|  11 |  74 |   0 | 1.169274e+01 | 2.600000e+01 | 122.36%
358.59/358.63	c   359s|     1 |     0 | 84521 |     - | 103M|   0 |1447 |  13k|  51k|  13k|  51k|  11 |  74 |   0 | 1.169274e+01 | 2.600000e+01 | 122.36%
430.68/430.75	c   431s|     1 |     2 | 84521 |     - | 103M|   0 |1447 |  13k|  51k|  13k|  51k|  11 |  74 |  38 | 1.169274e+01 | 2.600000e+01 | 122.36%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485288-1307778738/watcher-3485288-1307778738 -o /tmp/evaluation-result-3485288-1307778738/solver-3485288-1307778738 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485288-1307778738.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.91 2/174 13106
/proc/meminfo: memFree=30424572/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=11096 CPUtime=0 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 1745 0 0 0 0 0 0 0 22 0 1 0 889474221 11362304 1699 33554432000 4194304 8979876 140737472975888 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13106/statm: 2774 1715 358 1169 0 1601 0

[startup+0.00778198 s]
/proc/loadavg: 2.00 1.97 1.91 2/174 13106
/proc/meminfo: memFree=30424572/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=11248 CPUtime=0 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 1817 0 0 0 0 0 0 0 22 0 1 0 889474221 11517952 1771 33554432000 4194304 8979876 140737472975888 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13106/statm: 2812 1771 366 1169 0 1639 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11248

[startup+0.100786 s]
/proc/loadavg: 2.00 1.97 1.91 2/174 13106
/proc/meminfo: memFree=30424572/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=21772 CPUtime=0.09 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 4386 0 0 0 9 0 0 0 22 0 1 0 889474221 22294528 4341 33554432000 4194304 8979876 140737472975888 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13106/statm: 5443 4375 366 1169 0 4270 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21772

[startup+0.300731 s]
/proc/loadavg: 2.00 1.97 1.91 2/174 13106
/proc/meminfo: memFree=30424572/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=55944 CPUtime=0.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 12973 0 0 0 29 0 0 0 23 0 1 0 889474221 57286656 12927 33554432000 4194304 8979876 140737472975888 18446744073709551615 4328049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 14179 12961 416 1169 0 13006 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55944

[startup+0.700678 s]
/proc/loadavg: 2.00 1.97 1.91 2/174 13106
/proc/meminfo: memFree=30424572/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=116764 CPUtime=0.69 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 31873 0 0 0 67 2 0 0 25 0 1 0 889474221 119566336 27644 33554432000 4194304 8979876 140737472975888 18446744073709551615 4202842 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 29191 27644 508 1169 0 28018 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116764

[startup+1.50053 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13107
/proc/meminfo: memFree=30298356/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=133840 CPUtime=1.49 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 37428 0 0 0 146 3 0 0 25 0 1 0 889474221 137052160 32052 33554432000 4194304 8979876 140737472975888 18446744073709551615 4844480 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 33460 32052 545 1169 0 32287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133840

[startup+3.10022 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13108
/proc/meminfo: memFree=30297612/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=133840 CPUtime=3.09 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 37429 0 0 0 306 3 0 0 25 0 1 0 889474221 137052160 32053 33554432000 4194304 8979876 140737472975888 18446744073709551615 6492579 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 33460 32053 545 1169 0 32287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133840

[startup+6.30065 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13108
/proc/meminfo: memFree=30245968/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=228292 CPUtime=6.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 59052 0 0 0 623 6 0 0 25 0 1 0 889474221 233771008 53093 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 57073 53093 846 1169 0 55900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 228292

[startup+12.7005 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13108
/proc/meminfo: memFree=30170860/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=12.69 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 68639 0 0 0 1258 11 0 0 25 0 1 0 889474221 255250432 59792 33554432000 4194304 8979876 140737472975888 18446744073709551615 7151790 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 59792 689 1169 0 61144 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 249268

[startup+25.5002 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13108
/proc/meminfo: memFree=30140868/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=25.49 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 69866 0 0 0 2535 14 0 0 25 0 1 0 889474221 255250432 61006 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146613 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61006 697 1169 0 61144 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 249268

[startup+51.1005 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13109
/proc/meminfo: memFree=30120408/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=51.09 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 69868 0 0 0 5089 20 0 0 25 0 1 0 889474221 255250432 61008 33554432000 4194304 8979876 140737472975888 18446744073709551615 7120328 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61008 697 1169 0 61144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 249268

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13110
/proc/meminfo: memFree=30125276/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=102.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 69868 0 0 0 10204 26 0 0 25 0 1 0 889474221 255250432 61008 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146618 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61008 697 1169 0 61144 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 249268

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13112
/proc/meminfo: memFree=30126984/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=162.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 69868 0 0 0 16193 36 0 0 25 0 1 0 889474221 255250432 61008 33554432000 4194304 8979876 140737472975888 18446744073709551615 7155650 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61008 697 1169 0 61144 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 249268

[startup+222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13113
/proc/meminfo: memFree=30126464/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=222.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 69868 0 0 0 22186 43 0 0 25 0 1 0 889474221 255250432 61008 33554432000 4194304 8979876 140737472975888 18446744073709551615 7156782 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61008 697 1169 0 61144 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 249268

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13115
/proc/meminfo: memFree=30124584/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=282.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 69878 0 0 0 28174 55 0 0 25 0 1 0 889474221 255250432 61017 33554432000 4194304 8979876 140737472975888 18446744073709551615 6888353 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61017 705 1169 0 61144 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 249268

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/175 13117
/proc/meminfo: memFree=30127796/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=249268 CPUtime=342.28 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 70054 0 0 0 34146 82 0 0 25 0 1 0 889474221 255250432 61147 33554432000 4194304 8979876 140737472975888 18446744073709551615 6888366 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 62317 61147 724 1169 0 61144 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 249268

[startup+402.301 s]
/proc/loadavg: 2.08 1.99 1.91 3/175 13118
/proc/meminfo: memFree=30056696/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=402.28 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 40075 153 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 322004

[startup+462.301 s]
/proc/loadavg: 2.03 1.99 1.91 3/175 13120
/proc/meminfo: memFree=30056180/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=462.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 46053 176 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 322004

[startup+522.301 s]
/proc/loadavg: 2.01 1.99 1.91 3/175 13121
/proc/meminfo: memFree=30055772/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=522.28 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 52030 198 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 322004

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 13132
/proc/meminfo: memFree=30053884/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=582.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 58006 223 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7046464 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 322004

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/175 13141
/proc/meminfo: memFree=30065608/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=822.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 81914 316 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7143757 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 322004

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/175 13143
/proc/meminfo: memFree=30065576/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=882.29 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 87891 338 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7156816 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 322004

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13145
/proc/meminfo: memFree=30065552/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=942.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 93870 360 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146482 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 322004

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13146
/proc/meminfo: memFree=30065764/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1002.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 99852 378 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146256 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 322004

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13148
/proc/meminfo: memFree=30065748/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1062.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87923 0 0 0 105834 396 0 0 25 0 1 0 889474221 329732096 78874 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78874 745 1169 0 79328 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 322004

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13149
/proc/meminfo: memFree=30065224/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1122.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 111814 416 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7047630 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 322004

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13151
/proc/meminfo: memFree=30065196/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1182.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 117797 433 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7046359 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 322004

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13153
/proc/meminfo: memFree=30065044/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1242.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 123778 452 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146256 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 322004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 13154
/proc/meminfo: memFree=30065264/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1302.31 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 129762 469 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 322004

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/175 13156
/proc/meminfo: memFree=30064992/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1362.3 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 135743 487 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 6914213 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 322004

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 13157
/proc/meminfo: memFree=30065080/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1422.32 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 141719 513 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 322004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13159
/proc/meminfo: memFree=30065180/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1482.31 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 147701 530 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146596 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 322004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13161
/proc/meminfo: memFree=30065400/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1542.31 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 153684 547 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 322004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13162
/proc/meminfo: memFree=30065380/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1602.32 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 159671 561 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 322004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13164
/proc/meminfo: memFree=30065100/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1662.32 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 165657 575 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7146482 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 322004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/175 13242
/proc/meminfo: memFree=31411244/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1722.32 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 171640 592 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 6943241 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 322004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/175 13244
/proc/meminfo: memFree=31407696/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1782.32 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 177636 596 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7155462 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 322004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 13244
/proc/meminfo: memFree=31407424/32951124 swapFree=67060628/67111528
[pid=13106] ppid=13104 vsize=322004 CPUtime=1800.03 cores=1,3,5,7
/proc/13106/stat : 13106 (scip-2.0.1.4_2.) R 13104 13106 8673 0 -1 4202496 87924 0 0 0 179406 597 0 0 25 0 1 0 889474221 329732096 78875 33554432000 4194304 8979876 140737472975888 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/13106/statm: 80501 78875 745 1169 0 79328 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 322004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.05
CPU user time (s): 1794.07
CPU system time (s): 5.98309
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 322004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 5.98309
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 3059

runsolver used 2.54361 second user time and 5.9401 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 09:52:18
IDJOB=3485288
IDBENCH=25016
IDSOLVER=1977
FILE ID=node106/3485288-1307778738
RUNJOBID= node106-1307776781-12799
PBS_JOBID= 13550854
Free space on /tmp= 73992 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_9.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485288-1307778738/watcher-3485288-1307778738 -o /tmp/evaluation-result-3485288-1307778738/solver-3485288-1307778738 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485288-1307778738.opb -t 1800 -m 15500

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

MD5SUM BENCH= d90f6236f870e45ceb3cd4a6e4593f30
RANDOM SEED=254974962

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30425000 kB
Buffers:        133948 kB
Cached:         836040 kB
SwapCached:      12488 kB
Active:        1653392 kB
Inactive:       710504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30425000 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           18240 kB
Writeback:           0 kB
AnonPages:     1391600 kB
Mapped:          13000 kB
Slab:            94616 kB
PageTables:       7312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1668092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73984 MiB
End job on node106 at 2011-06-11 10:22:20