Trace number 2705721

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1791.15 1791.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_60_ext.wbo
MD5SUMf939eb835e2b068b963e7deaef5cf006
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.011997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705721-1278579291.wbo>
0.00/0.01	c original problem has 1100 variables (700 bin, 0 int, 400 impl, 0 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  1100 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 400 impl, 0 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c     400 constraints of type <indicator>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.3
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1790
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 400
0.00/0.02	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.02	c t 0.0s|     1 |     0 |     0 |     - |3319k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |     0 |     - |3526k|   0 |   0 | 950 | 800 | 950 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.06	c   0.1s|     1 |     0 |    69 |     - |3584k|   0 |   0 | 950 | 800 | 950 |  71 |  71 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.06	c   0.1s|     1 |     0 |   157 |     - |3592k|   0 |  45 | 950 | 800 | 950 |  90 |  90 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.06	c   0.1s|     1 |     0 |   172 |     - |3605k|   0 |   0 | 950 | 800 | 950 | 105 | 105 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.06	c   0.1s|     1 |     0 |   187 |     - |3613k|   0 |  68 | 950 | 800 | 950 | 120 | 120 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   199 |     - |3660k|   0 |  19 | 950 | 800 | 950 | 131 | 131 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   203 |     - |3689k|   0 |  11 | 950 | 800 | 950 | 137 | 137 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   206 |     - |3701k|   0 |  14 | 950 | 800 | 950 | 141 | 141 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.08	c   0.1s|     1 |     0 |   209 |     - |3731k|   0 |  12 | 950 | 800 | 950 | 144 | 144 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.05/0.09	c   0.1s|     1 |     2 |   209 |     - |3746k|   0 |  12 | 950 | 800 | 950 | 144 | 144 |   0 |  12 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.29/0.32	o 7
0.29/0.32	c * 0.3s|   561 |   560 |   287 |   0.1 |4312k| 253 |   - | 950 | 800 | 950 | 141 | 170 |   0 |  64 | 0.000000e+00 | 7.000000e+00 |    Inf 
0.29/0.37	o 6
0.29/0.37	c * 0.4s|   573 |   559 |   366 |   0.3 |4467k| 253 |   - | 950 | 800 | 950 | 172 | 201 |   0 | 120 | 0.000000e+00 | 6.000000e+00 |    Inf 
0.29/0.39	o 5
0.29/0.39	c * 0.4s|   585 |   497 |   418 |   0.4 |4478k| 253 |   - | 950 | 800 | 950 | 160 | 220 |   0 | 142 | 0.000000e+00 | 5.000000e+00 |    Inf 
0.89/0.91	o 1
0.89/0.91	c * 0.9s|  1376 |   220 |   930 |   0.5 |4578k| 557 |   - | 950 | 800 | 950 | 299 | 403 |   0 | 427 | 0.000000e+00 | 1.000000e+00 |    Inf 
17.79/17.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.79/17.83	c  17.8s| 10000 |  5659 | 98342 |   9.8 |  13M| 557 |   3 | 950 |4174 | 950 | 300 |  20k|  10k|2054 | 0.000000e+00 | 1.000000e+00 |    Inf 
35.80/35.89	c  35.9s| 20000 | 10997 |204201 |  10.2 |  20M| 557 |   3 | 950 |5785 | 950 | 269 |  40k|  24k|3044 | 0.000000e+00 | 1.000000e+00 |    Inf 
53.69/53.75	c  53.7s| 30000 | 16660 |310914 |  10.4 |  27M| 557 |  19 | 950 |5851 | 950 | 326 |  61k|  36k|3759 | 0.000000e+00 | 1.000000e+00 |    Inf 
71.60/71.66	c  71.7s| 40000 | 22140 |417704 |  10.4 |  35M| 557 |  29 | 950 |7318 | 950 | 311 |  81k|  48k|4355 | 0.000000e+00 | 1.000000e+00 |    Inf 
89.69/89.77	c  89.8s| 50000 | 26949 |526200 |  10.5 |  41M| 557 |   6 | 950 |7586 | 950 | 298 | 101k|  61k|4863 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.09/108.14	c   108s| 60000 | 32205 |632403 |  10.5 |  48M| 557 |   3 | 950 |6788 | 950 | 289 | 121k|  75k|5350 | 0.000000e+00 | 1.000000e+00 |    Inf 
125.60/125.65	c   126s| 70000 | 37939 |738247 |  10.5 |  54M| 557 |   - | 950 |6019 |   0 |   0 | 141k|  86k|5718 | 0.000000e+00 | 1.000000e+00 |    Inf 
142.79/142.81	c   143s| 80000 | 42933 |842573 |  10.5 |  61M| 557 |   3 | 950 |6512 | 950 | 239 | 160k|  98k|6087 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.10/160.11	c   160s| 90000 | 47668 |945300 |  10.5 |  69M| 557 |   3 | 950 |9150 | 950 | 304 | 180k| 109k|6433 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.80/177.82	c   178s|100000 | 52273 |  1048k|  10.5 |  77M| 557 |  41 | 950 |9463 | 950 | 289 | 199k| 121k|6774 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.00/195.02	c   195s|110000 | 56801 |  1149k|  10.5 |  83M| 557 |  43 | 950 |8972 | 950 | 287 | 217k| 133k|7024 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.99/213.05	c   213s|120000 | 61768 |  1253k|  10.4 |  90M| 557 |   6 | 950 |9152 | 950 | 277 | 237k| 143k|7336 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.09/231.14	c   231s|130000 | 67400 |  1354k|  10.4 |  99M| 557 |   3 | 950 |  11k| 950 | 294 | 258k| 153k|7627 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.60/248.62	c   249s|140000 | 72381 |  1452k|  10.4 | 107M| 557 |   3 | 950 |  13k| 950 | 274 | 277k| 162k|7878 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.30/266.33	c   266s|150000 | 77679 |  1558k|  10.4 | 114M| 557 |  19 | 950 |  12k| 950 | 308 | 296k| 170k|8125 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.00/284.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.00/284.01	c   284s|160000 | 82462 |  1658k|  10.4 | 121M| 557 |   7 | 950 |  11k| 950 | 282 | 315k| 180k|8401 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.89/300.98	c   301s|170000 | 86941 |  1754k|  10.3 | 128M| 557 |   3 | 950 |  13k| 950 | 291 | 333k| 189k|8618 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.20/319.21	c   319s|180000 | 92004 |  1856k|  10.3 | 137M| 557 |   - | 950 |  16k|   0 |   0 | 353k| 196k|8868 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.89/337.98	c   338s|190000 | 96649 |  1957k|  10.3 | 144M| 557 |   6 | 950 |  17k| 950 | 263 | 374k| 204k|9090 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.70/357.75	c   358s|200000 |102072 |  2058k|  10.3 | 150M| 557 |  36 | 950 |  14k| 950 | 281 | 397k| 211k|9294 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.89/376.99	c   377s|210000 |107559 |  2163k|  10.3 | 157M| 557 |  17 | 950 |  12k| 950 | 273 | 419k| 219k|9530 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.19/396.28	c   396s|220000 |112572 |  2266k|  10.3 | 163M| 557 |   3 | 950 |  11k| 950 | 271 | 442k| 227k|9729 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.99/415.05	c   415s|230000 |117763 |  2370k|  10.3 | 170M| 557 |  13 | 950 |  11k| 950 | 253 | 465k| 235k|9918 | 0.000000e+00 | 1.000000e+00 |    Inf 
433.60/433.66	c   434s|240000 |122650 |  2475k|  10.3 | 176M| 557 |   3 | 950 |8576 | 950 | 290 | 486k| 245k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
451.19/451.23	c   451s|250000 |127292 |  2578k|  10.3 | 182M| 557 |  17 | 950 |6077 | 950 | 311 | 505k| 254k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
467.50/467.56	c   468s|260000 |131840 |  2678k|  10.3 | 189M| 557 |  39 | 950 |5590 | 950 | 299 | 522k| 264k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
483.70/483.74	c   484s|270000 |136077 |  2777k|  10.3 | 196M| 557 |   3 | 950 |6421 | 950 | 299 | 539k| 273k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
499.70/499.79	c   500s|280000 |140029 |  2872k|  10.3 | 203M| 557 |   6 | 950 |6815 | 950 | 289 | 555k| 283k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
515.91/515.91	c   516s|290000 |143160 |  2966k|  10.2 | 210M| 557 |   - | 950 |6919 |   0 |   0 | 571k| 292k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
532.41/532.47	c   532s|300000 |145241 |  3058k|  10.2 | 216M| 557 |  37 | 950 |7412 | 950 | 308 | 586k| 302k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
550.20/550.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.20/550.21	c   550s|310000 |143100 |  3148k|  10.2 | 213M| 557 |   6 | 950 |6826 | 950 | 269 | 601k| 316k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
567.90/567.98	c   568s|320000 |148595 |  3246k|  10.1 | 221M| 557 |   6 | 950 |9490 | 950 | 274 | 623k| 322k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
585.90/585.97	c   586s|330000 |153458 |  3343k|  10.1 | 228M| 557 |   3 | 950 |8463 | 950 | 263 | 644k| 329k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
603.81/603.81	c   604s|340000 |157134 |  3439k|  10.1 | 235M| 557 |  12 | 950 |9514 | 950 | 279 | 664k| 337k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
623.71/623.77	c   624s|350000 |162323 |  3550k|  10.1 | 242M| 557 |   7 | 950 |  10k| 950 | 288 | 689k| 344k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
644.10/644.11	c   644s|360000 |167770 |  3663k|  10.2 | 250M| 557 |   7 | 950 |  12k| 950 | 284 | 714k| 350k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
663.90/663.94	c   664s|370000 |170694 |  3768k|  10.2 | 256M| 557 |   - | 950 |  11k|   0 |   0 | 735k| 359k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
682.11/682.15	c   682s|380000 |174829 |  3869k|  10.2 | 263M| 557 |   3 | 950 |  12k| 950 | 297 | 756k| 366k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
701.91/701.98	c   702s|390000 |179425 |  3982k|  10.2 | 271M| 557 |   3 | 950 |  16k| 950 | 263 | 778k| 372k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
720.41/720.47	c   720s|400000 |183797 |  4083k|  10.2 | 277M| 557 |   3 | 950 |  11k| 950 | 274 | 798k| 379k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
738.21/738.26	c   738s|410000 |187514 |  4179k|  10.2 | 284M| 557 |   6 | 950 |  11k| 950 | 248 | 816k| 388k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
756.71/756.71	c   757s|420000 |191993 |  4276k|  10.2 | 291M| 557 |  10 | 950 |  11k| 950 | 277 | 837k| 396k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
774.00/774.09	c   774s|430000 |196070 |  4369k|  10.2 | 296M| 557 |   3 | 950 |8566 | 950 | 268 | 856k| 404k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
791.71/791.72	c   792s|440000 |200264 |  4468k|  10.2 | 303M| 557 |   3 | 950 |  10k| 950 | 287 | 877k| 411k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
811.11/811.10	c   811s|450000 |205110 |  4576k|  10.2 | 311M| 557 |  34 | 950 |  10k| 950 | 304 | 900k| 417k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
828.31/828.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.31/828.36	c   828s|460000 |209438 |  4677k|  10.2 | 318M| 557 |  36 | 950 |8871 | 950 | 277 | 919k| 425k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
846.31/846.32	c   846s|470000 |214116 |  4774k|  10.2 | 325M| 557 |   7 | 950 |9424 | 950 | 297 | 940k| 432k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
863.90/863.95	c   864s|480000 |218315 |  4871k|  10.1 | 331M| 557 |   7 | 950 |8217 | 950 | 278 | 960k| 441k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
882.71/882.75	c   883s|490000 |222590 |  4978k|  10.2 | 339M| 557 |   - | 950 |  10k|   0 |   0 | 981k| 449k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
902.01/902.09	c   902s|500000 |227179 |  5085k|  10.2 | 347M| 557 |  38 | 950 |  12k| 950 | 276 |1004k| 455k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
920.62/920.68	c   921s|510000 |230727 |  5184k|  10.2 | 352M| 557 |  25 | 950 |9464 | 950 | 281 |1024k| 463k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
938.01/938.02	c   938s|520000 |234534 |  5277k|  10.1 | 359M| 557 |  31 | 950 |9631 | 950 | 279 |1043k| 472k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
955.71/955.75	c   956s|530000 |238398 |  5379k|  10.2 | 366M| 557 |  37 | 950 |8614 | 950 | 309 |1063k| 479k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
973.21/973.27	c   973s|540000 |242501 |  5480k|  10.1 | 372M| 557 |  14 | 950 |7129 | 950 | 280 |1083k| 486k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
990.81/990.87	c   991s|550000 |246711 |  5584k|  10.2 | 380M| 557 |  29 | 950 |7649 | 950 | 305 |1104k| 493k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1008.41/1008.45	c  1008s|560000 |250131 |  5687k|  10.2 | 387M| 557 |   6 | 950 |7210 | 950 | 292 |1123k| 500k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1025.71/1025.70	c  1026s|570000 |254028 |  5786k|  10.2 | 393M| 557 |   3 | 950 |7538 | 950 | 281 |1143k| 507k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1043.01/1043.08	c  1043s|580000 |258549 |  5883k|  10.1 | 401M| 557 |   - | 950 |  10k|   0 |   0 |1163k| 514k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1061.31/1061.33	c  1061s|590000 |262710 |  5984k|  10.1 | 408M| 557 |  12 | 950 |  10k| 950 | 271 |1185k| 520k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1080.42/1080.40	c  1080s|600000 |267406 |  6092k|  10.2 | 415M| 557 |   7 | 950 |  10k| 950 | 274 |1208k| 526k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
1098.52/1098.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1098.52/1098.57	c  1099s|610000 |271952 |  6195k|  10.2 | 422M| 557 |   3 | 950 |  10k| 950 | 298 |1230k| 532k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1116.92/1116.91	c  1117s|620000 |276137 |  6301k|  10.2 | 429M| 557 |   3 | 950 |9546 | 950 | 303 |1251k| 539k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1135.02/1135.04	c  1135s|630000 |280554 |  6407k|  10.2 | 437M| 557 |   3 | 950 |9014 | 950 | 297 |1272k| 545k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1153.71/1153.73	c  1154s|640000 |284107 |  6520k|  10.2 | 444M| 557 |   7 | 950 |  10k| 950 | 280 |1293k| 552k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1172.82/1172.82	c  1173s|650000 |287658 |  6628k|  10.2 | 451M| 557 |   3 | 950 |9687 | 950 | 303 |1315k| 560k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1190.61/1190.68	c  1191s|660000 |291144 |  6733k|  10.2 | 457M| 557 |   - | 950 |8471 |   0 |   0 |1335k| 567k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1208.01/1208.04	c  1208s|670000 |294672 |  6835k|  10.2 | 464M| 557 |   - | 950 |7442 |   0 |   0 |1355k| 574k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1226.32/1226.40	c  1226s|680000 |297914 |  6940k|  10.2 | 471M| 557 |   - | 950 |7571 |   0 |   0 |1376k| 582k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1244.92/1244.95	c  1245s|690000 |301121 |  7045k|  10.2 | 478M| 557 |  40 | 950 |7094 | 950 | 307 |1398k| 589k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1262.52/1262.51	c  1263s|700000 |305549 |  7148k|  10.2 | 485M| 557 |   3 | 950 |7812 | 950 | 311 |1418k| 596k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1280.22/1280.27	c  1280s|710000 |309224 |  7247k|  10.2 | 492M| 557 |   3 | 950 |7025 | 950 | 291 |1438k| 604k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1298.41/1298.49	c  1298s|720000 |313535 |  7360k|  10.2 | 500M| 557 |  13 | 950 |8630 | 950 | 282 |1458k| 611k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1317.32/1317.38	c  1317s|730000 |317576 |  7471k|  10.2 | 507M| 557 |  14 | 950 |8758 | 950 | 280 |1480k| 619k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1335.12/1335.14	c  1335s|740000 |321704 |  7573k|  10.2 | 514M| 557 |   6 | 950 |7610 | 950 | 263 |1500k| 626k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1353.52/1353.51	c  1353s|750000 |325591 |  7681k|  10.2 | 521M| 557 |   - | 950 |8803 |   0 |   0 |1521k| 634k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1370.82/1370.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.82/1370.82	c  1371s|760000 |328929 |  7783k|  10.2 | 528M| 557 |   - | 950 |8059 |   0 |   0 |1540k| 642k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1388.62/1388.69	c  1389s|770000 |332135 |  7894k|  10.3 | 535M| 557 |  29 | 950 |8928 | 950 | 281 |1559k| 650k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1406.62/1406.65	c  1407s|780000 |335746 |  7996k|  10.3 | 541M| 557 |   - | 950 |9201 |   0 |   0 |1580k| 658k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1424.72/1424.78	c  1425s|790000 |339887 |  8102k|  10.3 | 549M| 557 |  32 | 950 |8793 | 950 | 276 |1601k| 665k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1443.12/1443.15	c  1443s|800000 |343881 |  8210k|  10.3 | 555M| 557 |  39 | 950 |8150 | 950 | 271 |1622k| 672k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1461.23/1461.29	c  1461s|810000 |347387 |  8318k|  10.3 | 562M| 557 |  34 | 950 |7526 | 950 | 299 |1643k| 679k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1479.73/1479.77	c  1480s|820000 |351477 |  8430k|  10.3 | 570M| 557 |  38 | 950 |8649 | 950 | 301 |1664k| 686k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1497.43/1497.41	c  1497s|830000 |355163 |  8534k|  10.3 | 577M| 557 |   7 | 950 |7054 | 950 | 278 |1684k| 692k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1514.82/1514.84	c  1515s|840000 |358504 |  8640k|  10.3 | 584M| 557 |  12 | 950 |8015 | 950 | 307 |1704k| 699k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1532.82/1532.80	c  1533s|850000 |362212 |  8744k|  10.3 | 591M| 557 |   - | 950 |9314 |   0 |   0 |1725k| 706k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1550.32/1550.35	c  1550s|860000 |366160 |  8842k|  10.3 | 598M| 557 |  41 | 950 |9812 | 950 | 278 |1745k| 713k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1568.93/1568.96	c  1569s|870000 |370008 |  8941k|  10.3 | 606M| 557 |  36 | 950 |9992 | 950 | 278 |1766k| 719k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1586.52/1586.59	c  1587s|880000 |373788 |  9044k|  10.3 | 612M| 557 |   3 | 950 |8485 | 950 | 245 |1786k| 726k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1604.83/1604.86	c  1605s|890000 |377622 |  9149k|  10.3 | 619M| 557 |   3 | 950 |6638 | 950 | 291 |1808k| 733k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1622.53/1622.57	c  1623s|900000 |381229 |  9251k|  10.3 | 626M| 557 |   3 | 950 |6699 | 950 | 277 |1828k| 740k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1640.23/1640.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.23/1640.27	c  1640s|910000 |385459 |  9357k|  10.3 | 633M| 557 |  28 | 950 |6800 | 950 | 292 |1849k| 747k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1657.63/1657.64	c  1658s|920000 |389291 |  9460k|  10.3 | 640M| 557 |   6 | 950 |7061 | 950 | 284 |1869k| 754k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1676.33/1676.36	c  1676s|930000 |393003 |  9568k|  10.3 | 647M| 557 |   3 | 950 |8201 | 950 | 295 |1891k| 761k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1694.73/1694.73	c  1695s|940000 |397329 |  9666k|  10.3 | 655M| 557 |   9 | 950 |9102 | 950 | 286 |1914k| 767k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1712.42/1712.41	c  1712s|950000 |401119 |  9767k|  10.3 | 662M| 557 |   7 | 950 |9745 | 950 | 303 |1933k| 775k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1730.24/1730.30	c  1730s|960000 |405000 |  9870k|  10.3 | 669M| 557 |   3 | 950 |  10k| 950 | 293 |1953k| 782k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1747.73/1747.80	c  1748s|970000 |408793 |  9971k|  10.3 | 676M| 557 |   6 | 950 |8981 | 950 | 285 |1973k| 790k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1764.44/1764.44	c  1764s|980000 |412760 | 10061k|  10.3 | 683M| 557 |  18 | 950 |  12k| 950 | 280 |1991k| 798k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1781.73/1781.72	c  1782s|990000 |416355 | 10153k|  10.3 | 690M| 557 |  46 | 950 |  14k| 950 | 305 |2009k| 806k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1790.00
1790.03/1790.01	c Solving Nodes      : 994665
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (21 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/1790.01	v -x300 x299 -x298 x297 x296 -x295 -x294 x293 x292 -x291 -x290 x289 x288 -x287 -x286 x285 x284 -x283 -x282 x281 x280 -x279 x278 -x277 
1790.03/1790.01	v -x276 x275 x274 -x273 x272 -x271 x270 -x269 -x268 x267 -x266 x265 -x264 x263 x262 -x261 x260 -x259 -x258 x257 x256 -x255 
1790.03/1790.01	v -x254 x253 -x252 x251 -x250 x249 x248 -x247 -x246 x245 x244 -x243 x242 -x241 x240 -x239 x238 -x237 x236 -x235 x234 -x233 -x232 
1790.03/1790.01	v x231 -x230 x229 x228 -x227 -x226 x225 x224 -x223 x222 -x221 x220 -x219 x218 -x217 x216 -x215 -x214 x213 x212 -x211 x210 -x209 
1790.03/1790.01	v x208 -x207 x206 -x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 
1790.03/1790.01	v x186 -x185 -x184 x183 -x182 x181 x180 -x179 x178 -x177 x176 -x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 x166 -x165 x164 
1790.03/1790.01	v -x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 -x154 x153 x152 -x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 x142 -x141 
1790.03/1790.01	v -x140 x139 x138 -x137 -x136 x135 x134 -x133 -x132 x131 x130 -x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 -x118 
1790.03/1790.01	v x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 x108 -x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 x96 -x95 
1790.03/1790.01	v -x94 x93 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 x67 
1790.03/1790.01	v -x66 x65 x64 -x63 x62 -x61 -x60 x59 x58 -x57 x56 -x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 x46 -x45 x44 -x43 -x42 x41 x40 -x39 
1790.03/1790.01	v x38 -x37 -x36 x35 x34 -x33 x32 -x31 x30 -x29 x28 -x27 -x26 x25 -x24 x23 x22 -x21 x20 -x19 -x18 x17 x16 -x15 x14 -x13 x12 -x11 
1790.03/1790.01	v x10 -x9 -x8 x7 x6 -x5 x4 -x3 -x2 x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1790.00
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705721-1278579291.wbo
1790.03/1790.01	c   Variables        : 1100 (700 binary, 0 integer, 400 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 951 initial, 951 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705721-1278579291.wbo
1790.03/1790.01	c   Variables        : 950 (550 binary, 0 integer, 400 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 800 initial, 19365 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   linear           :       0.00          0        150          0        400          0        151          0          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -        800          -          -        800          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0    2819419          0          0        571          0          0    1644072
1790.03/1790.01	c   linear           :        400          8    4363218    1997146          1     172250   10175857    2018259          0          0
1790.03/1790.01	c   indicator        :        400          0       1659       1505          0          0       1628          0          0          0
1790.03/1790.01	c   logicor          :          0+         0    2832486          0          0     144379    3257898          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       1297          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      17.22       0.00       0.00      17.22       0.00
1790.03/1790.01	c   linear           :      72.64       0.00      55.11      17.53       0.00
1790.03/1790.01	c   indicator        :       0.03       0.00       0.01       0.02       0.00
1790.03/1790.01	c   logicor          :      86.83       0.00      86.83       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.64          2          0          0
1790.03/1790.01	c   rootredcost      :       0.60          4          0        400
1790.03/1790.01	c   pseudoobj        :      22.47    4363020          0        393
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      14.36     316629     314893    2548957       36.2      20562       12.3          -
1790.03/1790.01	c   infeasible LP    :       0.00         13         13        118       36.1          5        7.0          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -     810023       32.3          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          1       58.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 115)
1790.03/1790.01	c   redcost          :      31.87    2197646          0        394          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          5          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.00          5          0          0        194          0
1790.03/1790.01	c   strongcg         :       0.00          5          0          0        194          0
1790.03/1790.01	c   cmir             :       0.00          5          0          0          0          0
1790.03/1790.01	c   flowcover        :       0.01          5          0          0          1          0
1790.03/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.03          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      16.14     822272          0        571          0          0    1644072
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.07       1294          0          0          0          0       2588
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.00          -          4
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   feaspump         :       0.00          0          0
1790.03/1790.01	c   intshifting      :       0.00          0          0
1790.03/1790.01	c   oneopt           :       0.24          5          0
1790.03/1790.01	c   pscostdiving     :       0.00          6          0
1790.03/1790.01	c   fracdiving       :       0.00          6          0
1790.03/1790.01	c   guideddiving     :       0.00          6          0
1790.03/1790.01	c   crossover        :       0.24          2          0
1790.03/1790.01	c   veclendiving     :       0.00          7          0
1790.03/1790.01	c   linesearchdiving :       0.00          7          0
1790.03/1790.01	c   coefdiving       :       0.00          7          0
1790.03/1790.01	c   objpscostdiving  :       0.00          6          0
1790.03/1790.01	c   rootsoldiving    :       0.00          6          0
1790.03/1790.01	c   trivial          :       0.00          2          1
1790.03/1790.01	c   simplerounding   :       1.45     822209          0
1790.03/1790.01	c   zirounding       :       0.19       1000          0
1790.03/1790.01	c   rounding         :       1.37      12767          0
1790.03/1790.01	c   shifting         :       0.33       3795          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.01          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.13          0          0
1790.03/1790.01	c   trysol           :       0.46         16         16
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :    1182.72    2817868   10198341       3.62    8622.82
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       0.00          7        109      15.57          -
1790.03/1790.01	c   strong branching :      10.13      18491     167586       9.06   16542.17
1790.03/1790.01	c     (at root node) :          -         12         40       3.33          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     994665
1790.03/1790.01	c   nodes (total)    :     994665
1790.03/1790.01	c   nodes left       :     417977
1790.03/1790.01	c   max depth        :        557
1790.03/1790.01	c   max depth (total):        557
1790.03/1790.01	c   backtracks       :     150776 (15.2%)
1790.03/1790.01	c   delayed cutoffs  :     232870
1790.03/1790.01	c   repropagations   :     342780 (5170362 domain reductions, 145311 cutoffs)
1790.03/1790.01	c   avg switch length:       4.83
1790.03/1790.01	c   switching time   :      89.69
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         21 (5 improvements)
1790.03/1790.01	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1376 nodes, 0.90 seconds, depth 557, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        209
1791.13/1791.11	c Time complete: 1791.15.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705721-1278579291/watcher-2705721-1278579291 -o /tmp/evaluation-result-2705721-1278579291/solver-2705721-1278579291 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705721-1278579291.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.00 1.95 3/178 22769
/proc/meminfo: memFree=28861264/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=12332 CPUtime=0
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 1936 0 0 0 0 0 0 0 22 0 1 0 26142055 12627968 1854 4089446400 4194304 10345943 140735275430208 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22769/statm: 3083 1854 423 1502 0 1576 0

[startup+0.0563061 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 22769
/proc/meminfo: memFree=28861264/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=31396 CPUtime=0.05
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 6740 0 0 0 4 1 0 0 22 0 1 0 26142055 32149504 6304 4089446400 4194304 10345943 140735275430208 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 7849 6304 635 1502 0 6342 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31396

[startup+0.100305 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 22769
/proc/meminfo: memFree=28861264/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=28264 CPUtime=0.09
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 7531 0 0 0 8 1 0 0 22 0 1 0 26142055 28942336 5929 4089446400 4194304 10345943 140735275430208 18446744073709551615 7509449 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 7066 5929 756 1502 0 5559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28264

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 22769
/proc/meminfo: memFree=28861264/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=28264 CPUtime=0.29
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 8224 0 0 0 28 1 0 0 22 0 1 0 26142055 28942336 5932 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 7066 5932 758 1502 0 5559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28264

[startup+0.700187 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 22769
/proc/meminfo: memFree=28861264/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=33872 CPUtime=0.69
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 9343 0 0 0 68 1 0 0 24 0 1 0 26142055 34684928 7051 4089446400 4194304 10345943 140735275430208 18446744073709551615 6328673 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 8468 7051 759 1502 0 6961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33872

[startup+1.50105 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22770
/proc/meminfo: memFree=28835836/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=33872 CPUtime=1.49
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 9347 0 0 0 147 2 0 0 25 0 1 0 26142055 34684928 7055 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 8468 7055 763 1502 0 6961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33872

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22770
/proc/meminfo: memFree=28833976/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=33872 CPUtime=3.09
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 9348 0 0 0 306 3 0 0 25 0 1 0 26142055 34684928 7056 4089446400 4194304 10345943 140735275430208 18446744073709551615 6864680 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 8468 7056 764 1502 0 6961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33872

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22770
/proc/meminfo: memFree=28831416/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=33872 CPUtime=6.29
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 9351 0 0 0 623 6 0 0 25 0 1 0 26142055 34684928 7059 4089446400 4194304 10345943 140735275430208 18446744073709551615 6803308 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 8468 7059 764 1502 0 6961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33872

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22770
/proc/meminfo: memFree=28823728/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=35644 CPUtime=12.69
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 10506 0 0 0 1257 12 0 0 25 0 1 0 26142055 36499456 7367 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 8911 7367 764 1502 0 7404 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35644

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22771
/proc/meminfo: memFree=28803372/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=42820 CPUtime=25.49
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 14094 0 0 0 2527 22 0 0 25 0 1 0 26142055 43847680 9141 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 10705 9141 764 1502 0 9198 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42820

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22771
/proc/meminfo: memFree=28769772/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=56976 CPUtime=51.09
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 18399 0 0 0 5064 45 0 0 25 0 1 0 26142055 58343424 12463 4089446400 4194304 10345943 140735275430208 18446744073709551615 9099932 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 14244 12463 764 1502 0 12737 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56976

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22773
/proc/meminfo: memFree=28700240/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=80876 CPUtime=102.29
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 25422 0 0 0 10140 89 0 0 25 0 1 0 26142055 82817024 18600 4089446400 4194304 10345943 140735275430208 18446744073709551615 6108006 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 20219 18600 764 1502 0 18712 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 80876

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22774
/proc/meminfo: memFree=28622328/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=109232 CPUtime=162.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 32345 0 0 0 16088 142 0 0 25 0 1 0 26142055 111853568 25523 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 27308 25523 764 1502 0 25801 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109232

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22775
/proc/meminfo: memFree=28537848/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=139660 CPUtime=222.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 40811 0 0 0 22039 191 0 0 25 0 1 0 26142055 143011840 33111 4089446400 4194304 10345943 140735275430208 18446744073709551615 6757720 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22769/statm: 34915 33111 764 1502 0 33408 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139660

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22777
/proc/meminfo: memFree=28458296/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=170564 CPUtime=282.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 48023 0 0 0 27993 237 0 0 25 0 1 0 26142055 174657536 40323 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 42641 40323 764 1502 0 41134 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170564

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22779
/proc/meminfo: memFree=28378888/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=198000 CPUtime=342.29
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 54949 0 0 0 33948 281 0 0 25 0 1 0 26142055 202752000 47249 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 49500 47249 764 1502 0 47993 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 198000

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22790
/proc/meminfo: memFree=28299820/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=222352 CPUtime=402.29
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 61777 0 0 0 39901 328 0 0 25 0 1 0 26142055 227688448 53231 4089446400 4194304 10345943 140735275430208 18446744073709551615 6068953 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 55588 53231 764 1502 0 54081 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 222352

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22791
/proc/meminfo: memFree=28220884/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=246520 CPUtime=462.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 68054 0 0 0 45860 370 0 0 25 0 1 0 26142055 252436480 59508 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 61630 59508 764 1502 0 60123 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 246520

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22792
/proc/meminfo: memFree=28130944/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=277348 CPUtime=522.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 75609 0 0 0 51818 412 0 0 25 0 1 0 26142055 284004352 67063 4089446400 4194304 10345943 140735275430208 18446744073709551615 6803308 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 69337 67063 764 1502 0 67830 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 277348

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22794
/proc/meminfo: memFree=28064168/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=288212 CPUtime=582.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 78552 0 0 0 57772 458 0 0 25 0 1 0 26142055 295129088 70006 4089446400 4194304 10345943 140735275430208 18446744073709551615 5926409 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 72053 70006 764 1502 0 70546 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 288212

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22796
/proc/meminfo: memFree=27988256/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=308148 CPUtime=642.3
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 83387 0 0 0 63728 502 0 0 25 0 1 0 26142055 315543552 74841 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 77037 74841 764 1502 0 75530 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 308148

[startup+702.301 s]

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

/proc/meminfo: memFree=29289568/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=471824 CPUtime=1002.31
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 123561 0 0 0 99440 791 0 0 25 0 1 0 26142055 483147776 114278 4089446400 4194304 10345943 140735275430208 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 117956 114278 764 1502 0 116449 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 471824

[startup+1062.3 s]
/proc/loadavg: 1.03 1.50 1.75 2/171 22828
/proc/meminfo: memFree=29271684/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=488812 CPUtime=1062.32
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 128072 0 0 0 105385 847 0 0 25 0 1 0 26142055 500543488 118789 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 122203 118789 764 1502 0 120696 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 488812

[startup+1122.3 s]
/proc/loadavg: 1.01 1.40 1.70 2/171 22829
/proc/meminfo: memFree=29250692/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=510916 CPUtime=1122.32
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 133278 0 0 0 111328 904 0 0 25 0 1 0 26142055 523177984 123995 4089446400 4194304 10345943 140735275430208 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 127729 123995 764 1502 0 126222 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 510916

[startup+1182.3 s]
/proc/loadavg: 1.00 1.33 1.65 2/171 22831
/proc/meminfo: memFree=29223840/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=538028 CPUtime=1182.32
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 140076 0 0 0 117269 963 0 0 25 0 1 0 26142055 550940672 130793 4089446400 4194304 10345943 140735275430208 18446744073709551615 9113898 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 134507 130793 764 1502 0 133000 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 538028

[startup+1242.3 s]
/proc/loadavg: 1.00 1.26 1.61 2/171 22833
/proc/meminfo: memFree=29199868/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=561752 CPUtime=1242.32
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 145984 0 0 0 123214 1018 0 0 25 0 1 0 26142055 575234048 136701 4089446400 4194304 10345943 140735275430208 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 140438 136701 764 1502 0 138931 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 561752

[startup+1302.3 s]
/proc/loadavg: 1.00 1.21 1.57 2/171 22835
/proc/meminfo: memFree=29176652/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=585276 CPUtime=1302.32
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 151749 0 0 0 129160 1072 0 0 25 0 1 0 26142055 599322624 142466 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 146319 142466 764 1502 0 144812 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 585276

[startup+1362.3 s]
/proc/loadavg: 1.00 1.17 1.53 2/171 22836
/proc/meminfo: memFree=29158368/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=603336 CPUtime=1362.32
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 156537 0 0 0 135107 1125 0 0 25 0 1 0 26142055 617816064 147254 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 150834 147254 764 1502 0 149327 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 603336

[startup+1422.31 s]
/proc/loadavg: 1.00 1.14 1.50 2/171 22837
/proc/meminfo: memFree=29132676/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=628792 CPUtime=1422.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 162767 0 0 0 141050 1183 0 0 25 0 1 0 26142055 643883008 153484 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 157198 153484 764 1502 0 155691 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 628792

[startup+1482.3 s]
/proc/loadavg: 1.00 1.11 1.46 2/171 22842
/proc/meminfo: memFree=29102968/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=657380 CPUtime=1482.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 170889 0 0 0 146990 1243 0 0 25 0 1 0 26142055 673157120 160807 4089446400 4194304 10345943 140735275430208 18446744073709551615 6361515 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 164345 160807 764 1502 0 162838 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 657380

[startup+1542.3 s]
/proc/loadavg: 1.00 1.09 1.43 2/171 22844
/proc/meminfo: memFree=29079600/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=681516 CPUtime=1542.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 176821 0 0 0 152936 1297 0 0 25 0 1 0 26142055 697872384 166739 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 170379 166739 764 1502 0 168872 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 681516

[startup+1602.3 s]
/proc/loadavg: 1.00 1.07 1.40 2/171 22846
/proc/meminfo: memFree=29050168/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=711560 CPUtime=1602.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 184193 0 0 0 158884 1349 0 0 25 0 1 0 26142055 728637440 174111 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 177890 174111 764 1502 0 176383 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 711560

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.37 2/171 22847
/proc/meminfo: memFree=29024964/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=737584 CPUtime=1662.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 190634 0 0 0 164826 1407 0 0 25 0 1 0 26142055 755286016 180552 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 184396 180552 764 1502 0 182889 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 737584

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/171 22848
/proc/meminfo: memFree=28998740/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=763200 CPUtime=1722.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 197008 0 0 0 170771 1462 0 0 25 0 1 0 26142055 781516800 186926 4089446400 4194304 10345943 140735275430208 18446744073709551615 6556815 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 190800 186926 764 1502 0 189293 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 763200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 22850
/proc/meminfo: memFree=28979452/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=783172 CPUtime=1782.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 201832 0 0 0 176711 1522 0 0 25 0 1 0 26142055 801968128 191750 4089446400 4194304 10345943 140735275430208 18446744073709551615 7523263 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 195793 191750 764 1502 0 194286 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 783172

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 22850
/proc/meminfo: memFree=28977716/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=784900 CPUtime=1785.53
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 202267 0 0 0 177028 1525 0 0 25 0 1 0 26142055 803737600 192185 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 196225 192185 764 1502 0 194718 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 784900

[startup+1788.7 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 22850
/proc/meminfo: memFree=28977712/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=785260 CPUtime=1788.73
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 202278 0 0 0 177345 1528 0 0 25 0 1 0 26142055 804106240 192196 4089446400 4194304 10345943 140735275430208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22769/statm: 196315 192196 764 1502 0 194808 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 785260

[startup+1790.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 22850
/proc/meminfo: memFree=28976968/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=787120 CPUtime=1790.33
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 202454 0 0 0 177504 1529 0 0 18 0 1 0 26142055 806010880 192372 4089446400 4194304 10345943 140735275430208 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22769/statm: 196780 192372 768 1502 0 195273 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 787120

[startup+1790.7 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 22850
/proc/meminfo: memFree=28976968/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=787120 CPUtime=1790.73
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 202454 0 0 0 177544 1529 0 0 18 0 1 0 26142055 806010880 192372 4089446400 4194304 10345943 140735275430208 18446744073709551615 6325653 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22769/statm: 196780 192372 768 1502 0 195273 0
Current children cumulated CPU time (s) 1790.73
Current children cumulated vsize (KiB) 787120

[startup+1791.1 s]
/proc/loadavg: 1.00 1.03 1.32 2/171 22850
/proc/meminfo: memFree=28976968/32951124 swapFree=67111528/67111528
[pid=22769] ppid=22767 vsize=726064 CPUtime=1791.13
/proc/22769/stat : 22769 (pbscip.linux.x8) R 22767 22769 22178 0 -1 4202496 202454 0 0 0 177583 1530 0 0 19 0 1 0 26142055 743489536 96552 4089446400 4194304 10345943 140735275430208 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22769/statm: 181516 96455 768 1502 0 180009 0
Current children cumulated CPU time (s) 1791.13
Current children cumulated vsize (KiB) 726064

Child status: 0
Real time (s): 1791.12
CPU time (s): 1791.15
CPU user time (s): 1775.83
CPU system time (s): 15.3237
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 787120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.83
system time used= 15.3237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202457
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= 4
involuntary context switches= 2878

runsolver used 2.68059 second user time and 6.03008 second system time

The end

Launcher Data

Begin job on node146 at 2010-07-08 10:54:51
IDJOB=2705721
IDBENCH=79385
IDSOLVER=1214
FILE ID=node146/2705721-1278579291
PBS_JOBID= 11240162
Free space on /tmp= 73584 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_60_ext.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705721-1278579291/watcher-2705721-1278579291 -o /tmp/evaluation-result-2705721-1278579291/solver-2705721-1278579291 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705721-1278579291.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f939eb835e2b068b963e7deaef5cf006
RANDOM SEED=220041237

node146.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.870
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.74
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.870
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.870
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.870
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.66
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.870
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.82
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.870
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.870
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.870
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28861668 kB
Buffers:        172148 kB
Cached:        2812596 kB
SwapCached:          0 kB
Active:        2296144 kB
Inactive:      1618524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28861668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:      930136 kB
Mapped:          17636 kB
Slab:           108224 kB
PageTables:       6828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1079712 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= 73584 MiB
End job on node146 at 2010-07-08 11:24:42