Trace number 3485448

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)SAT77 1797.33 1797.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark633.683
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485448-1307776821.opb>
0.02/0.02	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.02/0.02	c problem read
0.02/0.02	c presolving settings loaded
0.02/0.04	c presolving:
0.02/0.05	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.06	c (round 2) 1 del vars, 733 del conss, 0 add conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 102 upgd conss, 0 impls, 0 clqs
0.02/0.07	c (round 3) 1 del vars, 733 del conss, 3 add conss, 1 chg bounds, 74 chg sides, 322 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.02/0.07	c (round 4) 1 del vars, 733 del conss, 3 add conss, 1 chg bounds, 100 chg sides, 348 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.09/0.18	c    (0.2s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.09/0.18	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (5 rounds):
0.09/0.18	c  1 deleted vars, 733 deleted constraints, 3 added constraints, 1 tightened bounds, 0 added holes, 100 changed sides, 348 changed coefficients
0.09/0.18	c  144 implications, 2 cliques
0.09/0.18	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 930 constraints
0.09/0.18	c     195 constraints of type <knapsack>
0.09/0.18	c       3 constraints of type <setppc>
0.09/0.18	c     732 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.15
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 2.0.1.4
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1797
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 13950
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # belongs reading time to solving time?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c timing/reading = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.21	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.21	c   0.2s|     1 |     0 |   265 |     - |7090k|   0 | 184 | 894 | 949 | 894 | 930 |   0 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |  3168 |     - |7955k|   0 | 465 | 894 |1168 | 894 |1003 |  73 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |  3336 |     - |8545k|   0 | 511 | 894 |1168 | 894 |1113 | 183 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.99/1.01	c   1.0s|     1 |     0 |  3805 |     - |9168k|   0 | 488 | 894 |1168 | 894 |1226 | 296 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |  4363 |     - |9638k|   0 | 515 | 894 |1168 | 894 |1307 | 377 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.39/1.47	c   1.5s|     1 |     0 |  4690 |     - |  10M|   0 | 498 | 894 |1168 | 894 |1377 | 447 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.70/1.72	c   1.7s|     1 |     0 |  5142 |     - |  10M|   0 | 531 | 894 |1168 | 894 |1444 | 514 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
2.39/2.43	c   2.4s|     1 |     2 |  5142 |     - |  10M|   0 | 531 | 894 |1168 | 894 |1444 | 514 |  19 |  12 | 4.500000e+01 |      --      |    Inf 
83.49/83.50	c  83.5s| 10000 |  3387 |  1088k| 108.4 |  30M|  47 | 182 | 894 |2633 | 894 |1031 | 514 |  13k|4159 | 4.500000e+01 |      --      |    Inf 
102.30/102.35	o 85
102.30/102.35	c v 102s| 12888 |  3102 |  1375k| 106.4 |  29M|  50 |   - | 894 |2739 | 894 |1031 | 514 |  17k|4810 | 4.500000e+01 | 8.500000e+01 |  88.89%
129.29/129.37	o 81
129.29/129.37	c * 129s| 18918 |  4044 |  1752k|  92.4 |  37M|  51 |   - | 894 |3576 | 894 |1031 | 514 |  26k|5687 | 4.500000e+01 | 8.100000e+01 |  80.00%
136.00/136.08	c   136s| 20000 |  4261 |  1849k|  92.2 |  38M|  51 | 178 | 894 |2701 | 894 |1031 | 514 |  27k|6012 | 4.500000e+01 | 8.100000e+01 |  80.00%
183.79/183.86	c   184s| 30000 |  5510 |  2544k|  84.7 |  46M|  55 |  62 | 894 |3648 | 894 |1031 | 514 |  41k|7704 | 4.500000e+01 | 8.100000e+01 |  80.00%
223.80/223.83	c   224s| 40000 |  7056 |  3113k|  77.7 |  57M|  64 | 115 | 894 |3740 | 894 |1031 | 514 |  55k|9096 | 4.500000e+01 | 8.100000e+01 |  80.00%
266.80/266.80	c   267s| 50000 |  8086 |  3741k|  74.7 |  64M|  64 |   - | 894 |3779 |   0 |   0 | 514 |  69k|  10k| 4.500000e+01 | 8.100000e+01 |  80.00%
308.40/308.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.40/308.49	c   308s| 60000 |  9309 |  4378k|  72.9 |  74M|  64 |   - | 894 |5748 |   0 |   0 | 514 |  82k|  11k| 4.500000e+01 | 8.100000e+01 |  80.00%
347.61/347.65	c   348s| 70000 | 10437 |  5013k|  71.6 |  83M|  64 | 223 | 894 |5451 | 894 |1031 | 514 |  96k|  12k| 4.500000e+01 | 8.100000e+01 |  80.00%
388.60/388.61	c   389s| 80000 | 12192 |  5698k|  71.2 |  96M|  64 | 184 | 894 |4959 | 894 |1031 | 514 | 109k|  13k| 4.500000e+01 | 8.100000e+01 |  80.00%
430.50/430.50	c   430s| 90000 | 13130 |  6315k|  70.1 | 104M|  64 |   - | 894 |5383 |   0 |   0 | 514 | 123k|  14k| 4.500000e+01 | 8.100000e+01 |  80.00%
469.20/469.22	c   469s|100000 | 13859 |  6943k|  69.4 | 110M|  64 | 230 | 894 |5855 | 894 |1031 | 514 | 137k|  15k| 4.500000e+01 | 8.100000e+01 |  80.00%
509.10/509.14	c   509s|110000 | 15667 |  7588k|  68.9 | 121M|  64 | 177 | 894 |4434 | 894 |1031 | 514 | 152k|  16k| 4.500000e+01 | 8.100000e+01 |  80.00%
541.21/541.28	c   541s|120000 | 16670 |  8049k|  67.0 | 129M|  64 | 120 | 894 |6638 | 894 |1031 | 514 | 165k|  17k| 4.500000e+01 | 8.100000e+01 |  80.00%
559.51/559.56	o 80
559.51/559.56	c l 560s|124639 | 17377 |  8340k|  66.9 | 133M|  64 |   - | 894 |5926 | 894 |1031 | 514 | 171k|  17k| 4.500000e+01 | 8.000000e+01 |  77.78%
561.50/561.50	o 79
561.50/561.50	c v 562s|125139 | 16498 |  8376k|  66.9 | 128M|  64 |   - | 894 |5921 | 894 |1031 | 514 | 172k|  17k| 4.500000e+01 | 7.900000e+01 |  75.56%
562.60/562.63	o 77
562.60/562.63	c C 563s|125339 | 13154 |  8389k|  66.9 | 102M|  64 | 111 | 894 |5895 | 894 |1031 | 514 | 172k|  17k| 4.500000e+01 | 7.700000e+01 |  71.11%
578.51/578.55	c   579s|130000 | 14010 |  8668k|  66.6 | 106M|  64 | 211 | 894 |5361 | 894 |1031 | 514 | 179k|  18k| 4.500000e+01 | 7.700000e+01 |  71.11%
610.80/610.87	c   611s|140000 | 14449 |  9151k|  65.3 | 112M|  64 |   - | 894 |7434 |   0 |   0 | 514 | 193k|  18k| 4.500000e+01 | 7.700000e+01 |  71.11%
646.81/646.86	c   647s|150000 | 16070 |  9720k|  64.8 | 121M|  64 |   - | 894 |3948 |   0 |   0 | 514 | 208k|  19k| 4.500000e+01 | 7.700000e+01 |  71.11%
682.91/682.90	c   683s|160000 | 17288 | 10300k|  64.3 | 128M|  69 | 175 | 894 |4593 | 894 |1031 | 514 | 222k|  20k| 4.500000e+01 | 7.700000e+01 |  71.11%
715.70/715.73	c   716s|170000 | 18088 | 10823k|  63.6 | 135M|  69 | 252 | 894 |5816 | 894 |1031 | 514 | 237k|  21k| 4.500000e+01 | 7.700000e+01 |  71.11%
748.41/748.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.41/748.49	c   748s|180000 | 18397 | 11337k|  63.0 | 139M|  69 |   - | 894 |5901 |   0 |   0 | 514 | 252k|  21k| 4.500000e+01 | 7.700000e+01 |  71.11%
781.51/781.50	c   781s|190000 | 19070 | 11828k|  62.2 | 144M|  75 |   - | 894 |6421 |   0 |   0 | 514 | 266k|  22k| 4.500000e+01 | 7.700000e+01 |  71.11%
807.80/807.88	c   808s|200000 | 19641 | 12241k|  61.2 | 149M|  75 |   - | 894 |7668 |   0 |   0 | 514 | 280k|  22k| 4.500000e+01 | 7.700000e+01 |  71.11%
836.70/836.74	c   837s|210000 | 19988 | 12609k|  60.0 | 153M|  75 |   - | 894 |9011 |   0 |   0 | 514 | 294k|  23k| 4.500000e+01 | 7.700000e+01 |  71.11%
867.71/867.71	c   868s|220000 | 20343 | 13052k|  59.3 | 155M|  75 |   - | 894 |6749 |   0 |   0 | 514 | 308k|  24k| 4.500000e+01 | 7.700000e+01 |  71.11%
895.42/895.42	c   895s|230000 | 21205 | 13520k|  58.8 | 162M|  75 |  61 | 894 |9284 | 894 |1031 | 514 | 322k|  24k| 4.500000e+01 | 7.700000e+01 |  71.11%
926.80/926.83	c   927s|240000 | 22066 | 13990k|  58.3 | 167M|  75 |   - | 894 |5952 |   0 |   0 | 514 | 336k|  24k| 4.500000e+01 | 7.700000e+01 |  71.11%
958.41/958.42	c   958s|250000 | 22303 | 14456k|  57.8 | 168M|  75 | 217 | 894 |5321 | 894 |1031 | 514 | 351k|  25k| 4.500000e+01 | 7.700000e+01 |  71.11%
990.21/990.21	c   990s|260000 | 23005 | 15003k|  57.7 | 174M|  87 | 192 | 894 |7274 | 894 |1031 | 514 | 366k|  25k| 4.500000e+01 | 7.700000e+01 |  71.11%
1027.11/1027.20	c  1027s|270000 | 23829 | 15569k|  57.6 | 181M|  87 | 189 | 894 |9140 | 894 |1031 | 514 | 382k|  26k| 4.500000e+01 | 7.700000e+01 |  71.11%
1062.01/1062.03	c  1062s|280000 | 24513 | 16075k|  57.4 | 187M|  87 |   - | 894 |9820 |   0 |   0 | 514 | 399k|  27k| 4.500000e+01 | 7.700000e+01 |  71.11%
1093.81/1093.87	c  1094s|290000 | 25184 | 16551k|  57.1 | 192M|  87 | 225 | 894 |9056 | 894 |1031 | 514 | 416k|  28k| 4.500000e+01 | 7.700000e+01 |  71.11%
1126.32/1126.38	c  1126s|300000 | 25612 | 17075k|  56.9 | 195M|  87 |   - | 894 |6210 |   0 |   0 | 514 | 432k|  28k| 4.500000e+01 | 7.700000e+01 |  71.11%
1160.52/1160.55	c  1161s|310000 | 26504 | 17621k|  56.8 | 201M|  87 |   - | 894 |6393 |   0 |   0 | 514 | 446k|  29k| 4.500000e+01 | 7.700000e+01 |  71.11%
1193.11/1193.19	c  1193s|320000 | 27151 | 18096k|  56.5 | 208M|  87 |   - | 894 |7172 | 894 |1031 | 514 | 460k|  30k| 4.500000e+01 | 7.700000e+01 |  71.11%
1221.52/1221.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.52/1221.59	c  1222s|330000 | 27830 | 18545k|  56.2 | 214M|  87 | 152 | 894 |8777 | 894 |1031 | 514 | 475k|  30k| 4.500000e+01 | 7.700000e+01 |  71.11%
1252.71/1252.71	c  1253s|340000 | 28420 | 19004k|  55.9 | 219M|  87 | 223 | 894 |9264 | 894 |1031 | 514 | 489k|  31k| 4.500000e+01 | 7.700000e+01 |  71.11%
1281.72/1281.74	c  1282s|350000 | 28872 | 19381k|  55.4 | 223M|  87 | 120 | 894 |6807 | 894 |1031 | 514 | 505k|  31k| 4.500000e+01 | 7.700000e+01 |  71.11%
1314.72/1314.78	c  1315s|360000 | 29860 | 19904k|  55.3 | 228M|  87 | 203 | 894 |6838 | 894 |1031 | 514 | 519k|  32k| 4.500000e+01 | 7.700000e+01 |  71.11%
1344.72/1344.74	c  1345s|370000 | 31939 | 20483k|  55.3 | 240M|  87 | 174 | 894 |8331 | 894 |1031 | 514 | 533k|  32k| 4.500000e+01 | 7.700000e+01 |  71.11%
1376.52/1376.52	c  1377s|380000 | 33508 | 20983k|  55.2 | 250M|  87 |   - | 894 |8842 |   0 |   0 | 514 | 546k|  33k| 4.500000e+01 | 7.700000e+01 |  71.11%
1407.12/1407.10	c  1407s|390000 | 34714 | 21473k|  55.0 | 257M|  87 |   - | 894 |7905 |   0 |   0 | 514 | 559k|  33k| 4.500000e+01 | 7.700000e+01 |  71.11%
1435.42/1435.40	c  1435s|400000 | 35686 | 21967k|  54.9 | 263M|  87 | 189 | 894 |9242 | 894 |1031 | 514 | 572k|  33k| 4.500000e+01 | 7.700000e+01 |  71.11%
1469.62/1469.69	c  1470s|410000 | 36312 | 22512k|  54.9 | 266M|  87 | 289 | 894 |6372 | 894 |1031 | 514 | 586k|  34k| 4.500000e+01 | 7.700000e+01 |  71.11%
1501.02/1501.00	c  1501s|420000 | 37017 | 22998k|  54.7 | 272M|  87 |   - | 894 |7145 |   0 |   0 | 514 | 598k|  35k| 4.500000e+01 | 7.700000e+01 |  71.11%
1526.62/1526.64	c  1527s|430000 | 38083 | 23415k|  54.4 | 279M|  87 |   - | 894 |9986 | 894 |1031 | 514 | 612k|  35k| 4.500000e+01 | 7.700000e+01 |  71.11%
1553.52/1553.54	c  1554s|440000 | 38738 | 23822k|  54.1 | 283M|  87 |   - | 894 |7502 |   0 |   0 | 514 | 626k|  35k| 4.500000e+01 | 7.700000e+01 |  71.11%
1586.13/1586.13	c  1586s|450000 | 40027 | 24335k|  54.1 | 289M|  87 | 101 | 894 |7550 | 894 |1031 | 514 | 640k|  36k| 4.500000e+01 | 7.700000e+01 |  71.11%
1618.13/1618.11	c  1618s|460000 | 41615 | 24836k|  54.0 | 299M|  87 |  92 | 894 |8933 | 894 |1031 | 514 | 653k|  36k| 4.500000e+01 | 7.700000e+01 |  71.11%
1648.22/1648.22	c  1648s|470000 | 42955 | 25303k|  53.8 | 308M|  87 |   - | 894 |  11k|   0 |   0 | 514 | 667k|  37k| 4.500000e+01 | 7.700000e+01 |  71.11%
1680.62/1680.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1680.62/1680.60	c  1681s|480000 | 44494 | 25826k|  53.8 | 316M|  87 |   - | 894 |9683 |   0 |   0 | 514 | 681k|  37k| 4.500000e+01 | 7.700000e+01 |  71.11%
1708.43/1708.47	c  1708s|490000 | 46198 | 26270k|  53.6 | 326M|  87 |  68 | 894 |  11k| 894 |1031 | 514 | 695k|  37k| 4.500000e+01 | 7.700000e+01 |  71.11%
1740.72/1740.77	c  1741s|500000 | 47823 | 26746k|  53.5 | 335M|  87 | 250 | 894 |  10k| 894 |1031 | 514 | 709k|  38k| 4.500000e+01 | 7.700000e+01 |  71.11%
1772.33/1772.37	c  1772s|510000 | 49293 | 27195k|  53.3 | 344M|  87 | 237 | 894 |  10k| 894 |1031 | 514 | 723k|  39k| 4.500000e+01 | 7.700000e+01 |  71.11%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 518335
1797.03/1797.00	c Primal Bound       : +7.70000000000000e+01 (5 solutions)
1797.03/1797.00	c Dual Bound         : +4.50000000000000e+01
1797.03/1797.00	c Gap                : 71.11 %
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	v x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 
1797.03/1797.00	v x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 
1797.03/1797.00	v x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 -x144 x145 x146 x147 x148 x149 x150 x151 
1797.03/1797.00	v x152 x153 x154 x155 -x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 
1797.03/1797.00	v x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 -x186 -x187 x188 x189 x190 -x191 x192 x193 x194 x195 x196 x197 -x198 -x199 
1797.03/1797.00	v -x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 -x219 -x220 x221 x222 x223 x224 
1797.03/1797.00	v -x225 -x226 x227 x228 x229 -x230 x231 x232 x233 x234 x235 x236 -x237 -x238 -x239 x240 x241 x242 x243 x244 -x245 x246 x247 
1797.03/1797.00	v x248 x249 -x250 -x251 x252 x253 x254 -x255 -x256 x257 x258 x259 -x260 -x261 x262 x263 x264 -x265 x266 x267 x268 x269 x270 x271 
1797.03/1797.00	v -x272 -x273 -x274 x275 x276 x277 x278 x279 x280 x281 x282 -x283 x284 x285 x286 -x287 x288 x289 x290 -x291 x292 x293 x294 -x295 
1797.03/1797.00	v x296 x297 x298 x299 x300 x301 -x302 -x303 -x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x315 x316 x317 x318 x319 
1797.03/1797.00	v x320 x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 
1797.03/1797.00	v -x342 -x343 -x344 -x345 x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 
1797.03/1797.00	v x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 -x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 -x388 
1797.03/1797.00	v x389 x390 x391 x392 x393 x394 x395 x396 x397 -x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 -x411 -x412 
1797.03/1797.00	v x413 x414 x415 -x416 x417 x418 x419 x420 x421 x422 -x423 -x424 -x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 
1797.03/1797.00	v -x438 -x439 x440 x441 x442 x443 -x444 -x445 x446 x447 x448 -x449 x450 x451 x452 x453 x454 x455 -x456 -x457 -x458 -x459 x460 
1797.03/1797.00	v x461 x462 x463 -x464 -x465 x466 x467 x468 -x469 -x470 x471 x472 x473 -x474 -x475 x476 x477 x478 -x479 x480 x481 x482 x483 
1797.03/1797.00	v x484 x485 -x486 -x487 -x488 x489 x490 x491 x492 -x493 x494 x495 x496 -x497 x498 x499 x500 -x501 x502 x503 x504 -x505 x506 x507 
1797.03/1797.00	v x508 x509 x510 x511 -x512 -x513 -x514 x515 x516 x517 x518 x519 x520 x521 x522 x523 x524 x525 x526 x527 x528 x529 -x530 -x531 
1797.03/1797.00	v -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 
1797.03/1797.00	v -x553 -x554 -x555 -x556 -x557 -x558 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 
1797.03/1797.00	v x570 x571 -x572 x573 x574 x575 x576 -x577 x578 x579 x580 x581 x582 x583 -x584 -x585 -x586 x587 x588 x589 x590 x591 x592 -x593 
1797.03/1797.00	v x594 x595 x596 x597 x598 -x599 -x600 x601 x602 x603 -x604 x605 x606 x607 x608 x609 x610 -x611 -x612 -x613 -x614 x615 x616 
1797.03/1797.00	v x617 x618 -x619 -x620 x621 x622 x623 -x624 -x625 x626 x627 x628 -x629 x630 x631 x632 x633 x634 x635 -x636 -x637 -x638 -x639 
1797.03/1797.00	v x640 x641 x642 -x643 x644 x645 x646 -x647 x648 x649 x650 -x651 x652 x653 x654 x655 x656 x657 -x658 -x659 -x660 x661 x662 x663 
1797.03/1797.00	v x664 x665 x666 x667 x668 x669 x670 x671 x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 
1797.03/1797.00	v -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x13 -x12 -x11 -x10 -x9 x8 -x7 x699 x700 x701 x702 
1797.03/1797.00	v x703 x704 -x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 -x717 -x718 -x719 -x720 x721 x722 x723 x724 -x725 -x726 
1797.03/1797.00	v x727 x728 x729 -x730 x731 x732 x733 x734 x735 x736 -x737 -x738 -x739 x740 x741 x742 x743 -x744 x745 x746 x747 -x748 x749 
1797.03/1797.00	v x750 x751 x752 x753 x754 -x755 -x756 -x757 x758 x759 x760 x761 x762 x763 x764 x765 x766 x767 x768 x769 -x770 -x771 -x772 -x773 
1797.03/1797.00	v -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x27 -x26 -x25 x24 -x23 -x22 
1797.03/1797.00	v -x21 -x790 -x791 x792 x793 x794 -x795 x796 x797 x798 x799 x800 x801 -x802 -x803 -x804 -x805 x806 x807 x808 -x809 x810 x811 
1797.03/1797.00	v x812 x813 x814 x815 -x816 -x817 -x818 x819 x820 x821 x822 x823 x824 x825 x826 x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 
1797.03/1797.00	v -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x34 -x33 -x32 x31 -x30 x29 x28 x845 x846 x847 x848 x849 x850 x851 
1797.03/1797.00	v -x852 x853 x854 x855 x856 x857 x858 x859 x860 -x861 -x862 -x863 -x864 x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 
1797.03/1797.00	v -x41 -x40 x39 -x38 x37 -x36 -x35 x875 x876 x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x48 -x47 
1797.03/1797.00	v x46 -x45 -x44 -x43 x42 -x889 -x890 -x891 -x892 -x893 -x55 -x54 x53 -x52 -x51 x50 -x49 x894 -x69 x68 -x67 -x66 x65 -x64 x63 
1797.03/1797.00	v -x62 x61 -x60 x59 x58 -x57 -x56 x895 x6 -x5 -x4 -x3 -x2 -x1 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.15 (included in solving)
1797.03/1797.00	c   reading          :       0.02 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3485448-1307776821.opb
1797.03/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 1660 initial, 1660 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3485448-1307776821.opb
1797.03/1797.00	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 930 initial, 12610 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.11          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          3         56        200
1797.03/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.03          1          0          0          1          0        733          0         44        148
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          4          -          -          4          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0     347688          0         16          0        186      21951          0          0     683258
1797.03/1797.00	c   knapsack         :        195          6    2058616          1          0         13    2148278      25075    2647178        585          0          0
1797.03/1797.00	c   setppc           :          3          6      87184          0          0          4      24707          0       1132          0          0          0
1797.03/1797.00	c   linear           :        732+         7    2033579          0          0          4    2467435     196496   21202631          0          0          0
1797.03/1797.00	c   logicor          :          0+         6     998066          0          0          0    3163340      12333     808533          1          0          0
1797.03/1797.00	c   countsols        :          0          0          0          1          0          6          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     190.91       0.00       0.00     190.91       0.00       0.00       0.00
1797.03/1797.00	c   knapsack         :      29.76       0.01      28.54       0.00       0.00       0.00       1.20
1797.03/1797.00	c   setppc           :       0.04       0.00       0.03       0.00       0.00       0.00       0.01
1797.03/1797.00	c   linear           :     151.46       0.00     147.98       0.00       0.00       0.00       3.48
1797.03/1797.00	c   logicor          :      45.43       0.00      43.15       0.00       0.00       0.00       2.28
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          5          0          0          1
1797.03/1797.00	c   pseudoobj        :    2058344       3731         36       3090
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.29       0.29       0.00
1797.03/1797.00	c   rootredcost      :       0.31       0.31       0.00
1797.03/1797.00	c   pseudoobj        :       0.98       0.98       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :      13.47     233940     233606    2342145       34.1       9198       26.0          -
1797.03/1797.00	c   infeasible LP    :       4.63      39788      39788     271321       28.4       4220       21.6          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -     735649       27.7          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -        614          -    (maximal pool size: 3579)
1797.03/1797.00	c   redcost          :       4.72     348508          0       1222          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0         10          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.10          6          0          0         63          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.09          6          0          0         75          0
1797.03/1797.00	c   cmir             :       0.39          6          0          0       2516          0
1797.03/1797.00	c   flowcover        :       0.24          6          0          0       1200          0
1797.03/1797.00	c   clique           :       0.00          6          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.28          1          0          0          0        219
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :     190.66     347687        186      21951          0          0     683258
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          1
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   intshifting      :       0.01          0          0
1797.03/1797.00	c   oneopt           :       0.15          5          0
1797.03/1797.00	c   crossover        :       0.65          5          1
1797.03/1797.00	c   feaspump         :       6.89        173          0
1797.03/1797.00	c   fracdiving       :       7.30        817          0
1797.03/1797.00	c   pscostdiving     :      13.89        817          0
1797.03/1797.00	c   veclendiving     :      11.14        817          2
1797.03/1797.00	c   linesearchdiving :      10.14        817          1
1797.03/1797.00	c   guideddiving     :      10.53        817          0
1797.03/1797.00	c   coefdiving       :       6.92        817          0
1797.03/1797.00	c   objpscostdiving  :      14.37        409          0
1797.03/1797.00	c   rootsoldiving    :       7.68        409          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.02          1          0
1797.03/1797.00	c   simplerounding   :       0.09          0          0
1797.03/1797.00	c   zirounding       :       0.16       1000          0
1797.03/1797.00	c   rounding         :       0.88       8246          0
1797.03/1797.00	c   shifting         :       7.40       2611          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.00          0          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       0.07          0          0
1797.03/1797.00	c   trysol           :       0.10          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :    1058.09     379799   26273717      69.18   24831.16
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:      70.81      48861    1272389      26.04   17968.80
1797.03/1797.00	c   strong branching :     176.99      39561    3063343      77.43   17307.54
1797.03/1797.00	c     (at root node) :          -         12       5645     470.42          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :     518335
1797.03/1797.00	c   nodes (total)    :     518335
1797.03/1797.00	c   nodes left       :      50520
1797.03/1797.00	c   max depth        :         87
1797.03/1797.00	c   max depth (total):         87
1797.03/1797.00	c   backtracks       :     111126 (21.4%)
1797.03/1797.00	c   delayed cutoffs  :     108290
1797.03/1797.00	c   repropagations   :     575167 (7382334 domain reductions, 80737 cutoffs)
1797.03/1797.00	c   avg switch length:       5.70
1797.03/1797.00	c   switching time   :     143.10
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          5 (5 improvements)
1797.03/1797.00	c   First Solution   : +8.50000000000000e+01   (in run 1, after 12888 nodes, 102.35 seconds, depth 45, found by <veclendiving>)
1797.03/1797.00	c   Primal Bound     : +7.70000000000000e+01   (in run 1, after 125339 nodes, 562.62 seconds, depth 47, found by <crossover>)
1797.03/1797.00	c   Dual Bound       : +4.50000000000000e+01
1797.03/1797.00	c   Gap              :      71.11 %
1797.03/1797.00	c   Root Dual Bound  : +4.50000000000000e+01
1797.03/1797.00	c   Root Iterations  :       5142
1797.23/1797.29	c Time complete: 1797.32.

Verifier Data

OK	77

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485448-1307776821/watcher-3485448-1307776821 -o /tmp/evaluation-result-3485448-1307776821/solver-3485448-1307776821 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485448-1307776821.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.83 1.84 2/177 20537
/proc/meminfo: memFree=31776764/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=9836 CPUtime=0 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 1475 0 0 0 0 0 0 0 25 0 1 0 621873334 10072064 1430 33554432000 4194304 8979876 140736980863952 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20537/statm: 2459 1430 366 1169 0 1286 0

[startup+0.0253179 s]
/proc/loadavg: 1.99 1.83 1.84 2/177 20537
/proc/meminfo: memFree=31776764/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=11832 CPUtime=0.02 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 1943 0 0 0 2 0 0 0 25 0 1 0 621873334 12115968 1898 33554432000 4194304 8979876 140736980863952 18446744073709551615 7836048 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20537/statm: 2958 1898 366 1169 0 1785 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11832

[startup+0.100304 s]
/proc/loadavg: 1.99 1.83 1.84 2/177 20537
/proc/meminfo: memFree=31776764/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=32756 CPUtime=0.09 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 7217 0 0 0 9 0 0 0 25 0 1 0 621873334 33542144 6915 33554432000 4194304 8979876 140736980863952 18446744073709551615 5308557 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 8189 6915 533 1169 0 7016 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32756

[startup+0.300269 s]
/proc/loadavg: 1.99 1.83 1.84 2/177 20537
/proc/meminfo: memFree=31776764/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=37268 CPUtime=0.29 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 8735 0 0 0 28 1 0 0 25 0 1 0 621873334 38162432 8178 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 9317 8178 662 1169 0 8144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37268

[startup+0.700198 s]
/proc/loadavg: 1.99 1.83 1.84 2/177 20537
/proc/meminfo: memFree=31776764/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=56788 CPUtime=0.69 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 13404 0 0 0 67 2 0 0 25 0 1 0 621873334 58150912 12846 33554432000 4194304 8979876 140736980863952 18446744073709551615 7790414 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 14197 12846 701 1169 0 13024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56788

[startup+1.50106 s]
/proc/loadavg: 1.99 1.83 1.84 3/178 20538
/proc/meminfo: memFree=31729536/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=55376 CPUtime=1.49 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 13547 0 0 0 146 3 0 0 25 0 1 0 621873334 56705024 12620 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 13844 12620 710 1169 0 12671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55376

[startup+3.10078 s]
/proc/loadavg: 1.99 1.83 1.84 3/178 20538
/proc/meminfo: memFree=31729036/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=55376 CPUtime=3.09 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 13660 0 0 0 303 6 0 0 25 0 1 0 621873334 56705024 12733 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 13844 12733 714 1169 0 12671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55376

[startup+6.30022 s]
/proc/loadavg: 1.99 1.83 1.84 3/178 20538
/proc/meminfo: memFree=31729176/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=55376 CPUtime=6.29 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 13660 0 0 0 605 24 0 0 25 0 1 0 621873334 56705024 12733 33554432000 4194304 8979876 140736980863952 18446744073709551615 5906155 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 13844 12733 714 1169 0 12671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55376

[startup+12.7011 s]
/proc/loadavg: 1.99 1.84 1.84 3/178 20538
/proc/meminfo: memFree=31729048/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=55376 CPUtime=12.69 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 13665 0 0 0 1210 59 0 0 25 0 1 0 621873334 56705024 12738 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 13844 12738 718 1169 0 12671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55376

[startup+25.5008 s]
/proc/loadavg: 1.99 1.84 1.84 3/178 20538
/proc/meminfo: memFree=31728928/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=55376 CPUtime=25.49 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 13823 0 0 0 2422 127 0 0 25 0 1 0 621873334 56705024 12896 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 13844 12896 718 1169 0 12671 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55376

[startup+51.1003 s]
/proc/loadavg: 1.99 1.86 1.85 3/178 20539
/proc/meminfo: memFree=31719280/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=64808 CPUtime=51.09 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 16211 0 0 0 4854 255 0 0 25 0 1 0 621873334 66363392 15253 33554432000 4194304 8979876 140736980863952 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 16202 15253 718 1169 0 15029 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64808

[startup+102.306 s]
/proc/loadavg: 1.99 1.88 1.85 3/178 20540
/proc/meminfo: memFree=31700936/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=82816 CPUtime=102.3 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 20843 0 0 0 9735 495 0 0 25 0 1 0 621873334 84803584 19780 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 20704 19780 719 1169 0 19531 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82816

[startup+162.301 s]
/proc/loadavg: 1.99 1.90 1.86 3/178 20542
/proc/meminfo: memFree=31685264/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=98432 CPUtime=162.29 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 24860 0 0 0 15452 777 0 0 25 0 1 0 621873334 100794368 23683 33554432000 4194304 8979876 140736980863952 18446744073709551615 7068536 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 24608 23683 718 1169 0 23435 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98432

[startup+222.3 s]
/proc/loadavg: 1.99 1.91 1.86 3/178 20544
/proc/meminfo: memFree=31666480/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=116868 CPUtime=222.3 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 29632 0 0 0 21181 1049 0 0 25 0 1 0 621873334 119672832 28287 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 29217 28287 718 1169 0 28044 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116868

[startup+282.301 s]
/proc/loadavg: 2.04 1.94 1.87 4/178 20545
/proc/meminfo: memFree=31649440/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=134076 CPUtime=282.29 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 34055 0 0 0 26913 1316 0 0 25 0 1 0 621873334 137293824 32622 33554432000 4194304 8979876 140736980863952 18446744073709551615 7179741 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 33519 32622 725 1169 0 32346 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 134076

[startup+342.301 s]
/proc/loadavg: 2.01 1.95 1.88 3/178 20547
/proc/meminfo: memFree=31632900/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=150452 CPUtime=342.29 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 38200 0 0 0 32619 1610 0 0 25 0 1 0 621873334 154062848 36722 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 37613 36722 725 1169 0 36440 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 150452

[startup+402.301 s]
/proc/loadavg: 2.00 1.95 1.88 3/178 20548
/proc/meminfo: memFree=31609388/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=174184 CPUtime=402.3 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 44311 0 0 0 38318 1912 0 0 25 0 1 0 621873334 178364416 42614 33554432000 4194304 8979876 140736980863952 18446744073709551615 7187528 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 43546 42614 724 1169 0 42373 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 174184

[startup+462.301 s]
/proc/loadavg: 2.00 1.96 1.89 3/178 20550
/proc/meminfo: memFree=31592976/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=189544 CPUtime=462.3 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 48316 0 0 0 44038 2192 0 0 25 0 1 0 621873334 194093056 46492 33554432000 4194304 8979876 140736980863952 18446744073709551615 6445981 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 47386 46492 724 1169 0 46213 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 189544

[startup+522.3 s]
/proc/loadavg: 2.00 1.96 1.90 3/178 20552
/proc/meminfo: memFree=31575052/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=207672 CPUtime=522.3 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 52996 0 0 0 49749 2481 0 0 25 0 1 0 621873334 212656128 51010 33554432000 4194304 8979876 140736980863952 18446744073709551615 7179822 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 51918 51010 721 1169 0 50745 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 207672

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 20553
/proc/meminfo: memFree=31558000/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=224428 CPUtime=582.3 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 70748 0 0 0 55461 2769 0 0 25 0 1 0 621873334 229814272 55176 33554432000 4194304 8979876 140736980863952 18446744073709551615 4990368 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 56107 55176 728 1169 0 54934 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 224428

[startup+642.3 s]

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

/proc/meminfo: memFree=31436808/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=315092 CPUtime=1122.31 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 98566 0 0 0 107009 5222 0 0 25 0 1 0 621873334 322654208 77627 33554432000 4194304 8979876 140736980863952 18446744073709551615 5284600 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 78773 77627 729 1169 0 77600 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 315092

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 20569
/proc/meminfo: memFree=31423732/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=326024 CPUtime=1182.31 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 101269 0 0 0 112731 5500 0 0 25 0 1 0 621873334 333848576 80322 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 81506 80322 729 1169 0 80333 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 326024

[startup+1242.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/178 20571
/proc/meminfo: memFree=31411280/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=336616 CPUtime=1242.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 106107 0 0 0 118478 5754 0 0 25 0 1 0 621873334 344694784 82925 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 84154 82925 729 1169 0 82981 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 336616

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/178 20572
/proc/meminfo: memFree=31394712/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=347816 CPUtime=1302.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 109080 0 0 0 124220 6012 0 0 25 0 1 0 621873334 356163584 85736 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 86954 85736 731 1169 0 85781 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 347816

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/178 20574
/proc/meminfo: memFree=31365664/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=370412 CPUtime=1362.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 114572 0 0 0 129927 6305 0 0 25 0 1 0 621873334 379301888 91119 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 92603 91119 731 1169 0 91430 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 370412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 20576
/proc/meminfo: memFree=31345148/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=385748 CPUtime=1422.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 118075 0 0 0 135658 6574 0 0 25 0 1 0 621873334 395005952 94588 33554432000 4194304 8979876 140736980863952 18446744073709551615 4330734 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 96437 94588 734 1169 0 95264 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 385748

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 20577
/proc/meminfo: memFree=31329960/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=397412 CPUtime=1482.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 121084 0 0 0 141370 6862 0 0 25 0 1 0 621873334 406949888 97452 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 99353 97452 733 1169 0 98180 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 397412

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 20693
/proc/meminfo: memFree=31483624/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=416872 CPUtime=1542.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 125823 0 0 0 147088 7144 0 0 25 0 1 0 621873334 426876928 102092 33554432000 4194304 8979876 140736980863952 18446744073709551615 5270444 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 104218 102092 734 1169 0 103045 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 416872

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 20694
/proc/meminfo: memFree=31468780/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=431080 CPUtime=1602.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 129369 0 0 0 152788 7444 0 0 25 0 1 0 621873334 441425920 105572 33554432000 4194304 8979876 140736980863952 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 107770 105572 745 1169 0 106597 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 431080

[startup+1662.3 s]
/proc/loadavg: 1.95 1.99 1.92 3/178 20772
/proc/meminfo: memFree=31436060/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=453108 CPUtime=1662.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 134459 0 0 0 158458 7774 0 0 25 0 1 0 621873334 463982592 110576 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 113277 110576 732 1169 0 112104 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 453108

[startup+1722.3 s]
/proc/loadavg: 1.98 1.99 1.92 3/178 20812
/proc/meminfo: memFree=31396404/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=478092 CPUtime=1722.32 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 140569 0 0 0 164187 8045 0 0 25 0 1 0 621873334 489566208 116533 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 119523 116533 744 1169 0 118350 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 478092

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.92 3/178 20813
/proc/meminfo: memFree=31374280/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=498756 CPUtime=1782.33 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 145656 0 0 0 169914 8319 0 0 25 0 1 0 621873334 510726144 121586 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 124689 121586 742 1169 0 123516 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 498756

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

[startup+1785.5 s]
/proc/loadavg: 1.99 1.99 1.92 3/178 20813
/proc/meminfo: memFree=31372528/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=500180 CPUtime=1785.52 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 145979 0 0 0 170218 8334 0 0 25 0 1 0 621873334 512184320 121889 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 125045 121889 740 1169 0 123872 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 500180

[startup+1791.91 s]
/proc/loadavg: 1.99 1.99 1.92 3/178 20813
/proc/meminfo: memFree=31369412/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=503552 CPUtime=1791.93 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 146860 0 0 0 170831 8362 0 0 25 0 1 0 621873334 515637248 122741 33554432000 4194304 8979876 140736980863952 18446744073709551615 5284128 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 125888 122741 748 1169 0 124715 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 503552

[startup+1795.1 s]
/proc/loadavg: 1.99 1.99 1.92 3/178 20814
/proc/meminfo: memFree=31369288/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=503552 CPUtime=1795.13 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 146950 0 0 0 171138 8375 0 0 25 0 1 0 621873334 515637248 122818 33554432000 4194304 8979876 140736980863952 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 125888 122818 764 1169 0 124715 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 503552

[startup+1795.9 s]
/proc/loadavg: 1.99 1.99 1.92 3/178 20814
/proc/meminfo: memFree=31369288/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=503552 CPUtime=1795.92 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 146953 0 0 0 171214 8378 0 0 25 0 1 0 621873334 515637248 122820 33554432000 4194304 8979876 140736980863952 18446744073709551615 5284637 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 125888 122820 763 1169 0 124715 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 503552

[startup+1796.7 s]
/proc/loadavg: 2.07 2.01 1.93 3/178 20814
/proc/meminfo: memFree=31369164/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=503552 CPUtime=1796.73 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 146954 0 0 0 171291 8382 0 0 25 0 1 0 621873334 515637248 122821 33554432000 4194304 8979876 140736980863952 18446744073709551615 6490016 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/20537/statm: 125888 122821 763 1169 0 124715 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 503552

[startup+1797.1 s]
/proc/loadavg: 2.07 2.01 1.93 3/178 20814
/proc/meminfo: memFree=31369164/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=503552 CPUtime=1797.13 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 146958 0 0 0 171330 8383 0 0 18 0 1 0 621873334 515637248 122825 33554432000 4194304 8979876 140736980863952 18446744073709551615 6778220 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20537/statm: 125888 122825 766 1169 0 124715 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 503552

[startup+1797.2 s]
/proc/loadavg: 2.07 2.01 1.93 3/178 20814
/proc/meminfo: memFree=31369164/32951124 swapFree=67055708/67111528
[pid=20537] ppid=20535 vsize=503552 CPUtime=1797.23 cores=1,3,5,7
/proc/20537/stat : 20537 (scip-2.0.1.4_2.) R 20535 20537 17032 0 -1 4202496 146958 0 0 0 171340 8383 0 0 18 0 1 0 621873334 515637248 122825 33554432000 4194304 8979876 140736980863952 18446744073709551615 4841845 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20537/statm: 125888 122825 766 1169 0 124715 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (KiB) 503552

Child status: 0
Real time (s): 1797.3
CPU time (s): 1797.33
CPU user time (s): 1713.48
CPU system time (s): 83.8533
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 503552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1713.48
system time used= 83.8533
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146963
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= 2301

runsolver used 2.53561 second user time and 5.76212 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-11 09:20:21
IDJOB=3485448
IDBENCH=2944
IDSOLVER=1977
FILE ID=node107/3485448-1307776821
RUNJOBID= node107-1307776545-20426
PBS_JOBID= 13550853
Free space on /tmp= 74112 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485448-1307776821/watcher-3485448-1307776821 -o /tmp/evaluation-result-3485448-1307776821/solver-3485448-1307776821 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485448-1307776821.opb -t 1800 -m 15500

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=420544266

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31777572 kB
Buffers:        145812 kB
Cached:         594636 kB
SwapCached:      19468 kB
Active:         500484 kB
Inactive:       486076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31777572 kB
SwapTotal:    67111528 kB
SwapFree:     67055708 kB
Dirty:           17080 kB
Writeback:           0 kB
AnonPages:      244612 kB
Mapped:          15924 kB
Slab:           121460 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   428116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74096 MiB
End job on node107 at 2011-06-11 09:50:18