Trace number 3447273

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 1464.14 1464.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-66-100-0.wbo
MD5SUMf1c7b8b76066043f2c00dac441c2cac6
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 benchmark61.7106
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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-3447273-1307898980.wbo>
0.00/0.02	c original problem has 1137 variables (1137 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.04	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, 210 impls, 14 clqs
0.02/0.07	c (round 2) 0 del vars, 165 del conss, 0 add conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.02/0.08	c (round 3) 104 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.02/0.09	c (round 4) 140 del vars, 266 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.08/0.10	c (round 5) 140 del vars, 269 del conss, 0 add conss, 924 chg bounds, 135 chg sides, 0 chg coeffs, 1676 upgd conss, 210 impls, 14 clqs
0.08/0.14	c    (0.1s) probing: 101/1067 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.14	c presolving (6 rounds):
0.08/0.14	c  140 deleted vars, 269 deleted constraints, 0 added constraints, 924 tightened bounds, 0 added holes, 135 changed sides, 0 changed coefficients
0.08/0.14	c  1046 implications, 14 cliques
0.08/0.14	c presolved problem has 1903 variables (1067 bin, 0 int, 836 impl, 0 cont) and 3345 constraints
0.08/0.14	c       1 constraints of type <knapsack>
0.08/0.14	c      51 constraints of type <setppc>
0.08/0.14	c     836 constraints of type <linear>
0.08/0.14	c     836 constraints of type <indicator>
0.08/0.14	c    1621 constraints of type <logicor>
0.08/0.14	c transformed objective value is always integral (scale: 1)
0.08/0.14	c Presolving Time: 0.11
0.08/0.14	c - non default parameters ----------------------------------------------------------------------
0.08/0.14	c # SCIP version 2.0.1.4
0.08/0.14	c 
0.08/0.14	c # frequency for displaying node information lines
0.08/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.14	c display/freq = 10000
0.08/0.14	c 
0.08/0.14	c # maximal time in seconds to run
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/time = 1800
0.08/0.14	c 
0.08/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/memory = 13950
0.08/0.14	c 
0.08/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.14	c # [type: int, range: [1,2], default: 1]
0.08/0.14	c timing/clocktype = 2
0.08/0.14	c 
0.08/0.14	c # belongs reading time to solving time?
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c timing/reading = TRUE
0.08/0.14	c 
0.08/0.14	c # should presolving try to simplify inequalities
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/linear/simplifyinequalities = TRUE
0.08/0.14	c 
0.08/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/indicator/addCouplingCons = TRUE
0.08/0.14	c 
0.08/0.14	c # should presolving try to simplify knapsacks
0.08/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.14	c 
0.08/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.14	c separating/rapidlearning/freq = 0
0.08/0.14	c 
0.08/0.14	c -----------------------------------------------------------------------------------------------
0.08/0.14	c start solving
0.08/0.14	c 
0.08/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.16	c   0.2s|     1 |     0 |    84 |     - |8175k|   0 |  39 |1903 |4192 |1903 |2509 |   0 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  5052 |     - |9111k|   0 |  44 |1903 |4200 |1903 |2517 |   8 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |  5077 |     - |9514k|   0 |  46 |1903 |4200 |1903 |2522 |  13 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.20	c   1.2s|     1 |     0 |  5104 |     - |9525k|   0 |  56 |1903 |4200 |1903 |2529 |  20 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.41	c   1.4s|     1 |     0 |  5109 |     - |9527k|   0 |  54 |1903 |4200 |1903 |2530 |  21 |  11 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.98	c   2.0s|     1 |     2 |  5109 |     - |9527k|   0 |  54 |1903 |4200 |1903 |2530 |  21 |  11 |   9 | 0.000000e+00 |      --      |    Inf 
2.89/2.90	o 41103
2.89/2.90	c y 2.9s|    12 |    11 |  6259 | 104.5 |9713k|  11 |   1 |1903 |4200 |1903 |2552 |  21 |  11 | 114 | 0.000000e+00 | 4.110300e+04 |    Inf 
2.89/2.92	o 760
2.89/2.92	c * 2.9s|    16 |    15 |  6323 |  80.9 |9851k|  15 |   - |1903 |4200 |1903 |2562 |  31 |  11 | 114 | 0.000000e+00 | 7.600000e+02 |    Inf 
4.39/4.41	o 538
4.39/4.41	c * 4.4s|    40 |    26 |  6959 |  47.4 |  10M|  18 |   - |1903 |4213 |1903 |2552 |  47 |  24 | 352 | 0.000000e+00 | 5.380000e+02 |    Inf 
4.39/4.45	o 516
4.39/4.45	c * 4.4s|    46 |    27 |  7043 |  43.0 |  10M|  18 |   - |1903 |4217 |1903 |2552 |  47 |  28 | 357 | 0.000000e+00 | 5.160000e+02 |    Inf 
4.39/4.46	o 438
4.39/4.46	c * 4.5s|    48 |    27 |  7092 |  42.2 |  10M|  18 |   - |1903 |4217 |1903 |2554 |  49 |  28 | 357 | 0.000000e+00 | 4.380000e+02 |    Inf 
4.59/4.66	o 383
4.59/4.66	c * 4.7s|    83 |    34 |  7413 |  28.1 |  11M|  26 |   - |1903 |4253 |1903 |2556 |  56 |  64 | 381 | 0.000000e+00 | 3.830000e+02 |    Inf 
4.59/4.67	o 365
4.59/4.67	c * 4.7s|    84 |    31 |  7414 |  27.8 |  11M|  26 |   - |1903 |4253 |1903 |2556 |  56 |  64 | 381 | 0.000000e+00 | 3.650000e+02 |    Inf 
4.79/4.89	o 357
4.79/4.89	c * 4.9s|   108 |    35 |  7844 |  25.6 |  11M|  26 |   - |1903 |4290 |1903 |2554 |  62 | 101 | 410 | 0.000000e+00 | 3.570000e+02 |    Inf 
7.89/7.93	o 318
7.89/7.93	c * 7.9s|   230 |    85 | 10764 |  24.7 |  12M|  26 |   - |1903 |4385 |1903 |2556 |  82 | 196 | 945 | 0.000000e+00 | 3.180000e+02 |    Inf 
8.39/8.41	o 306
8.39/8.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.39/8.41	c * 8.4s|   261 |    94 | 11246 |  23.6 |  12M|  26 |   - |1903 |4417 |1903 |2531 |  89 | 228 |1038 | 0.000000e+00 | 3.060000e+02 |    Inf 
8.69/8.77	o 301
8.69/8.77	c * 8.8s|   320 |   104 | 11843 |  21.1 |  13M|  29 |   - |1903 |4480 |1903 |2532 |  97 | 291 |1105 | 0.000000e+00 | 3.010000e+02 |    Inf 
8.69/8.80	o 265
8.69/8.80	c * 8.8s|   323 |   103 | 11888 |  21.1 |  13M|  29 |   - |1903 |4480 |1903 |2537 | 102 | 291 |1105 | 0.000000e+00 | 2.650000e+02 |    Inf 
8.79/8.82	o 234
8.79/8.82	c * 8.8s|   329 |    97 | 11914 |  20.7 |  13M|  29 |   - |1903 |4492 |1903 |2537 | 103 | 303 |1105 | 0.000000e+00 | 2.340000e+02 |    Inf 
10.69/10.77	o 116
10.69/10.77	c *10.8s|   716 |   119 | 14537 |  13.2 |  14M|  39 |   - |1903 |4791 |1903 |2558 | 148 | 721 |1415 | 0.000000e+00 | 1.160000e+02 |    Inf 
10.69/10.79	o 109
10.69/10.79	c *10.8s|   722 |   116 | 14584 |  13.1 |  14M|  39 |   - |1903 |4792 |1903 |2555 | 150 | 726 |1415 | 0.000000e+00 | 1.090000e+02 |    Inf 
10.79/10.83	o 104
10.79/10.83	c *10.8s|   739 |   115 | 14680 |  13.0 |  14M|  39 |   - |1903 |4816 |1903 |2554 | 151 | 750 |1416 | 0.000000e+00 | 1.040000e+02 |    Inf 
10.79/10.84	o 80
10.79/10.84	c *10.8s|   740 |   109 | 14697 |  13.0 |  14M|  39 |   - |1903 |4816 |1903 |2556 | 154 | 750 |1416 | 0.000000e+00 | 8.000000e+01 |    Inf 
12.19/12.27	o 67
12.19/12.27	c *12.3s|   902 |   120 | 17647 |  13.9 |  14M|  39 |   - |1903 |4556 |1903 |2557 | 160 | 932 |1595 | 0.000000e+00 | 6.700000e+01 |    Inf 
14.99/15.05	o 50
14.99/15.05	c *15.1s|  1570 |   144 | 26169 |  13.4 |  15M|  39 |   - |1903 |4674 |1903 |2532 | 174 |1611 |1778 | 0.000000e+00 | 5.000000e+01 |    Inf 
22.19/22.24	o 45
22.19/22.24	c *22.2s|  3944 |   306 | 58741 |  13.6 |  16M|  46 |   - |1903 |5522 |1903 |2552 | 199 |4394 |1841 | 0.000000e+00 | 4.500000e+01 |    Inf 
23.59/23.68	o 37
23.59/23.68	c *23.7s|  4423 |   314 | 65431 |  13.6 |  16M|  46 |   - |1903 |5106 |1903 |2528 | 200 |4925 |1856 | 0.000000e+00 | 3.700000e+01 |    Inf 
28.19/28.27	o 31
28.19/28.27	c *28.3s|  6073 |   442 | 86239 |  13.4 |  17M|  46 |   - |1903 |5184 |1903 |2553 | 217 |6645 |1863 | 0.000000e+00 | 3.100000e+01 |    Inf 
28.19/28.27	o 12
28.19/28.27	c *28.3s|  6074 |   398 | 86240 |  13.4 |  17M|  46 |   - |1903 |5184 |1903 |2553 | 217 |6645 |1863 | 0.000000e+00 | 1.200000e+01 |    Inf 
36.09/36.13	o 8
36.09/36.13	c *36.1s|  9278 |   498 |129127 |  13.4 |  18M|  59 |   - |1903 |5937 |1903 |2530 | 220 |  10k|1863 | 0.000000e+00 | 8.000000e+00 |    Inf 
38.29/38.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.29/38.32	c  38.3s| 10000 |   479 |141494 |  13.6 |  18M|  59 |   - |1903 |5507 |1903 |2527 | 220 |  11k|1863 | 0.000000e+00 | 8.000000e+00 |    Inf 
43.09/43.17	o 4
43.09/43.17	c *43.2s| 11774 |   418 |170450 |  14.0 |  18M|  59 |   - |1903 |6842 |1903 |2528 | 221 |  13k|1863 | 0.000000e+00 | 4.000000e+00 |    Inf 
68.89/68.92	c  68.9s| 20000 |   757 |316091 |  15.5 |  21M|  62 |  36 |1903 |7995 |1903 |2527 | 221 |  24k|2025 | 0.000000e+00 | 4.000000e+00 |    Inf 
100.49/100.54	c   101s| 30000 |   783 |478183 |  15.8 |  22M|  75 |   - |1903 |9746 |   0 |   0 | 221 |  39k|2545 | 0.000000e+00 | 4.000000e+00 |    Inf 
129.70/129.76	c   130s| 40000 |   703 |625311 |  15.5 |  23M|  75 |  34 |1903 |  10k|1903 |2527 | 221 |  53k|2961 | 0.000000e+00 | 4.000000e+00 |    Inf 
160.39/160.45	c   160s| 50000 |   566 |781038 |  15.5 |  23M|  78 |   - |1903 |  12k|1903 |2527 | 221 |  67k|3401 | 0.000000e+00 | 4.000000e+00 |    Inf 
191.40/191.41	c   191s| 60000 |   462 |934718 |  15.5 |  22M|  78 |   - |1903 |  11k|1903 |2552 | 221 |  81k|3836 | 0.000000e+00 | 4.000000e+00 |    Inf 
191.40/191.45	o 3
191.40/191.45	c * 191s| 60014 |   448 |934952 |  15.5 |  22M|  78 |   - |1903 |  11k|1903 |2552 | 221 |  81k|3836 | 0.000000e+00 | 3.000000e+00 |    Inf 
221.00/221.06	c   221s| 70000 |   539 |  1080k|  15.4 |  24M|  78 |   - |1903 |  13k|1903 |2552 | 221 |  94k|4231 | 0.000000e+00 | 3.000000e+00 |    Inf 
245.20/245.27	o 2
245.20/245.27	c * 245s| 78414 |   496 |  1196k|  15.2 |  24M|  78 |   - |1903 |  14k|1903 |2552 | 221 | 104k|4537 | 0.000000e+00 | 2.000000e+00 |    Inf 
249.89/249.98	c   250s| 80000 |   500 |  1218k|  15.2 |  24M|  78 |  31 |1903 |  14k|1903 |2552 | 221 | 106k|4617 | 0.000000e+00 | 2.000000e+00 |    Inf 
281.00/281.07	c   281s| 90000 |   393 |  1376k|  15.2 |  23M|  78 |   - |1903 |  12k|1903 |2527 | 221 | 119k|4919 | 0.000000e+00 | 2.000000e+00 |    Inf 
310.40/310.49	c   310s|100000 |   505 |  1525k|  15.2 |  25M|  78 |   - |1903 |  17k|   0 |   0 | 221 | 133k|5184 | 0.000000e+00 | 2.000000e+00 |    Inf 
339.40/339.48	c   339s|110000 |   485 |  1665k|  15.1 |  28M|  78 |   - |1903 |  22k|1903 |2527 | 221 | 147k|5500 | 0.000000e+00 | 2.000000e+00 |    Inf 
369.60/369.64	c   370s|120000 |   271 |  1809k|  15.0 |  23M|  78 |   - |1903 |  12k|1903 |2527 | 221 | 160k|5795 | 0.000000e+00 | 2.000000e+00 |    Inf 
400.70/400.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.70/400.73	c   401s|130000 |   473 |  1972k|  15.1 |  26M|  78 |   - |1903 |  18k|1903 |2527 | 221 | 173k|6080 | 0.000000e+00 | 2.000000e+00 |    Inf 
431.11/431.17	c   431s|140000 |   361 |  2126k|  15.2 |  26M|  78 |   - |1903 |  19k|1903 |2527 | 221 | 186k|6296 | 0.000000e+00 | 2.000000e+00 |    Inf 
460.30/460.32	c   460s|150000 |   304 |  2267k|  15.1 |  25M|  78 |   - |1903 |  17k|1903 |2527 | 221 | 200k|6532 | 0.000000e+00 | 2.000000e+00 |    Inf 
492.70/492.75	c   493s|160000 |   470 |  2433k|  15.2 |  29M|  78 |   - |1903 |  23k|   0 |   0 | 221 | 213k|6699 | 0.000000e+00 | 2.000000e+00 |    Inf 
505.60/505.67	o 1
505.60/505.67	c * 506s|163874 |   445 |  2499k|  15.2 |  29M|  78 |   - |1903 |  23k|1903 |2527 | 221 | 219k|6836 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.20/525.26	c   525s|170000 |   380 |  2596k|  15.2 |  28M|  78 |   - |1903 |  22k|1903 |2527 | 221 | 227k|6936 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.91/557.96	c   558s|180000 |   420 |  2758k|  15.3 |  29M|  78 |  36 |1903 |  25k|1903 |2527 | 221 | 241k|7168 | 0.000000e+00 | 1.000000e+00 |    Inf 
588.71/588.80	c   589s|190000 |   328 |  2908k|  15.3 |  29M|  78 |  30 |1903 |  26k|1903 |2527 | 221 | 255k|7382 | 0.000000e+00 | 1.000000e+00 |    Inf 
622.30/622.35	c   622s|200000 |   426 |  3073k|  15.3 |  30M|  78 |  32 |1903 |  26k|1903 |2527 | 221 | 269k|7575 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.21/655.22	c   655s|210000 |   388 |  3232k|  15.4 |  30M|  84 |   - |1903 |  28k|1903 |2527 | 221 | 283k|7761 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.51/688.59	c   689s|220000 |   353 |  3388k|  15.4 |  31M|  84 |   - |1903 |  29k|1903 |2527 | 221 | 297k|7928 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.91/721.99	c   722s|230000 |   513 |  3553k|  15.4 |  33M|  84 |   - |1903 |  31k|1903 |2527 | 221 | 311k|8114 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.42/753.42	c   753s|240000 |   675 |  3707k|  15.4 |  34M|  84 |   - |1903 |  33k|1903 |2527 | 221 | 325k|8270 | 0.000000e+00 | 1.000000e+00 |    Inf 
785.21/785.23	c   785s|250000 |   720 |  3862k|  15.4 |  35M|  84 |  47 |1903 |  34k|1903 |2527 | 221 | 339k|8419 | 0.000000e+00 | 1.000000e+00 |    Inf 
817.51/817.60	c   818s|260000 |   724 |  4020k|  15.4 |  35M|  84 |  35 |1903 |  34k|1903 |2527 | 221 | 353k|8566 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.41/849.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.41/849.42	c   849s|270000 |   621 |  4175k|  15.4 |  35M|  84 |   - |1903 |  33k|1903 |2527 | 221 | 368k|8699 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.91/879.91	c   880s|280000 |   575 |  4323k|  15.4 |  35M|  84 |   - |1903 |  34k|1903 |2527 | 221 | 382k|8821 | 0.000000e+00 | 1.000000e+00 |    Inf 
911.22/911.24	c   911s|290000 |   538 |  4477k|  15.4 |  35M|  84 |  32 |1903 |  35k|1903 |2527 | 221 | 396k|8968 | 0.000000e+00 | 1.000000e+00 |    Inf 
943.02/943.03	c   943s|300000 |   486 |  4629k|  15.4 |  35M|  84 |  36 |1903 |  34k|1903 |2527 | 221 | 410k|9102 | 0.000000e+00 | 1.000000e+00 |    Inf 
975.21/975.22	c   975s|310000 |   505 |  4788k|  15.4 |  35M|  84 |   - |1903 |  34k|1903 |2527 | 221 | 425k|9248 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.62/1006.70	c  1007s|320000 |   449 |  4943k|  15.4 |  35M|  84 |  30 |1903 |  34k|1903 |2527 | 221 | 440k|9394 | 0.000000e+00 | 1.000000e+00 |    Inf 
1039.21/1039.26	c  1039s|330000 |   436 |  5102k|  15.4 |  36M|  84 |  38 |1903 |  37k|1903 |2527 | 221 | 453k|9536 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.31/1073.36	c  1073s|340000 |   439 |  5272k|  15.5 |  37M|  84 |  42 |1903 |  39k|1903 |2527 | 221 | 467k|9649 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.02/1107.00	c  1107s|350000 |   400 |  5441k|  15.5 |  36M|  84 |  25 |1903 |  37k|1903 |2527 | 221 | 480k|9781 | 0.000000e+00 | 1.000000e+00 |    Inf 
1141.32/1141.34	c  1141s|360000 |   403 |  5603k|  15.6 |  38M|  84 |  20 |1903 |  41k|1903 |2527 | 221 | 494k|9905 | 0.000000e+00 | 1.000000e+00 |    Inf 
1176.42/1176.48	c  1176s|370000 |   386 |  5774k|  15.6 |  37M|  84 |   - |1903 |  40k|1903 |2527 | 221 | 507k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1211.82/1211.85	c  1212s|380000 |   345 |  5948k|  15.6 |  36M|  84 |   - |1903 |  39k|1903 |2527 | 221 | 521k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1248.02/1248.08	c  1248s|390000 |   376 |  6127k|  15.7 |  37M|  84 |  26 |1903 |  41k|1903 |2527 | 221 | 536k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1285.52/1285.59	c  1286s|400000 |   321 |  6308k|  15.8 |  38M|  84 |  32 |1903 |  43k|1903 |2527 | 221 | 550k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1320.52/1320.53	c  1321s|410000 |   314 |  6470k|  15.8 |  36M|  84 |  31 |1903 |  38k|1903 |2527 | 221 | 563k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1354.13/1354.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1354.13/1354.16	c  1354s|420000 |   192 |  6634k|  15.8 |  27M|  84 |   - |1903 |  17k|1903 |2527 | 221 | 576k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1390.33/1390.38	c  1390s|430000 |   130 |  6830k|  15.9 |  27M|  84 |  44 |1903 |  19k|1903 |2527 | 221 | 589k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1425.03/1425.05	c  1425s|440000 |   180 |  7015k|  15.9 |  29M|  84 |  32 |1903 |  22k|1903 |2527 | 221 | 603k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1458.43/1458.48	c  1458s|450000 |   125 |  7186k|  16.0 |  29M|  84 |   - |1903 |  22k|1903 |2527 | 221 | 616k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1464.03/1464.07	c 
1464.03/1464.07	c SCIP Status        : problem is solved [optimal solution found]
1464.03/1464.07	c Solving Time (sec) : 1464.07
1464.03/1464.07	c Solving Nodes      : 451510
1464.03/1464.07	c Primal Bound       : +1.00000000000000e+00 (131 solutions)
1464.03/1464.07	c Dual Bound         : +1.00000000000000e+00
1464.03/1464.07	c Gap                : 0.00 %
1464.03/1464.07	s OPTIMUM FOUND
1464.03/1464.07	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1464.03/1464.07	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1464.03/1464.07	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1464.03/1464.07	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1464.03/1464.07	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1464.03/1464.07	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1464.03/1464.07	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 
1464.03/1464.07	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 
1464.03/1464.07	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 
1464.03/1464.07	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 
1464.03/1464.07	v -x1 
1464.03/1464.07	c SCIP Status        : problem is solved [optimal solution found]
1464.03/1464.07	c Total Time         :    1464.07
1464.03/1464.07	c   solving          :    1464.07
1464.03/1464.07	c   presolving       :       0.11 (included in solving)
1464.03/1464.07	c   reading          :       0.02 (included in solving)
1464.03/1464.07	c Original Problem   :
1464.03/1464.07	c   Problem name     : HOME/instance-3447273-1307898980.wbo
1464.03/1464.07	c   Variables        : 1137 (1137 binary, 0 integer, 0 implicit integer, 0 continuous)
1464.03/1464.07	c   Constraints      : 2708 initial, 2708 maximal
1464.03/1464.07	c Presolved Problem  :
1464.03/1464.07	c   Problem name     : t_HOME/instance-3447273-1307898980.wbo
1464.03/1464.07	c   Variables        : 1903 (1067 binary, 0 integer, 836 implicit integer, 0 continuous)
1464.03/1464.07	c   Constraints      : 3345 initial, 43978 maximal
1464.03/1464.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1464.03/1464.07	c   trivial          :       0.00         70          0          0          0          0          0          0          0          0
1464.03/1464.07	c   dualfix          :       0.00         70          0          0          0          0          0          0          0          0
1464.03/1464.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
1464.03/1464.07	c   linear           :       0.05          0          0          0        924          0        196          0        135          0
1464.03/1464.07	c   indicator        :       0.00          0          0          0          0          0         70          0          0          0
1464.03/1464.07	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1464.03/1464.07	c   root node        :          -       1673          -          -       1673          -          -          -          -          -
1464.03/1464.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1464.03/1464.07	c   integral         :          0          0          0     233690          0        543          0        467       3680          0          0     461216
1464.03/1464.07	c   varbound         :          0+         5     791829        224          0          0       1601          0     153354        207          0          0
1464.03/1464.07	c   knapsack         :          1          5    2180366          8          0        540     547543       8911    2995856          4          0          0
1464.03/1464.07	c   setppc           :         51          5    2178794          2          0        534    2778877      17684    1753814          0          0          0
1464.03/1464.07	c   linear           :        836+         6    2161638         11          0        521    2654609      21334    2126770          0          0          0
1464.03/1464.07	c   indicator        :        836          0     773322        224          0        521       2701          0       4800          0          0          0
1464.03/1464.07	c   logicor          :       1621+         5     974589         27          0        104    3350414      26680    2944747          0          0          0
1464.03/1464.07	c   bounddisjunction :          0+         0     220232          0          0          0        390        109        953          0          0          0
1464.03/1464.07	c   countsols        :          0          0          0         27          0        106          0          0          0          0          0          0
1464.03/1464.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1464.03/1464.07	c   integral         :      58.74       0.00       0.00      58.73       0.00       0.01       0.00
1464.03/1464.07	c   varbound         :       0.65       0.00       0.64       0.00       0.00       0.00       0.00
1464.03/1464.07	c   knapsack         :       8.40       0.00       7.85       0.00       0.00       0.00       0.55
1464.03/1464.07	c   setppc           :      11.23       0.00      10.53       0.00       0.00       0.00       0.70
1464.03/1464.07	c   linear           :      23.76       0.00      22.42       0.00       0.00       0.05       1.29
1464.03/1464.07	c   indicator        :       0.99       0.00       0.76       0.01       0.00       0.22       0.00
1464.03/1464.07	c   logicor          :     120.02       0.00     117.19       0.00       0.00       0.01       2.82
1464.03/1464.07	c   bounddisjunction :       0.36       0.00       0.36       0.00       0.00       0.00       0.00
1464.03/1464.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1464.03/1464.07	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1464.03/1464.07	c   vbounds          :       9653        428          1      16164
1464.03/1464.07	c   rootredcost      :         28          0          0        836
1464.03/1464.07	c   pseudoobj        :    2188615       1633        488     151846
1464.03/1464.07	c Propagator Timings :  TotalTime  Propagate    Resprop
1464.03/1464.07	c   vbounds          :       1.09       1.09       0.00
1464.03/1464.07	c   rootredcost      :       0.36       0.36       0.00
1464.03/1464.07	c   pseudoobj        :      26.49      26.48       0.01
1464.03/1464.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1464.03/1464.07	c   propagation      :       3.83      75207      75081     415895       31.8       2042       23.3          -
1464.03/1464.07	c   infeasible LP    :      26.74     154962     154951    1041598       41.1       2834       13.8          0
1464.03/1464.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1464.03/1464.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1464.03/1464.07	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1464.03/1464.07	c   applied globally :          -          -          -     618586       34.0          -          -          -
1464.03/1464.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1464.03/1464.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1464.03/1464.07	c   cut pool         :       0.00          4          -          -         45          -    (maximal pool size: 313)
1464.03/1464.07	c   redcost          :       7.48     234163          0      17400          0          0
1464.03/1464.07	c   impliedbounds    :       0.00          5          0          0          0          0
1464.03/1464.07	c   intobj           :       0.00          0          0          0          0          0
1464.03/1464.07	c   gomory           :       0.36          5          0          0       1000          0
1464.03/1464.07	c   cgmip            :       0.00          0          0          0          0          0
1464.03/1464.07	c   closecuts        :       0.00          0          0          0          0          0
1464.03/1464.07	c   strongcg         :       0.29          5          0          0       1000          0
1464.03/1464.07	c   cmir             :       0.06          5          0          0          2          0
1464.03/1464.07	c   flowcover        :       0.05          5          0          0          2          0
1464.03/1464.07	c   clique           :       0.00          5          0          0          0          0
1464.03/1464.07	c   zerohalf         :       0.00          0          0          0          0          0
1464.03/1464.07	c   mcf              :       0.00          1          0          0          0          0
1464.03/1464.07	c   oddcycle         :       0.00          0          0          0          0          0
1464.03/1464.07	c   rapidlearning    :       0.15          1          0          0          0          8
1464.03/1464.07	c Pricers            :       Time      Calls       Vars
1464.03/1464.07	c   problem variables:       0.00          0          0
1464.03/1464.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1464.03/1464.07	c   relpscost        :      58.57     233463        467       3680          0          0     461216
1464.03/1464.07	c   pscost           :       0.00          0          0          0          0          0          0
1464.03/1464.07	c   inference        :       0.00          0          0          0          0          0          0
1464.03/1464.07	c   mostinf          :       0.00          0          0          0          0          0          0
1464.03/1464.07	c   leastinf         :       0.00          0          0          0          0          0          0
1464.03/1464.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1464.03/1464.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1464.03/1464.07	c   random           :       0.00          0          0          0          0          0          0
1464.03/1464.07	c Primal Heuristics  :       Time      Calls      Found
1464.03/1464.07	c   LP solutions     :       0.01          -         27
1464.03/1464.07	c   pseudo solutions :       0.00          -          0
1464.03/1464.07	c   feaspump         :       0.54          1          0
1464.03/1464.07	c   oneopt           :       0.26         25          0
1464.03/1464.07	c   crossover        :       0.61         12          0
1464.03/1464.07	c   linesearchdiving :       0.75         74          0
1464.03/1464.07	c   guideddiving     :       1.76         75          0
1464.03/1464.07	c   coefdiving       :       1.47         75          0
1464.03/1464.07	c   pscostdiving     :       0.82         75          0
1464.03/1464.07	c   fracdiving       :       1.92         75          0
1464.03/1464.07	c   veclendiving     :       1.79         75          0
1464.03/1464.07	c   rootsoldiving    :       0.94         38          0
1464.03/1464.07	c   objpscostdiving  :       0.47         38          0
1464.03/1464.07	c   trivial          :       0.00          2          0
1464.03/1464.07	c   shiftandpropagate:       0.01          1          0
1464.03/1464.07	c   simplerounding   :       0.37     233565          0
1464.03/1464.07	c   zirounding       :       5.81        330          0
1464.03/1464.07	c   rounding         :       0.86       6807          0
1464.03/1464.07	c   shifting         :       0.82       2135          0
1464.03/1464.07	c   intshifting      :       0.01          0          0
1464.03/1464.07	c   twoopt           :       0.00          0          0
1464.03/1464.07	c   fixandinfer      :       0.00          0          0
1464.03/1464.07	c   clique           :       0.00          0          0
1464.03/1464.07	c   intdiving        :       0.00          0          0
1464.03/1464.07	c   actconsdiving    :       0.00          0          0
1464.03/1464.07	c   octane           :       0.00          0          0
1464.03/1464.07	c   rens             :       0.04          1          0
1464.03/1464.07	c   rins             :       0.00          0          0
1464.03/1464.07	c   localbranching   :       0.00          0          0
1464.03/1464.07	c   mutation         :       0.00          0          0
1464.03/1464.07	c   dins             :       0.00          0          0
1464.03/1464.07	c   vbounds          :       0.00          0          0
1464.03/1464.07	c   undercover       :       0.00          0          0
1464.03/1464.07	c   subnlp           :       0.07          0          0
1464.03/1464.07	c   trysol           :       0.18        384        104
1464.03/1464.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1464.03/1464.07	c   primal LP        :       0.00          0          0       0.00          -
1464.03/1464.07	c   dual LP          :     942.29     387601    7162736      18.48    7601.40
1464.03/1464.07	c   lex dual LP      :       0.00          0          0       0.00          -
1464.03/1464.07	c   barrier LP       :       0.00          0          0       0.00          -
1464.03/1464.07	c   diving/probing LP:       8.03       6187      50095       8.10    6234.69
1464.03/1464.07	c   strong branching :      55.20      11172     404532      36.21    7328.85
1464.03/1464.07	c     (at root node) :          -          9       2954     328.22          -
1464.03/1464.07	c   conflict analysis:       0.00          0          0       0.00          -
1464.03/1464.07	c B&B Tree           :
1464.03/1464.07	c   number of runs   :          1
1464.03/1464.07	c   nodes            :     451510
1464.03/1464.07	c   nodes (total)    :     451510
1464.03/1464.07	c   nodes left       :          0
1464.03/1464.07	c   max depth        :         84
1464.03/1464.07	c   max depth (total):         84
1464.03/1464.07	c   backtracks       :      48276 (10.7%)
1464.03/1464.07	c   delayed cutoffs  :       9421
1464.03/1464.07	c   repropagations   :     971776 (1264646 domain reductions, 8958 cutoffs)
1464.03/1464.07	c   avg switch length:       5.81
1464.03/1464.07	c   switching time   :     108.11
1464.03/1464.07	c Solution           :
1464.03/1464.07	c   Solutions found  :        131 (28 improvements)
1464.03/1464.07	c   First Solution   : +4.11030000000000e+04   (in run 1, after 12 nodes, 2.89 seconds, depth 11, found by <trysol>)
1464.03/1464.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 163874 nodes, 505.67 seconds, depth 44, found by <relaxation>)
1464.03/1464.07	c   Dual Bound       : +1.00000000000000e+00
1464.03/1464.07	c   Gap              :       0.00 %
1464.03/1464.07	c   Root Dual Bound  : +0.00000000000000e+00
1464.03/1464.07	c   Root Iterations  :       5109
1464.03/1464.10	c Time complete: 1464.13.

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 /var/tmp/evaluation-result-3447273-1307898980/watcher-3447273-1307898980 -o /var/tmp/evaluation-result-3447273-1307898980/solver-3447273-1307898980 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447273-1307898980.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: 2.00 1.99 1.91 2/177 15000
/proc/meminfo: memFree=1634220/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=9976 CPUtime=0 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 1490 0 0 0 0 0 0 0 25 0 1 0 882313353 10215424 1443 33554432000 4194304 9128323 140735997951312 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15000/statm: 2494 1443 399 1205 0 1285 0

[startup+0.0358489 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 15000
/proc/meminfo: memFree=1634220/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=23780 CPUtime=0.02 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 4672 0 0 0 2 0 0 0 25 0 1 0 882313353 24350720 4623 33554432000 4194304 9128323 140735997951312 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 5945 4623 474 1205 0 4736 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23780

[startup+0.100825 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 15000
/proc/meminfo: memFree=1634220/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=28320 CPUtime=0.08 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 6117 0 0 0 8 0 0 0 25 0 1 0 882313353 28999680 5811 33554432000 4194304 9128323 140735997951312 18446744073709551615 5326871 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 7080 5811 543 1205 0 5871 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28320

[startup+0.30079 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 15000
/proc/meminfo: memFree=1634220/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=34368 CPUtime=0.29 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 7942 0 0 0 27 2 0 0 25 0 1 0 882313353 35192832 7545 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 8592 7545 680 1205 0 7383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34368

[startup+0.700718 s]
/proc/loadavg: 2.00 1.99 1.91 2/177 15000
/proc/meminfo: memFree=1634220/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=34572 CPUtime=0.68 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 8067 0 0 0 66 2 0 0 25 0 1 0 882313353 35401728 7665 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 8643 7665 689 1205 0 7434 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34572

[startup+1.50058 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15001
/proc/meminfo: memFree=1581236/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=59352 CPUtime=1.49 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 14373 0 0 0 144 5 0 0 25 0 1 0 882313353 60776448 13617 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 14838 13617 739 1205 0 13629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59352

[startup+3.10029 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15001
/proc/meminfo: memFree=1580988/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=59352 CPUtime=3.09 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 14482 0 0 0 299 10 0 0 25 0 1 0 882313353 60776448 13717 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 14838 13717 752 1205 0 13629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59352

[startup+6.30073 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15001
/proc/meminfo: memFree=1581128/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=59352 CPUtime=6.29 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 14482 0 0 0 612 17 0 0 25 0 1 0 882313353 60776448 13717 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 14838 13717 752 1205 0 13629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59352

[startup+12.7006 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15001
/proc/meminfo: memFree=1580516/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=58428 CPUtime=12.69 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 15822 0 0 0 1238 31 0 0 25 0 1 0 882313353 59830272 13747 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 14607 13747 757 1205 0 13398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58428

[startup+25.5003 s]
/proc/loadavg: 1.93 1.97 1.91 3/178 15040
/proc/meminfo: memFree=1624816/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=58428 CPUtime=25.49 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 20367 0 0 0 2491 58 0 0 25 0 1 0 882313353 59830272 13753 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 14607 13753 757 1205 0 13398 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58428

[startup+51.1008 s]
/proc/loadavg: 2.03 1.99 1.91 3/178 15041
/proc/meminfo: memFree=1622884/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=58428 CPUtime=51.09 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 32008 0 0 0 5000 109 0 0 25 0 1 0 882313353 59830272 13758 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 14607 13758 757 1205 0 13398 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58428

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 15042
/proc/meminfo: memFree=1609512/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=64288 CPUtime=102.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 38776 0 0 0 10018 212 0 0 25 0 1 0 882313353 65830912 15136 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 16072 15136 757 1205 0 14863 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64288

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 15044
/proc/meminfo: memFree=1602772/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=65864 CPUtime=162.29 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 40642 0 0 0 15895 334 0 0 25 0 1 0 882313353 67444736 15583 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 16466 15583 757 1205 0 15257 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65864

[startup+222.301 s]
/proc/loadavg: 2.06 2.00 1.92 3/178 15046
/proc/meminfo: memFree=1596872/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=67236 CPUtime=222.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 50543 0 0 0 21776 454 0 0 25 0 1 0 882313353 68849664 15939 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 16809 15939 757 1205 0 15600 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 67236

[startup+282.301 s]
/proc/loadavg: 2.02 2.00 1.92 3/178 15047
/proc/meminfo: memFree=1590872/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=69564 CPUtime=282.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 59746 0 0 0 27655 575 0 0 25 0 1 0 882313353 71233536 16516 33554432000 4194304 9128323 140735997951312 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 17391 16516 757 1205 0 16182 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 69564

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 15049
/proc/meminfo: memFree=1583360/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=72128 CPUtime=342.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 65161 0 0 0 33535 695 0 0 25 0 1 0 882313353 73859072 17153 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 18032 17153 757 1205 0 16823 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 72128

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15050
/proc/meminfo: memFree=1573116/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=74696 CPUtime=402.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 67338 0 0 0 39420 810 0 0 25 0 1 0 882313353 76488704 17750 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 18674 17750 757 1205 0 17465 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 74696

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15052
/proc/meminfo: memFree=1568340/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=74832 CPUtime=462.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 67392 0 0 0 45309 921 0 0 25 0 1 0 882313353 76627968 17804 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 18708 17804 757 1205 0 17499 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 74832

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15056
/proc/meminfo: memFree=1560832/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=75804 CPUtime=522.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 76346 0 0 0 51192 1038 0 0 25 0 1 0 882313353 77623296 18052 33554432000 4194304 9128323 140735997951312 18446744073709551615 7346252 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 18951 18052 757 1205 0 17742 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 75804

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15058
/proc/meminfo: memFree=1554480/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=77200 CPUtime=582.3 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 81198 0 0 0 57077 1153 0 0 25 0 1 0 882313353 79052800 18410 33554432000 4194304 9128323 140735997951312 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 19300 18410 757 1205 0 18091 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 77200

[startup+642.3 s]

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

/proc/meminfo: memFree=1511692/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=82448 CPUtime=882.31 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 89450 0 0 0 86535 1696 0 0 25 0 1 0 882313353 84426752 19711 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 20612 19711 757 1205 0 19403 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 82448

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15068
/proc/meminfo: memFree=1505428/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=82448 CPUtime=942.31 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 89483 0 0 0 92418 1813 0 0 25 0 1 0 882313353 84426752 19744 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 20612 19744 757 1205 0 19403 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 82448

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15069
/proc/meminfo: memFree=1496676/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=82960 CPUtime=1002.32 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 89592 0 0 0 98309 1923 0 0 25 0 1 0 882313353 84951040 19853 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 20740 19853 757 1205 0 19531 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 82960

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15071
/proc/meminfo: memFree=1489688/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=83828 CPUtime=1062.31 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 89805 0 0 0 104200 2031 0 0 25 0 1 0 882313353 85839872 20066 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 20957 20066 757 1205 0 19748 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 83828

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15073
/proc/meminfo: memFree=1480952/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=86800 CPUtime=1122.31 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 90467 0 0 0 110091 2140 0 0 25 0 1 0 882313353 88883200 20728 33554432000 4194304 9128323 140735997951312 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 21700 20728 757 1205 0 20491 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 86800

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15074
/proc/meminfo: memFree=1468736/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1182.32 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92678 0 0 0 115983 2249 0 0 25 0 1 0 882313353 94720000 22185 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22185 757 1205 0 21916 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 92500

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15076
/proc/meminfo: memFree=1460864/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1242.32 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92687 0 0 0 121878 2354 0 0 25 0 1 0 882313353 94720000 22194 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22194 757 1205 0 21916 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 92500

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15077
/proc/meminfo: memFree=1451888/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1302.33 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92694 0 0 0 127773 2460 0 0 25 0 1 0 882313353 94720000 22201 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22201 757 1205 0 21916 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 92500

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15079
/proc/meminfo: memFree=1444764/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1362.32 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 133668 2564 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 92500

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15081
/proc/meminfo: memFree=1436284/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1422.33 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 139552 2681 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 92500

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15081
/proc/meminfo: memFree=1435044/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1433.53 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 140649 2704 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1433.53
Current children cumulated vsize (KiB) 92500

[startup+1446.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15081
/proc/meminfo: memFree=1433300/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1446.33 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 141904 2729 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1446.33
Current children cumulated vsize (KiB) 92500

[startup+1452.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15081
/proc/meminfo: memFree=1433176/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1452.73 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 142531 2742 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1452.73
Current children cumulated vsize (KiB) 92500

[startup+1459.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15082
/proc/meminfo: memFree=1431068/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1459.13 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 143161 2752 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1459.13
Current children cumulated vsize (KiB) 92500

[startup+1462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15082
/proc/meminfo: memFree=1430804/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1462.32 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 143473 2759 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1462.32
Current children cumulated vsize (KiB) 92500

[startup+1463.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15082
/proc/meminfo: memFree=1430920/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1463.12 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 143552 2760 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1463.12
Current children cumulated vsize (KiB) 92500

[startup+1463.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15082
/proc/meminfo: memFree=1430920/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1463.52 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 143591 2761 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1463.52
Current children cumulated vsize (KiB) 92500

[startup+1463.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15082
/proc/meminfo: memFree=1430920/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1463.93 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 143631 2762 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 5333004 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1463.93
Current children cumulated vsize (KiB) 92500

[startup+1464 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 15082
/proc/meminfo: memFree=1430920/32951124 swapFree=67057920/67111528
[pid=15000] ppid=14998 vsize=92500 CPUtime=1464.03 cores=1,3,5,7
/proc/15000/stat : 15000 (scip-2.0.1.4.li) R 14998 15000 14185 0 -1 4202496 92695 0 0 0 143641 2762 0 0 25 0 1 0 882313353 94720000 22202 33554432000 4194304 9128323 140735997951312 18446744073709551615 4209346 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15000/statm: 23125 22202 757 1205 0 21916 0
Current children cumulated CPU time (s) 1464.03
Current children cumulated vsize (KiB) 92500

Child status: 0
Real time (s): 1464.1
CPU time (s): 1464.14
CPU user time (s): 1436.51
CPU system time (s): 27.6278
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 92500

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

runsolver used 1.92271 second user time and 4.93325 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 19:16:20
IDJOB=3447273
IDBENCH=78997
IDSOLVER=1944
FILE ID=node140/3447273-1307898980
RUNJOBID= node140-1307897193-14878
PBS_JOBID= 13559568
Free space on /var/tmp= 2900 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.1900571132--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-3447273-1307898980/watcher-3447273-1307898980 -o /var/tmp/evaluation-result-3447273-1307898980/solver-3447273-1307898980 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447273-1307898980.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f1c7b8b76066043f2c00dac441c2cac6
RANDOM SEED=1291173615

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
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.833
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.833
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.77
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.833
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.75
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.833
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.74
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1634400 kB
Buffers:         51932 kB
Cached:       30193564 kB
SwapCached:       7412 kB
Active:       15980844 kB
Inactive:     14386612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1634400 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:      119680 kB
Mapped:          16176 kB
Slab:           885584 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   312024 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= 2888 MiB
End job on node140 at 2011-06-12 19:40:44