Trace number 3447877

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 1681.76 1681.73

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
MD5SUMccbb2f2628d7a379eab2ad56e88b2a24
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark72.283
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 745
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-3447877-1307898908.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.04	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.06/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.06/0.09	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.06/0.10	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.19/0.25	o 556
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c T 0.3s|     1 |     0 |     0 |     - |9226k|   0 |   - |1957 |4264 |1957 |2537 |   0 |   1 |   0 |      --      | 5.560000e+02 |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |    96 |     - |8825k|   0 |  45 |1957 |4264 |1957 |2537 |   0 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   175 |     - |9525k|   0 |  44 |1957 |4300 |1957 |2544 |   7 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   207 |     - |  10M|   0 |  52 |1957 |4300 |1957 |2553 |  16 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |   233 |     - |  10M|   0 |  53 |1957 |4300 |1957 |2556 |  19 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |   263 |     - |  10M|   0 |  54 |1957 |4300 |1957 |2561 |  24 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |   271 |     - |  11M|   0 |  54 |1957 |4300 |1957 |2564 |  27 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
1.49/1.55	c   1.6s|     1 |     0 |   314 |     - |  11M|   0 |  57 |1957 |4300 |1957 |2567 |  30 |   1 |   0 | 0.000000e+00 | 5.560000e+02 |    Inf 
2.39/2.43	c   2.4s|     1 |     2 |  5322 |     - |  11M|   0 |  57 |1957 |4300 |1957 |2567 |  30 |   1 |   9 | 0.000000e+00 | 5.560000e+02 |    Inf 
3.19/3.27	o 218
3.19/3.27	c * 3.3s|    10 |     9 |  5850 | 615.1 |  11M|   9 |   - |1957 |4300 |1957 |2560 |  35 |   1 | 116 | 0.000000e+00 | 2.180000e+02 |    Inf 
3.59/3.61	o 168
3.59/3.61	c * 3.6s|    66 |    13 |  6045 |  88.2 |  11M|  27 |   - |1957 |4371 |1957 |2557 |  37 |  72 | 189 | 0.000000e+00 | 1.680000e+02 |    Inf 
4.99/5.03	o 158
4.99/5.03	c * 5.0s|   136 |    30 |  6904 |  48.8 |  12M|  33 |   - |1957 |4462 |1957 |2556 |  39 | 163 | 482 | 0.000000e+00 | 1.580000e+02 |    Inf 
4.99/5.04	o 136
4.99/5.04	c * 5.0s|   137 |    29 |  6916 |  48.5 |  12M|  33 |   - |1957 |4462 |1957 |2557 |  40 | 163 | 482 | 0.000000e+00 | 1.360000e+02 |    Inf 
9.90/9.91	o 89
9.90/9.91	c * 9.9s|   742 |    91 | 12013 |  15.8 |  13M|  40 |   - |1957 |4913 |1957 |2555 |  57 | 697 |1397 | 0.000000e+00 | 8.900000e+01 |    Inf 
31.49/31.50	o 76
31.49/31.50	c *31.5s|  8675 |   348 | 85420 |   9.8 |  20M|  58 |   - |1957 |8061 |1957 |2555 | 276 |9711 |1832 | 0.000000e+00 | 7.600000e+01 |    Inf 
35.29/35.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.29/35.39	c  35.4s| 10000 |   424 |101846 |  10.2 |  21M|  58 |   8 |1957 |7110 |1957 |2555 | 301 |  11k|1846 | 0.000000e+00 | 7.600000e+01 |    Inf 
37.09/37.19	o 62
37.09/37.19	c *37.2s| 10731 |   436 |108786 |  10.1 |  21M|  58 |   - |1957 |7574 |1957 |2555 | 314 |  11k|1848 | 0.000000e+00 | 6.200000e+01 |    Inf 
47.39/47.42	o 53
47.39/47.42	c *47.4s| 14204 |   413 |149592 |  10.5 |  21M|  58 |   - |1957 |7318 |1957 |2560 | 399 |  16k|1877 | 0.000000e+00 | 5.300000e+01 |    Inf 
47.39/47.43	o 38
47.39/47.43	c *47.4s| 14205 |   395 |149618 |  10.5 |  21M|  58 |   - |1957 |7318 |1957 |2560 | 399 |  16k|1877 | 0.000000e+00 | 3.800000e+01 |    Inf 
52.49/52.54	o 36
52.49/52.54	c *52.5s| 15843 |   277 |173196 |  10.9 |  20M|  58 |   - |1957 |5786 |1957 |2555 | 421 |  17k|1888 | 0.000000e+00 | 3.600000e+01 |    Inf 
62.89/62.93	c  62.9s| 20000 |   239 |222864 |  11.1 |  20M|  58 |   - |1957 |6583 |1957 |2555 | 450 |  22k|1895 | 0.000000e+00 | 3.600000e+01 |    Inf 
89.69/89.76	o 34
89.69/89.76	c *89.8s| 29385 |   369 |340262 |  11.6 |  22M|  58 |   - |1957 |  10k|1957 |2555 | 534 |  32k|2410 | 0.000000e+00 | 3.400000e+01 |    Inf 
90.39/90.42	o 33
90.39/90.42	c *90.4s| 29619 |   365 |342753 |  11.6 |  22M|  58 |   - |1957 |9828 |1957 |2557 | 536 |  32k|2426 | 0.000000e+00 | 3.300000e+01 |    Inf 
91.30/91.36	c  91.4s| 30000 |   369 |347137 |  11.6 |  22M|  58 |   - |1957 |9835 |1957 |2555 | 542 |  32k|2429 | 0.000000e+00 | 3.300000e+01 |    Inf 
119.19/119.23	c   119s| 40000 |   379 |471348 |  11.8 |  23M|  58 |   - |1957 |9667 |1957 |2555 | 604 |  43k|2869 | 0.000000e+00 | 3.300000e+01 |    Inf 
133.39/133.40	o 32
133.39/133.40	c * 133s| 44675 |   370 |536000 |  12.0 |  23M|  59 |   - |1957 |  10k|1957 |2555 | 633 |  47k|3085 | 0.000000e+00 | 3.200000e+01 |    Inf 
149.50/149.55	c   150s| 50000 |   364 |611022 |  12.2 |  23M|  59 |  22 |1957 |9431 |1957 |2555 | 673 |  53k|3291 | 0.000000e+00 | 3.200000e+01 |    Inf 
170.99/171.07	o 28
170.99/171.07	c * 171s| 57367 |   417 |706207 |  12.3 |  24M|  59 |   - |1957 |  10k|1957 |2555 | 730 |  61k|3592 | 0.000000e+00 | 2.800000e+01 |    Inf 
171.39/171.40	o 21
171.39/171.40	c * 171s| 57488 |   406 |707675 |  12.3 |  24M|  59 |   - |1957 |9812 |1957 |2556 | 732 |  61k|3592 | 0.000000e+00 | 2.100000e+01 |    Inf 
178.69/178.76	c   179s| 60000 |   366 |742514 |  12.4 |  23M|  59 |   - |1957 |8585 |1957 |2555 | 734 |  64k|3691 | 0.000000e+00 | 2.100000e+01 |    Inf 
207.70/207.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.70/207.78	c   208s| 70000 |   463 |886267 |  12.7 |  26M|  59 |   - |1957 |  11k|1957 |2555 | 746 |  77k|3983 | 0.000000e+00 | 2.100000e+01 |    Inf 
236.99/237.03	c   237s| 80000 |   514 |  1024k|  12.8 |  27M|  59 |   - |1957 |  13k|1957 |2555 | 762 |  89k|4392 | 0.000000e+00 | 2.100000e+01 |    Inf 
267.60/267.63	c   268s| 90000 |   337 |  1174k|  13.0 |  25M|  64 |   - |1957 |9624 |1957 |2555 | 776 | 102k|4688 | 0.000000e+00 | 2.100000e+01 |    Inf 
295.00/295.05	o 15
295.00/295.05	c * 295s| 99509 |   217 |  1301k|  13.1 |  24M|  64 |   - |1957 |  14k|1957 |2557 | 819 | 114k|5090 | 0.000000e+00 | 1.500000e+01 |    Inf 
296.50/296.53	c   297s|100000 |   214 |  1308k|  13.1 |  24M|  64 |  20 |1957 |  13k|1957 |2554 | 820 | 115k|5108 | 0.000000e+00 | 1.500000e+01 |    Inf 
305.80/305.82	o 11
305.80/305.82	c * 306s|103322 |   174 |  1355k|  13.1 |  24M|  64 |   - |1957 |  14k|1957 |2554 | 825 | 119k|5132 | 0.000000e+00 | 1.100000e+01 |    Inf 
325.89/325.96	c   326s|110000 |   180 |  1456k|  13.2 |  24M|  64 |  20 |1957 |  14k|1957 |2554 | 829 | 127k|5326 | 0.000000e+00 | 1.100000e+01 |    Inf 
355.90/355.96	c   356s|120000 |   235 |  1600k|  13.3 |  26M|  64 |   - |1957 |  19k|1957 |2554 | 831 | 140k|5619 | 0.000000e+00 | 1.100000e+01 |    Inf 
388.90/388.98	c   389s|130000 |   156 |  1765k|  13.6 |  24M|  65 |   - |1957 |  11k|1957 |2554 | 831 | 153k|5851 | 0.000000e+00 | 1.100000e+01 |    Inf 
421.80/421.81	c   422s|140000 |   115 |  1942k|  13.9 |  24M|  65 |   - |1957 |  14k|1957 |2555 | 831 | 166k|6169 | 0.000000e+00 | 1.100000e+01 |    Inf 
454.80/454.87	c   455s|150000 |    74 |  2118k|  14.1 |  25M|  65 |   - |1957 |  17k|   0 |   0 | 831 | 178k|6357 | 0.000000e+00 | 1.100000e+01 |    Inf 
488.10/488.13	c   488s|160000 |    92 |  2290k|  14.3 |  26M|  65 |   - |1957 |  21k|   0 |   0 | 831 | 191k|6635 | 0.000000e+00 | 1.100000e+01 |    Inf 
521.70/521.74	c   522s|170000 |   131 |  2462k|  14.5 |  28M|  65 |   - |1957 |  24k|1957 |2555 | 831 | 204k|6792 | 0.000000e+00 | 1.100000e+01 |    Inf 
554.60/554.68	c   555s|180000 |   185 |  2617k|  14.5 |  31M|  74 |   - |1957 |  28k|1957 |2555 | 831 | 218k|6989 | 0.000000e+00 | 1.100000e+01 |    Inf 
590.00/590.00	c   590s|190000 |   166 |  2782k|  14.6 |  31M|  74 |   - |1957 |  28k|1957 |2555 | 832 | 231k|7212 | 0.000000e+00 | 1.100000e+01 |    Inf 
622.80/622.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
622.80/622.85	c   623s|200000 |   247 |  2931k|  14.7 |  33M|  74 |  29 |1957 |  32k|1957 |2555 | 835 | 243k|7405 | 0.000000e+00 | 1.100000e+01 |    Inf 
659.70/659.78	c   660s|210000 |   229 |  3104k|  14.8 |  34M|  74 |  25 |1957 |  34k|1957 |2555 | 835 | 256k|7611 | 0.000000e+00 | 1.100000e+01 |    Inf 
695.60/695.61	c   696s|220000 |   219 |  3270k|  14.9 |  37M|  74 |   - |1957 |  40k|1957 |2555 | 835 | 269k|7755 | 0.000000e+00 | 1.100000e+01 |    Inf 
736.30/736.30	c   736s|230000 |   250 |  3453k|  15.0 |  37M|  74 |  34 |1957 |  40k|1957 |2555 | 835 | 282k|7918 | 0.000000e+00 | 1.100000e+01 |    Inf 
773.60/773.62	c   774s|240000 |   290 |  3621k|  15.1 |  38M|  74 |  30 |1957 |  40k|1957 |2555 | 835 | 296k|8087 | 0.000000e+00 | 1.100000e+01 |    Inf 
810.30/810.39	c   810s|250000 |   352 |  3783k|  15.1 |  40M|  74 |  30 |1957 |  42k|1957 |2555 | 835 | 309k|8266 | 0.000000e+00 | 1.100000e+01 |    Inf 
847.41/847.49	c   847s|260000 |   372 |  3939k|  15.1 |  41M|  74 |   - |1957 |  45k|   0 |   0 | 835 | 322k|8416 | 0.000000e+00 | 1.100000e+01 |    Inf 
885.41/885.48	c   885s|270000 |   563 |  4101k|  15.2 |  42M|  74 |   - |1957 |  43k|1957 |2555 | 835 | 336k|8572 | 0.000000e+00 | 1.100000e+01 |    Inf 
922.01/922.04	c   922s|280000 |   573 |  4257k|  15.2 |  43M|  84 |   - |1957 |  44k|1957 |2555 | 835 | 350k|8725 | 0.000000e+00 | 1.100000e+01 |    Inf 
958.11/958.17	c   958s|290000 |   551 |  4408k|  15.2 |  43M|  92 |  43 |1957 |  43k|1957 |2555 | 835 | 364k|8884 | 0.000000e+00 | 1.100000e+01 |    Inf 
995.01/995.09	c   995s|300000 |   508 |  4564k|  15.2 |  44M|  92 |   - |1957 |  46k|1957 |2555 | 835 | 378k|9050 | 0.000000e+00 | 1.100000e+01 |    Inf 
1031.01/1031.04	c  1031s|310000 |   485 |  4719k|  15.2 |  45M|  92 |   - |1957 |  48k|1957 |2555 | 835 | 391k|9187 | 0.000000e+00 | 1.100000e+01 |    Inf 
1067.31/1067.33	c  1067s|320000 |   445 |  4866k|  15.2 |  44M|  92 |   - |1957 |  47k|1957 |2555 | 835 | 405k|9292 | 0.000000e+00 | 1.100000e+01 |    Inf 
1105.52/1105.59	c  1106s|330000 |   417 |  5028k|  15.2 |  46M|  92 |   - |1957 |  50k|   0 |   0 | 835 | 418k|9419 | 0.000000e+00 | 1.100000e+01 |    Inf 
1144.31/1144.30	c  1144s|340000 |   440 |  5189k|  15.3 |  46M|  92 |  35 |1957 |  51k|1957 |2555 | 835 | 432k|9618 | 0.000000e+00 | 1.100000e+01 |    Inf 
1181.21/1181.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1181.21/1181.29	c  1181s|350000 |   381 |  5333k|  15.2 |  45M|  92 |  43 |1957 |  48k|1957 |2555 | 835 | 446k|9765 | 0.000000e+00 | 1.100000e+01 |    Inf 
1218.91/1218.96	c  1219s|360000 |   349 |  5489k|  15.2 |  45M|  92 |  33 |1957 |  48k|1957 |2555 | 835 | 459k|9874 | 0.000000e+00 | 1.100000e+01 |    Inf 
1259.71/1259.71	c  1260s|370000 |   375 |  5666k|  15.3 |  41M|  92 |  42 |1957 |  38k|1957 |2555 | 835 | 472k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1298.81/1298.88	c  1299s|380000 |   361 |  5842k|  15.4 |  41M|  92 |  30 |1957 |  38k|1957 |2555 | 835 | 485k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1334.91/1334.99	c  1335s|390000 |   351 |  6008k|  15.4 |  42M|  92 |  29 |1957 |  40k|1957 |2555 | 835 | 498k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1372.51/1372.53	c  1373s|400000 |   368 |  6177k|  15.4 |  44M|  92 |  25 |1957 |  45k|1957 |2555 | 835 | 511k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1410.71/1410.76	c  1411s|410000 |   331 |  6343k|  15.5 |  40M|  92 |   - |1957 |  36k|   0 |   0 | 835 | 524k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1447.81/1447.81	c  1448s|420000 |   314 |  6505k|  15.5 |  41M|  92 |  30 |1957 |  39k|1957 |2555 | 835 | 537k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1482.22/1482.25	c  1482s|430000 |   278 |  6651k|  15.5 |  41M|  92 |  30 |1957 |  39k|1957 |2555 | 835 | 551k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1517.31/1517.32	c  1517s|440000 |   266 |  6803k|  15.5 |  41M|  92 |  21 |1957 |  41k|1957 |2555 | 835 | 563k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1551.42/1551.42	c  1551s|450000 |   253 |  6961k|  15.5 |  38M|  92 |   - |1957 |  32k|1957 |2555 | 835 | 576k|  11k| 0.000000e+00 | 1.100000e+01 |    Inf 
1588.62/1588.69	c  1589s|460000 |   253 |  7148k|  15.5 |  34M|  92 |   - |1957 |  21k|   0 |   0 | 836 | 588k|  11k| 0.000000e+00 | 1.100000e+01 |    Inf 
1625.61/1625.68	c  1626s|470000 |   209 |  7335k|  15.6 |  33M|  92 |  31 |1957 |  19k|1957 |2555 | 836 | 600k|  11k| 0.000000e+00 | 1.100000e+01 |    Inf 
1659.92/1659.97	c  1660s|480000 |   233 |  7512k|  15.7 |  36M|  92 |   - |1957 |  27k|1957 |2555 | 837 | 613k|  11k| 0.000000e+00 | 1.100000e+01 |    Inf 
1681.62/1681.69	c 
1681.62/1681.69	c SCIP Status        : problem is solved [optimal solution found]
1681.62/1681.69	c Solving Time (sec) : 1681.69
1681.62/1681.69	c Solving Nodes      : 486640
1681.62/1681.69	c Primal Bound       : +1.10000000000000e+01 (281 solutions)
1681.62/1681.69	c Dual Bound         : +1.10000000000000e+01
1681.62/1681.69	c Gap                : 0.00 %
1681.62/1681.69	s OPTIMUM FOUND
1681.62/1681.69	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1681.62/1681.69	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1681.62/1681.69	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1681.62/1681.69	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 x147 
1681.62/1681.69	v -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1681.62/1681.69	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1681.62/1681.69	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 
1681.62/1681.69	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 
1681.62/1681.69	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 
1681.62/1681.69	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 
1681.62/1681.69	v x1 
1681.62/1681.69	c SCIP Status        : problem is solved [optimal solution found]
1681.62/1681.69	c Total Time         :    1681.69
1681.62/1681.69	c   solving          :    1681.69
1681.62/1681.69	c   presolving       :       0.12 (included in solving)
1681.62/1681.69	c   reading          :       0.02 (included in solving)
1681.62/1681.69	c Original Problem   :
1681.62/1681.69	c   Problem name     : HOME/instance-3447877-1307898908.wbo
1681.62/1681.69	c   Variables        : 1158 (1158 binary, 0 integer, 0 implicit integer, 0 continuous)
1681.62/1681.69	c   Constraints      : 2708 initial, 2708 maximal
1681.62/1681.69	c Presolved Problem  :
1681.62/1681.69	c   Problem name     : t_HOME/instance-3447877-1307898908.wbo
1681.62/1681.69	c   Variables        : 1957 (1094 binary, 0 integer, 863 implicit integer, 0 continuous)
1681.62/1681.69	c   Constraints      : 3400 initial, 52751 maximal
1681.62/1681.69	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1681.62/1681.69	c   trivial          :       0.00         64          0          0          0          0          0          0          0          0
1681.62/1681.69	c   dualfix          :       0.00         64          0          0          0          0          0          0          0          0
1681.62/1681.69	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   setppc           :       0.00          0          0          0          0          0         10          0          0          0
1681.62/1681.69	c   linear           :       0.06          0          0          0        937          0        161          0        103          0
1681.62/1681.69	c   indicator        :       0.00          0          0          0          0          0         64          0          0          0
1681.62/1681.69	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1681.62/1681.69	c   root node        :          -       1571          -          -       1571          -          -          -          -          -
1681.62/1681.69	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1681.62/1681.69	c   integral         :          0          0          0     251727          0       1444          0        354       3076          0          0     497190
1681.62/1681.69	c   varbound         :          0+         6    2338135        823          0          0      17101         13    1399641        819          0          0
1681.62/1681.69	c   knapsack         :          1          6    2334099          7          0       1441     443963       9737    3260729          0          0          0
1681.62/1681.69	c   setppc           :         72          6    2327450          2          0       1434    3534195      15351    1792417          0          0          0
1681.62/1681.69	c   linear           :        863+         7    2313249          5          0       1420    2057484      18508    1940101          0          0          0
1681.62/1681.69	c   indicator        :        863          0    2294815        823          0       1419      26442          0      51380          0          0          0
1681.62/1681.69	c   logicor          :       1601+         6    1067394         17          0        264    3150438      34280    3208816          0          0          0
1681.62/1681.69	c   bounddisjunction :          0+         0     278087          0          0          0        304        127        881          0          0          0
1681.62/1681.69	c   countsols        :          0          0          0         17          0        266          0          0          0          0          0          0
1681.62/1681.69	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1681.62/1681.69	c   integral         :      58.32       0.00       0.00      58.30       0.00       0.03       0.00
1681.62/1681.69	c   varbound         :       5.25       0.00       5.23       0.01       0.00       0.00       0.01
1681.62/1681.69	c   knapsack         :       9.95       0.00       9.49       0.00       0.00       0.00       0.45
1681.62/1681.69	c   setppc           :      13.36       0.00      12.47       0.00       0.00       0.01       0.88
1681.62/1681.69	c   linear           :      24.09       0.00      22.85       0.00       0.00       0.13       1.10
1681.62/1681.69	c   indicator        :       7.63       0.01       7.01       0.03       0.00       0.57       0.01
1681.62/1681.69	c   logicor          :     171.01       0.00     168.13       0.00       0.00       0.03       2.85
1681.62/1681.69	c   bounddisjunction :       0.76       0.00       0.76       0.00       0.00       0.00       0.00
1681.62/1681.69	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1681.62/1681.69	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1681.62/1681.69	c   vbounds          :     103920       4336         46     333283
1681.62/1681.69	c   rootredcost      :         17          0          0        775
1681.62/1681.69	c   pseudoobj        :    2345924      18543       5958    1398554
1681.62/1681.69	c Propagator Timings :  TotalTime  Propagate    Resprop
1681.62/1681.69	c   vbounds          :       8.79       8.79       0.00
1681.62/1681.69	c   rootredcost      :       0.40       0.40       0.00
1681.62/1681.69	c   pseudoobj        :      36.01      35.83       0.18
1681.62/1681.69	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1681.62/1681.69	c   propagation      :       4.08      84019      83824     466962       30.4       2371       24.5          -
1681.62/1681.69	c   infeasible LP    :      28.67     158748     158738    1066784       41.5       2250       15.1          0
1681.62/1681.69	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1681.62/1681.69	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1681.62/1681.69	c   pseudo solution  :       0.00          7          7          7        2.0          0        0.0          -
1681.62/1681.69	c   applied globally :          -          -          -     622422       34.1          -          -          -
1681.62/1681.69	c   applied locally  :          -          -          -          0        0.0          -          -          -
1681.62/1681.69	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1681.62/1681.69	c   cut pool         :       0.00          5          -          -         36          -    (maximal pool size: 379)
1681.62/1681.69	c   redcost          :       9.84     255663          0     404644          0          0
1681.62/1681.69	c   impliedbounds    :       0.00          6          0          0          0          0
1681.62/1681.69	c   intobj           :       0.00          0          0          0          0          0
1681.62/1681.69	c   gomory           :       0.57          6          0          0        607          0
1681.62/1681.69	c   cgmip            :       0.00          0          0          0          0          0
1681.62/1681.69	c   closecuts        :       0.00          0          0          0          0          0
1681.62/1681.69	c   strongcg         :       0.44          6          0          0       1845          0
1681.62/1681.69	c   cmir             :       0.05          6          0          0          0          0
1681.62/1681.69	c   flowcover        :       0.06          6          0          0          0          0
1681.62/1681.69	c   clique           :       0.00          6          0          0          0          0
1681.62/1681.69	c   zerohalf         :       0.00          0          0          0          0          0
1681.62/1681.69	c   mcf              :       0.00          1          0          0          0          0
1681.62/1681.69	c   oddcycle         :       0.00          0          0          0          0          0
1681.62/1681.69	c   rapidlearning    :       0.12          1          0          0          0         36
1681.62/1681.69	c Pricers            :       Time      Calls       Vars
1681.62/1681.69	c   problem variables:       0.00          0          0
1681.62/1681.69	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1681.62/1681.69	c   relpscost        :      58.10     250903        354       3076          0          0     497190
1681.62/1681.69	c   pscost           :       0.00          0          0          0          0          0          0
1681.62/1681.69	c   inference        :       0.00          0          0          0          0          0          0
1681.62/1681.69	c   mostinf          :       0.00          0          0          0          0          0          0
1681.62/1681.69	c   leastinf         :       0.00          0          0          0          0          0          0
1681.62/1681.69	c   fullstrong       :       0.00          0          0          0          0          0          0
1681.62/1681.69	c   allfullstrong    :       0.00          0          0          0          0          0          0
1681.62/1681.69	c   random           :       0.00          0          0          0          0          0          0
1681.62/1681.69	c Primal Heuristics  :       Time      Calls      Found
1681.62/1681.69	c   LP solutions     :       0.01          -         17
1681.62/1681.69	c   pseudo solutions :       0.00          -          0
1681.62/1681.69	c   oneopt           :       0.24         16          0
1681.62/1681.69	c   feaspump         :       0.67          1          0
1681.62/1681.69	c   linesearchdiving :       0.35         43          0
1681.62/1681.69	c   guideddiving     :       0.89         43          0
1681.62/1681.69	c   pscostdiving     :       0.52         43          0
1681.62/1681.69	c   fracdiving       :       0.88         43          0
1681.62/1681.69	c   veclendiving     :       0.92         43          0
1681.62/1681.69	c   rootsoldiving    :       0.48         22          0
1681.62/1681.69	c   coefdiving       :       0.83         44          0
1681.62/1681.69	c   objpscostdiving  :       0.29         23          0
1681.62/1681.69	c   crossover        :       1.16         34          0
1681.62/1681.69	c   trivial          :       0.00          2          0
1681.62/1681.69	c   shiftandpropagate:       0.11          1          1
1681.62/1681.69	c   simplerounding   :       0.43     253398          0
1681.62/1681.69	c   zirounding       :       0.55       1000          0
1681.62/1681.69	c   rounding         :       0.93       7135          0
1681.62/1681.69	c   shifting         :       0.84       2159          0
1681.62/1681.69	c   intshifting      :       0.01          0          0
1681.62/1681.69	c   twoopt           :       0.00          0          0
1681.62/1681.69	c   fixandinfer      :       0.00          0          0
1681.62/1681.69	c   clique           :       0.00          0          0
1681.62/1681.69	c   intdiving        :       0.00          0          0
1681.62/1681.69	c   actconsdiving    :       0.00          0          0
1681.62/1681.69	c   octane           :       0.00          0          0
1681.62/1681.69	c   rens             :       0.03          1          0
1681.62/1681.69	c   rins             :       0.00          0          0
1681.62/1681.69	c   localbranching   :       0.00          0          0
1681.62/1681.69	c   mutation         :       0.00          0          0
1681.62/1681.69	c   dins             :       0.00          0          0
1681.62/1681.69	c   vbounds          :       0.00          0          0
1681.62/1681.69	c   undercover       :       0.00          0          0
1681.62/1681.69	c   subnlp           :       0.08          0          0
1681.62/1681.69	c   trysol           :       0.31       1122        263
1681.62/1681.69	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1681.62/1681.69	c   primal LP        :       0.01          0          0       0.00          -
1681.62/1681.69	c   dual LP          :    1022.04     417559    7587763      18.17    7424.14
1681.62/1681.69	c   lex dual LP      :       0.00          0          0       0.00          -
1681.62/1681.69	c   barrier LP       :       0.00          0          0       0.00          -
1681.62/1681.69	c   diving/probing LP:       4.42       2945      27133       9.21    6143.96
1681.62/1681.69	c   strong branching :      54.48      11568     388213      33.56    7126.12
1681.62/1681.69	c     (at root node) :          -          9       1785     198.33          -
1681.62/1681.69	c   conflict analysis:       0.00          0          0       0.00          -
1681.62/1681.69	c B&B Tree           :
1681.62/1681.69	c   number of runs   :          1
1681.62/1681.69	c   nodes            :     486640
1681.62/1681.69	c   nodes (total)    :     486640
1681.62/1681.69	c   nodes left       :          0
1681.62/1681.69	c   max depth        :         92
1681.62/1681.69	c   max depth (total):         92
1681.62/1681.69	c   backtracks       :      53546 (11.0%)
1681.62/1681.69	c   delayed cutoffs  :      10250
1681.62/1681.69	c   repropagations   :     986438 (1791636 domain reductions, 9807 cutoffs)
1681.62/1681.69	c   avg switch length:       5.57
1681.62/1681.69	c   switching time   :     141.75
1681.62/1681.69	c Solution           :
1681.62/1681.69	c   Solutions found  :        281 (18 improvements)
1681.62/1681.69	c   First Solution   : +5.56000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 890, found by <shiftandpropagate>)
1681.62/1681.69	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 103322 nodes, 305.82 seconds, depth 39, found by <relaxation>)
1681.62/1681.69	c   Dual Bound       : +1.10000000000000e+01
1681.62/1681.69	c   Gap              :       0.00 %
1681.62/1681.69	c   Root Dual Bound  : +0.00000000000000e+00
1681.62/1681.69	c   Root Iterations  :        314
1681.72/1681.73	c Time complete: 1681.75.

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447877-1307898908/watcher-3447877-1307898908 -o /tmp/evaluation-result-3447877-1307898908/solver-3447877-1307898908 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447877-1307898908.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 2.00 1.93 2/175 7690
/proc/meminfo: memFree=31235296/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 1521 0 0 0 0 0 0 0 25 0 1 0 901489503 10371072 1475 33554432000 4194304 9128323 140734627413600 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7690/statm: 2532 1475 399 1205 0 1323 0

[startup+0.0747799 s]
/proc/loadavg: 2.00 2.00 1.93 2/175 7690
/proc/meminfo: memFree=31235296/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=28132 CPUtime=0.06 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 6026 0 0 0 6 0 0 0 25 0 1 0 901489503 28807168 5721 33554432000 4194304 9128323 140734627413600 18446744073709551615 5266288 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 7033 5721 514 1205 0 5824 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28132

[startup+0.100776 s]
/proc/loadavg: 2.00 2.00 1.93 2/175 7690
/proc/meminfo: memFree=31235296/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=28416 CPUtime=0.09 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 6130 0 0 0 9 0 0 0 25 0 1 0 901489503 29097984 5825 33554432000 4194304 9128323 140734627413600 18446744073709551615 8008980 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 7104 5825 543 1205 0 5895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28416

[startup+0.300744 s]
/proc/loadavg: 2.00 2.00 1.93 2/175 7690
/proc/meminfo: memFree=31235296/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=35888 CPUtime=0.29 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 8448 0 0 0 28 1 0 0 25 0 1 0 901489503 36749312 7980 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 8972 7980 689 1205 0 7763 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35888

[startup+0.700688 s]
/proc/loadavg: 2.00 2.00 1.93 2/175 7690
/proc/meminfo: memFree=31235296/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=58288 CPUtime=0.69 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 14196 0 0 0 67 2 0 0 25 0 1 0 901489503 59686912 13372 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 14572 13372 739 1205 0 13363 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58288

[startup+1.50055 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7691
/proc/meminfo: memFree=31183976/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=58288 CPUtime=1.49 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 14198 0 0 0 145 4 0 0 25 0 1 0 901489503 59686912 13373 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 14572 13373 738 1205 0 13363 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58288

[startup+3.10027 s]
/proc/loadavg: 2.16 2.03 1.94 4/176 7691
/proc/meminfo: memFree=31183232/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=58392 CPUtime=3.09 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 15739 0 0 0 301 8 0 0 25 0 1 0 901489503 59793408 13718 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 14598 13718 751 1205 0 13389 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58392

[startup+6.30071 s]
/proc/loadavg: 2.16 2.03 1.94 4/176 7691
/proc/meminfo: memFree=31181636/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=58392 CPUtime=6.29 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 15751 0 0 0 612 17 0 0 25 0 1 0 901489503 59793408 13730 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 14598 13730 755 1205 0 13389 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58392

[startup+12.7006 s]
/proc/loadavg: 2.15 2.03 1.94 3/176 7693
/proc/meminfo: memFree=31181056/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=58392 CPUtime=12.69 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 18239 0 0 0 1234 35 0 0 25 0 1 0 901489503 59793408 13730 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 14598 13730 755 1205 0 13389 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58392

[startup+25.5004 s]
/proc/loadavg: 2.18 2.05 1.95 3/176 7693
/proc/meminfo: memFree=31174844/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=65232 CPUtime=25.49 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 25614 0 0 0 2488 61 0 0 25 0 1 0 901489503 66797568 15409 33554432000 4194304 9128323 140734627413600 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 16308 15409 755 1205 0 15099 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65232

[startup+51.101 s]
/proc/loadavg: 2.12 2.04 1.95 3/176 7693
/proc/meminfo: memFree=31164712/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=74636 CPUtime=51.09 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 58273 0 0 0 4990 119 0 0 25 0 1 0 901489503 76427264 17629 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 18659 17629 755 1205 0 17450 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74636

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 1.95 3/176 7695
/proc/meminfo: memFree=31159308/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=78692 CPUtime=102.3 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 89101 0 0 0 9986 244 0 0 25 0 1 0 901489503 80580608 18662 33554432000 4194304 9128323 140734627413600 18446744073709551615 6713413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 19673 18662 755 1205 0 18464 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78692

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.95 3/176 7697
/proc/meminfo: memFree=31154964/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=81700 CPUtime=162.3 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 111716 0 0 0 15835 395 0 0 25 0 1 0 901489503 83660800 19404 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 20425 19404 755 1205 0 19216 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 81700

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 7697
/proc/meminfo: memFree=31145152/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=86284 CPUtime=222.29 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 132763 0 0 0 21684 545 0 0 25 0 1 0 901489503 88354816 20557 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 21571 20557 755 1205 0 20362 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86284

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/176 7699
/proc/meminfo: memFree=31142160/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=89116 CPUtime=282.29 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 137384 0 0 0 27534 695 0 0 25 0 1 0 901489503 91254784 21270 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 22279 21270 755 1205 0 21070 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89116

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/176 7701
/proc/meminfo: memFree=31140644/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=90916 CPUtime=342.29 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 160001 0 0 0 33379 850 0 0 25 0 1 0 901489503 93097984 21700 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 22729 21700 755 1205 0 21520 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 90916

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7703
/proc/meminfo: memFree=31137896/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=93484 CPUtime=402.3 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 168497 0 0 0 39232 998 0 0 25 0 1 0 901489503 95727616 22339 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 23371 22339 755 1205 0 22162 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 93484

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7705
/proc/meminfo: memFree=31137628/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=93964 CPUtime=462.3 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 168606 0 0 0 45078 1152 0 0 25 0 1 0 901489503 96219136 22448 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 23491 22448 755 1205 0 22282 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 93964

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7705
/proc/meminfo: memFree=31135264/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=95784 CPUtime=522.3 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 170646 0 0 0 50924 1306 0 0 25 0 1 0 901489503 98082816 22920 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 23946 22920 755 1205 0 22737 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 95784

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7707
/proc/meminfo: memFree=31131156/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=99460 CPUtime=582.29 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 171578 0 0 0 56789 1440 0 0 25 0 1 0 901489503 101847040 23852 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 24865 23852 755 1205 0 23656 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 99460

[startup+642.3 s]

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

/proc/meminfo: memFree=31113420/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=113384 CPUtime=1002.31 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 178883 0 0 0 97901 2330 0 0 25 0 1 0 901489503 116105216 27215 33554432000 4194304 9128323 140734627413600 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 28346 27215 755 1205 0 27137 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 113384

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7721
/proc/meminfo: memFree=31111176/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=114708 CPUtime=1062.31 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 183829 0 0 0 103776 2455 0 0 25 0 1 0 901489503 117460992 27533 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 28677 27533 756 1205 0 27468 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 114708

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7721
/proc/meminfo: memFree=31107796/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=116440 CPUtime=1122.31 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 184280 0 0 0 109653 2578 0 0 25 0 1 0 901489503 119234560 27984 33554432000 4194304 9128323 140734627413600 18446744073709551615 4241216 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29110 27984 756 1205 0 27901 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 116440

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 7723
/proc/meminfo: memFree=31103940/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=116848 CPUtime=1182.31 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 184419 0 0 0 115537 2694 0 0 25 0 1 0 901489503 119652352 28123 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29212 28123 756 1205 0 28003 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 116848

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/176 7725
/proc/meminfo: memFree=31101668/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=117904 CPUtime=1242.31 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 184616 0 0 0 121412 2819 0 0 25 0 1 0 901489503 120733696 28320 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29476 28320 756 1205 0 28267 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 117904

[startup+1302.3 s]
/proc/loadavg: 2.10 2.04 1.97 3/176 7765
/proc/meminfo: memFree=30857068/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=117904 CPUtime=1302.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 184629 0 0 0 127299 2933 0 0 25 0 1 0 901489503 120733696 28333 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29476 28333 756 1205 0 28267 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 117904

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 1.97 3/176 7767
/proc/meminfo: memFree=30856028/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=118584 CPUtime=1362.31 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 184782 0 0 0 133199 3032 0 0 25 0 1 0 901489503 121430016 28486 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29646 28486 756 1205 0 28437 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 118584

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 1.97 3/176 7767
/proc/meminfo: memFree=30854400/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=119724 CPUtime=1422.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185032 0 0 0 139106 3126 0 0 25 0 1 0 901489503 122597376 28736 33554432000 4194304 9128323 140734627413600 18446744073709551615 5332984 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29931 28736 756 1205 0 28722 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 119724

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/176 7769
/proc/meminfo: memFree=30851420/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=119724 CPUtime=1482.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185052 0 0 0 145003 3229 0 0 25 0 1 0 901489503 122597376 28756 33554432000 4194304 9128323 140734627413600 18446744073709551615 4592823 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 29931 28756 756 1205 0 28722 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 119724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/176 7771
/proc/meminfo: memFree=30805524/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=121920 CPUtime=1542.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185576 0 0 0 150896 3336 0 0 25 0 1 0 901489503 124846080 29264 33554432000 4194304 9128323 140734627413600 18446744073709551615 4207462 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30480 29264 756 1205 0 29271 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 121920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7773
/proc/meminfo: memFree=30797328/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122128 CPUtime=1602.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185621 0 0 0 156778 3454 0 0 25 0 1 0 901489503 125059072 29309 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30532 29309 756 1205 0 29323 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 122128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30787888/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1662.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 162658 3574 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 122772

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

[startup+1663.9 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30787888/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1663.92 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 162815 3577 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1663.92
Current children cumulated vsize (KiB) 122772

[startup+1670.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30787144/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1670.32 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 163443 3589 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1670.32
Current children cumulated vsize (KiB) 122772

[startup+1676.7 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30785532/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1676.72 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 164072 3600 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1676.72
Current children cumulated vsize (KiB) 122772

[startup+1679.9 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30785532/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1679.92 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 164387 3605 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1679.92
Current children cumulated vsize (KiB) 122772

[startup+1680.7 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30785532/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1680.73 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 164466 3607 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1680.73
Current children cumulated vsize (KiB) 122772

[startup+1681.5 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30785532/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=122772 CPUtime=1681.52 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185735 0 0 0 164544 3608 0 0 25 0 1 0 901489503 125718528 29423 33554432000 4194304 9128323 140734627413600 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7690/statm: 30693 29423 756 1205 0 29484 0
Current children cumulated CPU time (s) 1681.52
Current children cumulated vsize (KiB) 122772

[startup+1681.7 s]
/proc/loadavg: 2.00 2.01 1.97 3/176 7775
/proc/meminfo: memFree=30785532/32951132 swapFree=67052544/67111528
[pid=7690] ppid=7688 vsize=121360 CPUtime=1681.72 cores=1,3,5,7
/proc/7690/stat : 7690 (scip-2.0.1.4.li) R 7688 7690 6878 0 -1 4202496 185737 0 0 0 164564 3608 0 0 18 0 1 0 901489503 124272640 29072 33554432000 4194304 9128323 140734627413600 18446744073709551615 6885312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7690/statm: 30340 29072 758 1205 0 29131 0
Current children cumulated CPU time (s) 1681.72
Current children cumulated vsize (KiB) 121360

Child status: 0
Real time (s): 1681.73
CPU time (s): 1681.76
CPU user time (s): 1645.67
CPU system time (s): 36.0925
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 122772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1645.67
system time used= 36.0925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 4546

runsolver used 2.23066 second user time and 5.42717 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-12 19:15:08
IDJOB=3447877
IDBENCH=78977
IDSOLVER=1944
FILE ID=node128/3447877-1307898908
RUNJOBID= node128-1307897308-7495
PBS_JOBID= 13559578
Free space on /tmp= 74068 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.1900551347--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447877-1307898908/watcher-3447877-1307898908 -o /tmp/evaluation-result-3447877-1307898908/solver-3447877-1307898908 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447877-1307898908.wbo -t 1800 -m 15500

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

MD5SUM BENCH= ccbb2f2628d7a379eab2ad56e88b2a24
RANDOM SEED=1855777887

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31235600 kB
Buffers:        310696 kB
Cached:        1082424 kB
SwapCached:      11368 kB
Active:         599148 kB
Inactive:       888608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31235600 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           12052 kB
Writeback:           0 kB
AnonPages:       92584 kB
Mapped:          13476 kB
Slab:           163900 kB
PageTables:       5012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   287668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node128 at 2011-06-12 19:43:10