Trace number 2663864

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.05 1802.81

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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.08
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)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2663864-1276667898.opb>
0.02/0.04	c original problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/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.02/0.08	o 0
0.02/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.02/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, 24696 impls, 200 clqs
0.49/0.58	c    (0.3s) probing: 101/3262 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.58	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.58	c presolving (2 rounds):
0.49/0.58	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.58	c  24696 implications, 200 cliques
0.49/0.58	c presolved problem has 3262 variables (3262 bin, 0 int, 0 impl, 0 cont) and 3363 constraints
0.49/0.58	c     200 constraints of type <setppc>
0.49/0.58	c    3062 constraints of type <and>
0.49/0.58	c       1 constraints of type <linear>
0.49/0.58	c     100 constraints of type <logicor>
0.49/0.58	c transformed objective value is always integral (scale: 1)
0.49/0.58	c Presolving Time: 0.32
0.49/0.58	c - non default parameters ----------------------------------------------------------------------
0.49/0.58	c # SCIP version 1.2.1.2
0.49/0.58	c 
0.49/0.58	c # frequency for displaying node information lines
0.49/0.58	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.58	c display/freq = 10000
0.49/0.58	c 
0.49/0.58	c # maximal time in seconds to run
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/time = 1799.96
0.49/0.58	c 
0.49/0.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.58	c limits/memory = 1620
0.49/0.58	c 
0.49/0.58	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.58	c lp/solvefreq = -1
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify inequalities
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/linear/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # should presolving try to simplify knapsacks
0.49/0.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.58	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.58	c 
0.49/0.58	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c heuristics/undercover/freq = 0
0.49/0.58	c 
0.49/0.58	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.58	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.58	c separating/rapidlearning/freq = 0
0.49/0.58	c 
0.49/0.58	c -----------------------------------------------------------------------------------------------
0.49/0.58	c start solving
0.49/0.58	c 
0.49/0.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.59	c t 0.3s|     1 |     2 |     0 |     - |9423k|   0 |   - |3262 |3363 |   0 |   0 |   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
13.19/13.26	o -3
13.19/13.26	c *12.7s|  5253 |  3962 |     0 |   0.0 |  26M| 103 |   - |3262 |3624 |   0 |   0 |   0 | 330 |   0 |-9.800000e+01 |-3.000000e+00 |  96.94%
14.48/14.59	o -5
14.48/14.59	c *14.1s|  6057 |  4708 |     0 |   0.0 |  28M| 103 |   - |3262 |3653 |   0 |   0 |   0 | 365 |   0 |-9.800000e+01 |-5.000000e+00 |  94.90%
17.78/17.82	o -6
17.78/17.82	c *17.2s|  7939 |  6128 |     0 |   0.0 |  32M| 103 |   - |3262 |3760 |   0 |   0 |   0 | 569 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
22.78/22.88	c  22.1s| 10000 |  8006 |     0 |   0.0 |  45M| 103 |   - |3262 |3702 |   0 |   0 |   0 | 677 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
44.28/44.30	c  43.2s| 20000 | 17644 |     0 |   0.0 | 100M| 103 |   - |3262 |3629 |   0 |   0 |   0 | 850 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
62.27/62.35	c  60.9s| 30000 | 27246 |     0 |   0.0 | 147M| 107 |   - |3262 |3690 |   0 |   0 |   0 |1059 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
80.37/80.45	c  78.6s| 40000 | 36519 |     0 |   0.0 | 203M| 107 |   - |3262 |3718 |   0 |   0 |   0 |1402 |   0 |-9.800000e+01 |-6.000000e+00 |  93.88%
81.46/81.52	o -7
81.46/81.52	c *79.6s| 40578 | 37025 |     0 |   0.0 | 206M| 107 |   - |3262 |3711 |   0 |   0 |   0 |1433 |   0 |-9.800000e+01 |-7.000000e+00 |  92.86%
81.76/81.89	o -8
81.76/81.89	c *80.0s| 40753 | 37157 |     0 |   0.0 | 207M| 107 |   - |3262 |3732 |   0 |   0 |   0 |1464 |   0 |-9.800000e+01 |-8.000000e+00 |  91.84%
84.86/84.99	o -9
84.86/84.99	c *83.0s| 42478 | 38579 |     0 |   0.0 | 215M| 107 |   - |3262 |3791 |   0 |   0 |   0 |1656 |   0 |-9.800000e+01 |-9.000000e+00 |  90.82%
98.46/98.56	c  96.3s| 50000 | 44576 |     0 |   0.0 | 253M| 107 |   - |3262 |3974 |   0 |   0 |   0 |2585 |   0 |-9.800000e+01 |-9.000000e+00 |  90.82%
115.55/115.69	c   113s| 60000 | 51824 |     0 |   0.0 | 293M| 109 |   - |3262 |4128 |   0 |   0 |   0 |4399 |   0 |-9.800000e+01 |-9.000000e+00 |  90.82%
131.25/131.37	c   128s| 70000 | 57224 |     0 |   0.0 | 318M| 123 |   - |3262 |4581 |   0 |   0 |   0 |7643 |   0 |-9.800000e+01 |-9.000000e+00 |  90.82%
155.13/155.23	c   152s| 80000 | 66761 |     0 |   0.0 | 395M| 123 |   - |3262 |3867 |   0 |   0 |   0 |7925 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
175.31/175.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.31/175.46	c   172s| 90000 | 76349 |     0 |   0.0 | 443M| 123 |   - |3262 |3812 |   0 |   0 |   0 |8144 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
196.21/196.34	c   192s|100000 | 85818 |     0 |   0.0 | 496M| 123 |   - |3262 |3753 |   0 |   0 |   0 |8421 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
215.70/215.80	c   211s|110000 | 95349 |     0 |   0.0 | 543M| 123 |   - |3262 |3778 |   0 |   0 |   0 |8664 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
234.70/234.89	c   230s|120000 |104907 |     0 |   0.0 | 592M| 123 |   - |3262 |3772 |   0 |   0 |   0 |8886 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
253.39/253.55	c   248s|130000 |114391 |     0 |   0.0 | 637M| 123 |   - |3262 |3785 |   0 |   0 |   0 |9150 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
272.08/272.24	c   266s|140000 |123862 |     0 |   0.0 | 686M| 123 |   - |3262 |3799 |   0 |   0 |   0 |9424 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
290.58/290.71	c   284s|150000 |133255 |     0 |   0.0 | 735M| 123 |   - |3262 |3777 |   0 |   0 |   0 |9744 |   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
308.27/308.46	c   302s|160000 |142692 |     0 |   0.0 | 780M| 123 |   - |3262 |3773 |   0 |   0 |   0 |  10k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
325.97/326.12	c   319s|170000 |152087 |     0 |   0.0 | 826M| 123 |   - |3262 |3812 |   0 |   0 |   0 |  10k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
343.76/343.95	c   336s|180000 |161422 |     0 |   0.0 | 874M| 123 |   - |3262 |3815 |   0 |   0 |   0 |  10k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
361.96/362.14	c   354s|190000 |170741 |     0 |   0.0 | 926M| 123 |   - |3262 |3814 |   0 |   0 |   0 |  11k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
379.84/380.03	c   372s|200000 |180080 |     0 |   0.0 | 979M| 123 |   - |3262 |3875 |   0 |   0 |   0 |  11k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
396.43/396.70	c   388s|210000 |189462 |     0 |   0.0 |1022M| 123 |   - |3262 |3864 |   0 |   0 |   0 |  11k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
413.83/414.07	c   405s|220000 |198776 |     0 |   0.0 |1071M| 123 |   - |3262 |3874 |   0 |   0 |   0 |  12k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
431.32/431.53	c   422s|230000 |208100 |     0 |   0.0 |1123M| 123 |   - |3262 |3931 |   0 |   0 |   0 |  12k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
448.32/448.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.32/448.55	c   438s|240000 |217418 |     0 |   0.0 |1174M| 123 |   - |3262 |3973 |   0 |   0 |   0 |  12k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
465.31/465.58	c   455s|250000 |226643 |     0 |   0.0 |1223M| 123 |   - |3262 |3980 |   0 |   0 |   0 |  13k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
482.21/482.43	c   471s|260000 |235863 |     0 |   0.0 |1274M| 123 |   - |3262 |4034 |   0 |   0 |   0 |  13k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
499.11/499.38	c   488s|270000 |245034 |     0 |   0.0 |1327M| 123 |   - |3262 |4057 |   0 |   0 |   0 |  14k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
509.40/509.64	c (node 275970) switching to memory saving mode (mem: 1296.0M/1620.0M)
514.10/514.33	c   502s|280000 |250436 |     0 |   0.0 |1359M| 188 |   - |3262 |4732 |   0 |   0 |   0 |  18k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
523.00/523.29	c   511s|290000 |250433 |     0 |   0.0 |1363M| 188 |   - |3262 |7625 |   0 |   0 |   0 |  28k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
533.49/533.70	c   521s|300000 |250425 |     0 |   0.0 |1362M| 188 |   - |3262 |6359 |   0 |   0 |   0 |  38k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
543.19/543.41	c   530s|310000 |250424 |     0 |   0.0 |1365M| 188 |   - |3262 |8317 |   0 |   0 |   0 |  49k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
553.28/553.56	c   539s|320000 |250424 |     0 |   0.0 |1365M| 188 |   - |3262 |8326 |   0 |   0 |   0 |  59k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
564.68/564.90	c   550s|330000 |250424 |     0 |   0.0 |1364M| 188 |   - |3262 |7598 |   0 |   0 |   0 |  69k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
575.18/575.47	c   560s|340000 |250422 |     0 |   0.0 |1368M| 188 |   - |3262 |  11k|   0 |   0 |   0 |  80k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
586.58/586.81	c   571s|350000 |250425 |     0 |   0.0 |1367M| 188 |   - |3262 |  10k|   0 |   0 |   0 |  90k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
599.37/599.62	c   583s|360000 |250424 |     0 |   0.0 |1371M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 100k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
614.76/615.09	c   598s|370000 |250425 |     0 |   0.0 |1374M| 188 |   - |3262 |  15k|   0 |   0 |   0 | 111k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
630.45/630.76	c   614s|380000 |250417 |     0 |   0.0 |1363M| 188 |   - |3262 |7204 |   0 |   0 |   0 | 122k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
641.06/641.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
641.06/641.33	c   624s|390000 |250415 |     0 |   0.0 |1366M| 188 |   - |3262 |9289 |   0 |   0 |   0 | 132k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
653.15/653.44	c   635s|400000 |250416 |     0 |   0.0 |1370M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 142k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
666.26/666.55	c   648s|410000 |250416 |     0 |   0.0 |1372M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 153k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
679.64/679.93	c   661s|420000 |250404 |     0 |   0.0 |1364M| 188 |   - |3262 |6959 |   0 |   0 |   0 | 163k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
689.64/689.95	c   670s|430000 |250405 |     0 |   0.0 |1367M| 188 |   - |3262 |9963 |   0 |   0 |   0 | 174k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
701.23/701.54	c   682s|440000 |250405 |     0 |   0.0 |1368M| 188 |   - |3262 |  10k|   0 |   0 |   0 | 184k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
713.73/714.01	c   693s|450000 |250405 |     0 |   0.0 |1371M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 195k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
726.92/727.29	c   706s|460000 |250404 |     0 |   0.0 |1374M| 188 |   - |3262 |  15k|   0 |   0 |   0 | 206k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
741.52/741.83	c   720s|470000 |250404 |     0 |   0.0 |1372M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 216k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
756.21/756.51	c   735s|480000 |250404 |     0 |   0.0 |1373M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 227k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
771.91/772.26	c   750s|490000 |250405 |     0 |   0.0 |1375M| 188 |   - |3262 |  15k|   0 |   0 |   0 | 237k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
790.20/790.57	c   768s|500000 |250404 |     0 |   0.0 |1378M| 188 |   - |3262 |  18k|   0 |   0 |   0 | 247k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
807.19/807.56	c   784s|510000 |250405 |     0 |   0.0 |1377M| 188 |   - |3262 |  17k|   0 |   0 |   0 | 258k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
826.29/826.69	c   803s|520000 |250405 |     0 |   0.0 |1380M| 188 |   - |3262 |  19k|   0 |   0 |   0 | 268k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
847.17/847.55	c   823s|530000 |250404 |     0 |   0.0 |1383M| 188 |   - |3262 |  21k|   0 |   0 |   0 | 278k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
867.48/867.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
867.48/867.83	c   843s|540000 |250405 |     0 |   0.0 |1382M| 188 |   - |3262 |  21k|   0 |   0 |   0 | 289k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
887.87/888.27	c   863s|550000 |250404 |     0 |   0.0 |1383M| 188 |   - |3262 |  22k|   0 |   0 |   0 | 300k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
910.95/911.39	c   886s|560000 |250405 |     0 |   0.0 |1386M| 188 |   - |3262 |  24k|   0 |   0 |   0 | 310k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
935.25/935.66	c   909s|570000 |250405 |     0 |   0.0 |1388M| 188 |   - |3262 |  25k|   0 |   0 |   0 | 321k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
953.74/954.18	c   927s|580000 |250392 |     0 |   0.0 |1369M| 188 |   - |3262 |  11k|   0 |   0 |   0 | 332k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
964.93/965.39	c   938s|590000 |250389 |     0 |   0.0 |1370M| 188 |   - |3262 |  11k|   0 |   0 |   0 | 342k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
977.94/978.34	c   951s|600000 |250390 |     0 |   0.0 |1372M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 353k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
992.84/993.28	c   965s|610000 |250389 |     0 |   0.0 |1373M| 188 |   - |3262 |  14k|   0 |   0 |   0 | 363k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
1007.83/1008.25	c   980s|620000 |250390 |     0 |   0.0 |1376M| 188 |   - |3262 |  15k|   0 |   0 |   0 | 374k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
1024.73/1025.14	c   996s|630000 |250388 |     0 |   0.0 |1379M| 188 |   - |3262 |  18k|   0 |   0 |   0 | 384k|   0 |-9.700000e+01 |-9.000000e+00 |  90.72%
1034.62/1035.01	o -10
1034.62/1035.01	c *1006s|635363 |250389 |     0 |   0.0 |1380M| 188 |   - |3262 |  19k|   0 |   0 |   0 | 389k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1043.81/1044.21	c  1015s|640000 |250387 |     0 |   0.0 |1380M| 188 |   - |3262 |  19k|   0 |   0 |   0 | 394k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1055.31/1055.70	c  1026s|650000 |250387 |     0 |   0.0 |1365M| 188 |   - |3262 |7305 |   0 |   0 |   0 | 404k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1068.81/1069.24	c  1039s|660000 |250386 |     0 |   0.0 |1370M| 188 |   - |3262 |  10k|   0 |   0 |   0 | 415k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1083.60/1084.08	c  1053s|670000 |250387 |     0 |   0.0 |1373M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 425k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1098.59/1099.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.59/1099.07	c  1068s|680000 |250388 |     0 |   0.0 |1368M| 188 |   - |3262 |9398 |   0 |   0 |   0 | 435k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1114.49/1114.97	c  1083s|690000 |250388 |     0 |   0.0 |1371M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 446k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1129.49/1129.94	c  1097s|700000 |250389 |     0 |   0.0 |1370M| 188 |   - |3262 |  11k|   0 |   0 |   0 | 456k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1145.97/1146.43	c  1114s|710000 |250389 |     0 |   0.0 |1371M| 188 |   - |3262 |  11k|   0 |   0 |   0 | 466k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1164.67/1165.12	c  1132s|720000 |250389 |     0 |   0.0 |1374M| 188 |   - |3262 |  14k|   0 |   0 |   0 | 477k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1184.46/1184.91	c  1151s|730000 |250390 |     0 |   0.0 |1377M| 188 |   - |3262 |  16k|   0 |   0 |   0 | 487k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1206.96/1207.40	c  1173s|740000 |250389 |     0 |   0.0 |1379M| 188 |   - |3262 |  18k|   0 |   0 |   0 | 498k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1227.94/1228.44	c  1194s|750000 |250388 |     0 |   0.0 |1377M| 188 |   - |3262 |  16k|   0 |   0 |   0 | 508k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1251.44/1251.92	c  1217s|760000 |250388 |     0 |   0.0 |1377M| 188 |   - |3262 |  17k|   0 |   0 |   0 | 519k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1273.83/1274.35	c  1239s|770000 |250390 |     0 |   0.0 |1377M| 188 |   - |3262 |  16k|   0 |   0 |   0 | 529k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1296.12/1296.65	c  1261s|780000 |250385 |     0 |   0.0 |1373M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 540k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1316.82/1317.31	c  1281s|790000 |250387 |     0 |   0.0 |1378M| 188 |   - |3262 |  17k|   0 |   0 |   0 | 550k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1337.01/1337.53	c  1300s|800000 |250386 |     0 |   0.0 |1364M| 188 |   - |3262 |5664 |   0 |   0 |   0 | 561k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1349.30/1349.83	c  1312s|810000 |250386 |     0 |   0.0 |1365M| 188 |   - |3262 |6782 |   0 |   0 |   0 | 571k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1362.90/1363.43	c  1325s|820000 |250385 |     0 |   0.0 |1369M| 188 |   - |3262 |9832 |   0 |   0 |   0 | 581k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1377.10/1377.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.10/1377.61	c  1339s|830000 |250386 |     0 |   0.0 |1370M| 188 |   - |3262 |  10k|   0 |   0 |   0 | 591k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1393.49/1394.10	c  1355s|840000 |250388 |     0 |   0.0 |1372M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 602k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1411.68/1412.27	c  1373s|850000 |250386 |     0 |   0.0 |1374M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 612k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1428.18/1428.70	c  1388s|860000 |250388 |     0 |   0.0 |1370M| 188 |   - |3262 |  10k|   0 |   0 |   0 | 622k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1442.58/1443.14	c  1402s|870000 |250385 |     0 |   0.0 |1373M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 632k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1457.97/1458.51	c  1417s|880000 |250386 |     0 |   0.0 |1373M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 643k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1474.96/1475.56	c  1434s|890000 |250388 |     0 |   0.0 |1373M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 653k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1493.26/1493.88	c  1452s|900000 |250387 |     0 |   0.0 |1376M| 188 |   - |3262 |  15k|   0 |   0 |   0 | 663k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1514.15/1514.79	c  1472s|910000 |250386 |     0 |   0.0 |1379M| 188 |   - |3262 |  18k|   0 |   0 |   0 | 673k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1536.05/1536.70	c  1494s|920000 |250385 |     0 |   0.0 |1374M| 188 |   - |3262 |  14k|   0 |   0 |   0 | 684k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1556.23/1556.80	c  1513s|930000 |250386 |     0 |   0.0 |1378M| 188 |   - |3262 |  16k|   0 |   0 |   0 | 694k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1576.12/1576.70	c  1533s|940000 |250388 |     0 |   0.0 |1378M| 188 |   - |3262 |  17k|   0 |   0 |   0 | 704k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1596.12/1596.74	c  1552s|950000 |250386 |     0 |   0.0 |1378M| 188 |   - |3262 |  17k|   0 |   0 |   0 | 715k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1617.71/1618.34	c  1573s|960000 |250385 |     0 |   0.0 |1381M| 188 |   - |3262 |  19k|   0 |   0 |   0 | 725k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1639.80/1640.45	c  1595s|970000 |250386 |     0 |   0.0 |1381M| 188 |   - |3262 |  19k|   0 |   0 |   0 | 736k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1659.30/1659.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1659.30/1659.94	c  1614s|980000 |250383 |     0 |   0.0 |1383M| 188 |   - |3262 |  20k|   0 |   0 |   0 | 746k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1677.79/1678.46	c  1632s|990000 |250359 |     0 |   0.0 |1369M| 188 |   - |3262 |9891 |   0 |   0 |   0 | 757k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1690.09/1690.75	c  1644s|  1000k|250360 |     0 |   0.0 |1372M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 767k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1700.98/1701.63	c  1654s|  1010k|250351 |     0 |   0.0 |1367M| 188 |   - |3262 |8279 |   0 |   0 |   0 | 777k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1712.57/1713.21	c  1666s|  1020k|250350 |     0 |   0.0 |1368M| 188 |   - |3262 |8838 |   0 |   0 |   0 | 788k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1724.87/1725.55	c  1677s|  1030k|250351 |     0 |   0.0 |1371M| 188 |   - |3262 |  11k|   0 |   0 |   0 | 798k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1739.17/1739.84	c  1691s|  1040k|250351 |     0 |   0.0 |1374M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 809k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1753.96/1754.66	c  1706s|  1050k|250350 |     0 |   0.0 |1373M| 188 |   - |3262 |  12k|   0 |   0 |   0 | 819k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1771.76/1772.47	c  1723s|  1060k|250351 |     0 |   0.0 |1373M| 188 |   - |3262 |  13k|   0 |   0 |   0 | 830k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1789.65/1790.36	c  1741s|  1070k|250351 |     0 |   0.0 |1377M| 188 |   - |3262 |  15k|   0 |   0 |   0 | 840k|   0 |-9.700000e+01 |-1.000000e+01 |  89.69%
1800.06/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.71	c 
1800.06/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.71	c Solving Time (sec) : 1750.66
1800.06/1800.71	c Solving Nodes      : 1075100
1800.06/1800.71	c Primal Bound       : -1.00000000000000e+01 (10 solutions)
1800.06/1800.71	c Dual Bound         : -9.70000000000000e+01
1800.06/1800.71	c Gap                : 89.69 %
1800.06/1800.72	s SATISFIABLE
1800.06/1800.72	v -x160 x183 -x118 -x165 -x126 -x157 -x148 -x158 -x196 -x181 -x167 -x156 -x142 -x131 -x198 -x197 -x163 -x137 -x110 x171 -x107 -x103 
1800.06/1800.72	v -x144 -x130 -x125 -x122 -x113 -x119 -x159 -x192 -x195 -x164 -x179 -x175 -x188 -x145 -x191 -x151 -x169 -x102 -x152 -x146 -x140 
1800.06/1800.72	v x135 -x112 x105 -x134 -x143 -x190 x186 -x189 -x123 x194 x136 -x114 -x138 -x154 x141 -x162 -x200 -x109 x185 -x101 -x193 -x178 
1800.06/1800.72	v -x172 -x170 -x155 -x139 -x124 -x120 -x117 -x116 -x108 -x104 -x128 -x147 -x168 -x153 -x184 -x132 -x180 -x106 -x115 -x187 -x129 
1800.06/1800.72	v -x199 -x161 -x149 -x127 -x182 -x174 -x150 x121 -x133 -x177 -x173 -x111 -x166 -x176 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 
1800.06/1800.72	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.06/1800.72	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 
1800.06/1800.72	v -x42 -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 
1800.06/1800.72	v x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1800.06/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.72	c Solving Time       :    1750.66
1800.06/1800.72	c Original Problem   :
1800.06/1800.72	c   Problem name     : HOME/instance-2663864-1276667898.opb
1800.06/1800.72	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.72	c   Constraints      : 3363 initial, 3363 maximal
1800.06/1800.72	c Presolved Problem  :
1800.06/1800.72	c   Problem name     : t_HOME/instance-2663864-1276667898.opb
1800.06/1800.72	c   Variables        : 3262 (3262 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.72	c   Constraints      : 3363 initial, 27741 maximal
1800.06/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.72	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.06/1800.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.72	c   and              :       0.19          0          0          0          0          0          0          0          0
1800.06/1800.72	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.06/1800.72	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.72	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.72	c   setppc           :        200          0    4891739          0     691603       8560    1565996          0          0          0
1800.06/1800.72	c   and              :       3062          0    4919982          0     695862        400   23281907          0          0          0
1800.06/1800.72	c   linear           :          1          0    4918902          0     695872      78095    4079296          0          0          0
1800.06/1800.72	c   logicor          :        100+         0     813557          0     695769      13385     553283          0          0          0
1800.06/1800.72	c   countsols        :          0          0          0          0     695879          0          0          0          0          0
1800.06/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.72	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.72	c   setppc           :      97.22       0.00      11.21       0.00      86.01
1800.06/1800.72	c   and              :     123.86       0.00     116.45       0.00       7.41
1800.06/1800.72	c   linear           :     150.29       0.00     149.44       0.00       0.85
1800.06/1800.72	c   logicor          :     360.90       0.00     349.30       0.00      11.60
1800.06/1800.72	c   countsols        :       0.36       0.00       0.00       0.00       0.36
1800.06/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.72	c   vbounds          :       2.47          2          0          0
1800.06/1800.72	c   rootredcost      :       2.50          0          0          0
1800.06/1800.72	c   pseudoobj        :     394.19    5270809     342321     339944
1800.06/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.72	c   propagation      :     404.79     442761     442462    4712185      144.5         58      100.0          -
1800.06/1800.72	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.72	c   applied globally :          -          -          -     846276      142.1          -          -          -
1800.06/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.72	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.72	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.72	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.72	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.72	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.72	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.72	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.72	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.72	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.72	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.72	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.72	c Pricers            :       Time      Calls       Vars
1800.06/1800.72	c   problem variables:       0.00          0          0
1800.06/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.72	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.72	c   inference        :     148.55     695872          0          0          0          0    1391744
1800.06/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.72	c   LP solutions     :       0.00          -          0
1800.06/1800.72	c   pseudo solutions :       0.02          -          7
1800.06/1800.72	c   oneopt           :       1.16          0          0
1800.06/1800.72	c   trivial          :       0.02          2          3
1800.06/1800.72	c   simplerounding   :       0.00          0          0
1800.06/1800.72	c   zirounding       :       0.00          0          0
1800.06/1800.72	c   rounding         :       0.00          0          0
1800.06/1800.72	c   shifting         :       0.00          0          0
1800.06/1800.72	c   intshifting      :       0.00          0          0
1800.06/1800.72	c   twoopt           :       0.00          0          0
1800.06/1800.72	c   fixandinfer      :       0.00          0          0
1800.06/1800.72	c   feaspump         :       0.00          0          0
1800.06/1800.72	c   coefdiving       :       0.00          0          0
1800.06/1800.72	c   pscostdiving     :       0.00          0          0
1800.06/1800.72	c   fracdiving       :       0.00          0          0
1800.06/1800.72	c   veclendiving     :       0.00          0          0
1800.06/1800.72	c   intdiving        :       0.00          0          0
1800.06/1800.72	c   actconsdiving    :       0.00          0          0
1800.06/1800.72	c   objpscostdiving  :       0.00          0          0
1800.06/1800.72	c   rootsoldiving    :       0.00          0          0
1800.06/1800.72	c   linesearchdiving :       0.00          0          0
1800.06/1800.72	c   guideddiving     :       0.00          0          0
1800.06/1800.72	c   octane           :       0.00          0          0
1800.06/1800.72	c   rens             :       0.00          0          0
1800.06/1800.72	c   rins             :       0.00          0          0
1800.06/1800.72	c   localbranching   :       0.00          0          0
1800.06/1800.72	c   mutation         :       0.00          0          0
1800.06/1800.72	c   crossover        :       0.00          0          0
1800.06/1800.72	c   dins             :       0.00          0          0
1800.06/1800.72	c   undercover       :       0.00          0          0
1800.06/1800.72	c   nlp              :       0.63          0          0
1800.06/1800.72	c   trysol           :       0.54          0          0
1800.06/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.72	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.72	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.72	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.72	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.72	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.72	c B&B Tree           :
1800.06/1800.72	c   number of runs   :          1
1800.06/1800.72	c   nodes            :    1075100
1800.06/1800.72	c   nodes (total)    :    1075100
1800.06/1800.72	c   nodes left       :     250348
1800.06/1800.72	c   max depth        :        188
1800.06/1800.72	c   max depth (total):        188
1800.06/1800.72	c   backtracks       :      72384 (6.7%)
1800.06/1800.72	c   delayed cutoffs  :      66297
1800.06/1800.72	c   repropagations   :    2590397 (1872254 domain reductions, 63540 cutoffs)
1800.06/1800.72	c   avg switch length:       6.61
1800.06/1800.72	c   switching time   :     302.81
1800.06/1800.72	c Solution           :
1800.06/1800.72	c   Solutions found  :         10 (8 improvements)
1800.06/1800.72	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.06/1800.72	c   Primal Bound     : -1.00000000000000e+01   (in run 1, after 635363 nodes, 1005.77 seconds, depth 123, found by <relaxation>)
1800.06/1800.72	c   Dual Bound       : -9.70000000000000e+01
1800.06/1800.72	c   Gap              :      89.69 %
1800.06/1800.72	c   Root Dual Bound  : -1.00000000000000e+02
1800.06/1800.72	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-2663864-1276667898/watcher-2663864-1276667898 -o /tmp/evaluation-result-2663864-1276667898/solver-2663864-1276667898 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663864-1276667898.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 1.17 1.46 3/106 11319
/proc/meminfo: memFree=1750120/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=6584 CPUtime=0
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 961 0 0 0 0 0 0 0 20 0 1 0 42391353 6742016 883 1992294400 4194304 7136930 140733582512320 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 1646 893 254 719 0 925 0

[startup+0.0329679 s]
/proc/loadavg: 1.00 1.17 1.46 3/106 11319
/proc/meminfo: memFree=1750120/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=11792 CPUtime=0.02
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 2421 0 0 0 1 1 0 0 20 0 1 0 42391353 12075008 2343 1992294400 4194304 7136930 140733582512320 18446744073709551615 4240595 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 2948 2343 272 719 0 2227 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11792

[startup+0.10098 s]
/proc/loadavg: 1.00 1.17 1.46 3/106 11319
/proc/meminfo: memFree=1750120/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=20012 CPUtime=0.09
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 4634 0 0 0 7 2 0 0 20 0 1 0 42391353 20492288 4202 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 5003 4202 333 719 0 4282 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20012

[startup+0.30102 s]
/proc/loadavg: 1.00 1.17 1.46 3/106 11319
/proc/meminfo: memFree=1750120/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=21808 CPUtime=0.29
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 5634 0 0 0 18 11 0 0 20 0 1 0 42391353 22331392 4688 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 5452 4688 355 719 0 4731 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21808

[startup+0.701097 s]
/proc/loadavg: 1.00 1.17 1.46 3/106 11319
/proc/meminfo: memFree=1750120/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=25292 CPUtime=0.69
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 7853 0 0 0 48 21 0 0 20 0 1 0 42391353 25899008 5622 1992294400 4194304 7136930 140733582512320 18446744073709551615 4643253 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 6323 5622 388 719 0 5602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25292

[startup+1.50125 s]
/proc/loadavg: 1.00 1.16 1.46 2/107 11320
/proc/meminfo: memFree=1727048/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=28040 CPUtime=1.49
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 8510 0 0 0 126 23 0 0 22 0 1 0 42391353 28712960 6279 1992294400 4194304 7136930 140733582512320 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 7010 6279 393 719 0 6289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28040

[startup+3.10057 s]
/proc/loadavg: 1.00 1.16 1.46 2/107 11320
/proc/meminfo: memFree=1725436/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=29968 CPUtime=3.09
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 9007 0 0 0 283 26 0 0 25 0 1 0 42391353 30687232 6776 1992294400 4194304 7136930 140733582512320 18446744073709551615 5121908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 7492 6776 393 719 0 6771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29968

[startup+6.30119 s]
/proc/loadavg: 1.00 1.16 1.46 2/107 11320
/proc/meminfo: memFree=1719732/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=36624 CPUtime=6.29
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 10625 0 0 0 598 31 0 0 25 0 1 0 42391353 37502976 8394 1992294400 4194304 7136930 140733582512320 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 9156 8394 393 719 0 8435 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36624

[startup+12.7014 s]
/proc/loadavg: 1.00 1.16 1.45 2/107 11320
/proc/meminfo: memFree=1706340/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=49144 CPUtime=12.69
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 13546 0 0 0 1223 46 0 0 25 0 1 0 42391353 50323456 11315 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 12286 11315 393 719 0 11565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49144

[startup+25.5009 s]
/proc/loadavg: 1.00 1.15 1.45 2/107 11320
/proc/meminfo: memFree=1675712/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=82740 CPUtime=25.48
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 21219 0 0 0 2475 73 0 0 25 0 1 0 42391353 84725760 18988 1992294400 4194304 7136930 140733582512320 18446744073709551615 5901818 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 20685 18988 393 719 0 19964 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82740

[startup+51.101 s]
/proc/loadavg: 1.00 1.14 1.44 2/107 11322
/proc/meminfo: memFree=1607636/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=161356 CPUtime=51.07
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 38475 0 0 0 4986 121 0 0 25 0 1 0 42391353 165228544 36244 1992294400 4194304 7136930 140733582512320 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 40339 36244 393 719 0 39618 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 161356

[startup+102.309 s]
/proc/loadavg: 1.00 1.11 1.41 2/107 11322
/proc/meminfo: memFree=1451396/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=344252 CPUtime=102.26
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 76999 0 0 0 9996 230 0 0 25 0 1 0 42391353 352514048 74768 1992294400 4194304 7136930 140733582512320 18446744073709551615 4221545 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 86063 74768 393 719 0 85342 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 344252

[startup+162.301 s]
/proc/loadavg: 1.00 1.09 1.38 2/107 11324
/proc/meminfo: memFree=1291188/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=542588 CPUtime=162.23
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 117229 0 0 0 15870 353 0 0 25 0 1 0 42391353 555610112 114998 1992294400 4194304 7136930 140733582512320 18446744073709551615 4697592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 135647 114998 393 719 0 134926 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 542588

[startup+222.3 s]
/proc/loadavg: 1.00 1.07 1.35 2/107 11335
/proc/meminfo: memFree=1137180/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=729132 CPUtime=222.2
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 155743 0 0 0 21746 474 0 0 25 0 1 0 42391353 746631168 153512 1992294400 4194304 7136930 140733582512320 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 182283 153512 393 719 0 181562 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 729132

[startup+282.3 s]
/proc/loadavg: 1.00 1.06 1.33 2/107 11337
/proc/meminfo: memFree=985776/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=918040 CPUtime=282.18
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 193848 0 0 0 27612 606 0 0 25 0 1 0 42391353 940072960 191617 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 229510 191617 393 719 0 228789 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 918040

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 1.31 2/107 11339
/proc/meminfo: memFree=823832/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1098368 CPUtime=342.16
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 233491 0 0 0 33473 743 0 0 25 0 1 0 42391353 1124728832 231260 1992294400 4194304 7136930 140733582512320 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 274592 231260 393 719 0 273871 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1098368

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.28 2/107 11339
/proc/meminfo: memFree=655068/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1299856 CPUtime=402.14
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 276279 0 0 0 39333 881 0 0 25 0 1 0 42391353 1331052544 274048 1992294400 4194304 7136930 140733582512320 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 324964 274048 393 719 0 324243 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1299856

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.26 2/107 11341
/proc/meminfo: memFree=463240/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1563896 CPUtime=462.11
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 323512 0 0 0 45183 1028 0 0 25 0 1 0 42391353 1601429504 321281 1992294400 4194304 7136930 140733582512320 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 390974 321281 393 719 0 390253 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1563896

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.25 2/107 11343
/proc/meminfo: memFree=303280/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1751544 CPUtime=522.09
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 364347 0 0 0 50984 1225 0 0 25 0 1 0 42391353 1793581056 361136 1992294400 4194304 7136930 140733582512320 18446744073709551615 4240264 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 437886 361136 393 719 0 437165 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1751544

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.23 2/107 11345
/proc/meminfo: memFree=289888/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1764284 CPUtime=582.07
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 367482 0 0 0 56681 1526 0 0 25 0 1 0 42391353 1806626816 364271 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 441071 364271 393 719 0 440350 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1764284

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.21 2/107 11347
/proc/meminfo: memFree=277984/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1775952 CPUtime=642.06
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 370459 0 0 0 62455 1751 0 0 25 0 1 0 42391353 1818574848 367248 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 443988 367248 393 719 0 443267 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 1775952

[startup+702.301 s]

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

/proc/11319/statm: 451361 374568 393 719 0 450640 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1805444

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 11370
/proc/meminfo: memFree=247356/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1805976 CPUtime=1421.78
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 377890 0 0 0 138232 3946 0 0 25 0 1 0 42391353 1849319424 374679 1992294400 4194304 7136930 140733582512320 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 451494 374679 393 719 0 450773 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 1805976

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 11372
/proc/meminfo: memFree=247232/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1805976 CPUtime=1481.76
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 377890 0 0 0 144050 4126 0 0 25 0 1 0 42391353 1849319424 374679 1992294400 4194304 7136930 140733582512320 18446744073709551615 4976324 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 451494 374679 393 719 0 450773 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1805976

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 11374
/proc/meminfo: memFree=244876/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1808384 CPUtime=1541.74
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 378492 0 0 0 149913 4261 0 0 25 0 1 0 42391353 1851785216 375281 1992294400 4194304 7136930 140733582512320 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 452096 375281 393 719 0 451375 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 1808384

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11374
/proc/meminfo: memFree=244752/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1808384 CPUtime=1601.71
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 378498 0 0 0 155776 4395 0 0 25 0 1 0 42391353 1851785216 375287 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 452096 375287 393 719 0 451375 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1808384

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 11376
/proc/meminfo: memFree=244132/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1809056 CPUtime=1661.69
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 378623 0 0 0 161656 4513 0 0 25 0 1 0 42391353 1852473344 375412 1992294400 4194304 7136930 140733582512320 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 452264 375412 393 719 0 451543 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 1809056

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 11378
/proc/meminfo: memFree=239792/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1813104 CPUtime=1721.67
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379692 0 0 0 167434 4733 0 0 25 0 1 0 42391353 1856618496 376481 1992294400 4194304 7136930 140733582512320 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 453276 376481 393 719 0 452555 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 1813104

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11380
/proc/meminfo: memFree=238428/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1814128 CPUtime=1781.65
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379948 0 0 0 173267 4898 0 0 25 0 1 0 42391353 1857667072 376737 1992294400 4194304 7136930 140733582512320 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 453532 376737 393 719 0 452811 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 1814128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11380
/proc/meminfo: memFree=238428/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1814128 CPUtime=1800.06
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379948 0 0 0 175069 4937 0 0 25 0 1 0 42391353 1857667072 376737 1992294400 4194304 7136930 140733582512320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11319/statm: 453532 376737 393 719 0 452811 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1814128

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11319

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1802.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1802.05 s) to the 'lost time'.

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 11381
/proc/meminfo: memFree=239908/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1077824 CPUtime=1802.05
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379953 0 0 0 175259 4946 0 0 25 0 1 0 42391353 1103691776 218090 1992294400 4194304 7136930 140733582512320 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 269200 218090 398 719 0 268479 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1077824

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11381
/proc/meminfo: memFree=1704252/2059040 swapFree=4136232/4192956
[pid=11319] ppid=-1 vsize=0 CPUtime=0
/proc/11319/stat : -- couldn't open stat file --/proc/11319/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11380
/proc/meminfo: memFree=238428/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1814128 CPUtime=1800.74
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379953 0 0 0 175137 4937 0 0 25 0 1 0 42391353 1857667072 376742 1992294400 4194304 7136930 140733582512320 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 453532 376742 398 719 0 452811 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 1814128

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 11381
/proc/meminfo: memFree=239908/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1789044 CPUtime=1801.54
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379953 0 0 0 175217 4937 0 0 25 0 1 0 42391353 1831981056 370472 1992294400 4194304 7136930 140733582512320 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 447261 370472 398 719 0 446540 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 1789044

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 11381
/proc/meminfo: memFree=239908/2059040 swapFree=4136232/4192956
[pid=11319] ppid=11317 vsize=1588460 CPUtime=1801.94
/proc/11319/stat : 11319 (pbscip.linux.x8) R 11317 11319 10610 0 -1 4202496 379953 0 0 0 175254 4940 0 0 25 0 1 0 42391353 1626583040 320076 1992294400 4194304 7136930 140733582512320 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11319/statm: 397115 320076 398 719 0 396394 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 1588460

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11381
/proc/meminfo: memFree=1704252/2059040 swapFree=4136232/4192956
[pid=11319] ppid=-1 vsize=0 CPUtime=0
/proc/11319/stat : -- couldn't open stat file --/proc/11319/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11319 and gives
#  childrusage.ru_utime.tv_sec=1752
#  childrusage.ru_utime.tv_usec=592565
#  childrusage.ru_stime.tv_sec=49
#  childrusage.ru_stime.tv_usec=566464
# CPU time returned by wait4() is 1802.16
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1802.05
#  lost CPU user time (s): 1752.59
#  lost CPU system time (s): 49.46

Real time (s): 1802.81
CPU time (s): 1802.05
CPU user time (s): 1752.59
CPU system time (s): 49.46
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 1814128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.59
system time used= 49.5665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379953
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= 1
involuntary context switches= 4097

runsolver used 2.96455 second user time and 8.5437 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-16 07:58:18
IDJOB=2663864
IDBENCH=48237
IDSOLVER=1167
FILE ID=node011/2663864-1276667898
PBS_JOBID= 11172507
Free space on /tmp= 62360 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_5.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-2663864-1276667898/watcher-2663864-1276667898 -o /tmp/evaluation-result-2663864-1276667898/solver-2663864-1276667898 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663864-1276667898.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=85610710

node011.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.264
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.52
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.264
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750648 kB
Buffers:        112916 kB
Cached:         115408 kB
SwapCached:      10072 kB
Active:         104860 kB
Inactive:       136608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750648 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:       11508 kB
Mapped:           9360 kB
Slab:            45228 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182384 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= 62360 MiB
End job on node011 at 2010-06-16 08:28:21