Trace number 3447825

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 1421.58 1421.54

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900565534--soft-66-100-0.wbo
MD5SUMa432251fbe239eaf75ee6653ab14d833
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark72.614
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints892
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.4]
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-3447825-1307898650.wbo>
0.00/0.02	c original problem has 1123 variables (1123 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.03	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.02/0.07	c (round 2) 0 del vars, 155 del conss, 0 add conss, 892 chg bounds, 48 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.02/0.09	c (round 3) 96 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 4) 138 del vars, 254 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 5) 138 del vars, 255 del conss, 0 add conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.14	c    (0.1s) probing: 101/1054 (9.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  138 deleted vars, 255 deleted constraints, 0 added constraints, 913 tightened bounds, 0 added holes, 126 changed sides, 0 changed coefficients
0.09/0.14	c  1031 implications, 13 cliques
0.09/0.14	c presolved problem has 1877 variables (1054 bin, 0 int, 823 impl, 0 cont) and 3345 constraints
0.09/0.14	c      59 constraints of type <setppc>
0.09/0.14	c     823 constraints of type <linear>
0.09/0.14	c     823 constraints of type <indicator>
0.09/0.14	c    1640 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.19/0.24	o 434
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c T 0.2s|     1 |     0 |     0 |     - |8988k|   0 |   - |1877 |4169 |1877 |2522 |   0 |   1 |   0 |      --      | 4.340000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    99 |     - |8598k|   0 |  42 |1877 |4169 |1877 |2522 |   0 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
0.39/0.45	c   0.5s|     1 |     0 |   193 |     - |9450k|   0 |  43 |1877 |4213 |1877 |2532 |  10 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   217 |     - |9532k|   0 |  34 |1877 |4213 |1877 |2543 |  21 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
0.69/0.77	c   0.8s|     1 |     0 |   253 |     - |9788k|   0 |  51 |1877 |4213 |1877 |2549 |  27 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
0.99/1.01	c   1.0s|     1 |     0 |   286 |     - |9896k|   0 |  50 |1877 |4213 |1877 |2552 |  30 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |   309 |     - |9959k|   0 |  54 |1877 |4213 |1877 |2558 |  36 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |   324 |     - |9960k|   0 |  54 |1877 |4213 |1877 |2562 |  40 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
1.69/1.75	c   1.8s|     1 |     0 |   350 |     - |9977k|   0 |  55 |1877 |4213 |1877 |2565 |  43 |   1 |   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
2.10/2.12	c   2.1s|     1 |     2 |   350 |     - |9978k|   0 |  55 |1877 |4213 |1877 |2565 |  43 |   1 |   9 | 0.000000e+00 | 4.340000e+02 |    Inf 
7.59/7.66	o 176
7.59/7.66	c * 7.7s|    53 |    42 |  8543 | 157.6 |  10M|  18 |   - |1877 |4239 |1877 |2604 | 139 |  27 | 535 | 0.000000e+00 | 1.760000e+02 |    Inf 
16.59/16.69	o 175
16.59/16.69	c *16.7s|   181 |   140 | 30292 | 166.3 |  11M|  21 |   - |1877 |4293 |1877 |2582 | 211 |  81 |1117 | 0.000000e+00 | 1.750000e+02 |    Inf 
16.79/16.80	o 173
16.79/16.80	c *16.8s|   191 |   143 | 30956 | 161.1 |  11M|  21 |   - |1877 |4307 |1877 |2574 | 240 |  95 |1119 | 0.000000e+00 | 1.730000e+02 |    Inf 
16.79/16.81	o 153
16.79/16.81	c *16.8s|   192 |   141 | 30979 | 160.4 |  11M|  21 |   - |1877 |4307 |1877 |2574 | 240 |  95 |1119 | 0.000000e+00 | 1.530000e+02 |    Inf 
17.29/17.38	o 102
17.29/17.38	c *17.4s|   243 |   153 | 35526 | 145.4 |  12M|  23 |   - |1877 |4351 |1877 |2564 | 300 | 139 |1125 | 0.000000e+00 | 1.020000e+02 |    Inf 
17.40/17.45	o 49
17.40/17.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.40/17.45	c *17.4s|   247 |    50 | 35961 | 144.8 |  11M|  23 |   - |1877 |4351 |1877 |2565 | 320 | 139 |1125 | 0.000000e+00 | 4.900000e+01 |    Inf 
29.10/29.10	o 48
29.10/29.10	c *29.1s|  2690 |   430 | 90695 |  33.6 |  16M|  44 |   - |1877 |5194 |1877 |2545 | 347 |2656 |1287 | 0.000000e+00 | 4.800000e+01 |    Inf 
53.30/53.35	o 27
53.30/53.35	c *53.3s|  7929 |   939 |196279 |  24.7 |  23M|  44 |   - |1877 |5904 |1877 |2547 | 425 |8720 |1611 | 0.000000e+00 | 2.700000e+01 |    Inf 
53.30/53.37	o 20
53.30/53.37	c *53.4s|  7930 |   900 |196360 |  24.7 |  22M|  44 |   - |1877 |5903 |1877 |2545 | 425 |8720 |1612 | 0.000000e+00 | 2.000000e+01 |    Inf 
61.69/61.71	c  61.7s| 10000 |   851 |241731 |  24.1 |  22M|  44 |   - |1877 |5726 |1877 |2545 | 425 |  11k|1704 | 0.000000e+00 | 2.000000e+01 |    Inf 
95.20/95.22	o 16
95.20/95.22	c *95.2s| 19814 |   594 |434488 |  21.9 |  20M|  50 |   - |1877 |7146 |1877 |2545 | 428 |  22k|1869 | 0.000000e+00 | 1.600000e+01 |    Inf 
95.70/95.75	c  95.8s| 20000 |   590 |437504 |  21.9 |  20M|  50 |   - |1877 |6806 |1877 |2573 | 428 |  23k|1869 | 0.000000e+00 | 1.600000e+01 |    Inf 
101.90/101.99	o 13
101.90/101.99	c * 102s| 21973 |   490 |474088 |  21.6 |  19M|  50 |   - |1877 |7291 |1877 |2575 | 431 |  25k|1881 | 0.000000e+00 | 1.300000e+01 |    Inf 
121.50/121.53	o 11
121.50/121.53	c * 122s| 28205 |   449 |577051 |  20.4 |  20M|  51 |   - |1877 |9893 |1877 |2545 | 431 |  32k|2122 | 0.000000e+00 | 1.100000e+01 |    Inf 
124.40/124.42	o 4
124.40/124.42	c * 124s| 29359 |   333 |592435 |  20.2 |  19M|  51 |   - |1877 |  10k|1877 |2546 | 432 |  33k|2124 | 0.000000e+00 | 4.000000e+00 |    Inf 
126.50/126.51	c   127s| 30000 |   332 |601859 |  20.1 |  19M|  51 |   - |1877 |  10k|1877 |2545 | 432 |  34k|2189 | 0.000000e+00 | 4.000000e+00 |    Inf 
156.80/156.82	c   157s| 40000 |   327 |757714 |  18.9 |  20M|  52 |   - |1877 |  12k|1877 |2545 | 432 |  47k|2695 | 0.000000e+00 | 4.000000e+00 |    Inf 
158.40/158.49	o 3
158.40/158.49	c * 158s| 40590 |   306 |766647 |  18.9 |  20M|  52 |   - |1877 |  12k|1877 |2545 | 432 |  48k|2706 | 0.000000e+00 | 3.000000e+00 |    Inf 
186.80/186.88	c   187s| 50000 |   359 |907436 |  18.1 |  23M|  57 |  22 |1877 |  17k|1877 |2545 | 432 |  60k|3153 | 0.000000e+00 | 3.000000e+00 |    Inf 
218.00/218.05	c   218s| 60000 |   369 |  1064k|  17.7 |  22M|  63 |   - |1877 |  14k|   0 |   0 | 432 |  74k|3513 | 0.000000e+00 | 3.000000e+00 |    Inf 
249.40/249.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.40/249.43	c   249s| 70000 |   279 |  1221k|  17.4 |  20M|  63 |   - |1877 |  11k|1877 |2545 | 432 |  87k|3983 | 0.000000e+00 | 3.000000e+00 |    Inf 
282.40/282.40	c   282s| 80000 |   325 |  1397k|  17.5 |  23M|  63 |  36 |1877 |  18k|1877 |2545 | 432 | 100k|4231 | 0.000000e+00 | 3.000000e+00 |    Inf 
316.90/316.94	c   317s| 90000 |   286 |  1575k|  17.5 |  22M|  63 |  22 |1877 |  16k|1877 |2545 | 432 | 113k|4620 | 0.000000e+00 | 3.000000e+00 |    Inf 
347.80/347.85	c   348s|100000 |   313 |  1735k|  17.3 |  25M|  63 |  40 |1877 |  22k|1877 |2545 | 432 | 126k|4852 | 0.000000e+00 | 3.000000e+00 |    Inf 
380.90/380.94	c   381s|110000 |   265 |  1903k|  17.3 |  26M|  63 |   - |1877 |  23k|1877 |2545 | 432 | 138k|5163 | 0.000000e+00 | 3.000000e+00 |    Inf 
413.21/413.26	c   413s|120000 |   251 |  2059k|  17.2 |  28M|  63 |  30 |1877 |  30k|1877 |2545 | 432 | 151k|5484 | 0.000000e+00 | 3.000000e+00 |    Inf 
445.01/445.03	c   445s|130000 |   278 |  2211k|  17.0 |  31M|  63 |   - |1877 |  35k|1877 |2545 | 432 | 164k|5773 | 0.000000e+00 | 3.000000e+00 |    Inf 
448.71/448.76	o 1
448.71/448.76	c * 449s|131184 |   127 |  2228k|  17.0 |  30M|  63 |   - |1877 |  36k|1877 |2545 | 432 | 166k|5842 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.11/476.19	c   476s|140000 |    85 |  2357k|  16.8 |  25M|  63 |  27 |1877 |  23k|1877 |2545 | 432 | 178k|6035 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.12/508.14	c   508s|150000 |    93 |  2521k|  16.8 |  26M|  63 |   - |1877 |  25k|   0 |   0 | 432 | 190k|6307 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.12/540.15	c   540s|160000 |    80 |  2678k|  16.7 |  24M|  63 |   - |1877 |  21k|1877 |2545 | 432 | 203k|6516 | 0.000000e+00 | 1.000000e+00 |    Inf 
569.51/569.57	c   570s|170000 |   129 |  2821k|  16.6 |  27M|  63 |   - |1877 |  27k|1877 |2545 | 432 | 216k|6679 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.71/600.77	c   601s|180000 |   135 |  2970k|  16.5 |  30M|  63 |   - |1877 |  32k|1877 |2545 | 432 | 229k|6878 | 0.000000e+00 | 1.000000e+00 |    Inf 
632.91/632.99	c   633s|190000 |   108 |  3118k|  16.4 |  30M|  63 |   - |1877 |  34k|   0 |   0 | 432 | 243k|7090 | 0.000000e+00 | 1.000000e+00 |    Inf 
666.01/666.08	c   666s|200000 |   101 |  3274k|  16.4 |  29M|  63 |  36 |1877 |  31k|1877 |2545 | 432 | 256k|7279 | 0.000000e+00 | 1.000000e+00 |    Inf 
699.81/699.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
699.81/699.85	c   700s|210000 |    89 |  3439k|  16.4 |  31M|  63 |   - |1877 |  35k|1877 |2545 | 432 | 269k|7476 | 0.000000e+00 | 1.000000e+00 |    Inf 
733.41/733.40	c   733s|220000 |    85 |  3600k|  16.4 |  33M|  63 |   - |1877 |  39k|1877 |2545 | 432 | 282k|7662 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.82/766.84	c   767s|230000 |    87 |  3750k|  16.3 |  35M|  63 |   - |1877 |  44k|1877 |2545 | 432 | 295k|7831 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.81/803.83	c   804s|240000 |   101 |  3916k|  16.3 |  37M|  63 |   - |1877 |  48k|1877 |2545 | 432 | 308k|8014 | 0.000000e+00 | 1.000000e+00 |    Inf 
840.82/840.81	c   841s|250000 |   100 |  4077k|  16.3 |  39M|  63 |  23 |1877 |  52k|1877 |2545 | 432 | 321k|8172 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.72/879.75	c   880s|260000 |   113 |  4254k|  16.4 |  41M|  63 |   - |1877 |  56k|1877 |2545 | 432 | 334k|8366 | 0.000000e+00 | 1.000000e+00 |    Inf 
919.72/919.77	c   920s|270000 |   128 |  4425k|  16.4 |  42M|  63 |  27 |1877 |  60k|1877 |2545 | 432 | 347k|8541 | 0.000000e+00 | 1.000000e+00 |    Inf 
960.73/960.74	c   961s|280000 |   116 |  4597k|  16.4 |  43M|  63 |   - |1877 |  61k|   0 |   0 | 432 | 360k|8697 | 0.000000e+00 | 1.000000e+00 |    Inf 
1001.33/1001.33	c  1001s|290000 |   161 |  4756k|  16.4 |  47M|  63 |  33 |1877 |  68k|1877 |2545 | 432 | 374k|8815 | 0.000000e+00 | 1.000000e+00 |    Inf 
1040.33/1040.37	c  1040s|300000 |   167 |  4919k|  16.4 |  47M|  63 |  40 |1877 |  69k|1877 |2545 | 432 | 387k|8955 | 0.000000e+00 | 1.000000e+00 |    Inf 
1083.03/1083.00	c  1083s|310000 |   274 |  5093k|  16.4 |  49M|  63 |  42 |1877 |  72k|1877 |2545 | 432 | 401k|9101 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.33/1124.38	c  1124s|320000 |   197 |  5267k|  16.5 |  50M|  63 |  34 |1877 |  73k|1877 |2545 | 432 | 414k|9237 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.43/1166.44	c  1166s|330000 |   190 |  5445k|  16.5 |  51M|  64 |  27 |1877 |  76k|1877 |2545 | 432 | 427k|9384 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.73/1210.73	c  1211s|340000 |   127 |  5633k|  16.6 |  51M|  66 |   - |1877 |  77k|1877 |2545 | 432 | 440k|9539 | 0.000000e+00 | 1.000000e+00 |    Inf 
1255.93/1255.96	c  1256s|350000 |   107 |  5816k|  16.6 |  47M|  66 |  28 |1877 |  67k|1877 |2545 | 432 | 454k|9678 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.63/1298.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1298.63/1298.66	c  1299s|360000 |    92 |  5989k|  16.6 |  48M|  66 |  23 |1877 |  69k|1877 |2545 | 432 | 466k|9801 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.14/1345.10	c  1345s|370000 |    79 |  6167k|  16.7 |  41M|  66 |   - |1877 |  53k|   0 |   0 | 432 | 480k|9933 | 0.000000e+00 | 1.000000e+00 |    Inf 
1385.94/1385.95	c  1386s|380000 |    72 |  6350k|  16.7 |  30M|  66 |  25 |1877 |  25k|1877 |2573 | 432 | 492k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1421.54/1421.50	c 
1421.54/1421.50	c SCIP Status        : problem is solved [optimal solution found]
1421.54/1421.50	c Solving Time (sec) : 1421.50
1421.54/1421.50	c Solving Nodes      : 389785
1421.54/1421.50	c Primal Bound       : +1.00000000000000e+00 (145 solutions)
1421.54/1421.50	c Dual Bound         : +1.00000000000000e+00
1421.54/1421.50	c Gap                : 0.00 %
1421.54/1421.50	s OPTIMUM FOUND
1421.54/1421.50	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 x210 
1421.54/1421.50	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 
1421.54/1421.50	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1421.54/1421.50	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1421.54/1421.50	v -x146 -x145 -x144 x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1421.54/1421.50	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1421.54/1421.50	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
1421.54/1421.50	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1421.54/1421.50	v -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 
1421.54/1421.50	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 
1421.54/1421.50	v -x1 
1421.54/1421.50	c SCIP Status        : problem is solved [optimal solution found]
1421.54/1421.50	c Total Time         :    1421.50
1421.54/1421.50	c   solving          :    1421.50
1421.54/1421.50	c   presolving       :       0.12 (included in solving)
1421.54/1421.50	c   reading          :       0.02 (included in solving)
1421.54/1421.50	c Original Problem   :
1421.54/1421.50	c   Problem name     : HOME/instance-3447825-1307898650.wbo
1421.54/1421.50	c   Variables        : 1123 (1123 binary, 0 integer, 0 implicit integer, 0 continuous)
1421.54/1421.50	c   Constraints      : 2708 initial, 2708 maximal
1421.54/1421.50	c Presolved Problem  :
1421.54/1421.50	c   Problem name     : t_HOME/instance-3447825-1307898650.wbo
1421.54/1421.50	c   Variables        : 1877 (1054 binary, 0 integer, 823 implicit integer, 0 continuous)
1421.54/1421.50	c   Constraints      : 3345 initial, 78352 maximal
1421.54/1421.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1421.54/1421.50	c   trivial          :       0.00         69          0          0          0          0          0          0          0          0
1421.54/1421.50	c   dualfix          :       0.00         69          0          0          0          0          0          0          0          0
1421.54/1421.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   setppc           :       0.00          0          0          0          0          0          1          0          0          0
1421.54/1421.50	c   linear           :       0.06          0          0          0        913          0        185          0        126          0
1421.54/1421.50	c   indicator        :       0.00          0          0          0          0          0         69          0          0          0
1421.54/1421.50	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1421.54/1421.50	c   root node        :          -       1688          -          -       1688          -          -          -          -          -
1421.54/1421.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1421.54/1421.50	c   integral         :          0          0          0     201970          0        480          0        470       3925          0          0     397084
1421.54/1421.50	c   varbound         :          0+         7     611846        401          0          0       4856         35     292482        412          0          0
1421.54/1421.50	c   setppc           :         59          7    1778095          4          0        477    2908124       9798    1236839          0          0          0
1421.54/1421.50	c   linear           :        823+         8    1768550          6          0        464    2422631      17835    3404058          0          0          0
1421.54/1421.50	c   indicator        :        823          0     600870        401          0        464       1568          0       3298          0          0          0
1421.54/1421.50	c   logicor          :       1640+         7     801980         15          0        130    2241045      16865    2230598          0          0          0
1421.54/1421.50	c   bounddisjunction :          0+         0     234016          0          0          0        579         54       1256          0          0          0
1421.54/1421.50	c   countsols        :          0          0          0         15          0        132          0          0          0          0          0          0
1421.54/1421.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1421.54/1421.50	c   integral         :      59.90       0.00       0.00      59.89       0.00       0.01       0.00
1421.54/1421.50	c   varbound         :       0.82       0.00       0.81       0.01       0.00       0.00       0.00
1421.54/1421.50	c   setppc           :       9.76       0.00       9.11       0.00       0.00       0.00       0.65
1421.54/1421.50	c   linear           :      25.81       0.00      24.00       0.00       0.00       0.04       1.77
1421.54/1421.50	c   indicator        :       1.05       0.00       0.89       0.02       0.00       0.14       0.00
1421.54/1421.50	c   logicor          :     155.31       0.00     153.21       0.00       0.00       0.01       2.09
1421.54/1421.50	c   bounddisjunction :       0.87       0.00       0.86       0.00       0.00       0.00       0.00
1421.54/1421.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1421.54/1421.50	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1421.54/1421.50	c   vbounds          :      26073       1856         13      51423
1421.54/1421.50	c   rootredcost      :         15          0          0        823
1421.54/1421.50	c   pseudoobj        :    1780197       5453        377     291087
1421.54/1421.50	c Propagator Timings :  TotalTime  Propagate    Resprop
1421.54/1421.50	c   vbounds          :       2.37       2.37       0.00
1421.54/1421.50	c   rootredcost      :       0.30       0.30       0.00
1421.54/1421.50	c   pseudoobj        :      21.90      21.86       0.05
1421.54/1421.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1421.54/1421.50	c   propagation      :       2.44      44977      44841     258708       28.6        871       20.4          -
1421.54/1421.50	c   infeasible LP    :      26.52     151796     151793    1024403       40.4       1764       14.7          0
1421.54/1421.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1421.54/1421.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1421.54/1421.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1421.54/1421.50	c   applied globally :          -          -          -     505254       34.1          -          -          -
1421.54/1421.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
1421.54/1421.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1421.54/1421.50	c   cut pool         :       0.00          6          -          -         13          -    (maximal pool size: 260)
1421.54/1421.50	c   redcost          :       6.62     203885          0      59982          0          0
1421.54/1421.50	c   impliedbounds    :       0.00          7          0          0          0          0
1421.54/1421.50	c   intobj           :       0.00          0          0          0          0          0
1421.54/1421.50	c   gomory           :       0.62          7          0          0        942          0
1421.54/1421.50	c   cgmip            :       0.00          0          0          0          0          0
1421.54/1421.50	c   closecuts        :       0.00          0          0          0          0          0
1421.54/1421.50	c   strongcg         :       0.52          7          0          0       1261          0
1421.54/1421.50	c   cmir             :       0.12          7          0          0          6          0
1421.54/1421.50	c   flowcover        :       0.08          7          0          0          6          0
1421.54/1421.50	c   clique           :       0.00          7          0          0          0          0
1421.54/1421.50	c   zerohalf         :       0.00          0          0          0          0          0
1421.54/1421.50	c   mcf              :       0.00          1          0          0          0          0
1421.54/1421.50	c   oddcycle         :       0.00          0          0          0          0          0
1421.54/1421.50	c   rapidlearning    :       0.11          1          0          0          0         44
1421.54/1421.50	c Pricers            :       Time      Calls       Vars
1421.54/1421.50	c   problem variables:       0.00          0          0
1421.54/1421.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1421.54/1421.50	c   relpscost        :      59.73     201566        470       3925          0          0     397084
1421.54/1421.50	c   pscost           :       0.00          0          0          0          0          0          0
1421.54/1421.50	c   inference        :       0.00          0          0          0          0          0          0
1421.54/1421.50	c   mostinf          :       0.00          0          0          0          0          0          0
1421.54/1421.50	c   leastinf         :       0.00          0          0          0          0          0          0
1421.54/1421.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1421.54/1421.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1421.54/1421.50	c   random           :       0.00          0          0          0          0          0          0
1421.54/1421.50	c Primal Heuristics  :       Time      Calls      Found
1421.54/1421.50	c   LP solutions     :       0.01          -         15
1421.54/1421.50	c   pseudo solutions :       0.00          -          0
1421.54/1421.50	c   feaspump         :       0.01          0          0
1421.54/1421.50	c   intshifting      :       0.01          0          0
1421.54/1421.50	c   oneopt           :       0.22         14          0
1421.54/1421.50	c   crossover        :       0.63         13          0
1421.54/1421.50	c   veclendiving     :       1.97         84          0
1421.54/1421.50	c   linesearchdiving :       0.89         84          0
1421.54/1421.50	c   guideddiving     :       1.71         84          0
1421.54/1421.50	c   coefdiving       :       1.69         85          0
1421.54/1421.50	c   pscostdiving     :       1.36         85          0
1421.54/1421.50	c   fracdiving       :       2.65         85          0
1421.54/1421.50	c   objpscostdiving  :       0.54         43          0
1421.54/1421.50	c   rootsoldiving    :       1.04         43          0
1421.54/1421.50	c   trivial          :       0.00          2          0
1421.54/1421.50	c   shiftandpropagate:       0.10          1          1
1421.54/1421.50	c   simplerounding   :       0.34     202066          0
1421.54/1421.50	c   zirounding       :       4.98        228          0
1421.54/1421.50	c   rounding         :       0.75       6352          0
1421.54/1421.50	c   shifting         :       0.75       1930          0
1421.54/1421.50	c   twoopt           :       0.00          0          0
1421.54/1421.50	c   fixandinfer      :       0.00          0          0
1421.54/1421.50	c   clique           :       0.00          0          0
1421.54/1421.50	c   intdiving        :       0.00          0          0
1421.54/1421.50	c   actconsdiving    :       0.00          0          0
1421.54/1421.50	c   octane           :       0.00          0          0
1421.54/1421.50	c   rens             :       0.04          1          0
1421.54/1421.50	c   rins             :       0.00          0          0
1421.54/1421.50	c   localbranching   :       0.00          0          0
1421.54/1421.50	c   mutation         :       0.00          0          0
1421.54/1421.50	c   dins             :       0.00          0          0
1421.54/1421.50	c   vbounds          :       0.00          0          0
1421.54/1421.50	c   undercover       :       0.00          0          0
1421.54/1421.50	c   subnlp           :       0.06          0          0
1421.54/1421.50	c   trysol           :       0.17        298        129
1421.54/1421.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1421.54/1421.50	c   primal LP        :       0.00          0          0       0.00          -
1421.54/1421.50	c   dual LP          :     862.58     354019    6482207      18.31    7514.91
1421.54/1421.50	c   lex dual LP      :       0.00          0          0       0.00          -
1421.54/1421.50	c   barrier LP       :       0.00          0          0       0.00          -
1421.54/1421.50	c   diving/probing LP:       8.74       7488      49523       6.61    5667.95
1421.54/1421.50	c   strong branching :      56.67      10299     417250      40.51    7362.67
1421.54/1421.50	c     (at root node) :          -          9       2661     295.67          -
1421.54/1421.50	c   conflict analysis:       0.00          0          0       0.00          -
1421.54/1421.50	c B&B Tree           :
1421.54/1421.50	c   number of runs   :          1
1421.54/1421.50	c   nodes            :     389785
1421.54/1421.50	c   nodes (total)    :     389785
1421.54/1421.50	c   nodes left       :          0
1421.54/1421.50	c   max depth        :         66
1421.54/1421.50	c   max depth (total):         66
1421.54/1421.50	c   backtracks       :      45248 (11.6%)
1421.54/1421.50	c   delayed cutoffs  :       6246
1421.54/1421.50	c   repropagations   :     758151 (1048309 domain reductions, 6006 cutoffs)
1421.54/1421.50	c   avg switch length:       5.31
1421.54/1421.50	c   switching time   :     118.36
1421.54/1421.50	c Solution           :
1421.54/1421.50	c   Solutions found  :        145 (16 improvements)
1421.54/1421.50	c   First Solution   : +4.34000000000000e+02   (in run 1, after 1 nodes, 0.24 seconds, depth 887, found by <shiftandpropagate>)
1421.54/1421.50	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 131184 nodes, 448.76 seconds, depth 47, found by <relaxation>)
1421.54/1421.50	c   Dual Bound       : +1.00000000000000e+00
1421.54/1421.50	c   Gap              :       0.00 %
1421.54/1421.50	c   Root Dual Bound  : +0.00000000000000e+00
1421.54/1421.50	c   Root Iterations  :        350
1421.54/1421.53	c Time complete: 1421.58.

Verifier Data

OK	1

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-3447825-1307898650/watcher-3447825-1307898650 -o /tmp/evaluation-result-3447825-1307898650/solver-3447825-1307898650 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447825-1307898650.wbo -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: 1.00 1.00 1.05 2/178 19415
/proc/meminfo: memFree=32472396/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 1544 0 0 0 0 0 0 0 23 0 1 0 901462886 10375168 1497 33554432000 4194304 9128323 140734739665312 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19415/statm: 2533 1497 399 1205 0 1324 0

[startup+0.025644 s]
/proc/loadavg: 1.00 1.00 1.05 2/178 19415
/proc/meminfo: memFree=32472396/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=16416 CPUtime=0.02 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 3064 0 0 0 2 0 0 0 23 0 1 0 901462886 16809984 3016 33554432000 4194304 9128323 140734739665312 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 4104 3021 437 1205 0 2895 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16416

[startup+0.100632 s]
/proc/loadavg: 1.00 1.00 1.05 2/178 19415
/proc/meminfo: memFree=32472396/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=28284 CPUtime=0.09 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 6094 0 0 0 9 0 0 0 23 0 1 0 901462886 28962816 5788 33554432000 4194304 9128323 140734739665312 18446744073709551615 5326880 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 7071 5788 530 1205 0 5862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28284

[startup+0.300597 s]
/proc/loadavg: 1.00 1.00 1.05 2/178 19415
/proc/meminfo: memFree=32472396/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=34932 CPUtime=0.29 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 8205 0 0 0 29 0 0 0 18 0 1 0 901462886 35770368 7761 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 8733 7761 675 1205 0 7524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34932

[startup+0.700524 s]
/proc/loadavg: 1.00 1.00 1.05 2/178 19415
/proc/meminfo: memFree=32472396/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=57980 CPUtime=0.69 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 14085 0 0 0 67 2 0 0 18 0 1 0 901462886 59371520 13284 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 14495 13284 728 1205 0 13286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57980

[startup+1.50037 s]
/proc/loadavg: 1.00 1.00 1.05 3/179 19416
/proc/meminfo: memFree=32392056/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=57980 CPUtime=1.49 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 14086 0 0 0 146 3 0 0 19 0 1 0 901462886 59371520 13285 33554432000 4194304 9128323 140734739665312 18446744073709551615 6695070 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 14495 13285 728 1205 0 13286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57980

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.05 3/179 19416
/proc/meminfo: memFree=32389452/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=59588 CPUtime=3.09 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 14465 0 0 0 301 8 0 0 24 0 1 0 901462886 61018112 13664 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 14897 13664 751 1205 0 13688 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59588

[startup+6.30048 s]
/proc/loadavg: 1.08 1.02 1.06 3/179 19416
/proc/meminfo: memFree=32388552/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=59588 CPUtime=6.29 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 14465 0 0 0 611 18 0 0 25 0 1 0 901462886 61018112 13664 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 14897 13664 751 1205 0 13688 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59588

[startup+12.7003 s]
/proc/loadavg: 1.15 1.03 1.06 3/179 19416
/proc/meminfo: memFree=32388748/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=59588 CPUtime=12.69 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 14466 0 0 0 1227 42 0 0 25 0 1 0 901462886 61018112 13665 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 14897 13665 752 1205 0 13688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59588

[startup+25.5009 s]
/proc/loadavg: 1.34 1.08 1.08 3/179 19416
/proc/meminfo: memFree=32387852/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=58096 CPUtime=25.49 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 15529 0 0 0 2472 77 0 0 25 0 1 0 901462886 59490304 13652 33554432000 4194304 9128323 140734739665312 18446744073709551615 6713642 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 14524 13652 753 1205 0 13315 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58096

[startup+51.1002 s]
/proc/loadavg: 1.56 1.15 1.10 3/179 19417
/proc/meminfo: memFree=32368908/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=63844 CPUtime=51.09 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 19090 0 0 0 4974 135 0 0 25 0 1 0 901462886 65376256 15083 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 15961 15083 753 1205 0 14752 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63844

[startup+102.307 s]
/proc/loadavg: 1.90 1.31 1.16 3/179 19418
/proc/meminfo: memFree=32343264/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=68564 CPUtime=102.3 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 39366 0 0 0 9959 271 0 0 25 0 1 0 901462886 70209536 16235 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 17141 16235 753 1205 0 15932 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68564

[startup+162.301 s]
/proc/loadavg: 1.96 1.42 1.20 3/179 19420
/proc/meminfo: memFree=32335512/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=71740 CPUtime=162.3 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 74905 0 0 0 15797 433 0 0 25 0 1 0 901462886 73461760 17039 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 17935 17039 753 1205 0 16726 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 71740

[startup+222.3 s]
/proc/loadavg: 1.98 1.52 1.25 3/179 19422
/proc/meminfo: memFree=32329512/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=75916 CPUtime=222.3 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 81477 0 0 0 21645 585 0 0 25 0 1 0 901462886 77737984 18080 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 18979 18080 753 1205 0 17770 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 75916

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.29 3/179 19423
/proc/meminfo: memFree=32328220/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=76268 CPUtime=282.3 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 82917 0 0 0 27498 732 0 0 25 0 1 0 901462886 78098432 18203 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 19067 18203 753 1205 0 17858 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76268

[startup+342.3 s]
/proc/loadavg: 2.07 1.69 1.34 3/179 19425
/proc/meminfo: memFree=32325316/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=77972 CPUtime=342.3 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 84910 0 0 0 33347 883 0 0 25 0 1 0 901462886 79843328 18608 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 19493 18608 753 1205 0 18284 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 77972

[startup+402.301 s]
/proc/loadavg: 2.02 1.75 1.38 3/179 19426
/proc/meminfo: memFree=32320544/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=82288 CPUtime=402.31 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 85962 0 0 0 39201 1030 0 0 25 0 1 0 901462886 84262912 19659 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 20572 19659 753 1205 0 19363 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 82288

[startup+462.301 s]
/proc/loadavg: 2.04 1.80 1.42 3/179 19428
/proc/meminfo: memFree=32312436/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=87344 CPUtime=462.3 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 93097 0 0 0 45053 1177 0 0 25 0 1 0 901462886 89440256 20913 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 21836 20913 753 1205 0 20627 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 87344

[startup+522.301 s]
/proc/loadavg: 2.06 1.85 1.46 3/179 19430
/proc/meminfo: memFree=32309904/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=87672 CPUtime=522.31 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 96229 0 0 0 50912 1319 0 0 25 0 1 0 901462886 89776128 21010 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 21918 21010 753 1205 0 20709 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 87672

[startup+582.301 s]
/proc/loadavg: 2.08 1.89 1.49 3/179 19431
/proc/meminfo: memFree=32308116/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=87764 CPUtime=582.31 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 100228 0 0 0 56767 1464 0 0 25 0 1 0 901462886 89870336 21020 33554432000 4194304 9128323 140734739665312 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 21941 21020 754 1205 0 20732 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 87764

[startup+642.301 s]

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

/proc/meminfo: memFree=32296696/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=93672 CPUtime=762.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 103171 0 0 0 74358 1875 0 0 25 0 1 0 901462886 95920128 22434 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 23418 22434 754 1205 0 22209 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 93672

[startup+822.3 s]
/proc/loadavg: 2.00 1.95 1.60 3/179 19438
/proc/meminfo: memFree=32288712/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=100424 CPUtime=822.32 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 105631 0 0 0 80233 1999 0 0 25 0 1 0 901462886 102834176 24140 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 25106 24140 754 1205 0 23897 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 100424

[startup+882.3 s]
/proc/loadavg: 2.04 1.97 1.63 3/179 19439
/proc/meminfo: memFree=32287784/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=100424 CPUtime=882.32 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 105637 0 0 0 86102 2130 0 0 25 0 1 0 901462886 102834176 24146 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 25106 24146 754 1205 0 23897 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 100424

[startup+942.301 s]
/proc/loadavg: 2.01 1.97 1.65 3/179 19441
/proc/meminfo: memFree=32283768/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=104932 CPUtime=942.32 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 106617 0 0 0 91987 2245 0 0 25 0 1 0 901462886 107450368 25126 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 26233 25126 754 1205 0 25024 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 104932

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 19442
/proc/meminfo: memFree=32280992/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=107120 CPUtime=1002.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 107098 0 0 0 97879 2354 0 0 25 0 1 0 901462886 109690880 25607 33554432000 4194304 9128323 140734739665312 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 26780 25607 754 1205 0 25571 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 107120

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/179 19444
/proc/meminfo: memFree=32277220/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=109888 CPUtime=1062.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 107735 0 0 0 103758 2475 0 0 25 0 1 0 901462886 112525312 26244 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 27472 26244 754 1205 0 26263 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 109888

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/179 19446
/proc/meminfo: memFree=32273816/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=110792 CPUtime=1122.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 107979 0 0 0 109641 2592 0 0 25 0 1 0 901462886 113451008 26488 33554432000 4194304 9128323 140734739665312 18446744073709551615 6856551 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 27698 26488 754 1205 0 26489 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 110792

[startup+1182.3 s]
/proc/loadavg: 2.07 1.99 1.73 3/179 19447
/proc/meminfo: memFree=32268296/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=113352 CPUtime=1182.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 108545 0 0 0 115518 2715 0 0 25 0 1 0 901462886 116072448 27054 33554432000 4194304 9128323 140734739665312 18446744073709551615 7342760 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 28338 27054 754 1205 0 27129 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 113352

[startup+1242.3 s]
/proc/loadavg: 2.02 1.99 1.74 3/179 19449
/proc/meminfo: memFree=32264668/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=115096 CPUtime=1242.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 110909 0 0 0 121400 2833 0 0 25 0 1 0 901462886 117858304 27548 33554432000 4194304 9128323 140734739665312 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 28774 27548 754 1205 0 27565 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 115096

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.75 3/179 19450
/proc/meminfo: memFree=32257184/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=117536 CPUtime=1302.34 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111515 0 0 0 127287 2947 0 0 25 0 1 0 901462886 120356864 28154 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29384 28154 754 1205 0 28175 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 117536

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/179 19452
/proc/meminfo: memFree=32256644/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118240 CPUtime=1362.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111682 0 0 0 133176 3057 0 0 25 0 1 0 901462886 121077760 28321 33554432000 4194304 9128323 140734739665312 18446744073709551615 7216804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29560 28321 754 1205 0 28351 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 118240

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

[startup+1382.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19453
/proc/meminfo: memFree=32256500/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1382.34 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111725 0 0 0 135135 3099 0 0 25 0 1 0 901462886 121212928 28364 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28364 754 1205 0 28384 0
Current children cumulated CPU time (s) 1382.34
Current children cumulated vsize (KiB) 118372

[startup+1407.9 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19453
/proc/meminfo: memFree=32256476/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1407.94 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 137639 3155 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 7343451 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1407.94
Current children cumulated vsize (KiB) 118372

[startup+1414.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19453
/proc/meminfo: memFree=32256348/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1414.33 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 138264 3169 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 4553156 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1414.33
Current children cumulated vsize (KiB) 118372

[startup+1417.5 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19454
/proc/meminfo: memFree=32256344/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1417.54 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 138576 3178 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1417.54
Current children cumulated vsize (KiB) 118372

[startup+1419.1 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19454
/proc/meminfo: memFree=32256464/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1419.14 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 138732 3182 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 6546896 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1419.14
Current children cumulated vsize (KiB) 118372

[startup+1420.7 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19454
/proc/meminfo: memFree=32256464/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1420.73 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 138888 3185 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1420.73
Current children cumulated vsize (KiB) 118372

[startup+1421.1 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19454
/proc/meminfo: memFree=32256464/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1421.14 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 138928 3186 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1421.14
Current children cumulated vsize (KiB) 118372

[startup+1421.5 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 19454
/proc/meminfo: memFree=32256464/32951124 swapFree=67072804/67111528
[pid=19415] ppid=19413 vsize=118372 CPUtime=1421.54 cores=1,3,5,7
/proc/19415/stat : 19415 (scip-2.0.1.4.li) R 19413 19415 18875 0 -1 4202496 111726 0 0 0 138967 3187 0 0 25 0 1 0 901462886 121212928 28365 33554432000 4194304 9128323 140734739665312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19415/statm: 29593 28365 754 1205 0 28384 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 118372

Child status: 0
Real time (s): 1421.54
CPU time (s): 1421.58
CPU user time (s): 1389.7
CPU system time (s): 31.8822
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 118372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1389.7
system time used= 31.8822
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111730
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= 8
involuntary context switches= 3478

runsolver used 2.16867 second user time and 5.56015 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-12 19:10:50
IDJOB=3447825
IDBENCH=78951
IDSOLVER=1944
FILE ID=node135/3447825-1307898650
RUNJOBID= node135-1307898650-19388
PBS_JOBID= 13559571
Free space on /tmp= 73876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900565534--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447825-1307898650/watcher-3447825-1307898650 -o /tmp/evaluation-result-3447825-1307898650/solver-3447825-1307898650 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447825-1307898650.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a432251fbe239eaf75ee6653ab14d833
RANDOM SEED=906236773

node135.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.851
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.70
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.851
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	: 5332.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32472708 kB
Buffers:        106740 kB
Cached:         140080 kB
SwapCached:       6348 kB
Active:         210116 kB
Inactive:        81932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32472708 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           24096 kB
Writeback:           0 kB
AnonPages:       44108 kB
Mapped:          12604 kB
Slab:           122844 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73864 MiB
End job on node135 at 2011-06-12 19:34:32