Trace number 2694160

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1800.27 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
MD5SUMfcf24b85e5d55a97f5b0cb315ea68e2b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.145977
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-2694160-1277924170.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.39/1.47	c   1.2s| 10000 |  6989 |     0 |   0.0 |7771k| 177 |   - | 371 |5559 |   0 |   0 |   0 |8437 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.68/1.72	o 815
1.68/1.72	c * 1.4s| 14994 | 11958 |     0 |   0.0 |9320k| 201 |   - | 371 |5278 |   0 |   0 |   0 |8468 |   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
2.79/2.85	c   2.4s| 20000 | 14751 |     0 |   0.0 |  12M| 201 |   - | 371 |6523 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
6.39/6.45	c   5.8s| 30000 | 17884 |     0 |   0.0 |  18M| 201 |   - | 371 |  11k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
9.89/9.96	c   9.0s| 40000 | 21741 |     0 |   0.0 |  20M| 201 |   - | 371 |8023 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
10.39/10.44	c   9.4s| 50000 | 31716 |     0 |   0.0 |  21M| 201 |   - | 371 | 728 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
10.79/10.88	c   9.6s| 60000 | 41691 |     0 |   0.0 |  24M| 201 |   - | 371 | 628 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
11.29/11.32	c   9.9s| 70000 | 51662 |     0 |   0.0 |  27M| 201 |   - | 371 | 655 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
11.69/11.77	c  10.2s| 80000 | 61635 |     0 |   0.0 |  30M| 201 |   - | 371 | 642 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
12.19/12.21	c  10.4s| 90000 | 71603 |     0 |   0.0 |  33M| 201 |   - | 371 | 670 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
12.59/12.65	c  10.7s|100000 | 81584 |     0 |   0.0 |  36M| 201 |   - | 371 | 677 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
12.99/13.09	c  11.0s|110000 | 91552 |     0 |   0.0 |  39M| 201 |   - | 371 | 707 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
13.49/13.53	c  11.3s|120000 |101529 |     0 |   0.0 |  42M| 201 |   - | 371 | 749 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
13.89/13.97	c  11.6s|130000 |111505 |     0 |   0.0 |  45M| 201 |   - | 371 | 771 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
14.39/14.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.39/14.44	c  11.9s|140000 |121455 |     0 |   0.0 |  48M| 201 |   - | 371 | 853 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
14.89/14.91	c  12.2s|150000 |131382 |     0 |   0.0 |  51M| 201 |   - | 371 | 968 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
15.30/15.39	c  12.5s|160000 |141310 |     0 |   0.0 |  54M| 201 |   - | 371 | 783 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 8.150000e+02 |    Inf 
15.59/15.69	o 320
15.59/15.69	c *12.6s|166469 |145760 |     0 |   0.0 |  55M| 201 |   - | 371 | 405 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
15.89/15.95	c  12.8s|170000 |148793 |     0 |   0.0 |  57M| 201 |   - | 371 |1457 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
20.19/20.25	c  16.9s|180000 |149806 |     0 |   0.0 |  64M| 201 |   - | 371 |  13k|   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
27.79/27.88	c  24.1s|190000 |148894 |     0 |   0.0 |  68M| 201 |   - | 371 |  23k|   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
33.59/33.64	c  29.6s|200000 |152529 |     0 |   0.0 |  64M| 201 |   - | 371 |9556 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
34.10/34.16	c  30.0s|210000 |162498 |     0 |   0.0 |  65M| 201 |   - | 371 | 755 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
34.59/34.62	c  30.3s|220000 |172462 |     0 |   0.0 |  68M| 201 |   - | 371 | 661 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
35.10/35.15	c  30.6s|230000 |182256 |     0 |   0.0 |  71M| 201 |   - | 371 | 844 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
35.20/35.23	o 74
35.20/35.23	c *30.7s|230230 | 79865 |     0 |   0.0 |  40M| 201 |   - | 371 | 843 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.400000e+01 |    Inf 
35.29/35.39	o 67
35.29/35.39	c *30.8s|232056 | 74273 |     0 |   0.0 |  39M| 201 |   - | 371 | 899 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.700000e+01 |    Inf 
35.39/35.45	o 66
35.39/35.45	c *30.9s|232687 | 74542 |     0 |   0.0 |  39M| 201 |   - | 371 | 890 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 6.600000e+01 |    Inf 
35.89/35.95	o 37
35.89/35.95	c *31.2s|238033 | 62122 |     0 |   0.0 |  36M| 201 |   - | 371 |1442 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 3.700000e+01 |    Inf 
35.99/36.00	o 36
35.99/36.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.99/36.00	c *31.3s|238369 | 62172 |     0 |   0.0 |  36M| 201 |   - | 371 |1504 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 3.600000e+01 |    Inf 
35.99/36.00	o 21
35.99/36.00	c *31.3s|238370 | 58206 |     0 |   0.0 |  35M| 201 |   - | 371 |1504 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
36.09/36.13	o 18
36.09/36.13	c *31.4s|239276 | 58674 |     0 |   0.0 |  35M| 201 |   - | 371 |1735 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
36.09/36.14	o 11
36.09/36.14	c *31.4s|239277 | 52374 |     0 |   0.0 |  33M| 201 |   - | 371 |1735 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
36.20/36.26	c  31.5s|240000 | 52855 |     0 |   0.0 |  34M| 201 |   - | 371 |2018 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
38.09/38.17	c  33.1s|250000 | 58800 |     0 |   0.0 |  38M| 201 |   - | 371 |4411 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
41.99/42.05	c  36.7s|260000 | 60943 |     0 |   0.0 |  44M| 201 |   - | 371 |7780 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
49.89/49.93	c  44.1s|270000 | 51903 |     0 |   0.0 |  45M| 201 |   - | 371 |9185 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
51.99/52.04	c  45.9s|280000 | 57675 |     0 |   0.0 |  48M| 201 |   - | 371 |2457 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
53.99/54.09	c  47.7s|290000 | 63307 |     0 |   0.0 |  53M| 201 |   - | 371 |4307 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
57.29/57.33	c  50.6s|300000 | 65491 |     0 |   0.0 |  58M| 201 |   - | 371 |7123 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.39/66.43	c  59.3s|310000 | 59659 |     0 |   0.0 |  53M| 201 |   - | 371 |  17k|   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
70.40/70.50	c  63.1s|320000 | 63609 |     0 |   0.0 |  56M| 201 |   - | 371 |7058 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
75.50/75.53	c  67.8s|330000 | 65566 |     0 |   0.0 |  61M| 201 |   - | 371 |  10k|   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
81.79/81.87	c  73.8s|340000 | 66696 |     0 |   0.0 |  65M| 201 |   - | 371 |  12k|   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
89.69/89.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.69/89.70	c  81.3s|350000 | 66757 |     0 |   0.0 |  68M| 201 |   - | 371 |  15k|   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
98.29/98.35	c  89.6s|360000 | 66879 |     0 |   0.0 |  71M| 201 |   - | 371 |  18k|   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
108.89/108.96	c  99.8s|370000 | 65608 |     0 |   0.0 |  72M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
119.59/119.69	c   110s|380000 | 62944 |     0 |   0.0 |  72M| 201 |   - | 371 |  19k|   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
125.59/125.63	c   116s|390000 | 67775 |     0 |   0.0 |  76M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
133.89/133.96	c   124s|400000 | 70408 |     0 |   0.0 |  79M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 373k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
140.39/140.47	c   130s|410000 | 75452 |     0 |   0.0 |  83M| 201 |   - | 371 |  21k|   0 |   0 |   0 | 386k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
146.40/146.46	c   136s|420000 | 80623 |     0 |   0.0 |  88M| 201 |   - | 371 |  21k|   0 |   0 |   0 | 399k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
153.69/153.72	c   143s|430000 | 84569 |     0 |   0.0 |  93M| 201 |   - | 371 |  24k|   0 |   0 |   0 | 414k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
162.19/162.27	c   151s|440000 | 87651 |     0 |   0.0 |  98M| 201 |   - | 371 |  26k|   0 |   0 |   0 | 430k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
172.09/172.15	c   161s|450000 | 90012 |     0 |   0.0 | 101M| 201 |   - | 371 |  26k|   0 |   0 |   0 | 448k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
181.79/181.80	c   170s|460000 | 92615 |     0 |   0.0 | 105M| 201 |   - | 371 |  26k|   0 |   0 |   0 | 466k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
192.00/192.08	c   180s|470000 | 93384 |     0 |   0.0 | 108M| 201 |   - | 371 |  31k|   0 |   0 |   0 | 485k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
205.00/205.01	c   192s|480000 | 94359 |     0 |   0.0 | 112M| 201 |   - | 371 |  33k|   0 |   0 |   0 | 503k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
220.89/221.00	c   208s|490000 | 94122 |     0 |   0.0 | 115M| 201 |   - | 371 |  36k|   0 |   0 |   0 | 522k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
243.10/243.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.10/243.18	c   230s|500000 | 91640 |     0 |   0.0 | 117M| 201 |   - | 371 |  43k|   0 |   0 |   0 | 546k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
272.99/273.07	c   259s|510000 | 87959 |     0 |   0.0 | 118M| 201 |   - | 371 |  50k|   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
307.09/307.11	c   293s|520000 | 85604 |     0 |   0.0 | 114M| 201 |   - | 371 |  47k|   0 |   0 |   0 | 594k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
319.00/319.01	c   305s|530000 | 91337 |     0 |   0.0 | 114M| 201 |   - | 371 |  34k|   0 |   0 |   0 | 607k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
329.69/329.75	c   315s|540000 | 96260 |     0 |   0.0 | 117M| 201 |   - | 371 |  32k|   0 |   0 |   0 | 620k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
340.79/340.80	c   326s|550000 |100654 |     0 |   0.0 | 121M| 201 |   - | 371 |  33k|   0 |   0 |   0 | 635k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
356.00/356.04	c   341s|560000 |102701 |     0 |   0.0 | 125M| 201 |   - | 371 |  37k|   0 |   0 |   0 | 653k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
376.20/376.29	c   361s|570000 |102555 |     0 |   0.0 | 128M| 201 |   - | 371 |  42k|   0 |   0 |   0 | 674k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
392.20/392.24	c   376s|580000 |105628 |     0 |   0.0 | 131M| 201 |   - | 371 |  40k|   0 |   0 |   0 | 693k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
407.80/407.84	c   392s|590000 |108541 |     0 |   0.0 | 134M| 201 |   - | 371 |  40k|   0 |   0 |   0 | 711k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
423.00/423.09	c   407s|600000 |111325 |     0 |   0.0 | 138M| 201 |   - | 371 |  40k|   0 |   0 |   0 | 730k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
439.20/439.29	c   423s|610000 |113428 |     0 |   0.0 | 142M| 201 |   - | 371 |  43k|   0 |   0 |   0 | 749k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
456.90/456.93	c   440s|620000 |114855 |     0 |   0.0 | 147M| 201 |   - | 371 |  46k|   0 |   0 |   0 | 769k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
478.60/478.65	c   461s|630000 |114795 |     0 |   0.0 | 150M| 201 |   - | 371 |  51k|   0 |   0 |   0 | 791k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
504.21/504.29	c   487s|640000 |113869 |     0 |   0.0 | 151M| 201 |   - | 371 |  51k|   0 |   0 |   0 | 814k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
527.01/527.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.01/527.01	c   509s|650000 |114810 |     0 |   0.0 | 153M| 201 |   - | 371 |  51k|   0 |   0 |   0 | 836k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
554.00/554.06	c   536s|660000 |113686 |     0 |   0.0 | 154M| 201 |   - | 371 |  52k|   0 |   0 |   0 | 862k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
578.00/578.03	c   559s|670000 |112236 |     0 |   0.0 | 154M| 201 |   - | 371 |  55k|   0 |   0 |   0 | 885k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
597.50/597.50	c   579s|680000 |111429 |     0 |   0.0 | 148M| 201 |   - | 371 |  44k|   0 |   0 |   0 | 905k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
621.61/621.64	c   602s|690000 |109955 |     0 |   0.0 | 145M| 201 |   - | 371 |  43k|   0 |   0 |   0 | 928k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
644.70/644.76	c   625s|700000 |109928 |     0 |   0.0 | 148M| 201 |   - | 371 |  43k|   0 |   0 |   0 | 952k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
672.80/672.88	c   653s|710000 |108754 |     0 |   0.0 | 152M| 201 |   - | 371 |  48k|   0 |   0 |   0 | 976k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
705.20/705.28	c   685s|720000 |106782 |     0 |   0.0 | 154M| 201 |   - | 371 |  51k|   0 |   0 |   0 |1001k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
742.21/742.22	c   721s|730000 |104281 |     0 |   0.0 | 156M| 201 |   - | 371 |  58k|   0 |   0 |   0 |1027k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
780.61/780.68	c   759s|740000 |101926 |     0 |   0.0 | 157M| 201 |   - | 371 |  67k|   0 |   0 |   0 |1051k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
816.11/816.15	c   795s|750000 |102169 |     0 |   0.0 | 156M| 201 |   - | 371 |  58k|   0 |   0 |   0 |1074k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
843.31/843.39	c   822s|760000 |103034 |     0 |   0.0 | 159M| 201 |   - | 371 |  59k|   0 |   0 |   0 |1096k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
872.71/872.74	c   851s|770000 |103506 |     0 |   0.0 | 162M| 201 |   - | 371 |  60k|   0 |   0 |   0 |1118k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
904.81/904.86	c   882s|780000 |103218 |     0 |   0.0 | 165M| 201 |   - | 371 |  62k|   0 |   0 |   0 |1141k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
942.31/942.33	c   919s|790000 |101548 |     0 |   0.0 | 167M| 201 |   - | 371 |  66k|   0 |   0 |   0 |1164k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
985.72/985.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.72/985.77	c   962s|800000 | 98435 |     0 |   0.0 | 168M| 201 |   - | 371 |  72k|   0 |   0 |   0 |1189k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1030.51/1030.57	c  1007s|810000 | 96301 |     0 |   0.0 | 167M| 201 |   - | 371 |  70k|   0 |   0 |   0 |1215k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1081.12/1081.13	c  1057s|820000 | 92752 |     0 |   0.0 | 162M| 201 |   - | 371 |  64k|   0 |   0 |   0 |1243k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1119.31/1119.31	c  1095s|830000 | 89243 |     0 |   0.0 | 158M| 201 |   - | 371 |  66k|   0 |   0 |   0 |1270k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1138.52/1138.57	c  1114s|840000 | 93784 |     0 |   0.0 | 150M| 201 |   - | 371 |  32k|   0 |   0 |   0 |1283k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1150.01/1150.09	c  1125s|850000 | 96627 |     0 |   0.0 | 153M| 201 |   - | 371 |  32k|   0 |   0 |   0 |1301k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1175.72/1175.73	c  1150s|860000 | 92925 |     0 |   0.0 | 155M| 201 |   - | 371 |  41k|   0 |   0 |   0 |1330k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1205.42/1205.43	c  1180s|870000 | 88820 |     0 |   0.0 | 155M| 201 |   - | 371 |  49k|   0 |   0 |   0 |1355k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1241.12/1241.16	c  1215s|880000 | 86081 |     0 |   0.0 | 157M| 201 |   - | 371 |  55k|   0 |   0 |   0 |1380k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1286.93/1286.91	c  1260s|890000 | 81086 |     0 |   0.0 | 155M| 201 |   - | 371 |  56k|   0 |   0 |   0 |1409k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1338.82/1338.88	c  1312s|900000 | 73112 |     0 |   0.0 | 150M| 201 |   - | 371 |  64k|   0 |   0 |   0 |1437k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1387.43/1387.40	c  1360s|910000 | 69411 |     0 |   0.0 | 140M| 201 |   - | 371 |  56k|   0 |   0 |   0 |1463k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1428.33/1428.33	c  1401s|920000 | 63883 |     0 |   0.0 | 132M| 201 |   - | 371 |  59k|   0 |   0 |   0 |1493k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1450.13/1450.15	c  1422s|930000 | 67796 |     0 |   0.0 | 128M| 201 |   - | 371 |  41k|   0 |   0 |   0 |1510k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1464.72/1464.78	c  1436s|940000 | 72052 |     0 |   0.0 | 129M| 201 |   - | 371 |  34k|   0 |   0 |   0 |1526k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1480.43/1480.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.43/1480.42	c  1452s|950000 | 74898 |     0 |   0.0 | 133M| 201 |   - | 371 |  34k|   0 |   0 |   0 |1545k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1496.52/1496.58	c  1468s|960000 | 77185 |     0 |   0.0 | 136M| 201 |   - | 371 |  35k|   0 |   0 |   0 |1564k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1513.32/1513.31	c  1484s|970000 | 78246 |     0 |   0.0 | 136M| 201 |   - | 371 |  30k|   0 |   0 |   0 |1584k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1542.53/1542.55	c  1513s|980000 | 67591 |     0 |   0.0 | 125M| 201 |   - | 371 |  38k|   0 |   0 |   0 |1614k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
1573.73/1573.71	c  1544s|990000 | 60248 |     0 |   0.0 | 112M| 201 |   - | 371 |  42k|   0 |   0 |   0 |1646k|   0 | 3.000000e+00 | 1.100000e+01 | 266.67%
1589.03/1589.06	c  1559s|  1000k| 63878 |     0 |   0.0 | 112M| 201 |   - | 371 |  32k|   0 |   0 |   0 |1664k|   0 | 4.000000e+00 | 1.100000e+01 | 175.00%
1603.83/1603.83	c  1573s|  1010k| 66124 |     0 |   0.0 | 113M| 201 |   - | 371 |  29k|   0 |   0 |   0 |1686k|   0 | 4.000000e+00 | 1.100000e+01 | 175.00%
1621.03/1621.03	c  1590s|  1020k| 66522 |     0 |   0.0 | 117M| 201 |   - | 371 |  32k|   0 |   0 |   0 |1711k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1640.53/1640.59	c  1609s|  1030k| 66093 |     0 |   0.0 | 120M| 201 |   - | 371 |  35k|   0 |   0 |   0 |1737k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1662.93/1662.93	c  1631s|  1040k| 65271 |     0 |   0.0 | 122M| 201 |   - | 371 |  39k|   0 |   0 |   0 |1764k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1688.44/1688.42	c  1656s|  1050k| 63921 |     0 |   0.0 | 124M| 201 |   - | 371 |  43k|   0 |   0 |   0 |1790k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1716.83/1716.88	c  1684s|  1060k| 62296 |     0 |   0.0 | 122M| 201 |   - | 371 |  41k|   0 |   0 |   0 |1816k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1726.03/1726.05	c  1693s|  1070k| 67729 |     0 |   0.0 | 121M| 201 |   - | 371 |  23k|   0 |   0 |   0 |1828k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1740.14/1740.17	c  1707s|  1080k| 66821 |     0 |   0.0 | 120M| 201 |   - | 371 |  21k|   0 |   0 |   0 |1850k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1750.53/1750.51	c  1717s|  1090k| 67274 |     0 |   0.0 | 117M| 201 |   - | 371 |  23k|   0 |   0 |   0 |1870k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1766.93/1766.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1766.93/1766.94	c  1733s|  1100k| 65932 |     0 |   0.0 | 120M| 201 |   - | 371 |  27k|   0 |   0 |   0 |1899k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1789.64/1789.70	c  1756s|  1110k| 62866 |     0 |   0.0 | 121M| 201 |   - | 371 |  33k|   0 |   0 |   0 |1929k|   0 | 5.000000e+00 | 1.100000e+01 | 120.00%
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1766.17
1800.03/1800.00	c Solving Nodes      : 1113882
1800.03/1800.00	c Primal Bound       : +1.10000000000000e+01 (13 solutions)
1800.03/1800.00	c Dual Bound         : +5.00000000000000e+00
1800.03/1800.00	c Gap                : 120.00 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1800.03/1800.00	v -x147 -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.03/1800.00	v -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.03/1800.00	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.03/1800.00	v -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.03/1800.00	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.03/1800.00	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1800.03/1800.00	v x4 -x3 -x2 -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1766.17
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2694160-1277924170.wbo
1800.03/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.03/1800.00	c   Constraints      : 203 initial, 203 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2694160-1277924170.wbo
1800.03/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.03/1800.00	c   Constraints      : 202 initial, 72378 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0        101          0          1          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -         27          -          -         54          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :        101          0    2988195          0     730397       7442     520963          0          0          0
1800.03/1800.00	c   linear           :        101          0    3210002          0     773945     431411   18713612          0          0          0
1800.03/1800.00	c   logicor          :          0+         0    1499745          0          0      53078     822211          0          0          0
1800.03/1800.00	c   bounddisjunction :          0+         0       2165          0          0          0          1          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0     773955          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :       1.22       0.00       0.50       0.00       0.72
1800.03/1800.00	c   linear           :     106.04       0.00     106.00       0.00       0.04
1800.03/1800.00	c   logicor          :     890.34       0.00     890.34       0.00       0.00
1800.03/1800.00	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.00          2          0          0
1800.03/1800.00	c   rootredcost      :       0.00          0          0          0
1800.03/1800.00	c   pseudoobj        :       9.15    3219207       1947     485757
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :      31.78     486436     486430    2845898       25.5     266114       14.0          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00         22         22        117       24.1         30        8.1          -
1800.03/1800.00	c   applied globally :          -          -          -    1918901       17.8          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -      22558       36.4          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       6.03     773945          0          0          0          0    1547890
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.10          -         10
1800.03/1800.00	c   oneopt           :       0.06          0          0
1800.03/1800.00	c   trivial          :       0.00          2          2
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.00          0          0
1800.03/1800.00	c   trysol           :       0.01          1          1
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    1113882
1800.03/1800.00	c   nodes (total)    :    1113882
1800.03/1800.00	c   nodes left       :      61332
1800.03/1800.00	c   max depth        :        201
1800.03/1800.00	c   max depth (total):        201
1800.03/1800.00	c   backtracks       :     362509 (32.5%)
1800.03/1800.00	c   delayed cutoffs  :     232789
1800.03/1800.00	c   repropagations   :    1150867 (5718282 domain reductions, 153973 cutoffs)
1800.03/1800.00	c   avg switch length:      19.35
1800.03/1800.00	c   switching time   :     534.78
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :         13 (11 improvements)
1800.03/1800.00	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.00	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 239277 nodes, 31.39 seconds, depth 66, found by <relaxation>)
1800.03/1800.00	c   Dual Bound       : +5.00000000000000e+00
1800.03/1800.00	c   Gap              :     120.00 %
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1800.23/1800.22	c Time complete: 1800.26.

Verifier Data

OK	11

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.03 3/196 13208
/proc/meminfo: memFree=31014812/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=8256 CPUtime=0
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 1546 0 0 0 0 0 0 0 23 0 1 0 133714486 8454144 1468 4089446400 4194304 7136930 140733495535088 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13208/statm: 2064 1468 275 719 0 1343 0

[startup+0.093303 s]
/proc/loadavg: 2.00 2.05 2.03 3/196 13208
/proc/meminfo: memFree=31014812/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=13696 CPUtime=0.08
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 3395 0 0 0 6 2 0 0 23 0 1 0 133714486 14024704 2707 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13208/statm: 3424 2707 390 719 0 2703 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13696

[startup+0.100313 s]
/proc/loadavg: 2.00 2.05 2.03 3/196 13208
/proc/meminfo: memFree=31014812/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=13696 CPUtime=0.09
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 3405 0 0 0 6 3 0 0 23 0 1 0 133714486 14024704 2717 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13208/statm: 3424 2717 390 719 0 2703 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13696

[startup+0.300267 s]
/proc/loadavg: 2.00 2.05 2.03 3/196 13208
/proc/meminfo: memFree=31014812/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=16496 CPUtime=0.29
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 4114 0 0 0 23 6 0 0 23 0 1 0 133714486 16891904 3426 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13208/statm: 4124 3426 390 719 0 3403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16496

[startup+0.700194 s]
/proc/loadavg: 2.00 2.05 2.03 3/196 13208
/proc/meminfo: memFree=31014812/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=19120 CPUtime=0.68
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 4747 0 0 0 56 12 0 0 25 0 1 0 133714486 19578880 4059 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 4780 4059 390 719 0 4059 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19120

[startup+1.50107 s]
/proc/loadavg: 2.00 2.05 2.03 3/197 13209
/proc/meminfo: memFree=30998684/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=22596 CPUtime=1.49
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 5654 0 0 0 125 24 0 0 25 0 1 0 133714486 23138304 4966 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 5649 4966 390 719 0 4928 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22596

[startup+3.10079 s]
/proc/loadavg: 2.00 2.05 2.03 3/197 13209
/proc/meminfo: memFree=30993104/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=28984 CPUtime=3.09
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 7275 0 0 0 263 46 0 0 25 0 1 0 133714486 29679616 6587 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 7246 6587 390 719 0 6525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28984

[startup+6.30022 s]
/proc/loadavg: 2.00 2.05 2.03 3/197 13209
/proc/meminfo: memFree=30984228/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=36684 CPUtime=6.28
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 9170 0 0 0 561 67 0 0 25 0 1 0 133714486 37564416 8482 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 9171 8482 390 719 0 8450 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36684

[startup+12.7011 s]
/proc/loadavg: 2.00 2.04 2.03 3/197 13210
/proc/meminfo: memFree=30963908/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=60800 CPUtime=12.69
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 14950 0 0 0 1078 191 0 0 25 0 1 0 133714486 62259200 14262 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 15200 14262 390 719 0 14479 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60800

[startup+25.5008 s]
/proc/loadavg: 2.00 2.04 2.02 3/197 13210
/proc/meminfo: memFree=30927140/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=92888 CPUtime=25.49
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 23186 0 0 0 2185 364 0 0 25 0 1 0 133714486 95117312 22498 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 23222 22498 390 719 0 22501 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92888

[startup+51.1003 s]
/proc/loadavg: 2.07 2.05 2.03 3/197 13211
/proc/meminfo: memFree=30889476/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=114476 CPUtime=51.09
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 28624 0 0 0 4507 602 0 0 25 0 1 0 133714486 117223424 27936 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 28619 27936 391 719 0 27898 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114476

[startup+102.306 s]
/proc/loadavg: 2.10 2.06 2.03 3/197 13213
/proc/meminfo: memFree=30850616/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=138632 CPUtime=102.3
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 34522 0 0 0 9337 893 0 0 25 0 1 0 133714486 141959168 33834 4089446400 4194304 7136930 140733495535088 18446744073709551615 4209178 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 34658 33834 391 719 0 33937 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 138632

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.02 3/197 13214
/proc/meminfo: memFree=30812984/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=157976 CPUtime=162.29
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 39243 0 0 0 15097 1132 0 0 25 0 1 0 133714486 161767424 38555 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 39494 38555 391 719 0 38773 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157976

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/197 13215
/proc/meminfo: memFree=30793356/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=177696 CPUtime=222.3
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 44129 0 0 0 20939 1291 0 0 25 0 1 0 133714486 181960704 43441 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 44424 43441 393 719 0 43703 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 177696

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 13217
/proc/meminfo: memFree=30782024/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=185540 CPUtime=282.29
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 45779 0 0 0 26854 1375 0 0 25 0 1 0 133714486 189992960 45091 4089446400 4194304 7136930 140733495535088 18446744073709551615 4644808 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 46385 45091 393 719 0 45664 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 185540

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 13228
/proc/meminfo: memFree=30775176/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=189628 CPUtime=342.3
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 46917 0 0 0 32743 1487 0 0 25 0 1 0 133714486 194179072 46229 4089446400 4194304 7136930 140733495535088 18446744073709551615 4210590 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 47407 46229 393 719 0 46686 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189628

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 13230
/proc/meminfo: memFree=30771044/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=194880 CPUtime=402.3
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 48204 0 0 0 38631 1599 0 0 25 0 1 0 133714486 199557120 47516 4089446400 4194304 7136930 140733495535088 18446744073709551615 4212311 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 48720 47516 393 719 0 47999 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 194880

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 13231
/proc/meminfo: memFree=30746060/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=205340 CPUtime=462.3
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 50914 0 0 0 44521 1709 0 0 25 0 1 0 133714486 210268160 50226 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 51335 50226 393 719 0 50614 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 205340

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13232
/proc/meminfo: memFree=30742308/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=208012 CPUtime=522.31
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 51595 0 0 0 50440 1791 0 0 25 0 1 0 133714486 213004288 50907 4089446400 4194304 7136930 140733495535088 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 52003 50907 393 719 0 51282 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 208012

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13234
/proc/meminfo: memFree=30733964/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=214904 CPUtime=582.3
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 52939 0 0 0 56357 1873 0 0 25 0 1 0 133714486 220061696 52251 4089446400 4194304 7136930 140733495535088 18446744073709551615 4220974 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 53726 52251 393 719 0 53005 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 214904

[startup+642.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 13236
/proc/meminfo: memFree=30719432/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=214904 CPUtime=642.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 52941 0 0 0 62269 1963 0 0 25 0 1 0 133714486 220061696 52253 4089446400 4194304 7136930 140733495535088 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 53726 52253 393 719 0 53005 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 214904

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13242
/proc/meminfo: memFree=30678452/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=228568 CPUtime=882.31
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 56047 0 0 0 85998 2233 0 0 25 0 1 0 133714486 234053632 55359 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 57142 55359 393 719 0 56421 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 228568

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13244
/proc/meminfo: memFree=30669252/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=232284 CPUtime=942.31
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57058 0 0 0 91938 2293 0 0 25 0 1 0 133714486 237858816 56370 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58071 56370 393 719 0 57350 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 232284

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13246
/proc/meminfo: memFree=30651976/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=233584 CPUtime=1002.31
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57350 0 0 0 97880 2351 0 0 25 0 1 0 133714486 239190016 56662 4089446400 4194304 7136930 140733495535088 18446744073709551615 4210349 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58396 56662 393 719 0 57675 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 233584

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13247
/proc/meminfo: memFree=30646728/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=233788 CPUtime=1062.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57464 0 0 0 103833 2399 0 0 25 0 1 0 133714486 239398912 56776 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58447 56776 393 719 0 57726 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 233788

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13248
/proc/meminfo: memFree=30639116/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1122.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57603 0 0 0 109777 2455 0 0 25 0 1 0 133714486 240050176 56915 4089446400 4194304 7136930 140733495535088 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56915 393 719 0 57885 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 234424

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 13250
/proc/meminfo: memFree=30638584/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1182.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57630 0 0 0 115678 2554 0 0 25 0 1 0 133714486 240050176 56942 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56942 393 719 0 57885 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 234424

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 13252
/proc/meminfo: memFree=30638064/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1242.31
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57631 0 0 0 121614 2617 0 0 25 0 1 0 133714486 240050176 56943 4089446400 4194304 7136930 140733495535088 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56943 393 719 0 57885 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 234424

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13254
/proc/meminfo: memFree=30638152/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1302.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57664 0 0 0 127563 2669 0 0 25 0 1 0 133714486 240050176 56976 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56976 393 719 0 57885 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 234424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13255
/proc/meminfo: memFree=30637992/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1362.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57666 0 0 0 133517 2715 0 0 25 0 1 0 133714486 240050176 56978 4089446400 4194304 7136930 140733495535088 18446744073709551615 4210335 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56978 393 719 0 57885 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 234424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13256
/proc/meminfo: memFree=30605952/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1422.33
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57666 0 0 0 139456 2777 0 0 25 0 1 0 133714486 240050176 56978 4089446400 4194304 7136930 140733495535088 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56978 393 719 0 57885 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 234424

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13258
/proc/meminfo: memFree=30595128/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1482.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57666 0 0 0 145362 2870 0 0 25 0 1 0 133714486 240050176 56978 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56978 393 719 0 57885 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 234424

[startup+1542.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 13311
/proc/meminfo: memFree=30936576/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1542.33
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57666 0 0 0 151256 2977 0 0 25 0 1 0 133714486 240050176 56978 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56978 393 719 0 57885 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 234424

[startup+1602.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13313
/proc/meminfo: memFree=30765068/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1602.32
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57666 0 0 0 157159 3073 0 0 25 0 1 0 133714486 240050176 56978 4089446400 4194304 7136930 140733495535088 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56978 393 719 0 57885 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 234424

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 13314
/proc/meminfo: memFree=30607536/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=234424 CPUtime=1662.33
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57666 0 0 0 163053 3180 0 0 25 0 1 0 133714486 240050176 56978 4089446400 4194304 7136930 140733495535088 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58606 56978 393 719 0 57885 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 234424

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13360
/proc/meminfo: memFree=30918232/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=235060 CPUtime=1722.33
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57767 0 0 0 168974 3259 0 0 25 0 1 0 133714486 240701440 57079 4089446400 4194304 7136930 140733495535088 18446744073709551615 4999762 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58765 57079 393 719 0 58044 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 235060

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13362
/proc/meminfo: memFree=30916596/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=235060 CPUtime=1782.34
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57767 0 0 0 174863 3371 0 0 25 0 1 0 133714486 240701440 57079 4089446400 4194304 7136930 140733495535088 18446744073709551615 5001173 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58765 57079 393 719 0 58044 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 235060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13362
/proc/meminfo: memFree=30916564/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=235060 CPUtime=1800.03
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57792 0 0 0 176616 3387 0 0 25 0 1 0 133714486 240701440 57104 4089446400 4194304 7136930 140733495535088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13208/statm: 58765 57104 393 719 0 58044 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 235060

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

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

[startup+1800.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 13362
/proc/meminfo: memFree=30916564/32951124 swapFree=67111528/67111528
[pid=13208] ppid=13206 vsize=228344 CPUtime=1800.23
/proc/13208/stat : 13208 (pbscip.linux.x8) R 13206 13208 11701 0 -1 4202496 57798 0 0 0 176636 3387 0 0 25 0 1 0 133714486 233824256 55431 4089446400 4194304 7136930 140733495535088 18446744073709551615 4240576 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13208/statm: 57086 55431 399 719 0 56365 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 228344

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.27
CPU user time (s): 1766.38
CPU system time (s): 33.8848
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 235060

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

runsolver used 3.22851 second user time and 6.563 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 20:56:10
IDJOB=2694160
IDBENCH=79228
IDSOLVER=1206
FILE ID=node107/2694160-1277924170
PBS_JOBID= 11197316
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
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-2694160-1277924170/watcher-2694160-1277924170 -o /tmp/evaluation-result-2694160-1277924170/solver-2694160-1277924170 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694160-1277924170.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fcf24b85e5d55a97f5b0cb315ea68e2b
RANDOM SEED=1453296226

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31015340 kB
Buffers:        204956 kB
Cached:        1272392 kB
SwapCached:          0 kB
Active:         675876 kB
Inactive:      1115740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31015340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3164 kB
Writeback:           0 kB
AnonPages:      314144 kB
Mapped:          20248 kB
Slab:            79552 kB
PageTables:       5748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649972 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node107 at 2010-06-30 21:26:12