Trace number 2663894

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
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)-10 1802.18 1802.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2663894-1276672859.opb>
0.00/0.04	c original problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.04	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.08	o 0
0.00/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.08	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24920 impls, 200 clqs
0.49/0.59	c    (0.3s) probing: 101/3290 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.59	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.59	c presolving (2 rounds):
0.49/0.59	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.59	c  24920 implications, 200 cliques
0.49/0.59	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3391 constraints
0.49/0.59	c     200 constraints of type <setppc>
0.49/0.59	c    3090 constraints of type <and>
0.49/0.59	c       1 constraints of type <linear>
0.49/0.59	c     100 constraints of type <logicor>
0.49/0.59	c transformed objective value is always integral (scale: 1)
0.49/0.59	c Presolving Time: 0.33
0.49/0.59	c - non default parameters ----------------------------------------------------------------------
0.49/0.59	c # SCIP version 1.2.1.2
0.49/0.59	c 
0.49/0.59	c # frequency for displaying node information lines
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.59	c display/freq = 10000
0.49/0.59	c 
0.49/0.59	c # maximal time in seconds to run
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/time = 1799.96
0.49/0.59	c 
0.49/0.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.59	c limits/memory = 1620
0.49/0.59	c 
0.49/0.59	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.59	c lp/solvefreq = -1
0.49/0.59	c 
0.49/0.59	c # should presolving try to simplify inequalities
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/linear/simplifyinequalities = TRUE
0.49/0.59	c 
0.49/0.59	c # should presolving try to simplify knapsacks
0.49/0.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.59	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.59	c 
0.49/0.59	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c heuristics/undercover/freq = 0
0.49/0.59	c 
0.49/0.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.59	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.59	c separating/rapidlearning/freq = 0
0.49/0.59	c 
0.49/0.59	c -----------------------------------------------------------------------------------------------
0.49/0.59	c start solving
0.49/0.59	c 
0.59/0.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.60	c t 0.3s|     1 |     2 |     0 |     - |9518k|   0 |   - |3290 |3391 |   0 |   0 |   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
13.38/13.47	o -5
13.38/13.47	c *13.0s|  5413 |  4123 |     0 |   0.0 |  28M| 119 |   - |3290 |3704 |   0 |   0 |   0 | 372 |   0 |-9.900000e+01 |-5.000000e+00 |  94.95%
16.49/16.50	o -6
16.49/16.50	c *15.9s|  6834 |  4938 |     0 |   0.0 |  33M| 120 |   - |3290 |3785 |   0 |   0 |   0 | 647 |   0 |-9.900000e+01 |-6.000000e+00 |  93.94%
23.18/23.21	c  22.5s| 10000 |  7785 |     0 |   0.0 |  55M| 120 |   - |3290 |3708 |   0 |   0 |   0 | 813 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
42.87/42.96	c  41.8s| 20000 | 17233 |     0 |   0.0 | 115M| 120 |   - |3290 |3679 |   0 |   0 |   0 |1131 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
60.96/61.01	c  59.5s| 30000 | 26249 |     0 |   0.0 | 170M| 120 |   - |3290 |3806 |   0 |   0 |   0 |1702 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
63.96/64.03	o -7
63.96/64.03	c *62.5s| 31735 | 27728 |     0 |   0.0 | 179M| 120 |   - |3290 |3827 |   0 |   0 |   0 |1840 |   0 |-9.800000e+01 |-7.000000e+00 |  92.86%
77.76/77.81	c  75.9s| 40000 | 34748 |     0 |   0.0 | 220M| 120 |   - |3290 |4077 |   0 |   0 |   0 |2780 |   0 |-9.800000e+01 |-7.000000e+00 |  92.86%
94.86/94.98	c  92.7s| 50000 | 41045 |     0 |   0.0 | 254M| 121 |   - |3290 |4213 |   0 |   0 |   0 |5499 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
117.95/118.07	c   115s| 60000 | 50536 |     0 |   0.0 | 318M| 121 |   - |3290 |3973 |   0 |   0 |   0 |5796 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
138.94/139.07	c   136s| 70000 | 60200 |     0 |   0.0 | 368M| 121 |   - |3290 |3828 |   0 |   0 |   0 |5969 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
160.14/160.22	c   157s| 80000 | 69639 |     0 |   0.0 | 420M| 121 |   - |3290 |3824 |   0 |   0 |   0 |6274 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
180.14/180.28	c   176s| 90000 | 79033 |     0 |   0.0 | 468M| 121 |   - |3290 |3871 |   0 |   0 |   0 |6595 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
200.73/200.88	c   196s|100000 | 88363 |     0 |   0.0 | 524M| 121 |   - |3290 |3873 |   0 |   0 |   0 |6960 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
219.62/219.75	c   215s|110000 | 97803 |     0 |   0.0 | 569M| 121 |   - |3290 |3826 |   0 |   0 |   0 |7257 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
238.72/238.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.72/238.83	c   234s|120000 |107202 |     0 |   0.0 | 619M| 121 |   - |3290 |3790 |   0 |   0 |   0 |7567 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
257.11/257.24	c   252s|130000 |116528 |     0 |   0.0 | 664M| 121 |   - |3290 |3848 |   0 |   0 |   0 |7930 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
274.91/275.08	c   269s|140000 |126043 |     0 |   0.0 | 710M| 121 |   - |3290 |3824 |   0 |   0 |   0 |8184 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
293.41/293.55	c   287s|150000 |135481 |     0 |   0.0 | 767M| 121 |   - |3290 |3927 |   0 |   0 |   0 |8553 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
310.99/311.16	c   304s|160000 |144901 |     0 |   0.0 | 819M| 121 |   - |3290 |3948 |   0 |   0 |   0 |8881 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
328.29/328.41	c   321s|170000 |154273 |     0 |   0.0 | 873M| 121 |   - |3290 |4034 |   0 |   0 |   0 |9246 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
345.30/345.41	c   338s|180000 |163501 |     0 |   0.0 | 922M| 121 |   - |3290 |4105 |   0 |   0 |   0 |9710 |   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
362.68/362.88	c   355s|190000 |172456 |     0 |   0.0 | 973M| 121 |   - |3290 |4185 |   0 |   0 |   0 |  10k|   0 |-9.700000e+01 |-7.000000e+00 |  92.78%
365.78/365.98	o -8
365.78/365.98	c * 358s|191710 |173897 |     0 |   0.0 | 981M| 121 |   - |3290 |4243 |   0 |   0 |   0 |  10k|   0 |-9.700000e+01 |-8.000000e+00 |  91.75%
380.38/380.54	c   372s|200000 |180779 |     0 |   0.0 |1023M| 121 |   - |3290 |4391 |   0 |   0 |   0 |  11k|   0 |-9.700000e+01 |-8.000000e+00 |  91.75%
395.47/395.66	o -9
395.47/395.66	c * 387s|208839 |188273 |     0 |   0.0 |1067M| 121 |   - |3290 |4435 |   0 |   0 |   0 |  12k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
397.58/397.76	c   389s|210000 |189173 |     0 |   0.0 |1072M| 121 |   - |3290 |4467 |   0 |   0 |   0 |  12k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
414.77/414.94	c   405s|220000 |197570 |     0 |   0.0 |1122M| 121 |   - |3290 |4574 |   0 |   0 |   0 |  13k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
431.56/431.70	c   422s|230000 |206013 |     0 |   0.0 |1171M| 121 |   - |3290 |4709 |   0 |   0 |   0 |  14k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
448.16/448.36	c   438s|240000 |214509 |     0 |   0.0 |1218M| 121 |   - |3290 |4831 |   0 |   0 |   0 |  16k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
464.36/464.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
464.36/464.51	c   454s|250000 |222779 |     0 |   0.0 |1263M| 121 |   - |3290 |4994 |   0 |   0 |   0 |  17k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
479.05/479.28	c   468s|260000 |230220 |     0 |   0.0 |1300M| 121 |   - |3290 |5240 |   0 |   0 |   0 |  19k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
495.96/496.14	c   485s|270000 |236307 |     0 |   0.0 |1331M| 121 |   - |3290 |4974 |   0 |   0 |   0 |  23k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
505.54/505.70	c (node 274699) switching to memory saving mode (mem: 1296.0M/1620.0M)
513.56/513.72	c   501s|280000 |240677 |     0 |   0.0 |1360M| 187 |   - |3290 |5577 |   0 |   0 |   0 |  28k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
525.04/525.22	c   512s|290000 |240625 |     0 |   0.0 |1360M| 187 |   - |3290 |5382 |   0 |   0 |   0 |  38k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
535.24/535.41	c   522s|300000 |240606 |     0 |   0.0 |1361M| 187 |   - |3290 |6383 |   0 |   0 |   0 |  48k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
545.13/545.38	c   531s|310000 |240550 |     0 |   0.0 |1365M| 187 |   - |3290 |9200 |   0 |   0 |   0 |  59k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
555.73/555.98	c   541s|320000 |240545 |     0 |   0.0 |1366M| 187 |   - |3290 |9373 |   0 |   0 |   0 |  69k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
567.23/567.42	c   552s|330000 |240546 |     0 |   0.0 |1371M| 187 |   - |3290 |  13k|   0 |   0 |   0 |  79k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
580.02/580.20	c   565s|340000 |240548 |     0 |   0.0 |1373M| 187 |   - |3290 |  15k|   0 |   0 |   0 |  90k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
594.52/594.79	c   579s|350000 |240546 |     0 |   0.0 |1368M| 187 |   - |3290 |  10k|   0 |   0 |   0 | 100k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
607.41/607.63	c   591s|360000 |240546 |     0 |   0.0 |1372M| 187 |   - |3290 |  13k|   0 |   0 |   0 | 111k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
621.72/621.94	c   605s|370000 |240547 |     0 |   0.0 |1374M| 187 |   - |3290 |  15k|   0 |   0 |   0 | 121k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
636.30/636.53	c   619s|380000 |240548 |     0 |   0.0 |1374M| 187 |   - |3290 |  16k|   0 |   0 |   0 | 132k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
651.80/652.05	c   634s|390000 |240547 |     0 |   0.0 |1378M| 187 |   - |3290 |  18k|   0 |   0 |   0 | 143k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
662.60/662.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.60/662.85	c   645s|400000 |240475 |     0 |   0.0 |1365M| 187 |   - |3290 |8144 |   0 |   0 |   0 | 153k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
674.39/674.60	c   656s|410000 |240401 |     0 |   0.0 |1363M| 187 |   - |3290 |6355 |   0 |   0 |   0 | 163k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
684.29/684.56	c   665s|420000 |240389 |     0 |   0.0 |1368M| 187 |   - |3290 |9767 |   0 |   0 |   0 | 173k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
696.09/696.38	c   677s|430000 |240390 |     0 |   0.0 |1372M| 187 |   - |3290 |  12k|   0 |   0 |   0 | 184k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
709.19/709.40	c   689s|440000 |240387 |     0 |   0.0 |1374M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 195k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
721.78/722.01	c   701s|450000 |240380 |     0 |   0.0 |1370M| 187 |   - |3290 |  11k|   0 |   0 |   0 | 205k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
733.68/733.90	c   713s|460000 |240378 |     0 |   0.0 |1372M| 187 |   - |3290 |  13k|   0 |   0 |   0 | 215k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
748.07/748.36	c   726s|470000 |240316 |     0 |   0.0 |1364M| 187 |   - |3290 |6970 |   0 |   0 |   0 | 226k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
760.57/760.89	c   738s|480000 |240272 |     0 |   0.0 |1366M| 187 |   - |3290 |7959 |   0 |   0 |   0 | 236k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
771.37/771.64	c   749s|490000 |240274 |     0 |   0.0 |1369M| 187 |   - |3290 |  10k|   0 |   0 |   0 | 246k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
785.06/785.39	c   762s|500000 |240274 |     0 |   0.0 |1373M| 187 |   - |3290 |  13k|   0 |   0 |   0 | 257k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
798.75/799.00	c   775s|510000 |240273 |     0 |   0.0 |1372M| 187 |   - |3290 |  13k|   0 |   0 |   0 | 267k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
813.76/814.07	c   790s|520000 |240274 |     0 |   0.0 |1374M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 278k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
826.35/826.68	o -10
826.35/826.68	c * 802s|527522 |240274 |     0 |   0.0 |1375M| 187 |   - |3290 |  15k|   0 |   0 |   0 | 286k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
830.54/830.85	c   806s|530000 |240272 |     0 |   0.0 |1376M| 187 |   - |3290 |  16k|   0 |   0 |   0 | 288k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
849.45/849.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.45/849.70	c   824s|540000 |240274 |     0 |   0.0 |1379M| 187 |   - |3290 |  18k|   0 |   0 |   0 | 298k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
869.14/869.44	c   844s|550000 |240275 |     0 |   0.0 |1381M| 187 |   - |3290 |  20k|   0 |   0 |   0 | 309k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
887.13/887.41	c   861s|560000 |240274 |     0 |   0.0 |1379M| 187 |   - |3290 |  18k|   0 |   0 |   0 | 320k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
903.63/903.96	c   877s|570000 |240271 |     0 |   0.0 |1371M| 187 |   - |3290 |  11k|   0 |   0 |   0 | 330k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
918.62/918.97	c   892s|580000 |240268 |     0 |   0.0 |1374M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 341k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
934.02/934.34	c   907s|590000 |240229 |     0 |   0.0 |1365M| 187 |   - |3290 |7244 |   0 |   0 |   0 | 351k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
949.41/949.76	c   921s|600000 |240170 |     0 |   0.0 |1365M| 187 |   - |3290 |6226 |   0 |   0 |   0 | 361k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
962.22/962.52	c   933s|610000 |240170 |     0 |   0.0 |1369M| 187 |   - |3290 |9337 |   0 |   0 |   0 | 372k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
975.61/975.95	c   946s|620000 |240169 |     0 |   0.0 |1369M| 187 |   - |3290 |9926 |   0 |   0 |   0 | 382k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
988.30/988.60	c   959s|630000 |240150 |     0 |   0.0 |1367M| 187 |   - |3290 |7759 |   0 |   0 |   0 | 392k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1000.31/1000.60	c   970s|640000 |240133 |     0 |   0.0 |1366M| 187 |   - |3290 |7252 |   0 |   0 |   0 | 403k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1011.29/1011.63	c   980s|650000 |240118 |     0 |   0.0 |1366M| 187 |   - |3290 |7489 |   0 |   0 |   0 | 413k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1022.29/1022.60	c   991s|660000 |240111 |     0 |   0.0 |1369M| 187 |   - |3290 |9217 |   0 |   0 |   0 | 424k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1034.59/1034.98	c  1003s|670000 |240110 |     0 |   0.0 |1373M| 187 |   - |3290 |  12k|   0 |   0 |   0 | 434k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1050.79/1051.18	c  1019s|680000 |240112 |     0 |   0.0 |1376M| 187 |   - |3290 |  15k|   0 |   0 |   0 | 444k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1066.98/1067.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1066.98/1067.31	c  1034s|690000 |240111 |     0 |   0.0 |1375M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 454k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1084.28/1084.65	c  1051s|700000 |240110 |     0 |   0.0 |1375M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 465k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1101.88/1102.20	c  1068s|710000 |240105 |     0 |   0.0 |1378M| 187 |   - |3290 |  17k|   0 |   0 |   0 | 475k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1116.67/1117.04	c  1082s|720000 |240106 |     0 |   0.0 |1375M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 486k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1132.86/1133.24	c  1098s|730000 |240109 |     0 |   0.0 |1377M| 187 |   - |3290 |  16k|   0 |   0 |   0 | 496k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1150.76/1151.18	c  1116s|740000 |240107 |     0 |   0.0 |1381M| 187 |   - |3290 |  19k|   0 |   0 |   0 | 507k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1165.85/1166.24	c  1130s|750000 |240107 |     0 |   0.0 |1376M| 187 |   - |3290 |  15k|   0 |   0 |   0 | 518k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1183.64/1184.05	c  1148s|760000 |240104 |     0 |   0.0 |1379M| 187 |   - |3290 |  18k|   0 |   0 |   0 | 528k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1201.85/1202.21	c  1165s|770000 |240106 |     0 |   0.0 |1380M| 187 |   - |3290 |  18k|   0 |   0 |   0 | 539k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1223.04/1223.47	c  1186s|780000 |240107 |     0 |   0.0 |1381M| 187 |   - |3290 |  19k|   0 |   0 |   0 | 549k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1244.03/1244.48	c  1207s|790000 |240103 |     0 |   0.0 |1380M| 187 |   - |3290 |  18k|   0 |   0 |   0 | 560k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1263.23/1263.61	c  1225s|800000 |240103 |     0 |   0.0 |1382M| 187 |   - |3290 |  20k|   0 |   0 |   0 | 570k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1283.12/1283.59	c  1245s|810000 |240103 |     0 |   0.0 |1382M| 187 |   - |3290 |  20k|   0 |   0 |   0 | 580k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1305.61/1306.01	c  1267s|820000 |240103 |     0 |   0.0 |1387M| 187 |   - |3290 |  24k|   0 |   0 |   0 | 591k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1330.11/1330.52	c  1291s|830000 |240103 |     0 |   0.0 |1390M| 187 |   - |3290 |  26k|   0 |   0 |   0 | 601k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1352.20/1352.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.20/1352.60	c  1313s|840000 |240033 |     0 |   0.0 |1366M| 187 |   - |3290 |6990 |   0 |   0 |   0 | 612k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1366.49/1366.97	c  1326s|850000 |239983 |     0 |   0.0 |1368M| 187 |   - |3290 |7977 |   0 |   0 |   0 | 622k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1379.19/1379.63	c  1338s|860000 |239983 |     0 |   0.0 |1369M| 187 |   - |3290 |8435 |   0 |   0 |   0 | 632k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1392.79/1393.24	c  1351s|870000 |239984 |     0 |   0.0 |1371M| 187 |   - |3290 |  10k|   0 |   0 |   0 | 642k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1407.78/1408.23	c  1366s|880000 |239983 |     0 |   0.0 |1373M| 187 |   - |3290 |  12k|   0 |   0 |   0 | 653k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1421.78/1422.27	c  1379s|890000 |239983 |     0 |   0.0 |1371M| 187 |   - |3290 |  10k|   0 |   0 |   0 | 663k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1437.78/1438.21	c  1395s|900000 |239983 |     0 |   0.0 |1373M| 187 |   - |3290 |  12k|   0 |   0 |   0 | 673k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1453.27/1453.79	c  1410s|910000 |239984 |     0 |   0.0 |1375M| 187 |   - |3290 |  13k|   0 |   0 |   0 | 684k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1470.66/1471.13	c  1426s|920000 |239980 |     0 |   0.0 |1371M| 187 |   - |3290 |  10k|   0 |   0 |   0 | 695k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1484.76/1485.28	c  1440s|930000 |239972 |     0 |   0.0 |1369M| 187 |   - |3290 |8599 |   0 |   0 |   0 | 705k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1496.26/1496.70	c  1451s|940000 |239971 |     0 |   0.0 |1369M| 187 |   - |3290 |8933 |   0 |   0 |   0 | 715k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1509.36/1509.89	c  1464s|950000 |239969 |     0 |   0.0 |1373M| 187 |   - |3290 |  11k|   0 |   0 |   0 | 725k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1524.26/1524.79	c  1478s|960000 |239968 |     0 |   0.0 |1374M| 187 |   - |3290 |  12k|   0 |   0 |   0 | 736k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1542.15/1542.61	c  1495s|970000 |239966 |     0 |   0.0 |1376M| 187 |   - |3290 |  14k|   0 |   0 |   0 | 746k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1559.64/1560.10	c  1512s|980000 |239964 |     0 |   0.0 |1378M| 187 |   - |3290 |  15k|   0 |   0 |   0 | 756k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1578.24/1578.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1578.24/1578.70	c  1530s|990000 |239967 |     0 |   0.0 |1380M| 187 |   - |3290 |  17k|   0 |   0 |   0 | 766k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1597.13/1597.61	c  1549s|  1000k|239966 |     0 |   0.0 |1382M| 187 |   - |3290 |  19k|   0 |   0 |   0 | 777k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1619.42/1619.99	c  1571s|  1010k|239966 |     0 |   0.0 |1385M| 187 |   - |3290 |  21k|   0 |   0 |   0 | 787k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1643.52/1644.06	c  1594s|  1020k|239966 |     0 |   0.0 |1384M| 187 |   - |3290 |  21k|   0 |   0 |   0 | 797k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1667.81/1668.38	c  1618s|  1030k|239967 |     0 |   0.0 |1387M| 187 |   - |3290 |  23k|   0 |   0 |   0 | 808k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1690.71/1691.22	c  1641s|  1040k|239967 |     0 |   0.0 |1384M| 187 |   - |3290 |  20k|   0 |   0 |   0 | 819k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1711.70/1712.28	c  1661s|  1050k|239967 |     0 |   0.0 |1385M| 187 |   - |3290 |  21k|   0 |   0 |   0 | 829k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1734.69/1735.20	c  1684s|  1060k|239966 |     0 |   0.0 |1389M| 187 |   - |3290 |  25k|   0 |   0 |   0 | 840k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1761.09/1761.60	c  1710s|  1070k|239966 |     0 |   0.0 |1391M| 187 |   - |3290 |  26k|   0 |   0 |   0 | 850k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1785.48/1786.07	c  1734s|  1080k|239966 |     0 |   0.0 |1393M| 187 |   - |3290 |  28k|   0 |   0 |   0 | 861k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1800.09/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.61	c 
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time (sec) : 1747.75
1800.09/1800.61	c Solving Nodes      : 1088126
1800.09/1800.61	c Primal Bound       : -1.00000000000000e+01 (9 solutions)
1800.09/1800.61	c Dual Bound         : -9.70000000000000e+01
1800.09/1800.61	c Gap                : 89.69 %
1800.09/1800.61	s SATISFIABLE
1800.09/1800.61	v -x197 -x164 -x113 -x185 -x170 -x158 -x132 -x171 -x135 -x150 -x104 -x166 -x160 -x144 -x119 -x110 -x106 -x157 -x146 -x114 -x192 -x180 
1800.09/1800.61	v -x161 -x145 -x128 x122 -x154 -x112 -x151 -x124 -x134 -x178 -x172 -x136 x187 -x181 -x168 -x163 -x156 -x152 -x131 x118 -x117 
1800.09/1800.61	v -x109 -x105 -x198 -x190 -x200 -x183 x123 -x153 -x182 -x189 -x193 -x149 -x195 x191 -x179 -x162 -x107 -x175 -x137 -x115 -x101 
1800.09/1800.61	v -x188 x184 -x167 -x133 -x130 -x129 -x127 -x121 -x120 x111 -x108 -x155 -x199 -x138 -x148 -x174 -x139 -x143 -x116 -x196 -x176 
1800.09/1800.61	v -x142 -x103 -x140 x194 -x125 x159 -x165 -x102 -x177 -x173 -x126 -x141 -x169 x186 -x147 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 
1800.09/1800.61	v -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 
1800.09/1800.61	v x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 
1800.09/1800.61	v -x41 -x40 x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
1800.09/1800.61	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.09/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.61	c Solving Time       :    1747.75
1800.09/1800.61	c Original Problem   :
1800.09/1800.61	c   Problem name     : HOME/instance-2663894-1276672859.opb
1800.09/1800.61	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.61	c   Constraints      : 3391 initial, 3391 maximal
1800.09/1800.61	c Presolved Problem  :
1800.09/1800.61	c   Problem name     : t_HOME/instance-2663894-1276672859.opb
1800.09/1800.61	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.61	c   Constraints      : 3391 initial, 29499 maximal
1800.09/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   probing          :       0.09          0          0          0          0          0          0          0          0
1800.09/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.09/1800.61	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.09/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.09/1800.61	c   setppc           :        200          0    5273649          0     693755      10123    1591609          0          0          0
1800.09/1800.61	c   and              :       3090          0    5295714          0     697889        341   23698665          0          0          0
1800.09/1800.61	c   linear           :          1          0    5293748          0     697894      76270    5122631          0          0          0
1800.09/1800.61	c   logicor          :        100+         0     787701          0     696337       8955     608394          0          0          0
1800.09/1800.61	c   countsols        :          0          0          0          0     697900          0          0          0          0          0
1800.09/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.61	c   setppc           :      95.56       0.00      12.51       0.00      83.05
1800.09/1800.61	c   and              :     121.28       0.00     114.72       0.00       6.56
1800.09/1800.61	c   linear           :     155.88       0.00     154.84       0.00       1.04
1800.09/1800.61	c   logicor          :     335.64       0.00     325.88       0.00       9.76
1800.09/1800.61	c   countsols        :       0.54       0.00       0.00       0.00       0.54
1800.09/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.61	c   vbounds          :       2.67          2          0          0
1800.09/1800.61	c   rootredcost      :       2.57          0          0          0
1800.09/1800.61	c   pseudoobj        :     415.09    5665852     360147     354959
1800.09/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.61	c   propagation      :     416.62     455836     454803    4987103      138.6        112       95.9          -
1800.09/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.09/1800.61	c   applied globally :          -          -          -     870075      138.9          -          -          -
1800.09/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.09/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.09/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.09/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.09/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.09/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.09/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.09/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.09/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.09/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.61	c Pricers            :       Time      Calls       Vars
1800.09/1800.61	c   problem variables:       0.00          0          0
1800.09/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   inference        :     134.05     697894          0          0          0          0    1395788
1800.09/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.61	c   LP solutions     :       0.00          -          0
1800.09/1800.61	c   pseudo solutions :       0.03          -          6
1800.09/1800.61	c   oneopt           :       1.20          0          0
1800.09/1800.61	c   trivial          :       0.01          2          3
1800.09/1800.61	c   simplerounding   :       0.00          0          0
1800.09/1800.61	c   zirounding       :       0.00          0          0
1800.09/1800.61	c   rounding         :       0.00          0          0
1800.09/1800.61	c   shifting         :       0.00          0          0
1800.09/1800.61	c   intshifting      :       0.00          0          0
1800.09/1800.61	c   twoopt           :       0.00          0          0
1800.09/1800.61	c   fixandinfer      :       0.00          0          0
1800.09/1800.61	c   feaspump         :       0.00          0          0
1800.09/1800.61	c   coefdiving       :       0.00          0          0
1800.09/1800.61	c   pscostdiving     :       0.00          0          0
1800.09/1800.61	c   fracdiving       :       0.00          0          0
1800.09/1800.61	c   veclendiving     :       0.00          0          0
1800.09/1800.61	c   intdiving        :       0.00          0          0
1800.09/1800.61	c   actconsdiving    :       0.00          0          0
1800.09/1800.61	c   objpscostdiving  :       0.00          0          0
1800.09/1800.61	c   rootsoldiving    :       0.00          0          0
1800.09/1800.61	c   linesearchdiving :       0.00          0          0
1800.09/1800.61	c   guideddiving     :       0.00          0          0
1800.09/1800.61	c   octane           :       0.00          0          0
1800.09/1800.61	c   rens             :       0.00          0          0
1800.09/1800.61	c   rins             :       0.00          0          0
1800.09/1800.61	c   localbranching   :       0.00          0          0
1800.09/1800.61	c   mutation         :       0.00          0          0
1800.09/1800.61	c   crossover        :       0.00          0          0
1800.09/1800.61	c   dins             :       0.00          0          0
1800.09/1800.61	c   undercover       :       0.00          0          0
1800.09/1800.61	c   nlp              :       0.46          0          0
1800.09/1800.61	c   trysol           :       0.75          0          0
1800.09/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.09/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.09/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.09/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.09/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.61	c B&B Tree           :
1800.09/1800.61	c   number of runs   :          1
1800.09/1800.61	c   nodes            :    1088126
1800.09/1800.61	c   nodes (total)    :    1088126
1800.09/1800.61	c   nodes left       :     239942
1800.09/1800.61	c   max depth        :        187
1800.09/1800.61	c   max depth (total):        187
1800.09/1800.61	c   backtracks       :      75843 (7.0%)
1800.09/1800.61	c   delayed cutoffs  :      67721
1800.09/1800.61	c   repropagations   :    2936110 (2167011 domain reductions, 65610 cutoffs)
1800.09/1800.61	c   avg switch length:       7.47
1800.09/1800.61	c   switching time   :     316.85
1800.09/1800.61	c Solution           :
1800.09/1800.61	c   Solutions found  :          9 (7 improvements)
1800.09/1800.61	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.09/1800.61	c   Primal Bound     : -1.00000000000000e+01   (in run 1, after 527522 nodes, 802.04 seconds, depth 122, found by <relaxation>)
1800.09/1800.61	c   Dual Bound       : -9.70000000000000e+01
1800.09/1800.61	c   Gap              :      89.69 %
1800.09/1800.61	c   Root Dual Bound  : -1.00000000000000e+02
1800.09/1800.61	c   Root Iterations  :          0

Verifier Data

OK	-10

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663894-1276672859/watcher-2663894-1276672859 -o /tmp/evaluation-result-2663894-1276672859/solver-2663894-1276672859 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663894-1276672859.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 8027
/proc/meminfo: memFree=1776992/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=7612 CPUtime=0
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 1 0 40941270 7794688 1199 1992294400 4194304 7136930 140733961648416 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8027/statm: 1903 1209 254 719 0 1182 0

[startup+0.10504 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 8027
/proc/meminfo: memFree=1776992/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=20504 CPUtime=0.09
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 4756 0 0 0 7 2 0 0 20 0 1 0 40941270 20996096 4324 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 5126 4324 333 719 0 4405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20504

[startup+0.202048 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 8027
/proc/meminfo: memFree=1776992/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=20504 CPUtime=0.19
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 5034 0 0 0 13 6 0 0 20 0 1 0 40941270 20996096 4345 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 5126 4345 333 719 0 4405 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20504

[startup+0.302056 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 8027
/proc/meminfo: memFree=1776992/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=21864 CPUtime=0.29
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 5646 0 0 0 18 11 0 0 20 0 1 0 40941270 22388736 4700 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 5466 4700 355 719 0 4745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21864

[startup+0.702088 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 8027
/proc/meminfo: memFree=1776992/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=25356 CPUtime=0.69
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 7867 0 0 0 47 22 0 0 21 0 1 0 40941270 25964544 5636 1992294400 4194304 7136930 140733961648416 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 6339 5636 388 719 0 5618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25356

[startup+1.50115 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8028
/proc/meminfo: memFree=1753672/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=27964 CPUtime=1.49
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 8523 0 0 0 126 23 0 0 23 0 1 0 40941270 28635136 6292 1992294400 4194304 7136930 140733961648416 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 6991 6292 393 719 0 6270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27964

[startup+3.10129 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8028
/proc/meminfo: memFree=1752060/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=29980 CPUtime=3.09
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 9021 0 0 0 283 26 0 0 25 0 1 0 40941270 30699520 6790 1992294400 4194304 7136930 140733961648416 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/8027/statm: 7495 6790 393 719 0 6774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29980

[startup+6.30153 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8028
/proc/meminfo: memFree=1745860/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=36508 CPUtime=6.28
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 10617 0 0 0 597 31 0 0 25 0 1 0 40941270 37384192 8386 1992294400 4194304 7136930 140733961648416 18446744073709551615 4665348 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 9127 8386 393 719 0 8406 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36508

[startup+12.701 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8028
/proc/meminfo: memFree=1731972/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=50740 CPUtime=12.68
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 14025 0 0 0 1223 45 0 0 25 0 1 0 40941270 51957760 11794 1992294400 4194304 7136930 140733961648416 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 12685 11794 393 719 0 11964 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50740

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8028
/proc/meminfo: memFree=1694648/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=90804 CPUtime=25.48
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 23076 0 0 0 2478 70 0 0 25 0 1 0 40941270 92983296 20845 1992294400 4194304 7136930 140733961648416 18446744073709551615 5901150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 22701 20845 393 719 0 21980 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90804

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8028
/proc/meminfo: memFree=1608716/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=191824 CPUtime=51.07
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 44798 0 0 0 4982 125 0 0 25 0 1 0 40941270 196427776 42567 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 47956 42567 393 719 0 47235 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 191824

[startup+102.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8030
/proc/meminfo: memFree=1460660/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=368280 CPUtime=102.26
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 81324 0 0 0 9991 235 0 0 25 0 1 0 40941270 377118720 79093 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 92070 79093 393 719 0 91349 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 368280

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8032
/proc/meminfo: memFree=1309132/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=555084 CPUtime=162.24
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 119512 0 0 0 15876 348 0 0 25 0 1 0 40941270 568406016 117281 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 138771 117281 393 719 0 138050 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 555084

[startup+222.309 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8034
/proc/meminfo: memFree=1151776/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=736440 CPUtime=222.23
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 158371 0 0 0 21741 482 0 0 25 0 1 0 40941270 754114560 156140 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 184110 156140 393 719 0 183389 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 736440

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8036
/proc/meminfo: memFree=994420/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=936708 CPUtime=282.21
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 198264 0 0 0 27601 620 0 0 25 0 1 0 40941270 959188992 196033 1992294400 4194304 7136930 140733961648416 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 234177 196033 393 719 0 233456 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 936708

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8036
/proc/meminfo: memFree=799864/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1169836 CPUtime=342.19
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 246121 0 0 0 33466 753 0 0 25 0 1 0 40941270 1197912064 243890 1992294400 4194304 7136930 140733961648416 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 292459 243890 393 719 0 291738 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1169836

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8038
/proc/meminfo: memFree=629860/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1368312 CPUtime=402.18
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 288783 0 0 0 39321 897 0 0 25 0 1 0 40941270 1401151488 286552 1992294400 4194304 7136930 140733961648416 18446744073709551615 4225857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 342078 286552 393 719 0 341357 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1368312

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8040
/proc/meminfo: memFree=446092/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1595128 CPUtime=462.16
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 334916 0 0 0 45167 1049 0 0 25 0 1 0 40941270 1633411072 332685 1992294400 4194304 7136930 140733961648416 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 398782 332685 393 719 0 398061 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1595128

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 8042
/proc/meminfo: memFree=318372/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1756448 CPUtime=522.14
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 367101 0 0 0 50953 1261 0 0 25 0 1 0 40941270 1798602752 363927 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 439112 363927 393 719 0 438391 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1756448

[startup+582.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 8044
/proc/meminfo: memFree=299400/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1776904 CPUtime=582.12
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 371961 0 0 0 56674 1538 0 0 25 0 1 0 40941270 1819549696 368787 1992294400 4194304 7136930 140733961648416 18446744073709551615 4434038 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 444226 368787 393 719 0 443505 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1776904

[startup+642.301 s]
/proc/loadavg: 1.12 1.03 1.01 2/107 8044
/proc/meminfo: memFree=294812/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1780916 CPUtime=642.11
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 372888 0 0 0 62489 1722 0 0 25 0 1 0 40941270 1823657984 369714 1992294400 4194304 7136930 140733961648416 18446744073709551615 5918773 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 445229 369714 393 719 0 444508 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1780916

[startup+702.302 s]

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

/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 379077 0 0 0 102940 3258 0 0 25 0 1 0 40941270 1848889344 375647 1992294400 4194304 7136930 140733961648416 18446744073709551615 6346536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 451389 375647 393 719 0 450668 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1805556

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8061
/proc/meminfo: memFree=268400/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1806768 CPUtime=1121.96
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 379396 0 0 0 108759 3437 0 0 25 0 1 0 40941270 1850130432 375966 1992294400 4194304 7136930 140733961648416 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 451692 375966 393 719 0 450971 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1806768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8063
/proc/meminfo: memFree=268152/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1807056 CPUtime=1181.95
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 379486 0 0 0 114604 3591 0 0 25 0 1 0 40941270 1850425344 376056 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 451764 376056 393 719 0 451043 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1807056

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8063
/proc/meminfo: memFree=265672/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1809272 CPUtime=1241.93
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 380085 0 0 0 120469 3724 0 0 25 0 1 0 40941270 1852694528 376655 1992294400 4194304 7136930 140733961648416 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 452318 376655 393 719 0 451597 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1809272

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8065
/proc/meminfo: memFree=262448/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1812552 CPUtime=1301.92
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 380899 0 0 0 126334 3858 0 0 25 0 1 0 40941270 1856053248 377469 1992294400 4194304 7136930 140733961648416 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 453138 377469 393 719 0 452417 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1812552

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8067
/proc/meminfo: memFree=256744/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1818176 CPUtime=1361.9
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 382339 0 0 0 132176 4014 0 0 25 0 1 0 40941270 1861812224 378909 1992294400 4194304 7136930 140733961648416 18446744073709551615 5918766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 454544 378909 393 719 0 453823 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1818176

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8069
/proc/meminfo: memFree=254512/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1820368 CPUtime=1421.89
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 382903 0 0 0 137924 4265 0 0 25 0 1 0 40941270 1864056832 379473 1992294400 4194304 7136930 140733961648416 18446744073709551615 5905985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 455092 379473 393 719 0 454371 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1820368

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8071
/proc/meminfo: memFree=251412/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1823804 CPUtime=1481.87
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 383676 0 0 0 143719 4468 0 0 25 0 1 0 40941270 1867575296 380246 1992294400 4194304 7136930 140733961648416 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 455951 380246 393 719 0 455230 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1823804

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8071
/proc/meminfo: memFree=249924/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1825532 CPUtime=1541.85
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 384044 0 0 0 149508 4677 0 0 25 0 1 0 40941270 1869344768 380614 1992294400 4194304 7136930 140733961648416 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 456383 380614 393 719 0 455662 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1825532

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8073
/proc/meminfo: memFree=249800/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1825532 CPUtime=1601.83
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 384064 0 0 0 155347 4836 0 0 25 0 1 0 40941270 1869344768 380634 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 456383 380634 393 719 0 455662 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1825532

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8075
/proc/meminfo: memFree=247568/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1827824 CPUtime=1661.82
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 384640 0 0 0 161225 4957 0 0 25 0 1 0 40941270 1871691776 381210 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 456956 381210 393 719 0 456235 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1827824

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8077
/proc/meminfo: memFree=244840/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1830392 CPUtime=1721.8
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385298 0 0 0 167105 5075 0 0 25 0 1 0 40941270 1874321408 381868 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 457598 381868 393 719 0 456877 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 1830392

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8079
/proc/meminfo: memFree=244592/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1830392 CPUtime=1781.78
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385299 0 0 0 172997 5181 0 0 25 0 1 0 40941270 1874321408 381869 1992294400 4194304 7136930 140733961648416 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 457598 381869 393 719 0 456877 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 1830392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8079
/proc/meminfo: memFree=244096/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1830584 CPUtime=1800.09
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385411 0 0 0 174778 5231 0 0 25 0 1 0 40941270 1874518016 381929 1992294400 4194304 7136930 140733961648416 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8027/statm: 457646 381929 393 719 0 456925 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1830584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8027

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8080
/proc/meminfo: memFree=244088/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1829564 CPUtime=1800.98
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385416 0 0 0 174867 5231 0 0 25 0 1 0 40941270 1873473536 381679 1992294400 4194304 7136930 140733961648416 18446744073709551615 6166215 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8027/statm: 457391 381679 398 719 0 456670 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 1829564

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8080
/proc/meminfo: memFree=249668/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1790508 CPUtime=1801.78
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385416 0 0 0 174947 5231 0 0 25 0 1 0 40941270 1833480192 371915 1992294400 4194304 7136930 140733961648416 18446744073709551615 4212314 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8027/statm: 447627 371915 398 719 0 446906 0
Current children cumulated CPU time (s) 1801.78
Current children cumulated vsize (KiB) 1790508

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8080
/proc/meminfo: memFree=249668/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=1645384 CPUtime=1801.98
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385416 0 0 0 174965 5233 0 0 25 0 1 0 40941270 1684873216 335639 1992294400 4194304 7136930 140733961648416 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8027/statm: 411313 335606 398 719 0 410592 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 1645384

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8080
/proc/meminfo: memFree=249668/2059040 swapFree=4136680/4192956
[pid=8027] ppid=8025 vsize=907024 CPUtime=1802.08
/proc/8027/stat : 8027 (pbscip.linux.x8) R 8025 8027 7838 0 -1 4202496 385416 0 0 0 174967 5241 0 0 25 0 1 0 40941270 928792576 188518 1992294400 4194304 7136930 140733961648416 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8027/statm: 226508 188475 398 719 0 225787 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 907024

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.69
CPU time (s): 1802.18
CPU user time (s): 1749.68
CPU system time (s): 52.5
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 1830792

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

runsolver used 2.96255 second user time and 8.5327 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 09:20:59
IDJOB=2663894
IDBENCH=48267
IDSOLVER=1167
FILE ID=node026/2663894-1276672859
PBS_JOBID= 11172525
Free space on /tmp= 62560 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663894-1276672859/watcher-2663894-1276672859 -o /tmp/evaluation-result-2663894-1276672859/solver-2663894-1276672859 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663894-1276672859.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=922904743

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1777396 kB
Buffers:         67768 kB
Cached:         121772 kB
SwapCached:       9808 kB
Active:          92780 kB
Inactive:       110132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1777396 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            3252 kB
Writeback:           0 kB
AnonPages:       11624 kB
Mapped:           9448 kB
Slab:            56980 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node026 at 2010-06-16 09:51:01