Trace number 3447763

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 1407.45 1407.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568186--soft-66-100-0.wbo
MD5SUM105b60f6fd410ca15d025f7b690efafc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark73.6198
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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-3447763-1307897711.wbo>
0.00/0.02	c original problem has 1158 variables (1158 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.00/0.03	c presolving:
0.00/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, 214 impls, 14 clqs
0.07/0.07	c (round 2) 0 del vars, 166 del conss, 0 add conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.07/0.08	c (round 3) 108 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.07/0.09	c (round 4) 128 del vars, 225 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.10	c (round 5) 128 del vars, 235 del conss, 0 add conss, 937 chg bounds, 103 chg sides, 0 chg coeffs, 1684 upgd conss, 214 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1094 (9.2%) - 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  128 deleted vars, 235 deleted constraints, 0 added constraints, 937 tightened bounds, 0 added holes, 103 changed sides, 0 changed coefficients
0.09/0.14	c  1077 implications, 14 cliques
0.09/0.14	c presolved problem has 1957 variables (1094 bin, 0 int, 863 impl, 0 cont) and 3400 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      72 constraints of type <setppc>
0.09/0.14	c     863 constraints of type <linear>
0.09/0.14	c     863 constraints of type <indicator>
0.09/0.14	c    1601 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.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.2s|     1 |     0 |    96 |     - |8316k|   0 |  45 |1957 |4290 |1957 |2537 |   0 |  27 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.49	o 42427
0.39/0.49	c y 0.5s|     1 |     0 |  2980 |     - |8445k|   0 |  45 |1957 |4290 |1957 |2537 |   0 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |  3010 |     - |9057k|   0 |  45 |1957 |4295 |1957 |2544 |   7 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  3094 |     - |9376k|   0 |  47 |1957 |4295 |1957 |2555 |  18 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  3118 |     - |9784k|   0 |  48 |1957 |4295 |1957 |2563 |  26 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.09/1.13	c   1.1s|     1 |     0 |  3163 |     - |  10M|   0 |  54 |1957 |4295 |1957 |2567 |  30 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  3243 |     - |  10M|   0 |  62 |1957 |4295 |1957 |2571 |  34 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.49/1.56	c   1.6s|     1 |     0 |  3309 |     - |  10M|   0 |  66 |1957 |4295 |1957 |2574 |  37 |  27 |   0 | 0.000000e+00 | 4.242700e+04 |    Inf 
1.99/2.00	c   2.0s|     1 |     2 |  3309 |     - |  10M|   0 |  66 |1957 |4295 |1957 |2574 |  37 |  27 |   9 | 0.000000e+00 | 4.242700e+04 |    Inf 
2.79/2.82	o 684
2.79/2.82	c * 2.8s|    11 |    10 |  3980 |  67.1 |  10M|  10 |   - |1957 |4295 |1957 |2573 |  38 |  27 | 104 | 0.000000e+00 | 6.840000e+02 |    Inf 
2.79/2.85	o 636
2.79/2.85	c * 2.9s|    17 |    10 |  4055 |  46.6 |  10M|  13 |   - |1957 |4297 |1957 |2572 |  38 |  29 | 104 | 0.000000e+00 | 6.360000e+02 |    Inf 
2.89/2.93	o 614
2.89/2.93	c * 2.9s|    19 |    10 |  4151 |  46.8 |  10M|  14 |   - |1957 |4297 |1957 |2572 |  38 |  29 | 116 | 0.000000e+00 | 6.140000e+02 |    Inf 
2.99/3.04	o 432
2.99/3.04	c * 3.0s|    42 |    11 |  4278 |  23.6 |  10M|  26 |   - |1957 |4334 |1957 |2576 |  42 |  66 | 128 | 0.000000e+00 | 4.320000e+02 |    Inf 
2.99/3.05	o 393
2.99/3.05	c * 3.1s|    44 |    11 |  4286 |  22.7 |  11M|  27 |   - |1957 |4334 |1957 |2572 |  42 |  66 | 128 | 0.000000e+00 | 3.930000e+02 |    Inf 
7.39/7.47	o 348
7.39/7.47	c * 7.5s|   215 |    61 |  7694 |  20.5 |  12M|  31 |   - |1957 |4497 |1957 |2579 |  92 | 229 | 856 | 0.000000e+00 | 3.480000e+02 |    Inf 
8.89/8.99	o 341
8.89/8.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.99	c * 9.0s|   291 |    84 |  9079 |  19.9 |  12M|  31 |   - |1957 |4566 |1957 |2564 | 120 | 298 |1118 | 0.000000e+00 | 3.410000e+02 |    Inf 
9.90/9.97	o 335
9.90/9.97	c *10.0s|   359 |   111 | 10171 |  19.2 |  13M|  31 |   - |1957 |4609 |1957 |2575 | 153 | 346 |1279 | 0.000000e+00 | 3.350000e+02 |    Inf 
10.09/10.18	o 217
10.09/10.18	c *10.2s|   375 |   107 | 10572 |  19.4 |  13M|  31 |   - |1957 |4624 |1957 |2569 | 162 | 363 |1315 | 0.000000e+00 | 2.170000e+02 |    Inf 
10.19/10.28	o 172
10.19/10.28	c *10.3s|   395 |   103 | 10681 |  18.7 |  13M|  31 |   - |1957 |4639 |1957 |2562 | 164 | 383 |1327 | 0.000000e+00 | 1.720000e+02 |    Inf 
14.30/14.31	o 122
14.30/14.31	c *14.3s|  1347 |   251 | 21006 |  13.1 |  16M|  42 |   - |1957 |5393 |1957 |2565 | 208 |1438 |1696 | 0.000000e+00 | 1.220000e+02 |    Inf 
18.69/18.79	o 118
18.69/18.79	c *18.8s|  2934 |   471 | 39392 |  12.3 |  18M|  44 |   - |1957 |6035 |1957 |2560 | 253 |3102 |1743 | 0.000000e+00 | 1.180000e+02 |    Inf 
29.39/29.43	o 112
29.39/29.43	c *29.4s|  6367 |   895 | 82536 |  12.4 |  21M|  60 |   - |1957 |6356 |1957 |2560 | 442 |6959 |1836 | 0.000000e+00 | 1.120000e+02 |    Inf 
30.49/30.50	o 107
30.49/30.50	c *30.5s|  6813 |   945 | 86436 |  12.2 |  22M|  65 |   - |1957 |6553 |1957 |2573 | 455 |7435 |1839 | 0.000000e+00 | 1.070000e+02 |    Inf 
30.70/30.80	o 87
30.70/30.80	c *30.8s|  6900 |   928 | 87916 |  12.3 |  22M|  65 |   - |1957 |6575 |1957 |2561 | 458 |7545 |1839 | 0.000000e+00 | 8.700000e+01 |    Inf 
33.19/33.20	o 60
33.19/33.20	c *33.2s|  7765 |   885 | 96619 |  12.0 |  21M|  65 |   - |1957 |5862 |1957 |2562 | 493 |8458 |1842 | 0.000000e+00 | 6.000000e+01 |    Inf 
38.49/38.51	o 58
38.49/38.51	c *38.5s|  9171 |   879 |121212 |  12.9 |  22M|  65 |   - |1957 |5020 |1957 |2572 | 513 |  10k|1848 | 0.000000e+00 | 5.800000e+01 |    Inf 
40.19/40.20	o 29
40.19/40.20	c *40.2s|  9640 |   718 |129138 |  13.1 |  20M|  65 |   - |1957 |4830 |1957 |2561 | 520 |  10k|1849 | 0.000000e+00 | 2.900000e+01 |    Inf 
41.49/41.53	c  41.5s| 10000 |   649 |136430 |  13.3 |  19M|  65 |   - |1957 |3957 |1957 |2572 | 521 |  11k|1849 | 0.000000e+00 | 2.900000e+01 |    Inf 
55.00/55.09	o 25
55.00/55.09	c *55.1s| 14220 |   601 |210540 |  14.6 |  20M|  65 |   - |1957 |5356 |1957 |2572 | 529 |  15k|1862 | 0.000000e+00 | 2.500000e+01 |    Inf 
65.29/65.31	o 24
65.29/65.31	c *65.3s| 17614 |   637 |267119 |  15.0 |  21M|  65 |   - |1957 |6058 |1957 |2572 | 534 |  18k|1871 | 0.000000e+00 | 2.400000e+01 |    Inf 
65.39/65.46	o 21
65.39/65.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.39/65.46	c *65.5s| 17652 |   631 |268000 |  15.0 |  21M|  65 |   - |1957 |6011 |1957 |2573 | 535 |  18k|1871 | 0.000000e+00 | 2.100000e+01 |    Inf 
73.49/73.54	c  73.5s| 20000 |   690 |310905 |  15.4 |  22M|  65 |  23 |1957 |6638 |1957 |2572 | 539 |  21k|1969 | 0.000000e+00 | 2.100000e+01 |    Inf 
82.09/82.18	o 17
82.09/82.18	c *82.2s| 22460 |   627 |354191 |  15.6 |  21M|  65 |   - |1957 |6761 |1957 |2572 | 544 |  23k|2126 | 0.000000e+00 | 1.700000e+01 |    Inf 
91.69/91.77	o 13
91.69/91.77	c *91.8s| 25073 |   489 |401253 |  15.9 |  20M|  65 |   - |1957 |5278 |1957 |2572 | 545 |  27k|2321 | 0.000000e+00 | 1.300000e+01 |    Inf 
108.70/108.70	c   109s| 30000 |   541 |490135 |  16.2 |  21M|  65 |  29 |1957 |7420 |1957 |2560 | 545 |  33k|2541 | 0.000000e+00 | 1.300000e+01 |    Inf 
142.39/142.49	c   142s| 40000 |   437 |662046 |  16.5 |  21M|  65 |   - |1957 |8310 |1957 |2560 | 545 |  47k|3094 | 0.000000e+00 | 1.300000e+01 |    Inf 
176.40/176.49	c   176s| 50000 |   405 |841091 |  16.8 |  21M|  66 |  38 |1957 |8449 |1957 |2560 | 545 |  60k|3566 | 0.000000e+00 | 1.300000e+01 |    Inf 
210.10/210.17	c   210s| 60000 |   249 |  1019k|  16.9 |  20M|  66 |   - |1957 |7393 |1957 |2560 | 545 |  73k|3964 | 0.000000e+00 | 1.300000e+01 |    Inf 
243.30/243.38	c   243s| 70000 |   385 |  1197k|  17.1 |  22M|  72 |   - |1957 |  10k|   0 |   0 | 546 |  86k|4344 | 0.000000e+00 | 1.300000e+01 |    Inf 
276.40/276.43	c   276s| 80000 |   173 |  1369k|  17.1 |  21M|  72 |   - |1957 |  10k|1957 |2560 | 548 | 100k|4724 | 0.000000e+00 | 1.300000e+01 |    Inf 
307.30/307.39	c   307s| 90000 |   164 |  1527k|  16.9 |  22M|  72 |  37 |1957 |  13k|1957 |2560 | 552 | 112k|5069 | 0.000000e+00 | 1.300000e+01 |    Inf 
339.40/339.41	c   339s|100000 |   146 |  1695k|  16.9 |  23M|  72 |  26 |1957 |  15k|1957 |2560 | 552 | 125k|5273 | 0.000000e+00 | 1.300000e+01 |    Inf 
369.01/369.00	c   369s|110000 |   258 |  1839k|  16.7 |  25M|  72 |  21 |1957 |  18k|1957 |2560 | 554 | 137k|5533 | 0.000000e+00 | 1.300000e+01 |    Inf 
397.31/397.39	c   397s|120000 |   229 |  1972k|  16.4 |  25M|  72 |   - |1957 |  18k|1957 |2560 | 557 | 151k|5763 | 0.000000e+00 | 1.300000e+01 |    Inf 
428.91/428.92	c   429s|130000 |   332 |  2128k|  16.3 |  27M|  72 |  36 |1957 |  19k|1957 |2560 | 557 | 164k|6027 | 0.000000e+00 | 1.300000e+01 |    Inf 
461.51/461.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.51/461.57	c   462s|140000 |   250 |  2289k|  16.3 |  26M|  72 |  37 |1957 |  19k|1957 |2560 | 559 | 177k|6295 | 0.000000e+00 | 1.300000e+01 |    Inf 
497.01/497.04	c   497s|150000 |   323 |  2471k|  16.5 |  28M|  72 |  33 |1957 |  22k|1957 |2560 | 561 | 190k|6561 | 0.000000e+00 | 1.300000e+01 |    Inf 
532.81/532.82	c   533s|160000 |   498 |  2648k|  16.5 |  30M|  72 |   - |1957 |  23k|   0 |   0 | 561 | 203k|6714 | 0.000000e+00 | 1.300000e+01 |    Inf 
565.21/565.22	c   565s|170000 |   504 |  2802k|  16.5 |  31M|  75 |  26 |1957 |  26k|1957 |2560 | 562 | 216k|6897 | 0.000000e+00 | 1.300000e+01 |    Inf 
595.12/595.15	c   595s|180000 |   596 |  2935k|  16.3 |  34M|  75 |   - |1957 |  29k|1957 |2560 | 562 | 230k|7167 | 0.000000e+00 | 1.300000e+01 |    Inf 
627.61/627.63	c   628s|190000 |   754 |  3086k|  16.2 |  33M|  78 |  46 |1957 |  27k|1957 |2560 | 562 | 243k|7345 | 0.000000e+00 | 1.300000e+01 |    Inf 
661.41/661.41	c   661s|200000 |   952 |  3247k|  16.2 |  35M|  87 |   - |1957 |  27k|   0 |   0 | 562 | 258k|7500 | 0.000000e+00 | 1.300000e+01 |    Inf 
694.41/694.48	c   694s|210000 |   988 |  3397k|  16.2 |  35M|  87 |   - |1957 |  27k|1957 |2560 | 562 | 272k|7671 | 0.000000e+00 | 1.300000e+01 |    Inf 
727.51/727.59	c   728s|220000 |  1034 |  3552k|  16.1 |  37M|  87 |  41 |1957 |  29k|1957 |2560 | 562 | 286k|7876 | 0.000000e+00 | 1.300000e+01 |    Inf 
763.31/763.36	c   763s|230000 |  1075 |  3718k|  16.2 |  37M|  87 |  43 |1957 |  28k|1957 |2560 | 562 | 300k|8016 | 0.000000e+00 | 1.300000e+01 |    Inf 
797.22/797.20	c   797s|240000 |  1059 |  3878k|  16.1 |  37M|  87 |  38 |1957 |  29k|1957 |2560 | 562 | 314k|8159 | 0.000000e+00 | 1.300000e+01 |    Inf 
830.62/830.67	c   831s|250000 |  1000 |  4033k|  16.1 |  37M|  87 |   - |1957 |  29k|1957 |2560 | 562 | 328k|8305 | 0.000000e+00 | 1.300000e+01 |    Inf 
864.52/864.51	c   865s|260000 |   954 |  4192k|  16.1 |  38M|  87 |   - |1957 |  31k|1957 |2560 | 562 | 341k|8430 | 0.000000e+00 | 1.300000e+01 |    Inf 
901.21/901.22	c   901s|270000 |   920 |  4366k|  16.2 |  38M|  87 |  26 |1957 |  31k|1957 |2560 | 562 | 355k|8577 | 0.000000e+00 | 1.300000e+01 |    Inf 
935.41/935.48	c   935s|280000 |   865 |  4524k|  16.1 |  38M|  87 |   - |1957 |  31k|1957 |2560 | 562 | 370k|8695 | 0.000000e+00 | 1.300000e+01 |    Inf 
968.92/968.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.92/968.93	c   969s|290000 |   822 |  4677k|  16.1 |  38M|  87 |   - |1957 |  32k|   0 |   0 | 563 | 383k|8798 | 0.000000e+00 | 1.300000e+01 |    Inf 
1001.52/1001.57	c  1002s|300000 |   777 |  4826k|  16.1 |  37M|  87 |   - |1957 |  31k|1957 |2560 | 563 | 397k|8941 | 0.000000e+00 | 1.300000e+01 |    Inf 
1035.92/1035.98	c  1036s|310000 |   754 |  4986k|  16.1 |  38M|  87 |   - |1957 |  31k|1957 |2560 | 567 | 410k|9118 | 0.000000e+00 | 1.300000e+01 |    Inf 
1070.92/1070.97	c  1071s|320000 |   796 |  5143k|  16.1 |  41M|  87 |   - |1957 |  38k|   0 |   0 | 567 | 424k|9257 | 0.000000e+00 | 1.300000e+01 |    Inf 
1107.53/1107.59	c  1108s|330000 |   761 |  5317k|  16.1 |  37M|  87 |   - |1957 |  29k|1957 |2560 | 568 | 437k|9414 | 0.000000e+00 | 1.300000e+01 |    Inf 
1144.03/1144.07	c  1144s|340000 |   752 |  5501k|  16.2 |  37M|  87 |   - |1957 |  28k|1957 |2560 | 569 | 450k|9549 | 0.000000e+00 | 1.300000e+01 |    Inf 
1176.93/1176.90	c  1177s|350000 |   710 |  5657k|  16.2 |  37M|  87 |   - |1957 |  29k|1957 |2560 | 571 | 463k|9640 | 0.000000e+00 | 1.300000e+01 |    Inf 
1209.23/1209.20	c  1209s|360000 |   678 |  5806k|  16.1 |  38M|  87 |   - |1957 |  31k|1957 |2560 | 571 | 477k|9785 | 0.000000e+00 | 1.300000e+01 |    Inf 
1243.13/1243.13	c  1243s|370000 |   657 |  5959k|  16.1 |  38M|  87 |   - |1957 |  30k|1957 |2560 | 572 | 491k|9962 | 0.000000e+00 | 1.300000e+01 |    Inf 
1278.24/1278.23	c  1278s|380000 |   617 |  6127k|  16.1 |  38M|  87 |   - |1957 |  31k|   0 |   0 | 573 | 504k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1311.43/1311.42	c  1311s|390000 |   534 |  6284k|  16.1 |  38M|  89 |  29 |1957 |  33k|1957 |2560 | 575 | 517k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1347.33/1347.32	c  1347s|400000 |   475 |  6449k|  16.1 |  38M|  89 |   - |1957 |  35k|1957 |2560 | 575 | 530k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1382.33/1382.36	c  1382s|410000 |   429 |  6607k|  16.1 |  39M|  89 |  38 |1957 |  38k|1957 |2560 | 579 | 543k|  10k| 0.000000e+00 | 1.300000e+01 |    Inf 
1407.33/1407.37	c 
1407.33/1407.37	c SCIP Status        : problem is solved [optimal solution found]
1407.33/1407.37	c Solving Time (sec) : 1407.37
1407.33/1407.37	c Solving Nodes      : 417394
1407.33/1407.37	c Primal Bound       : +1.30000000000000e+01 (155 solutions)
1407.33/1407.37	c Dual Bound         : +1.30000000000000e+01
1407.33/1407.37	c Gap                : 0.00 %
1407.33/1407.37	s OPTIMUM FOUND
1407.33/1407.37	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1407.33/1407.37	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1407.33/1407.37	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1407.33/1407.37	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1407.33/1407.37	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1407.33/1407.37	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1407.33/1407.37	v -x104 -x103 x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1407.33/1407.37	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 
1407.33/1407.37	v -x54 -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 
1407.33/1407.37	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 
1407.33/1407.37	v -x1 
1407.33/1407.37	c SCIP Status        : problem is solved [optimal solution found]
1407.33/1407.37	c Total Time         :    1407.37
1407.33/1407.37	c   solving          :    1407.37
1407.33/1407.37	c   presolving       :       0.12 (included in solving)
1407.33/1407.37	c   reading          :       0.02 (included in solving)
1407.33/1407.37	c Original Problem   :
1407.33/1407.37	c   Problem name     : HOME/instance-3447763-1307897711.wbo
1407.33/1407.37	c   Variables        : 1158 (1158 binary, 0 integer, 0 implicit integer, 0 continuous)
1407.33/1407.37	c   Constraints      : 2708 initial, 2708 maximal
1407.33/1407.37	c Presolved Problem  :
1407.33/1407.37	c   Problem name     : t_HOME/instance-3447763-1307897711.wbo
1407.33/1407.37	c   Variables        : 1957 (1094 binary, 0 integer, 863 implicit integer, 0 continuous)
1407.33/1407.37	c   Constraints      : 3400 initial, 38532 maximal
1407.33/1407.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1407.33/1407.37	c   trivial          :       0.00         64          0          0          0          0          0          0          0          0
1407.33/1407.37	c   dualfix          :       0.00         64          0          0          0          0          0          0          0          0
1407.33/1407.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   setppc           :       0.00          0          0          0          0          0         10          0          0          0
1407.33/1407.37	c   linear           :       0.06          0          0          0        937          0        161          0        103          0
1407.33/1407.37	c   indicator        :       0.00          0          0          0          0          0         64          0          0          0
1407.33/1407.37	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1407.33/1407.37	c   root node        :          -       1517          -          -       1517          -          -          -          -          -
1407.33/1407.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1407.33/1407.37	c   integral         :          0          0          0     217053          0       1243          0        402       3148          0          0     428232
1407.33/1407.37	c   varbound         :          0+         6    2059032        565          0          0       9830          6     757979        558          0          0
1407.33/1407.37	c   knapsack         :          1          6    2053864          4          0       1240     425687       9353    2884763          0          0          0
1407.33/1407.37	c   setppc           :         72          6    2049917          2          0       1237    2832514      16310    1728201          0          0          0
1407.33/1407.37	c   linear           :        863+         7    2034424          6          0       1230    1934951      17576    1792890          0          0          0
1407.33/1407.37	c   indicator        :        863          0    2016032        565          0       1230      13992          0      27909          0          0          0
1407.33/1407.37	c   logicor          :       1601+         6     931019         23          0        132    3004270      30971    2883235          0          0          0
1407.33/1407.37	c   bounddisjunction :          0+         0     221737          0          0          0        321        138        361          0          0          0
1407.33/1407.37	c   countsols        :          0          0          0         23          0        134          0          0          0          0          0          0
1407.33/1407.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1407.33/1407.37	c   integral         :      58.22       0.00       0.00      58.20       0.00       0.02       0.00
1407.33/1407.37	c   varbound         :       4.15       0.00       4.14       0.01       0.00       0.00       0.00
1407.33/1407.37	c   knapsack         :       8.50       0.00       8.05       0.00       0.00       0.00       0.45
1407.33/1407.37	c   setppc           :      11.09       0.00      10.41       0.00       0.00       0.01       0.68
1407.33/1407.37	c   linear           :      22.22       0.00      21.05       0.00       0.00       0.10       1.06
1407.33/1407.37	c   indicator        :       6.57       0.01       5.96       0.03       0.00       0.57       0.00
1407.33/1407.37	c   logicor          :     111.98       0.00     109.32       0.00       0.00       0.01       2.65
1407.33/1407.37	c   bounddisjunction :       0.50       0.00       0.50       0.00       0.00       0.00       0.00
1407.33/1407.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1407.33/1407.37	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1407.33/1407.37	c   vbounds          :      62895       2421         18     156331
1407.33/1407.37	c   rootredcost      :         24          0          0        758
1407.33/1407.37	c   pseudoobj        :    2062573      10329       2569     756338
1407.33/1407.37	c Propagator Timings :  TotalTime  Propagate    Resprop
1407.33/1407.37	c   vbounds          :       5.37       5.37       0.00
1407.33/1407.37	c   rootredcost      :       0.34       0.34       0.00
1407.33/1407.37	c   pseudoobj        :      30.85      30.75       0.10
1407.33/1407.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1407.33/1407.37	c   propagation      :       4.12      76941      76780     450771       33.7       2029       27.2          -
1407.33/1407.37	c   infeasible LP    :      23.63     133769     133756     898631       40.5       2088       15.6          0
1407.33/1407.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1407.33/1407.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1407.33/1407.37	c   pseudo solution  :       0.00          1          1          4       10.5          0        0.0          -
1407.33/1407.37	c   applied globally :          -          -          -     553926       33.7          -          -          -
1407.33/1407.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
1407.33/1407.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1407.33/1407.37	c   cut pool         :       0.00          5          -          -         53          -    (maximal pool size: 429)
1407.33/1407.37	c   redcost          :       8.12     218816          0     186080          0          0
1407.33/1407.37	c   impliedbounds    :       0.00          6          0          0          0          0
1407.33/1407.37	c   intobj           :       0.00          0          0          0          0          0
1407.33/1407.37	c   gomory           :       0.42          6          0          0       1002          0
1407.33/1407.37	c   cgmip            :       0.00          0          0          0          0          0
1407.33/1407.37	c   closecuts        :       0.00          0          0          0          0          0
1407.33/1407.37	c   strongcg         :       0.36          6          0          0       1809          0
1407.33/1407.37	c   cmir             :       0.07          6          0          0          3          0
1407.33/1407.37	c   flowcover        :       0.06          6          0          0          4          0
1407.33/1407.37	c   clique           :       0.00          6          0          0          0          0
1407.33/1407.37	c   zerohalf         :       0.00          0          0          0          0          0
1407.33/1407.37	c   mcf              :       0.00          1          0          0          0          0
1407.33/1407.37	c   oddcycle         :       0.00          0          0          0          0          0
1407.33/1407.37	c   rapidlearning    :       0.12          1          0          0          0          5
1407.33/1407.37	c Pricers            :       Time      Calls       Vars
1407.33/1407.37	c   problem variables:       0.00          0          0
1407.33/1407.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1407.33/1407.37	c   relpscost        :      58.02     216487        402       3148          0          0     428232
1407.33/1407.37	c   pscost           :       0.00          0          0          0          0          0          0
1407.33/1407.37	c   inference        :       0.00          0          0          0          0          0          0
1407.33/1407.37	c   mostinf          :       0.00          0          0          0          0          0          0
1407.33/1407.37	c   leastinf         :       0.00          0          0          0          0          0          0
1407.33/1407.37	c   fullstrong       :       0.00          0          0          0          0          0          0
1407.33/1407.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
1407.33/1407.37	c   random           :       0.00          0          0          0          0          0          0
1407.33/1407.37	c Primal Heuristics  :       Time      Calls      Found
1407.33/1407.37	c   LP solutions     :       0.01          -         23
1407.33/1407.37	c   pseudo solutions :       0.00          -          0
1407.33/1407.37	c   feaspump         :       0.33          1          0
1407.33/1407.37	c   oneopt           :       0.28         24          0
1407.33/1407.37	c   crossover        :       0.63         14          0
1407.33/1407.37	c   fracdiving       :       1.46         58          0
1407.33/1407.37	c   veclendiving     :       0.98         58          0
1407.33/1407.37	c   linesearchdiving :       0.59         58          0
1407.33/1407.37	c   guideddiving     :       1.42         58          0
1407.33/1407.37	c   coefdiving       :       1.46         58          0
1407.33/1407.37	c   pscostdiving     :       0.71         59          0
1407.33/1407.37	c   objpscostdiving  :       0.37         30          0
1407.33/1407.37	c   rootsoldiving    :       0.69         30          0
1407.33/1407.37	c   trivial          :       0.00          2          0
1407.33/1407.37	c   shiftandpropagate:       0.01          1          0
1407.33/1407.37	c   simplerounding   :       0.35     217532          1
1407.33/1407.37	c   zirounding       :       0.56       1000          0
1407.33/1407.37	c   rounding         :       0.88       6538          0
1407.33/1407.37	c   shifting         :       0.80       2004          0
1407.33/1407.37	c   intshifting      :       0.01          0          0
1407.33/1407.37	c   twoopt           :       0.00          0          0
1407.33/1407.37	c   fixandinfer      :       0.00          0          0
1407.33/1407.37	c   clique           :       0.00          0          0
1407.33/1407.37	c   intdiving        :       0.00          0          0
1407.33/1407.37	c   actconsdiving    :       0.00          0          0
1407.33/1407.37	c   octane           :       0.00          0          0
1407.33/1407.37	c   rens             :       0.07          1          0
1407.33/1407.37	c   rins             :       0.00          0          0
1407.33/1407.37	c   localbranching   :       0.00          0          0
1407.33/1407.37	c   mutation         :       0.00          0          0
1407.33/1407.37	c   dins             :       0.00          0          0
1407.33/1407.37	c   vbounds          :       0.00          0          0
1407.33/1407.37	c   undercover       :       0.00          0          0
1407.33/1407.37	c   subnlp           :       0.07          0          0
1407.33/1407.37	c   trysol           :       0.20       1050        131
1407.33/1407.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1407.33/1407.37	c   primal LP        :       0.00          0          0       0.00          -
1407.33/1407.37	c   dual LP          :     896.77     353653    6680595      18.89    7449.60
1407.33/1407.37	c   lex dual LP      :       0.00          0          0       0.00          -
1407.33/1407.37	c   barrier LP       :       0.00          0          0       0.00          -
1407.33/1407.37	c   diving/probing LP:       6.05       4738      35491       7.49    5865.22
1407.33/1407.37	c   strong branching :      54.86      10550     399292      37.85    7278.95
1407.33/1407.37	c     (at root node) :          -          9       2918     324.22          -
1407.33/1407.37	c   conflict analysis:       0.00          0          0       0.00          -
1407.33/1407.37	c B&B Tree           :
1407.33/1407.37	c   number of runs   :          1
1407.33/1407.37	c   nodes            :     417394
1407.33/1407.37	c   nodes (total)    :     417394
1407.33/1407.37	c   nodes left       :          0
1407.33/1407.37	c   max depth        :         89
1407.33/1407.37	c   max depth (total):         89
1407.33/1407.37	c   backtracks       :      43761 (10.5%)
1407.33/1407.37	c   delayed cutoffs  :      10398
1407.33/1407.37	c   repropagations   :     885314 (1461285 domain reductions, 9825 cutoffs)
1407.33/1407.37	c   avg switch length:       5.87
1407.33/1407.37	c   switching time   :     102.39
1407.33/1407.37	c Solution           :
1407.33/1407.37	c   Solutions found  :        155 (24 improvements)
1407.33/1407.37	c   First Solution   : +4.24270000000000e+04   (in run 1, after 1 nodes, 0.48 seconds, depth 0, found by <trysol>)
1407.33/1407.37	c   Primal Bound     : +1.30000000000000e+01   (in run 1, after 25073 nodes, 91.77 seconds, depth 19, found by <relaxation>)
1407.33/1407.37	c   Dual Bound       : +1.30000000000000e+01
1407.33/1407.37	c   Gap              :       0.00 %
1407.33/1407.37	c   Root Dual Bound  : +0.00000000000000e+00
1407.33/1407.37	c   Root Iterations  :       3309
1407.43/1407.41	c Time complete: 1407.45.

Verifier Data

OK	13

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.00 1.16 1.44 2/175 3987
/proc/meminfo: memFree=1496360/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=10136 CPUtime=0 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 1544 0 0 0 0 0 0 0 22 0 1 0 901371882 10379264 1497 33554432000 4194304 9128323 140733956094432 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3987/statm: 2534 1497 399 1205 0 1325 0

[startup+0.074555 s]
/proc/loadavg: 1.00 1.16 1.44 2/175 3987
/proc/meminfo: memFree=1496360/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=28144 CPUtime=0.07 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 6028 0 0 0 7 0 0 0 22 0 1 0 901371882 28819456 5722 33554432000 4194304 9128323 140733956094432 18446744073709551615 5266481 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3987/statm: 7036 5722 514 1205 0 5827 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28144

[startup+0.100547 s]
/proc/loadavg: 1.00 1.16 1.44 2/175 3987
/proc/meminfo: memFree=1496360/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=28416 CPUtime=0.09 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 6129 0 0 0 9 0 0 0 22 0 1 0 901371882 29097984 5823 33554432000 4194304 9128323 140733956094432 18446744073709551615 4336752 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3987/statm: 7104 5823 543 1205 0 5895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28416

[startup+0.300521 s]
/proc/loadavg: 1.00 1.16 1.44 2/175 3987
/proc/meminfo: memFree=1496360/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=34248 CPUtime=0.29 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 7895 0 0 0 29 0 0 0 23 0 1 0 901371882 35069952 7497 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3987/statm: 8562 7497 678 1205 0 7353 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34248

[startup+0.700444 s]
/proc/loadavg: 1.00 1.16 1.44 2/175 3987
/proc/meminfo: memFree=1496360/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=57976 CPUtime=0.69 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 14017 0 0 0 68 1 0 0 25 0 1 0 901371882 59367424 13261 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3987/statm: 14494 13261 741 1205 0 13285 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57976

[startup+1.50027 s]
/proc/loadavg: 1.00 1.16 1.44 3/178 3993
/proc/meminfo: memFree=1379320/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=57976 CPUtime=1.49 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 14020 0 0 0 147 2 0 0 25 0 1 0 901371882 59367424 13264 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 14494 13264 741 1205 0 13285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57976

[startup+3.101 s]
/proc/loadavg: 1.00 1.16 1.44 4/178 3993
/proc/meminfo: memFree=1377328/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=57724 CPUtime=3.09 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 14855 0 0 0 305 4 0 0 25 0 1 0 901371882 59109376 13515 33554432000 4194304 9128323 140733956094432 18446744073709551615 4347078 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 14431 13515 752 1205 0 13222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57724

[startup+6.30043 s]
/proc/loadavg: 1.08 1.18 1.44 3/178 3993
/proc/meminfo: memFree=1376088/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=57724 CPUtime=6.29 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 14856 0 0 0 622 7 0 0 25 0 1 0 901371882 59109376 13516 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 14431 13516 752 1205 0 13222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57724

[startup+12.7003 s]
/proc/loadavg: 1.15 1.19 1.45 3/178 3993
/proc/meminfo: memFree=1376020/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=57724 CPUtime=12.69 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 17197 0 0 0 1258 11 0 0 25 0 1 0 901371882 59109376 13554 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 14431 13554 757 1205 0 13222 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57724

[startup+25.5009 s]
/proc/loadavg: 1.34 1.23 1.46 3/178 3994
/proc/meminfo: memFree=1372560/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=61836 CPUtime=25.49 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 29605 0 0 0 2528 21 0 0 25 0 1 0 901371882 63320064 14537 33554432000 4194304 9128323 140733956094432 18446744073709551615 4528606 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 15459 14537 757 1205 0 14250 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61836

[startup+51.1012 s]
/proc/loadavg: 1.56 1.29 1.47 3/178 3994
/proc/meminfo: memFree=1357560/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=71564 CPUtime=51.09 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 61475 0 0 0 5068 41 0 0 25 0 1 0 901371882 73281536 16994 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 17891 16994 757 1205 0 16682 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71564

[startup+102.307 s]
/proc/loadavg: 1.81 1.40 1.49 3/178 3996
/proc/meminfo: memFree=1348092/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=75472 CPUtime=102.3 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 91955 0 0 0 10143 87 0 0 25 0 1 0 901371882 77283328 17987 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 18868 17987 757 1205 0 17659 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75472

[startup+162.301 s]
/proc/loadavg: 1.93 1.50 1.52 3/178 3997
/proc/meminfo: memFree=1344576/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=77008 CPUtime=162.29 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 99160 0 0 0 16094 135 0 0 25 0 1 0 901371882 78856192 18371 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 19252 18371 757 1205 0 18043 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77008

[startup+222.301 s]
/proc/loadavg: 1.97 1.59 1.55 3/178 3999
/proc/meminfo: memFree=1340064/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=78276 CPUtime=222.3 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 100733 0 0 0 22041 189 0 0 25 0 1 0 901371882 80154624 18685 33554432000 4194304 9128323 140733956094432 18446744073709551615 7346479 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 19569 18685 757 1205 0 18360 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78276

[startup+282.301 s]
/proc/loadavg: 1.99 1.66 1.57 3/178 4001
/proc/meminfo: memFree=1333076/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=80376 CPUtime=282.29 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 102407 0 0 0 27995 234 0 0 25 0 1 0 901371882 82305024 19237 33554432000 4194304 9128323 140733956094432 18446744073709551615 4209346 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 20094 19237 757 1205 0 18885 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 80376

[startup+342.301 s]
/proc/loadavg: 1.99 1.72 1.60 3/178 4002
/proc/meminfo: memFree=1332292/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=81492 CPUtime=342.3 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 102643 0 0 0 33951 279 0 0 25 0 1 0 901371882 83447808 19473 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 20373 19473 757 1205 0 19164 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81492

[startup+402.301 s]
/proc/loadavg: 2.06 1.80 1.63 3/178 4013
/proc/meminfo: memFree=1327372/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=85152 CPUtime=402.3 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 103577 0 0 0 39912 318 0 0 25 0 1 0 901371882 87195648 20407 33554432000 4194304 9128323 140733956094432 18446744073709551615 7342736 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 21288 20407 757 1205 0 20079 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 85152

[startup+462.301 s]
/proc/loadavg: 2.02 1.83 1.65 3/178 4014
/proc/meminfo: memFree=1325348/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=86228 CPUtime=462.3 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 105408 0 0 0 45869 361 0 0 25 0 1 0 901371882 88297472 20665 33554432000 4194304 9128323 140733956094432 18446744073709551615 5090101 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 21557 20665 757 1205 0 20348 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86228

[startup+522.301 s]
/proc/loadavg: 2.01 1.86 1.67 3/178 4018
/proc/meminfo: memFree=1322556/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=87180 CPUtime=522.31 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 105640 0 0 0 51826 405 0 0 25 0 1 0 901371882 89272320 20897 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 21795 20897 757 1205 0 20586 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 87180

[startup+582.301 s]
/proc/loadavg: 2.04 1.89 1.69 3/178 4021
/proc/meminfo: memFree=1320228/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=89456 CPUtime=582.31 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 106241 0 0 0 57786 445 0 0 25 0 1 0 901371882 91602944 21489 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 22364 21489 757 1205 0 21155 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 89456

[startup+642.301 s]

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

/proc/meminfo: memFree=1312896/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=95884 CPUtime=762.32 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 109383 0 0 0 75664 568 0 0 25 0 1 0 901371882 98185216 23071 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 23971 23071 757 1205 0 22762 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 95884

[startup+822.301 s]
/proc/loadavg: 2.00 1.94 1.75 3/178 4027
/proc/meminfo: memFree=1312360/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=96208 CPUtime=822.32 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 109497 0 0 0 81622 610 0 0 25 0 1 0 901371882 98516992 23185 33554432000 4194304 9128323 140733956094432 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 24052 23185 757 1205 0 22843 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 96208

[startup+882.301 s]
/proc/loadavg: 2.00 1.95 1.76 3/178 4029
/proc/meminfo: memFree=1310436/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=96532 CPUtime=882.31 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 109558 0 0 0 87582 649 0 0 25 0 1 0 901371882 98848768 23246 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 24133 23246 757 1205 0 22924 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 96532

[startup+942.301 s]
/proc/loadavg: 2.04 1.97 1.78 3/178 4030
/proc/meminfo: memFree=1308644/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=97968 CPUtime=942.32 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 109925 0 0 0 93544 688 0 0 25 0 1 0 901371882 100319232 23613 33554432000 4194304 9128323 140733956094432 18446744073709551615 6713420 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 24492 23613 757 1205 0 23283 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 97968

[startup+1002.3 s]
/proc/loadavg: 2.01 1.97 1.79 3/178 4032
/proc/meminfo: memFree=1307224/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=99064 CPUtime=1002.32 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 110183 0 0 0 99505 727 0 0 25 0 1 0 901371882 101441536 23871 33554432000 4194304 9128323 140733956094432 18446744073709551615 5333497 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 24766 23871 757 1205 0 23557 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 99064

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/178 4033
/proc/meminfo: memFree=1301852/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=103460 CPUtime=1062.32 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111193 0 0 0 105465 767 0 0 25 0 1 0 901371882 105943040 24871 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 25865 24871 757 1205 0 24656 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 103460

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/178 4035
/proc/meminfo: memFree=1301076/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=103912 CPUtime=1122.33 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111309 0 0 0 111428 805 0 0 25 0 1 0 901371882 106405888 24987 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 25978 24987 757 1205 0 24769 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 103912

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/178 4037
/proc/meminfo: memFree=1299432/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=104072 CPUtime=1182.33 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111360 0 0 0 117386 847 0 0 25 0 1 0 901371882 106569728 25038 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26018 25038 757 1205 0 24809 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 104072

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/178 4038
/proc/meminfo: memFree=1296780/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=105052 CPUtime=1242.33 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111581 0 0 0 123347 886 0 0 25 0 1 0 901371882 107573248 25259 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26263 25259 757 1205 0 25054 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 105052

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/178 4040
/proc/meminfo: memFree=1296240/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=105320 CPUtime=1302.34 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111630 0 0 0 129308 926 0 0 25 0 1 0 901371882 107847680 25308 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26330 25308 757 1205 0 25121 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 105320

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4041
/proc/meminfo: memFree=1293976/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106040 CPUtime=1362.34 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111809 0 0 0 135268 966 0 0 25 0 1 0 901371882 108584960 25487 33554432000 4194304 9128323 140733956094432 18446744073709551615 6530155 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26510 25487 757 1205 0 25301 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 106040

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

[startup+1382.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4042
/proc/meminfo: memFree=1293580/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106188 CPUtime=1382.33 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111849 0 0 0 137258 975 0 0 25 0 1 0 901371882 108736512 25527 33554432000 4194304 9128323 140733956094432 18446744073709551615 6732490 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26547 25527 757 1205 0 25338 0
Current children cumulated CPU time (s) 1382.33
Current children cumulated vsize (KiB) 106188

[startup+1395.1 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4042
/proc/meminfo: memFree=1293076/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106556 CPUtime=1395.14 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111949 0 0 0 138529 985 0 0 25 0 1 0 901371882 109113344 25627 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26639 25627 757 1205 0 25430 0
Current children cumulated CPU time (s) 1395.14
Current children cumulated vsize (KiB) 106556

[startup+1401.5 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4042
/proc/meminfo: memFree=1293076/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106556 CPUtime=1401.53 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111949 0 0 0 139164 989 0 0 25 0 1 0 901371882 109113344 25627 33554432000 4194304 9128323 140733956094432 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26639 25627 757 1205 0 25430 0
Current children cumulated CPU time (s) 1401.53
Current children cumulated vsize (KiB) 106556

[startup+1404.71 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4043
/proc/meminfo: memFree=1293056/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106556 CPUtime=1404.74 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111949 0 0 0 139483 991 0 0 25 0 1 0 901371882 109113344 25627 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26639 25627 757 1205 0 25430 0
Current children cumulated CPU time (s) 1404.74
Current children cumulated vsize (KiB) 106556

[startup+1406.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4043
/proc/meminfo: memFree=1293056/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106556 CPUtime=1406.34 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111949 0 0 0 139642 992 0 0 25 0 1 0 901371882 109113344 25627 33554432000 4194304 9128323 140733956094432 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26639 25627 757 1205 0 25430 0
Current children cumulated CPU time (s) 1406.34
Current children cumulated vsize (KiB) 106556

[startup+1407.1 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4043
/proc/meminfo: memFree=1293056/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106556 CPUtime=1407.13 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111949 0 0 0 139721 992 0 0 25 0 1 0 901371882 109113344 25627 33554432000 4194304 9128323 140733956094432 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26639 25627 757 1205 0 25430 0
Current children cumulated CPU time (s) 1407.13
Current children cumulated vsize (KiB) 106556

[startup+1407.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4043
/proc/meminfo: memFree=1293056/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=106556 CPUtime=1407.33 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111949 0 0 0 139741 992 0 0 25 0 1 0 901371882 109113344 25627 33554432000 4194304 9128323 140733956094432 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3987/statm: 26639 25627 757 1205 0 25430 0
Current children cumulated CPU time (s) 1407.33
Current children cumulated vsize (KiB) 106556

[startup+1407.4 s]
/proc/loadavg: 2.00 1.97 1.84 3/178 4043
/proc/meminfo: memFree=1293056/32951124 swapFree=67056684/67111528
[pid=3987] ppid=3985 vsize=105144 CPUtime=1407.43 cores=0,2,4,6
/proc/3987/stat : 3987 (scip-2.0.1.4.li) R 3985 3987 2586 0 -1 4202496 111951 0 0 0 139751 992 0 0 18 0 1 0 901371882 107667456 25276 33554432000 4194304 9128323 140733956094432 18446744073709551615 6885312 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3987/statm: 26286 25276 759 1205 0 25077 0
Current children cumulated CPU time (s) 1407.43
Current children cumulated vsize (KiB) 105144

Child status: 0
Real time (s): 1407.41
CPU time (s): 1407.45
CPU user time (s): 1397.52
CPU system time (s): 9.93349
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 106556

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

runsolver used 2.46162 second user time and 4.88826 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-12 18:55:11
IDJOB=3447763
IDBENCH=78920
IDSOLVER=1944
FILE ID=node109/3447763-1307897711
RUNJOBID= node109-1307897711-3964
PBS_JOBID= 13559594
Free space on /var/tmp= 2888 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.1900568186--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 /var/tmp/evaluation-result-3447763-1307897711/watcher-3447763-1307897711 -o /var/tmp/evaluation-result-3447763-1307897711/solver-3447763-1307897711 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447763-1307897711.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 105b60f6fd410ca15d025f7b690efafc
RANDOM SEED=1947033670

node109.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.809
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.61
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.809
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.75
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1496740 kB
Buffers:         51604 kB
Cached:       30430504 kB
SwapCached:       8608 kB
Active:       15642444 kB
Inactive:     14858520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1496740 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           24484 kB
Writeback:          48 kB
AnonPages:       15864 kB
Mapped:          12504 kB
Slab:           889928 kB
PageTables:       4580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187464 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 /var/tmp at the end= 2864 MiB
End job on node109 at 2011-06-12 19:18:39