Trace number 3488890

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 E_2 2011-06-10 (fixed)SAT77 1797.3 1797.28

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.5 [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-3488890-1307774635.opb>
0.00/0.03	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/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.00/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.00/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.00/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.19	c    (0.2s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (5 rounds):
0.09/0.19	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.19	c  144 implications, 2 cliques
0.09/0.19	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 930 constraints
0.09/0.19	c     195 constraints of type <knapsack>
0.09/0.19	c       3 constraints of type <setppc>
0.09/0.19	c     732 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.16
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 2.0.1.5
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1797
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 13950
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # belongs reading time to solving time?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c timing/reading = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.22	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.22	c   0.2s|     1 |     0 |   265 |     - |7221k|   0 | 184 | 894 | 949 | 894 | 930 |   0 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |  3168 |     - |8086k|   0 | 465 | 894 |1168 | 894 |1003 |  73 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  3336 |     - |8676k|   0 | 511 | 894 |1168 | 894 |1113 | 183 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.10/1.12	c   1.1s|     1 |     0 |  3805 |     - |9299k|   0 | 488 | 894 |1168 | 894 |1226 | 296 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.29/1.38	c   1.4s|     1 |     0 |  4363 |     - |9769k|   0 | 515 | 894 |1168 | 894 |1307 | 377 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.59/1.63	c   1.6s|     1 |     0 |  4690 |     - |  10M|   0 | 498 | 894 |1168 | 894 |1377 | 447 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
1.89/1.91	c   1.9s|     1 |     0 |  5142 |     - |  10M|   0 | 531 | 894 |1168 | 894 |1444 | 514 |  19 |   0 | 4.500000e+01 |      --      |    Inf 
2.59/2.69	c   2.7s|     1 |     2 |  5142 |     - |  10M|   0 | 531 | 894 |1168 | 894 |1444 | 514 |  19 |  12 | 4.500000e+01 |      --      |    Inf 
92.19/92.28	c  92.3s| 10000 |  3387 |  1088k| 108.4 |  30M|  47 | 182 | 894 |2633 | 894 |1031 | 514 |  13k|4159 | 4.500000e+01 |      --      |    Inf 
113.09/113.12	o 85
113.09/113.12	c v 113s| 12888 |  3102 |  1375k| 106.4 |  30M|  50 |   - | 894 |2739 | 894 |1031 | 514 |  17k|4810 | 4.500000e+01 | 8.500000e+01 |  88.89%
143.00/143.01	o 81
143.00/143.01	c * 143s| 18918 |  4044 |  1752k|  92.4 |  37M|  51 |   - | 894 |3576 | 894 |1031 | 514 |  26k|5687 | 4.500000e+01 | 8.100000e+01 |  80.00%
150.39/150.41	c   150s| 20000 |  4261 |  1849k|  92.2 |  38M|  51 | 178 | 894 |2701 | 894 |1031 | 514 |  27k|6012 | 4.500000e+01 | 8.100000e+01 |  80.00%
203.19/203.22	c   203s| 30000 |  5510 |  2544k|  84.7 |  47M|  55 |  62 | 894 |3648 | 894 |1031 | 514 |  41k|7704 | 4.500000e+01 | 8.100000e+01 |  80.00%
247.40/247.44	c   247s| 40000 |  7056 |  3113k|  77.7 |  57M|  64 | 115 | 894 |3740 | 894 |1031 | 514 |  55k|9096 | 4.500000e+01 | 8.100000e+01 |  80.00%
294.90/294.92	c   295s| 50000 |  8086 |  3741k|  74.7 |  64M|  64 |   - | 894 |3779 |   0 |   0 | 514 |  69k|  10k| 4.500000e+01 | 8.100000e+01 |  80.00%
341.00/341.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.00/341.02	c   341s| 60000 |  9309 |  4378k|  72.9 |  74M|  64 |   - | 894 |5748 |   0 |   0 | 514 |  82k|  11k| 4.500000e+01 | 8.100000e+01 |  80.00%
384.30/384.39	c   384s| 70000 | 10437 |  5013k|  71.6 |  84M|  64 | 223 | 894 |5451 | 894 |1031 | 514 |  96k|  12k| 4.500000e+01 | 8.100000e+01 |  80.00%
429.69/429.72	c   430s| 80000 | 12192 |  5698k|  71.2 |  96M|  64 | 184 | 894 |4959 | 894 |1031 | 514 | 109k|  13k| 4.500000e+01 | 8.100000e+01 |  80.00%
476.09/476.10	c   476s| 90000 | 13130 |  6315k|  70.1 | 104M|  64 |   - | 894 |5383 |   0 |   0 | 514 | 123k|  14k| 4.500000e+01 | 8.100000e+01 |  80.00%
518.90/518.99	c   519s|100000 | 13859 |  6943k|  69.4 | 111M|  64 | 230 | 894 |5855 | 894 |1031 | 514 | 137k|  15k| 4.500000e+01 | 8.100000e+01 |  80.00%
563.20/563.21	c   563s|110000 | 15667 |  7588k|  68.9 | 121M|  64 | 177 | 894 |4434 | 894 |1031 | 514 | 152k|  16k| 4.500000e+01 | 8.100000e+01 |  80.00%
598.80/598.85	c   599s|120000 | 16670 |  8049k|  67.0 | 129M|  64 | 120 | 894 |6638 | 894 |1031 | 514 | 165k|  17k| 4.500000e+01 | 8.100000e+01 |  80.00%
619.10/619.13	o 80
619.10/619.13	c l 619s|124639 | 17377 |  8340k|  66.9 | 133M|  64 |   - | 894 |5926 | 894 |1031 | 514 | 171k|  17k| 4.500000e+01 | 8.000000e+01 |  77.78%
621.30/621.33	o 79
621.30/621.33	c v 621s|125139 | 16498 |  8376k|  66.9 | 128M|  64 |   - | 894 |5921 | 894 |1031 | 514 | 172k|  17k| 4.500000e+01 | 7.900000e+01 |  75.56%
622.60/622.68	o 77
622.60/622.68	c C 623s|125339 | 13154 |  8389k|  66.9 | 102M|  64 | 111 | 894 |5895 | 894 |1031 | 514 | 172k|  17k| 4.500000e+01 | 7.700000e+01 |  71.11%
640.50/640.58	c   641s|130000 | 14010 |  8668k|  66.6 | 107M|  64 | 211 | 894 |5361 | 894 |1031 | 514 | 179k|  18k| 4.500000e+01 | 7.700000e+01 |  71.11%
676.41/676.45	c   676s|140000 | 14449 |  9151k|  65.3 | 112M|  64 |   - | 894 |7434 |   0 |   0 | 514 | 193k|  18k| 4.500000e+01 | 7.700000e+01 |  71.11%
716.30/716.35	c   716s|150000 | 16070 |  9720k|  64.8 | 121M|  64 |   - | 894 |3948 |   0 |   0 | 514 | 208k|  19k| 4.500000e+01 | 7.700000e+01 |  71.11%
756.20/756.29	c   756s|160000 | 17288 | 10300k|  64.3 | 128M|  69 | 175 | 894 |4593 | 894 |1031 | 514 | 222k|  20k| 4.500000e+01 | 7.700000e+01 |  71.11%
792.60/792.65	c   793s|170000 | 18088 | 10823k|  63.6 | 135M|  69 | 252 | 894 |5816 | 894 |1031 | 514 | 237k|  21k| 4.500000e+01 | 7.700000e+01 |  71.11%
828.90/828.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.90/828.98	c   829s|180000 | 18397 | 11337k|  63.0 | 139M|  69 |   - | 894 |5901 |   0 |   0 | 514 | 252k|  21k| 4.500000e+01 | 7.700000e+01 |  71.11%
865.51/865.56	c   866s|190000 | 19070 | 11828k|  62.2 | 144M|  75 |   - | 894 |6421 |   0 |   0 | 514 | 266k|  22k| 4.500000e+01 | 7.700000e+01 |  71.11%
894.81/894.85	c   895s|200000 | 19641 | 12241k|  61.2 | 149M|  75 |   - | 894 |7668 |   0 |   0 | 514 | 280k|  22k| 4.500000e+01 | 7.700000e+01 |  71.11%
926.81/926.86	c   927s|210000 | 19988 | 12609k|  60.0 | 153M|  75 |   - | 894 |9011 |   0 |   0 | 514 | 294k|  23k| 4.500000e+01 | 7.700000e+01 |  71.11%
961.10/961.18	c   961s|220000 | 20343 | 13052k|  59.3 | 155M|  75 |   - | 894 |6749 |   0 |   0 | 514 | 308k|  24k| 4.500000e+01 | 7.700000e+01 |  71.11%
991.91/991.93	c   992s|230000 | 21205 | 13520k|  58.8 | 162M|  75 |  61 | 894 |9284 | 894 |1031 | 514 | 322k|  24k| 4.500000e+01 | 7.700000e+01 |  71.11%
1026.60/1026.67	c  1027s|240000 | 22066 | 13990k|  58.3 | 167M|  75 |   - | 894 |5952 |   0 |   0 | 514 | 336k|  24k| 4.500000e+01 | 7.700000e+01 |  71.11%
1061.61/1061.67	c  1062s|250000 | 22303 | 14456k|  57.8 | 169M|  75 | 217 | 894 |5321 | 894 |1031 | 514 | 351k|  25k| 4.500000e+01 | 7.700000e+01 |  71.11%
1096.80/1096.89	c  1097s|260000 | 23005 | 15003k|  57.7 | 174M|  87 | 192 | 894 |7274 | 894 |1031 | 514 | 366k|  25k| 4.500000e+01 | 7.700000e+01 |  71.11%
1137.81/1137.89	c  1138s|270000 | 23829 | 15569k|  57.6 | 181M|  87 | 189 | 894 |9140 | 894 |1031 | 514 | 382k|  26k| 4.500000e+01 | 7.700000e+01 |  71.11%
1176.50/1176.52	c  1177s|280000 | 24513 | 16075k|  57.4 | 187M|  87 |   - | 894 |9820 |   0 |   0 | 514 | 399k|  27k| 4.500000e+01 | 7.700000e+01 |  71.11%
1211.80/1211.88	c  1212s|290000 | 25184 | 16551k|  57.1 | 192M|  87 | 225 | 894 |9056 | 894 |1031 | 514 | 416k|  28k| 4.500000e+01 | 7.700000e+01 |  71.11%
1247.91/1247.91	c  1248s|300000 | 25612 | 17075k|  56.9 | 195M|  87 |   - | 894 |6210 |   0 |   0 | 514 | 432k|  28k| 4.500000e+01 | 7.700000e+01 |  71.11%
1285.70/1285.76	c  1286s|310000 | 26504 | 17621k|  56.8 | 201M|  87 |   - | 894 |6393 |   0 |   0 | 514 | 446k|  29k| 4.500000e+01 | 7.700000e+01 |  71.11%
1321.91/1321.97	c  1322s|320000 | 27151 | 18096k|  56.5 | 208M|  87 |   - | 894 |7172 | 894 |1031 | 514 | 460k|  30k| 4.500000e+01 | 7.700000e+01 |  71.11%
1353.61/1353.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.61/1353.62	c  1354s|330000 | 27830 | 18545k|  56.2 | 214M|  87 | 152 | 894 |8777 | 894 |1031 | 514 | 475k|  30k| 4.500000e+01 | 7.700000e+01 |  71.11%
1388.11/1388.16	c  1388s|340000 | 28420 | 19004k|  55.9 | 219M|  87 | 223 | 894 |9264 | 894 |1031 | 514 | 489k|  31k| 4.500000e+01 | 7.700000e+01 |  71.11%
1420.41/1420.40	c  1420s|350000 | 28872 | 19381k|  55.4 | 223M|  87 | 120 | 894 |6807 | 894 |1031 | 514 | 505k|  31k| 4.500000e+01 | 7.700000e+01 |  71.11%
1457.01/1457.02	c  1457s|360000 | 29860 | 19904k|  55.3 | 228M|  87 | 203 | 894 |6838 | 894 |1031 | 514 | 519k|  32k| 4.500000e+01 | 7.700000e+01 |  71.11%
1490.21/1490.29	c  1490s|370000 | 31939 | 20483k|  55.3 | 240M|  87 | 174 | 894 |8331 | 894 |1031 | 514 | 533k|  32k| 4.500000e+01 | 7.700000e+01 |  71.11%
1525.51/1525.58	c  1526s|380000 | 33508 | 20983k|  55.2 | 250M|  87 |   - | 894 |8842 |   0 |   0 | 514 | 546k|  33k| 4.500000e+01 | 7.700000e+01 |  71.11%
1559.51/1559.52	c  1560s|390000 | 34714 | 21473k|  55.0 | 257M|  87 |   - | 894 |7905 |   0 |   0 | 514 | 559k|  33k| 4.500000e+01 | 7.700000e+01 |  71.11%
1590.91/1590.92	c  1591s|400000 | 35686 | 21967k|  54.9 | 263M|  87 | 189 | 894 |9242 | 894 |1031 | 514 | 572k|  33k| 4.500000e+01 | 7.700000e+01 |  71.11%
1628.91/1628.92	c  1629s|410000 | 36312 | 22512k|  54.9 | 266M|  87 | 289 | 894 |6372 | 894 |1031 | 514 | 586k|  34k| 4.500000e+01 | 7.700000e+01 |  71.11%
1663.61/1663.66	c  1664s|420000 | 37017 | 22998k|  54.7 | 272M|  87 |   - | 894 |7145 |   0 |   0 | 514 | 598k|  35k| 4.500000e+01 | 7.700000e+01 |  71.11%
1692.01/1692.09	c  1692s|430000 | 38083 | 23415k|  54.4 | 279M|  87 |   - | 894 |9986 | 894 |1031 | 514 | 612k|  35k| 4.500000e+01 | 7.700000e+01 |  71.11%
1721.92/1721.92	c  1722s|440000 | 38738 | 23822k|  54.1 | 283M|  87 |   - | 894 |7502 |   0 |   0 | 514 | 626k|  35k| 4.500000e+01 | 7.700000e+01 |  71.11%
1758.01/1758.02	c  1758s|450000 | 40027 | 24335k|  54.1 | 289M|  87 | 101 | 894 |7550 | 894 |1031 | 514 | 640k|  36k| 4.500000e+01 | 7.700000e+01 |  71.11%
1793.42/1793.45	c  1793s|460000 | 41615 | 24836k|  54.0 | 299M|  87 |  92 | 894 |8933 | 894 |1031 | 514 | 653k|  36k| 4.500000e+01 | 7.700000e+01 |  71.11%
1797.01/1797.00	c 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Solving Time (sec) : 1797.00
1797.01/1797.00	c Solving Nodes      : 461064
1797.01/1797.00	c Primal Bound       : +7.70000000000000e+01 (5 solutions)
1797.01/1797.00	c Dual Bound         : +4.50000000000000e+01
1797.01/1797.00	c Gap                : 71.11 %
1797.01/1797.00	s SATISFIABLE
1797.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/1797.00	v -x62 x61 -x60 x59 x58 -x57 -x56 x895 x6 -x5 -x4 -x3 -x2 -x1 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Total Time         :    1797.00
1797.01/1797.00	c   solving          :    1797.00
1797.01/1797.00	c   presolving       :       0.16 (included in solving)
1797.01/1797.00	c   reading          :       0.03 (included in solving)
1797.01/1797.00	c Original Problem   :
1797.01/1797.00	c   Problem name     : HOME/instance-3488890-1307774635.opb
1797.01/1797.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.00	c   Constraints      : 1660 initial, 1660 maximal
1797.01/1797.00	c Presolved Problem  :
1797.01/1797.00	c   Problem name     : t_HOME/instance-3488890-1307774635.opb
1797.01/1797.00	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.00	c   Constraints      : 930 initial, 11123 maximal
1797.01/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   probing          :       0.12          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          3         56        200
1797.01/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   linear           :       0.03          1          0          0          1          0        733          0         44        148
1797.01/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.00	c   root node        :          -          4          -          -          4          -          -          -          -          -
1797.01/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.00	c   integral         :          0          0          0     308801          0         10          0        180      19676          0          0     606708
1797.01/1797.00	c   knapsack         :        195          6    1840219          1          1          7    1911591      22307    2392636        585          0          0
1797.01/1797.00	c   setppc           :          3          6      85402          0          0          4      19952          0       1132          0          0          0
1797.01/1797.00	c   linear           :        732+         7    1817945          0          1          4    2197032     175521   19075339          0          0          0
1797.01/1797.00	c   logicor          :          0+         6     888673          0          0          0    2874633      10977     717876          1          0          0
1797.01/1797.00	c   countsols        :          0          0          0          1          1          6          0          0          0          0          0          0
1797.01/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.01/1797.00	c   integral         :     195.94       0.00       0.00     195.94       0.00       0.00       0.00
1797.01/1797.00	c   knapsack         :      30.14       0.01      28.92       0.00       0.00       0.00       1.21
1797.01/1797.00	c   setppc           :       0.04       0.00       0.03       0.00       0.00       0.00       0.01
1797.01/1797.00	c   linear           :     150.69       0.00     147.26       0.00       0.00       0.00       3.42
1797.01/1797.00	c   logicor          :      44.53       0.00      42.20       0.00       0.00       0.00       2.33
1797.01/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.01/1797.00	c   vbounds          :          0          0          0          0
1797.01/1797.00	c   rootredcost      :          5          0          0          1
1797.01/1797.00	c   pseudoobj        :    1839942       3731         36       3090
1797.01/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.01/1797.00	c   vbounds          :       0.31       0.31       0.00
1797.01/1797.00	c   rootredcost      :       0.33       0.33       0.00
1797.01/1797.00	c   pseudoobj        :       1.00       1.00       0.00
1797.01/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.00	c   propagation      :      13.40     208841     208541    2069195       34.2       8060       26.1          -
1797.01/1797.00	c   infeasible LP    :       4.69      36003      36003     243642       28.4       3831       21.5          0
1797.01/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.00	c   applied globally :          -          -          -     655241       27.7          -          -          -
1797.01/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.00	c   cut pool         :       0.00          5          -          -        614          -    (maximal pool size: 3579)
1797.01/1797.00	c   redcost          :       4.75     309556          0       1089          0          0
1797.01/1797.00	c   impliedbounds    :       0.00          6          0          0         10          0
1797.01/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.00	c   gomory           :       0.11          6          0          0         63          0
1797.01/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.01/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.01/1797.00	c   strongcg         :       0.11          6          0          0         75          0
1797.01/1797.00	c   cmir             :       0.44          6          0          0       2516          0
1797.01/1797.00	c   flowcover        :       0.26          6          0          0       1200          0
1797.01/1797.00	c   clique           :       0.00          6          0          0          0          0
1797.01/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.01/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.01/1797.00	c   rapidlearning    :       0.31          1          0          0          0        219
1797.01/1797.00	c Pricers            :       Time      Calls       Vars
1797.01/1797.00	c   problem variables:       0.00          0          0
1797.01/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.00	c   relpscost        :     195.68     308800        180      19676          0          0     606708
1797.01/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.01/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.00	c   LP solutions     :       0.00          -          1
1797.01/1797.00	c   pseudo solutions :       0.00          -          0
1797.01/1797.00	c   intshifting      :       0.01          0          0
1797.01/1797.00	c   oneopt           :       0.14          5          0
1797.01/1797.00	c   crossover        :       1.37          5          1
1797.01/1797.00	c   feaspump         :       7.63        173          0
1797.01/1797.00	c   rootsoldiving    :       7.77        362          0
1797.01/1797.00	c   objpscostdiving  :      14.72        362          0
1797.01/1797.00	c   pscostdiving     :      14.57        724          0
1797.01/1797.00	c   coefdiving       :       7.20        724          0
1797.01/1797.00	c   fracdiving       :       7.54        724          0
1797.01/1797.00	c   veclendiving     :      11.70        724          2
1797.01/1797.00	c   linesearchdiving :      10.66        724          1
1797.01/1797.00	c   guideddiving     :      11.05        724          0
1797.01/1797.00	c   trivial          :       0.00          2          0
1797.01/1797.00	c   shiftandpropagate:       0.02          1          0
1797.01/1797.00	c   simplerounding   :       0.08          0          0
1797.01/1797.00	c   zirounding       :       0.17       1000          0
1797.01/1797.00	c   rounding         :       0.93       7783          0
1797.01/1797.00	c   shifting         :       7.86       2458          0
1797.01/1797.00	c   twoopt           :       0.00          0          0
1797.01/1797.00	c   fixandinfer      :       0.00          0          0
1797.01/1797.00	c   clique           :       0.00          0          0
1797.01/1797.00	c   intdiving        :       0.00          0          0
1797.01/1797.00	c   actconsdiving    :       0.00          0          0
1797.01/1797.00	c   octane           :       0.00          0          0
1797.01/1797.00	c   rens             :       0.01          0          0
1797.01/1797.00	c   rins             :       0.00          0          0
1797.01/1797.00	c   localbranching   :       0.00          0          0
1797.01/1797.00	c   mutation         :       0.00          0          0
1797.01/1797.00	c   dins             :       0.00          0          0
1797.01/1797.00	c   vbounds          :       0.00          0          0
1797.01/1797.00	c   undercover       :       0.00          0          0
1797.01/1797.00	c   subnlp           :       0.08          0          0
1797.01/1797.00	c   trysol           :       0.11          0          0
1797.01/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.01/1797.00	c   dual LP          :    1051.81     337879   23670149      70.06   22504.13
1797.01/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.00	c   diving/probing LP:      74.31      45585    1216211      26.68   16367.17
1797.01/1797.00	c   strong branching :     181.99      36723    2855561      77.76   15690.50
1797.01/1797.00	c     (at root node) :          -         12       5645     470.42          -
1797.01/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.00	c B&B Tree           :
1797.01/1797.00	c   number of runs   :          1
1797.01/1797.00	c   nodes            :     461064
1797.01/1797.00	c   nodes (total)    :     461064
1797.01/1797.00	c   nodes left       :      41770
1797.01/1797.00	c   max depth        :         87
1797.01/1797.00	c   max depth (total):         87
1797.01/1797.00	c   backtracks       :     100228 (21.7%)
1797.01/1797.00	c   delayed cutoffs  :      97763
1797.01/1797.00	c   repropagations   :     517666 (6722038 domain reductions, 72600 cutoffs)
1797.01/1797.00	c   avg switch length:       5.80
1797.01/1797.00	c   switching time   :     141.12
1797.01/1797.00	c Solution           :
1797.01/1797.00	c   Solutions found  :          5 (5 improvements)
1797.01/1797.00	c   First Solution   : +8.50000000000000e+01   (in run 1, after 12888 nodes, 113.12 seconds, depth 45, found by <veclendiving>)
1797.01/1797.00	c   Primal Bound     : +7.70000000000000e+01   (in run 1, after 125339 nodes, 622.67 seconds, depth 47, found by <crossover>)
1797.01/1797.00	c   Dual Bound       : +4.50000000000000e+01
1797.01/1797.00	c   Gap              :      71.11 %
1797.01/1797.00	c   Root Dual Bound  : +4.50000000000000e+01
1797.01/1797.00	c   Root Iterations  :       5142
1797.21/1797.27	c Time complete: 1797.29.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 23960
/proc/meminfo: memFree=30200520/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=12568 CPUtime=0 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 2144 0 0 0 0 0 0 0 25 0 1 0 967694192 12869632 2099 33554432000 4194304 9016284 140733703284576 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23960/statm: 3142 2099 360 1178 0 1960 0

[startup+0.00840289 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 23960
/proc/meminfo: memFree=30200520/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=12992 CPUtime=0 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 2229 0 0 0 0 0 0 0 25 0 1 0 967694192 13303808 2184 33554432000 4194304 9016284 140733703284576 18446744073709551615 4581861 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23960/statm: 3248 2184 360 1178 0 2066 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12992

[startup+0.100398 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 23960
/proc/meminfo: memFree=30200520/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=32708 CPUtime=0.09 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 7190 0 0 0 9 0 0 0 25 0 1 0 967694192 33492992 6888 33554432000 4194304 9016284 140733703284576 18446744073709551615 5252142 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 8177 6888 525 1178 0 6995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32708

[startup+0.300415 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 23960
/proc/meminfo: memFree=30200520/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=37276 CPUtime=0.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 8698 0 0 0 29 0 0 0 25 0 1 0 967694192 38170624 8167 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 9319 8167 656 1178 0 8137 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37276

[startup+0.700357 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 23960
/proc/meminfo: memFree=30200520/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=57772 CPUtime=0.69 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 13635 0 0 0 68 1 0 0 25 0 1 0 967694192 59158528 13104 33554432000 4194304 9016284 140733703284576 18446744073709551615 5252189 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 14443 13104 696 1178 0 13261 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57772

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23961
/proc/meminfo: memFree=30151428/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=55356 CPUtime=1.49 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 13872 0 0 0 148 1 0 0 25 0 1 0 967694192 56684544 12619 33554432000 4194304 9016284 140733703284576 18446744073709551615 6520608 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 13839 12619 703 1178 0 12657 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55356

[startup+3.10095 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23961
/proc/meminfo: memFree=30149320/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=55356 CPUtime=3.09 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 14146 0 0 0 307 2 0 0 25 0 1 0 967694192 56684544 12893 33554432000 4194304 9016284 140733703284576 18446744073709551615 7219034 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 13839 12893 704 1178 0 12657 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55356

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23961
/proc/meminfo: memFree=30146288/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=55356 CPUtime=6.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 14146 0 0 0 623 6 0 0 25 0 1 0 967694192 56684544 12893 33554432000 4194304 9016284 140733703284576 18446744073709551615 7082212 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 13839 12893 704 1178 0 12657 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55356

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23961
/proc/meminfo: memFree=30142588/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=55356 CPUtime=12.69 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 14150 0 0 0 1250 19 0 0 25 0 1 0 967694192 56684544 12897 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 13839 12897 707 1178 0 12657 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55356

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23961
/proc/meminfo: memFree=30134704/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=55356 CPUtime=25.49 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 14157 0 0 0 2507 42 0 0 25 0 1 0 967694192 56684544 12904 33554432000 4194304 9016284 140733703284576 18446744073709551615 7199175 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 13839 12904 707 1178 0 12657 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55356

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23963
/proc/meminfo: memFree=30109360/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=64360 CPUtime=51.09 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 16369 0 0 0 5022 87 0 0 25 0 1 0 967694192 65904640 15074 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 16090 15074 707 1178 0 14908 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64360

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23963
/proc/meminfo: memFree=30062580/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=82400 CPUtime=102.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 21083 0 0 0 10056 173 0 0 25 0 1 0 967694192 84377600 19607 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 20600 19607 711 1178 0 19418 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82400

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23965
/proc/meminfo: memFree=30015192/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=95820 CPUtime=162.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 24601 0 0 0 15960 269 0 0 25 0 1 0 967694192 98119680 23060 33554432000 4194304 9016284 140733703284576 18446744073709551615 7055208 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 23955 23060 707 1178 0 22773 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95820

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 23967
/proc/meminfo: memFree=29975556/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=108996 CPUtime=222.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 27992 0 0 0 21872 357 0 0 25 0 1 0 967694192 111611904 26295 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 27249 26295 709 1178 0 26067 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 108996

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24007
/proc/meminfo: memFree=30328156/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=126428 CPUtime=282.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 32491 0 0 0 27780 449 0 0 25 0 1 0 967694192 129462272 30702 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 31607 30702 707 1178 0 30425 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 126428

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24009
/proc/meminfo: memFree=30313696/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=140676 CPUtime=342.3 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 36147 0 0 0 33683 547 0 0 25 0 1 0 967694192 144052224 34240 33554432000 4194304 9016284 140733703284576 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 35169 34240 707 1178 0 33987 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 140676

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24009
/proc/meminfo: memFree=30294852/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=159232 CPUtime=402.3 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 40933 0 0 0 39579 651 0 0 25 0 1 0 967694192 163053568 38883 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 39808 38883 707 1178 0 38626 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159232

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24011
/proc/meminfo: memFree=30271584/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=179992 CPUtime=462.29 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 46344 0 0 0 45477 752 0 0 25 0 1 0 967694192 184311808 44095 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 44998 44095 707 1178 0 43816 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 179992

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 24013
/proc/meminfo: memFree=30252180/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=193424 CPUtime=522.3 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 49733 0 0 0 51383 847 0 0 25 0 1 0 967694192 198066176 47420 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 48356 47420 707 1178 0 47174 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 193424

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/178 24015
/proc/meminfo: memFree=30237732/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=210668 CPUtime=582.3 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 54171 0 0 0 57282 948 0 0 25 0 1 0 967694192 215724032 51717 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 52667 51717 707 1178 0 51485 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 210668

[startup+642.301 s]

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

/proc/meminfo: memFree=30155004/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=292260 CPUtime=1122.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 120683 0 0 0 110439 1792 0 0 25 0 1 0 967694192 299274240 72043 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 73065 72043 713 1178 0 71883 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 292260

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24040
/proc/meminfo: memFree=30139820/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=306080 CPUtime=1182.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 124258 0 0 0 116346 1885 0 0 25 0 1 0 967694192 313425920 75488 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 76520 75488 716 1178 0 75338 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 306080

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 24042
/proc/meminfo: memFree=30127480/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=317244 CPUtime=1242.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 126906 0 0 0 122254 1977 0 0 25 0 1 0 967694192 324857856 78084 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 79311 78084 716 1178 0 78129 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 317244

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 24042
/proc/meminfo: memFree=30117640/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=327216 CPUtime=1302.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 129413 0 0 0 128163 2068 0 0 25 0 1 0 967694192 335069184 80532 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 81804 80532 716 1178 0 80622 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 327216

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 24044
/proc/meminfo: memFree=30107536/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=337088 CPUtime=1362.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 141095 0 0 0 134071 2160 0 0 25 0 1 0 967694192 345178112 82994 33554432000 4194304 9016284 140733703284576 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 84272 82994 716 1178 0 83090 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 337088

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 24046
/proc/meminfo: memFree=30049676/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=347540 CPUtime=1422.32 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 143713 0 0 0 139986 2246 0 0 25 0 1 0 967694192 355880960 85525 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 86885 85525 719 1178 0 85703 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 347540

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 24048
/proc/meminfo: memFree=30080868/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=366228 CPUtime=1482.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 148196 0 0 0 145886 2345 0 0 25 0 1 0 967694192 375017472 89960 33554432000 4194304 9016284 140733703284576 18446744073709551615 5228157 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 91557 89960 722 1178 0 90375 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 366228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24050
/proc/meminfo: memFree=30062476/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=380676 CPUtime=1542.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 151416 0 0 0 151787 2444 0 0 25 0 1 0 967694192 389812224 93162 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 95169 93162 723 1178 0 93987 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 380676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24050
/proc/meminfo: memFree=30048636/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=395816 CPUtime=1602.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 155009 0 0 0 157688 2543 0 0 25 0 1 0 967694192 405315584 96620 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 98954 96620 723 1178 0 97772 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 395816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24052
/proc/meminfo: memFree=30041140/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=403260 CPUtime=1662.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 156952 0 0 0 163587 2644 0 0 25 0 1 0 967694192 412938240 98481 33554432000 4194304 9016284 140733703284576 18446744073709551615 5222057 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 100815 98481 725 1178 0 99633 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 403260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24054
/proc/meminfo: memFree=30023460/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=421264 CPUtime=1722.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 161206 0 0 0 169499 2732 0 0 25 0 1 0 967694192 431374336 102720 33554432000 4194304 9016284 140733703284576 18446744073709551615 5251604 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 105316 102720 732 1178 0 104134 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 421264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30011012/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=433456 CPUtime=1782.31 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 164334 0 0 0 175394 2837 0 0 25 0 1 0 967694192 443858944 105786 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 108364 105786 738 1178 0 107182 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 433456

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30009896/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=435524 CPUtime=1785.52 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 164863 0 0 0 175709 2843 0 0 25 0 1 0 967694192 445976576 106282 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 108881 106282 744 1178 0 107699 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 435524

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30007164/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=437652 CPUtime=1791.92 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 165342 0 0 0 176340 2852 0 0 25 0 1 0 967694192 448155648 106753 33554432000 4194304 9016284 140733703284576 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 109413 106753 744 1178 0 108231 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 437652

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30005304/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=439856 CPUtime=1795.12 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 165786 0 0 0 176653 2859 0 0 25 0 1 0 967694192 450412544 107191 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 109964 107191 752 1178 0 108782 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 439856

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30005304/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=440312 CPUtime=1795.92 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 165901 0 0 0 176732 2860 0 0 25 0 1 0 967694192 450879488 107301 33554432000 4194304 9016284 140733703284576 18446744073709551615 6678805 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 110078 107301 747 1178 0 108896 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 440312

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30004924/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=440464 CPUtime=1796.72 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 165932 0 0 0 176811 2861 0 0 25 0 1 0 967694192 451035136 107332 33554432000 4194304 9016284 140733703284576 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23960/statm: 110116 107332 747 1178 0 108934 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 440464

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30004924/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=440864 CPUtime=1797.11 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 166007 0 0 0 176850 2861 0 0 25 0 1 0 967694192 451444736 107407 33554432000 4194304 9016284 140733703284576 18446744073709551615 6817584 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23960/statm: 110216 107407 749 1178 0 109034 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 440864

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 24056
/proc/meminfo: memFree=30004924/32951124 swapFree=67049456/67111528
[pid=23960] ppid=23958 vsize=440864 CPUtime=1797.21 cores=0,2,4,6
/proc/23960/stat : 23960 (scip-2.0.1.4b_2) R 23958 23960 21071 0 -1 4202496 166007 0 0 0 176860 2861 0 0 25 0 1 0 967694192 451444736 107407 33554432000 4194304 9016284 140733703284576 18446744073709551615 4841608 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23960/statm: 110216 107407 749 1178 0 109034 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 440864

Child status: 0
Real time (s): 1797.28
CPU time (s): 1797.3
CPU user time (s): 1768.66
CPU system time (s): 28.6396
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 440864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.66
system time used= 28.6396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 22894

runsolver used 2.6626 second user time and 5.60315 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 08:43:55
IDJOB=3488890
IDBENCH=2944
IDSOLVER=1979
FILE ID=node118/3488890-1307774635
RUNJOBID= node118-1307767659-23188
PBS_JOBID= 13550844
Free space on /tmp= 74140 MiB

SOLVER NAME= SCIP spx E_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.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488890-1307774635/watcher-3488890-1307774635 -o /tmp/evaluation-result-3488890-1307774635/solver-3488890-1307774635 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488890-1307774635.opb -t 1800 -m 15500

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=1728552123

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30200948 kB
Buffers:        242144 kB
Cached:        1537776 kB
SwapCached:      15436 kB
Active:        1226752 kB
Inactive:      1327316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30200948 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           17108 kB
Writeback:           0 kB
AnonPages:      771192 kB
Mapped:          11976 kB
Slab:           129956 kB
PageTables:       6188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   983100 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= 74108 MiB
End job on node118 at 2011-06-11 09:13:53