Trace number 2700346

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 solverOPTIMUM 660.86 660.836

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh08_wcsp.wbo
MD5SUMf8c09bda9afe7c43c5a568001f4bbb58
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark462
Best CPU time to get the best result obtained on this benchmark1.65975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-2700346-1278534890.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	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.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.04/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.06	c presolving (3 rounds):
0.04/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.06	c  1050 implications, 0 cliques
0.04/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.04/0.06	c     850 constraints of type <indicator>
0.04/0.06	c     850 constraints of type <linear>
0.04/0.06	c transformed objective value is always integral (scale: 1)
0.04/0.06	c Presolving Time: 0.03
0.04/0.06	c - non default parameters ----------------------------------------------------------------------
0.04/0.06	c # SCIP version 1.2.1.2
0.04/0.06	c 
0.04/0.06	c # frequency for displaying node information lines
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.06	c display/freq = 10000
0.04/0.06	c 
0.04/0.06	c # maximal time in seconds to run
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/time = 1799.99
0.04/0.06	c 
0.04/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/memory = 3420
0.04/0.06	c 
0.04/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.06	c lp/solvefreq = -1
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify inequalities
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/linear/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify knapsacks
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.06	c separating/rapidlearning/freq = 0
0.04/0.06	c 
0.04/0.06	c -----------------------------------------------------------------------------------------------
0.04/0.06	c start solving
0.04/0.06	c 
0.04/0.06	o 420925
0.04/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.06	c t 0.0s|     1 |     0 |     0 |     - |6123k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.04/0.06	c   0.0s|     1 |     2 |     0 |     - |6075k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.62	o 14969
0.59/0.62	c * 0.6s|  4736 |  2915 |     0 |   0.0 |7933k| 857 |   - |1800 |1781 |   0 |   0 |   0 |  81 |   0 | 1.000000e+00 | 1.496900e+04 |  Large 
1.49/1.57	c   1.5s| 10000 |  7983 |     0 |   0.0 |  10M| 857 |   - |1800 |2768 |   0 |   0 |   0 |1075 |   0 | 1.000000e+00 | 1.496900e+04 |  Large 
1.59/1.65	o 14904
1.59/1.65	c * 1.5s| 10380 |  8276 |     0 |   0.0 |  11M| 857 |   - |1800 |2916 |   0 |   0 |   0 |1225 |   0 | 1.000000e+00 | 1.490400e+04 |  Large 
1.59/1.65	o 14717
1.59/1.65	c * 1.5s| 10389 |  8163 |     0 |   0.0 |  11M| 857 |   - |1800 |2926 |   0 |   0 |   0 |1235 |   0 | 1.000000e+00 | 1.471700e+04 |  Large 
2.49/2.59	o 14536
2.49/2.59	c * 2.5s| 14641 | 11851 |     0 |   0.0 |  14M| 857 |   - |1800 |4460 |   0 |   0 |   0 |3722 |   0 | 1.000000e+00 | 1.453600e+04 |  Large 
3.20/3.24	o 14257
3.20/3.24	c * 3.1s| 17556 | 14304 |     0 |   0.0 |  15M| 857 |   - |1800 |4510 |   0 |   0 |   0 |5272 |   0 | 1.000000e+00 | 1.425700e+04 |  Large 
3.79/3.80	c   3.6s| 20000 | 16489 |     0 |   0.0 |  17M| 857 |   - |1800 |4675 |   0 |   0 |   0 |6749 |   0 | 1.000000e+00 | 1.425700e+04 |  Large 
3.99/4.09	o 14175
3.99/4.09	c * 3.9s| 21247 | 17538 |     0 |   0.0 |  17M| 857 |   - |1800 |4649 |   0 |   0 |   0 |7512 |   0 | 1.000000e+00 | 1.417500e+04 |  Large 
5.99/6.08	c   5.8s| 30000 | 25386 |     0 |   0.0 |  22M| 857 |   - |1800 |4643 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.417500e+04 |  Large 
6.79/6.82	o 14072
6.79/6.82	c * 6.5s| 33188 | 28124 |     0 |   0.0 |  24M| 857 |   - |1800 |4824 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.407200e+04 |  Large 
6.89/6.94	o 13819
6.89/6.94	c * 6.6s| 33703 | 28260 |     0 |   0.0 |  24M| 857 |   - |1800 |4875 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.381900e+04 |  Large 
6.89/6.94	o 13750
6.89/6.94	c * 6.7s| 33704 | 28166 |     0 |   0.0 |  23M| 857 |   - |1800 |4875 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.375000e+04 |  Large 
7.19/7.24	o 13696
7.19/7.24	c * 6.9s| 34983 | 29239 |     0 |   0.0 |  24M| 857 |   - |1800 |5083 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.369600e+04 |  Large 
7.29/7.36	o 13502
7.29/7.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.29/7.36	c * 7.0s| 35499 | 29431 |     0 |   0.0 |  24M| 857 |   - |1800 |5063 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.350200e+04 |  Large 
7.29/7.36	o 13160
7.29/7.36	c * 7.0s| 35500 | 28872 |     0 |   0.0 |  23M| 857 |   - |1800 |5063 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.316000e+04 |  Large 
8.39/8.44	c   8.1s| 40000 | 32840 |     0 |   0.0 |  26M| 857 |   - |1800 |5600 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 1.316000e+04 |  Large 
10.79/10.87	c  10.4s| 50000 | 41594 |     0 |   0.0 |  32M| 857 |   - |1800 |6368 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 1.316000e+04 |  Large 
11.29/11.39	o 13067
11.29/11.39	c *10.9s| 52094 | 43251 |     0 |   0.0 |  33M| 857 |   - |1800 |6627 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.306700e+04 |  Large 
11.29/11.39	o 13056
11.29/11.39	c *10.9s| 52095 | 43225 |     0 |   0.0 |  33M| 857 |   - |1800 |6627 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.305600e+04 |  Large 
12.69/12.71	o 12837
12.69/12.71	c *12.2s| 57438 | 47490 |     0 |   0.0 |  36M| 857 |   - |1800 |7105 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.283700e+04 |  Large 
12.90/12.96	o 12766
12.90/12.96	c *12.5s| 58422 | 48191 |     0 |   0.0 |  36M| 857 |   - |1800 |7250 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.276600e+04 |  Large 
12.90/12.97	o 12659
12.90/12.97	c *12.5s| 58423 | 47955 |     0 |   0.0 |  36M| 857 |   - |1800 |7250 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.265900e+04 |  Large 
13.10/13.20	o 12464
13.10/13.20	c *12.7s| 59387 | 48369 |     0 |   0.0 |  36M| 857 |   - |1800 |7311 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.246400e+04 |  Large 
13.20/13.20	o 12395
13.20/13.20	c *12.7s| 59388 | 48231 |     0 |   0.0 |  36M| 857 |   - |1800 |7311 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.239500e+04 |  Large 
13.29/13.36	c  12.9s| 60000 | 48759 |     0 |   0.0 |  36M| 857 |   - |1800 |7440 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.239500e+04 |  Large 
13.29/13.36	o 12359
13.29/13.36	c *12.9s| 60002 | 48642 |     0 |   0.0 |  36M| 857 |   - |1800 |7440 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.235900e+04 |  Large 
13.29/13.37	o 11989
13.29/13.37	c *12.9s| 60003 | 47562 |     0 |   0.0 |  35M| 857 |   - |1800 |7440 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.198900e+04 |  Large 
15.89/15.94	c  15.4s| 70000 | 56263 |     0 |   0.0 |  40M| 857 |   - |1800 |6691 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 1.198900e+04 |  Large 
17.99/18.02	o 11923
17.99/18.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.99/18.02	c *17.4s| 78136 | 63120 |     0 |   0.0 |  45M| 857 |   - |1800 |7298 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 1.192300e+04 |  Large 
18.49/18.50	c  17.9s| 80000 | 64744 |     0 |   0.0 |  46M| 857 |   - |1800 |7392 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 1.192300e+04 |  Large 
20.09/20.16	o 11920
20.09/20.16	c *19.4s| 86451 | 70399 |     0 |   0.0 |  50M| 857 |   - |1800 |7814 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.192000e+04 |  Large 
20.09/20.17	o 11826
20.09/20.17	c *19.5s| 86459 | 70051 |     0 |   0.0 |  49M| 857 |   - |1800 |7814 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.182600e+04 |  Large 
20.59/20.64	o 11812
20.59/20.64	c *19.9s| 88330 | 71661 |     0 |   0.0 |  51M| 857 |   - |1800 |7947 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 1.181200e+04 |  Large 
21.00/21.07	c  20.3s| 90000 | 73130 |     0 |   0.0 |  52M| 857 |   - |1800 |8196 |   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 1.181200e+04 |  Large 
21.90/22.00	o 11769
21.90/22.00	c *21.2s| 93612 | 76151 |     0 |   0.0 |  54M| 857 |   - |1800 |8575 |   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 1.176900e+04 |  Large 
22.19/22.29	o 11718
22.19/22.29	c *21.5s| 94734 | 76904 |     0 |   0.0 |  54M| 857 |   - |1800 |8606 |   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 1.171800e+04 |  Large 
22.29/22.39	o 11550
22.29/22.39	c *21.6s| 95149 | 76570 |     0 |   0.0 |  54M| 857 |   - |1800 |8633 |   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 1.155000e+04 |  Large 
22.80/22.89	o 11171
22.80/22.89	c *22.1s| 97072 | 76567 |     0 |   0.0 |  53M| 857 |   - |1800 |8986 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.117100e+04 |  Large 
22.89/22.95	o 10848
22.89/22.95	c *22.1s| 97281 | 75035 |     0 |   0.0 |  51M| 857 |   - |1800 |8998 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.084800e+04 |  Large 
23.10/23.17	o 10778
23.10/23.17	c *22.4s| 98055 | 75235 |     0 |   0.0 |  51M| 857 |   - |1800 |9103 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.077800e+04 |  Large 
23.10/23.17	o 10497
23.10/23.17	c *22.4s| 98057 | 73549 |     0 |   0.0 |  49M| 857 |   - |1800 |9103 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.049700e+04 |  Large 
23.10/23.18	o 10155
23.10/23.18	c *22.4s| 98058 | 71699 |     0 |   0.0 |  48M| 857 |   - |1800 |9103 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.015500e+04 |  Large 
23.39/23.48	o 9996
23.39/23.48	c *22.7s| 99141 | 71782 |     0 |   0.0 |  48M| 857 |   - |1800 |8636 |   0 |   0 |   0 |  61k|   0 | 1.000000e+00 | 9.996000e+03 |  Large 
23.70/23.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.70/23.72	c  22.9s|100000 | 72512 |     0 |   0.0 |  48M| 857 |   - |1800 |8324 |   0 |   0 |   0 |  61k|   0 | 1.000000e+00 | 9.996000e+03 |  Large 
26.49/26.52	c  25.6s|110000 | 80976 |     0 |   0.0 |  55M| 857 |   - |1800 |8913 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 9.996000e+03 |  Large 
29.29/29.34	c  28.4s|120000 | 89520 |     0 |   0.0 |  62M| 857 |   - |1800 |9549 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 9.996000e+03 |  Large 
32.19/32.24	c  31.2s|130000 | 97912 |     0 |   0.0 |  69M| 857 |   - |1800 |  10k|   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 9.996000e+03 |  Large 
35.10/35.11	c  34.0s|140000 |106469 |     0 |   0.0 |  76M| 857 |   - |1800 |  11k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 9.996000e+03 |  Large 
35.10/35.16	o 9799
35.10/35.16	c *34.0s|140206 |105294 |     0 |   0.0 |  75M| 857 |   - |1800 |  11k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 9.799000e+03 |  Large 
35.10/35.16	o 9750
35.10/35.16	c *34.0s|140207 |104947 |     0 |   0.0 |  75M| 857 |   - |1800 |  11k|   0 |   0 |   0 |  95k|   0 | 1.000000e+00 | 9.750000e+03 |  Large 
37.09/37.11	o 2620
37.09/37.11	c *35.9s|146520 | 36638 |     0 |   0.0 |  34M| 857 |   - |1800 |  12k|   0 |   0 |   0 | 101k|   0 | 1.000000e+00 | 2.620000e+03 |  Large 
37.09/37.12	o 2036
37.09/37.12	c *35.9s|146521 | 29285 |     0 |   0.0 |  30M| 857 |   - |1800 |  12k|   0 |   0 |   0 | 101k|   0 | 1.000000e+00 | 2.036000e+03 |  Large 
38.79/38.81	c  37.6s|150000 | 31336 |     0 |   0.0 |  32M| 857 |   - |1800 |9373 |   0 |   0 |   0 | 105k|   0 | 1.000000e+00 | 2.036000e+03 |  Large 
43.89/43.97	c  42.7s|160000 | 36872 |     0 |   0.0 |  44M| 857 |   - |1800 |  10k|   0 |   0 |   0 | 116k|   0 | 1.000000e+00 | 2.036000e+03 |  Large 
49.69/49.75	c  48.3s|170000 | 42263 |     0 |   0.0 |  56M| 857 |   - |1800 |  12k|   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 2.036000e+03 |  Large 
51.09/51.17	o 1908
51.09/51.17	c *49.7s|172392 | 41627 |     0 |   0.0 |  58M| 857 |   - |1800 |  13k|   0 |   0 |   0 | 133k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
55.39/55.40	c  53.9s|180000 | 45937 |     0 |   0.0 |  65M| 857 |   - |1800 |  11k|   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
61.20/61.22	c  59.6s|190000 | 51226 |     0 |   0.0 |  76M| 857 |   - |1800 |  13k|   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
67.80/67.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.80/67.80	c  66.0s|200000 | 56034 |     0 |   0.0 |  89M| 857 |   - |1800 |  14k|   0 |   0 |   0 | 166k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
74.49/74.53	c  72.7s|210000 | 61148 |     0 |   0.0 | 101M| 857 |   - |1800 |  14k|   0 |   0 |   0 | 180k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
80.90/80.95	c  79.0s|220000 | 66557 |     0 |   0.0 | 115M| 857 |   - |1800 |  16k|   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
81.30/81.40	o 1894
81.30/81.40	c *79.4s|220683 | 66646 |     0 |   0.0 | 115M| 857 |   - |1800 |  16k|   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
88.10/88.19	c  86.1s|230000 | 71276 |     0 |   0.0 | 128M| 857 |   - |1800 |  18k|   0 |   0 |   0 | 206k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
96.10/96.14	c  93.9s|240000 | 75972 |     0 |   0.0 | 140M| 857 |   - |1800 |  18k|   0 |   0 |   0 | 220k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
103.09/103.12	c   101s|250000 | 81396 |     0 |   0.0 | 153M| 857 |   - |1800 |  19k|   0 |   0 |   0 | 232k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
110.49/110.56	c   108s|260000 | 86630 |     0 |   0.0 | 166M| 857 |   - |1800 |  21k|   0 |   0 |   0 | 244k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
118.70/118.74	c   116s|270000 | 91570 |     0 |   0.0 | 179M| 857 |   - |1800 |  23k|   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
127.40/127.47	c   125s|280000 | 96486 |     0 |   0.0 | 192M| 857 |   - |1800 |  25k|   0 |   0 |   0 | 271k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
135.20/135.27	c   132s|290000 |102009 |     0 |   0.0 | 204M| 857 |   - |1800 |  23k|   0 |   0 |   0 | 284k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
143.10/143.12	c   140s|300000 |107411 |     0 |   0.0 | 216M| 857 |   - |1800 |  24k|   0 |   0 |   0 | 296k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
151.81/151.82	c   149s|310000 |112458 |     0 |   0.0 | 229M| 857 |   - |1800 |  26k|   0 |   0 |   0 | 309k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
161.29/161.36	c   158s|320000 |117406 |     0 |   0.0 | 242M| 857 |   - |1800 |  28k|   0 |   0 |   0 | 322k|   0 | 1.000000e+00 | 1.894000e+03 |  Large 
165.19/165.27	o 1874
165.19/165.27	c * 162s|323969 |118302 |     0 |   0.0 | 247M| 857 |   - |1800 |  29k|   0 |   0 |   0 | 328k|   0 | 1.000000e+00 | 1.874000e+03 |  Large 
165.19/165.27	o 1857
165.19/165.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.19/165.27	c * 162s|323970 |117495 |     0 |   0.0 | 246M| 857 |   - |1800 |  29k|   0 |   0 |   0 | 328k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
171.50/171.56	c   168s|330000 |120435 |     0 |   0.0 | 254M| 857 |   - |1800 |  29k|   0 |   0 |   0 | 337k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
180.00/180.00	c   177s|340000 |126121 |     0 |   0.0 | 265M| 857 |   - |1800 |  28k|   0 |   0 |   0 | 349k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
189.29/189.38	c   186s|350000 |131433 |     0 |   0.0 | 278M| 857 |   - |1800 |  30k|   0 |   0 |   0 | 361k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
199.50/199.56	c   196s|360000 |136457 |     0 |   0.0 | 292M| 857 |   - |1800 |  33k|   0 |   0 |   0 | 374k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
210.70/210.72	c   207s|370000 |141539 |     0 |   0.0 | 306M| 857 |   - |1800 |  35k|   0 |   0 |   0 | 387k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
222.70/222.77	c   219s|380000 |146470 |     0 |   0.0 | 320M| 857 |   - |1800 |  38k|   0 |   0 |   0 | 402k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
232.30/232.32	c   228s|390000 |152243 |     0 |   0.0 | 332M| 857 |   - |1800 |  35k|   0 |   0 |   0 | 415k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
242.40/242.50	c   238s|400000 |157847 |     0 |   0.0 | 345M| 857 |   - |1800 |  35k|   0 |   0 |   0 | 426k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
253.20/253.21	c   249s|410000 |163210 |     0 |   0.0 | 357M| 857 |   - |1800 |  36k|   0 |   0 |   0 | 438k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
264.90/264.99	c   261s|420000 |168053 |     0 |   0.0 | 370M| 857 |   - |1800 |  38k|   0 |   0 |   0 | 452k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
277.30/277.39	c   273s|430000 |173010 |     0 |   0.0 | 383M| 857 |   - |1800 |  41k|   0 |   0 |   0 | 465k|   0 | 1.000000e+00 | 1.857000e+03 |  Large 
278.40/278.45	o 1823
278.40/278.45	c * 274s|430796 |170880 |     0 |   0.0 | 382M| 857 |   - |1800 |  41k|   0 |   0 |   0 | 466k|   0 | 1.000000e+00 | 1.823000e+03 |  Large 
291.30/291.34	c   287s|440000 |175112 |     0 |   0.0 | 395M| 857 |   - |1800 |  42k|   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 1.823000e+03 |  Large 
291.41/291.41	o 1780
291.41/291.41	c * 287s|440067 |171652 |     0 |   0.0 | 392M| 857 |   - |1800 |  42k|   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 1.780000e+03 |  Large 
305.31/305.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.31/305.35	c   301s|450000 |176488 |     0 |   0.0 | 407M| 857 |   - |1800 |  45k|   0 |   0 |   0 | 494k|   0 | 1.000000e+00 | 1.780000e+03 |  Large 
316.81/316.86	o 1605
316.81/316.86	c * 312s|459958 |167585 |     0 |   0.0 | 403M| 857 |   - |1800 |  41k|   0 |   0 |   0 | 506k|   0 | 1.000000e+00 | 1.605000e+03 |  Large 
316.90/316.90	c   312s|460000 |167606 |     0 |   0.0 | 403M| 857 |   - |1800 |  41k|   0 |   0 |   0 | 506k|   0 | 1.000000e+00 | 1.605000e+03 |  Large 
320.81/320.87	o 1502
320.81/320.87	c * 316s|462914 |161018 |     0 |   0.0 | 395M| 857 |   - |1800 |  41k|   0 |   0 |   0 | 509k|   0 | 1.000000e+00 | 1.502000e+03 |  Large 
333.00/333.02	c   328s|470000 |164012 |     0 |   0.0 | 407M| 857 |   - |1800 |  43k|   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 1.502000e+03 |  Large 
351.81/351.83	c   347s|480000 |167980 |     0 |   0.0 | 425M| 857 |   - |1800 |  46k|   0 |   0 |   0 | 536k|   0 | 1.000000e+00 | 1.502000e+03 |  Large 
369.41/369.48	c   364s|490000 |172485 |     0 |   0.0 | 442M| 857 |   - |1800 |  49k|   0 |   0 |   0 | 551k|   0 | 1.000000e+00 | 1.502000e+03 |  Large 
383.60/383.61	c   378s|500000 |177515 |     0 |   0.0 | 457M| 857 |   - |1800 |  45k|   0 |   0 |   0 | 564k|   0 | 1.000000e+00 | 1.502000e+03 |  Large 
397.01/397.06	o 1474
397.01/397.06	c * 392s|507943 |179047 |     0 |   0.0 | 466M| 857 |   - |1800 |  47k|   0 |   0 |   0 | 575k|   0 | 1.000000e+00 | 1.474000e+03 |  Large 
401.51/401.51	c   396s|510000 |179785 |     0 |   0.0 | 469M| 857 |   - |1800 |  47k|   0 |   0 |   0 | 578k|   0 | 1.000000e+00 | 1.474000e+03 |  Large 
423.71/423.72	c   418s|520000 |183229 |     0 |   0.0 | 486M| 857 |   - |1800 |  50k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 1.474000e+03 |  Large 
444.20/444.24	c   438s|530000 |187098 |     0 |   0.0 | 504M| 857 |   - |1800 |  52k|   0 |   0 |   0 | 612k|   0 | 1.000000e+00 | 1.474000e+03 |  Large 
455.91/455.95	o 1473
455.91/455.95	c * 450s|535816 |189430 |     0 |   0.0 | 513M| 857 |   - |1800 |  50k|   0 |   0 |   0 | 621k|   0 | 1.000000e+00 | 1.473000e+03 |  Large 
462.11/462.10	c   456s|540000 |191514 |     0 |   0.0 | 518M| 857 |   - |1800 |  49k|   0 |   0 |   0 | 627k|   0 | 1.000000e+00 | 1.473000e+03 |  Large 
480.11/480.16	c   474s|550000 |196052 |     0 |   0.0 | 534M| 857 |   - |1800 |  52k|   0 |   0 |   0 | 642k|   0 | 1.000000e+00 | 1.473000e+03 |  Large 
492.41/492.41	o 1411
492.41/492.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.41/492.41	c * 486s|556307 |192343 |     0 |   0.0 | 532M| 857 |   - |1800 |  54k|   0 |   0 |   0 | 652k|   0 | 1.000000e+00 | 1.411000e+03 |  Large 
499.61/499.69	c   494s|560000 |193944 |     0 |   0.0 | 539M| 857 |   - |1800 |  56k|   0 |   0 |   0 | 659k|   0 | 1.000000e+00 | 1.411000e+03 |  Large 
504.71/504.76	o 1375
504.71/504.76	c * 499s|562550 |192057 |     0 |   0.0 | 538M| 857 |   - |1800 |  58k|   0 |   0 |   0 | 663k|   0 | 1.000000e+00 | 1.375000e+03 |  Large 
519.32/519.35	c   513s|570000 |195394 |     0 |   0.0 | 550M| 857 |   - |1800 |  53k|   0 |   0 |   0 | 675k|   0 | 1.000000e+00 | 1.375000e+03 |  Large 
540.21/540.25	c   534s|580000 |199517 |     0 |   0.0 | 568M| 857 |   - |1800 |  55k|   0 |   0 |   0 | 692k|   0 | 1.000000e+00 | 1.375000e+03 |  Large 
561.11/561.12	o 1274
561.11/561.12	c * 555s|589047 |194157 |     0 |   0.0 | 565M| 857 |   - |1800 |  58k|   0 |   0 |   0 | 708k|   0 | 1.000000e+00 | 1.274000e+03 |  Large 
563.12/563.16	c   557s|590000 |194580 |     0 |   0.0 | 567M| 857 |   - |1800 |  59k|   0 |   0 |   0 | 710k|   0 | 1.000000e+00 | 1.274000e+03 |  Large 
569.31/569.39	o 1265
569.31/569.39	c * 563s|592635 |194935 |     0 |   0.0 | 571M| 857 |   - |1800 |  60k|   0 |   0 |   0 | 715k|   0 | 1.000000e+00 | 1.265000e+03 |  Large 
569.61/569.69	o 1208
569.61/569.69	c * 563s|592781 |188994 |     0 |   0.0 | 554M| 857 |   - |1800 |  59k|   0 |   0 |   0 | 715k|   0 | 1.000000e+00 | 1.208000e+03 |  Large 
584.91/584.92	c   578s|600000 |191785 |     0 |   0.0 | 566M| 857 |   - |1800 |  57k|   0 |   0 |   0 | 727k|   0 | 1.000000e+00 | 1.208000e+03 |  Large 
606.21/606.26	o 1175
606.21/606.26	c * 599s|607450 |189512 |     0 |   0.0 | 566M| 857 |   - |1800 |  60k|   0 |   0 |   0 | 742k|   0 | 1.000000e+00 | 1.175000e+03 |  Large 
614.41/614.48	c   608s|610000 |190084 |     0 |   0.0 | 572M| 857 |   - |1800 |  61k|   0 |   0 |   0 | 748k|   0 | 1.000000e+00 | 1.175000e+03 |  Large 
631.51/631.56	c   625s|620000 |193203 |     0 |   0.0 | 583M| 857 |   - |1800 |  20k|   0 |   0 |   0 | 766k|   0 | 1.000000e+00 | 1.175000e+03 |  Large 
639.92/639.96	o 1160
639.92/639.96	c * 633s|626065 |192125 |     0 |   0.0 | 588M| 857 |   - |1800 |  24k|   0 |   0 |   0 | 777k|   0 | 1.000000e+00 | 1.160000e+03 |  Large 
640.02/640.03	o 992
640.02/640.03	c * 633s|626066 |170027 |     0 |   0.0 | 514M| 857 |   - |1800 |  24k|   0 |   0 |   0 | 777k|   0 | 1.000000e+00 | 9.920000e+02 |  Large 
640.41/640.47	o 880
640.41/640.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.41/640.47	c * 633s|626247 |141736 |     0 |   0.0 | 428M| 857 |   - |1800 |  24k|   0 |   0 |   0 | 778k|   0 | 1.000000e+00 | 8.800000e+02 |  Large 
640.91/640.97	o 715
640.91/640.97	c * 634s|626424 |106901 |     0 |   0.0 | 329M| 857 |   - |1800 |  24k|   0 |   0 |   0 | 778k|   0 | 1.000000e+00 | 7.150000e+02 |  Large 
645.02/645.07	o 670
645.02/645.07	c * 638s|627360 |101626 |     0 |   0.0 | 324M| 857 |   - |1800 |  17k|   0 |   0 |   0 | 783k|   0 | 1.000000e+00 | 6.700000e+02 |  Large 
649.61/649.60	c   642s|630000 | 97799 |     0 |   0.0 | 331M| 857 |   - |1800 |4203 |   0 |   0 |   0 | 790k|   0 | 1.000000e+01 | 6.700000e+02 |6600.00%
650.91/650.90	o 472
650.91/650.90	c * 644s|631245 | 54211 |     0 |   0.0 | 209M| 857 |   - |1800 |4680 |   0 |   0 |   0 | 793k|   0 | 1.000000e+01 | 4.720000e+02 |4620.00%
657.62/657.68	o 462
657.62/657.68	c * 650s|637842 | 36479 |     0 |   0.0 | 190M| 857 |   - |1800 |3383 |   0 |   0 |   0 | 803k|   0 | 1.930000e+02 | 4.620000e+02 | 139.38%
660.71/660.79	c 
660.71/660.79	c SCIP Status        : problem is solved [optimal solution found]
660.71/660.79	c Solving Time (sec) : 653.39
660.71/660.79	c Solving Nodes      : 638934
660.71/660.79	c Primal Bound       : +4.62000000000000e+02 (63 solutions)
660.71/660.79	c Dual Bound         : +4.62000000000000e+02
660.71/660.79	c Gap                : 0.00 %
660.71/660.79	s OPTIMUM FOUND
660.71/660.79	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 -x192 x191 x190 -x189 x188 -x187 x186 -x185 -x184 x183 -x182 x181 x180 -x179 -x178 
660.71/660.79	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
660.71/660.79	v -x154 x153 x152 -x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 
660.71/660.79	v x131 x130 -x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
660.71/660.79	v -x108 x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 x84 
660.71/660.79	v -x83 -x82 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 
660.71/660.79	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 -x30 x29 -x28 
660.71/660.79	v x27 x26 -x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 x4 -x3 -x2 x1 
660.71/660.79	c SCIP Status        : problem is solved [optimal solution found]
660.71/660.79	c Solving Time       :     653.39
660.71/660.79	c Original Problem   :
660.71/660.79	c   Problem name     : HOME/instance-2700346-1278534890.wbo
660.71/660.79	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
660.71/660.79	c   Constraints      : 1801 initial, 1801 maximal
660.71/660.79	c Presolved Problem  :
660.71/660.79	c   Problem name     : t_HOME/instance-2700346-1278534890.wbo
660.71/660.79	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
660.71/660.79	c   Constraints      : 1700 initial, 62907 maximal
660.71/660.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
660.71/660.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   probing          :       0.01          0          0          0          0          0          0          0          0
660.71/660.79	c   indicator        :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   linear           :       0.02          0        100          0        850          0        101          0          0
660.71/660.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
660.71/660.79	c   root node        :          -        429          -          -        856          -          -          -          -
660.71/660.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
660.71/660.79	c   integral         :          0          0          0          0          0          0          0          0          0          0
660.71/660.79	c   indicator        :        850          0    1987791          0     530438       1878   21981504          0          0          0
660.71/660.79	c   linear           :        850          0    1985929          0     530420      24534    2217221          0          0          0
660.71/660.79	c   logicor          :          0+         0    1350595          0          0      12467    1482571          0          0          0
660.71/660.79	c   countsols        :          0          0          0          0     530459          0          0          0          0          0
660.71/660.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
660.71/660.79	c   integral         :       0.00       0.00       0.00       0.00       0.00
660.71/660.79	c   indicator        :      51.79       0.00      33.85       0.00      17.94
660.71/660.79	c   linear           :      47.54       0.00      47.06       0.00       0.48
660.71/660.79	c   logicor          :     216.95       0.00     216.95       0.00       0.00
660.71/660.79	c   countsols        :       0.06       0.00       0.00       0.00       0.06
660.71/660.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
660.71/660.79	c   vbounds          :       0.45          2          0          0
660.71/660.79	c   rootredcost      :       0.34          0          0          0
660.71/660.79	c   pseudoobj        :      59.02    2108276     120527   21555802
660.71/660.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
660.71/660.79	c   propagation      :       8.26     157528     156817     643986       26.9     319840        3.8          -
660.71/660.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
660.71/660.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
660.71/660.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
660.71/660.79	c   pseudo solution  :       0.08        479        479       3300       31.9       1576        4.2          -
660.71/660.79	c   applied globally :          -          -          -     805673       15.4          -          -          -
660.71/660.79	c   applied locally  :          -          -          -          1       99.0          -          -          -
660.71/660.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
660.71/660.79	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
660.71/660.79	c   redcost          :       0.00          0          0          0          0          0
660.71/660.79	c   impliedbounds    :       0.00          0          0          0          0          0
660.71/660.79	c   intobj           :       0.00          0          0          0          0          0
660.71/660.79	c   cgmip            :       0.00          0          0          0          0          0
660.71/660.79	c   gomory           :       0.00          0          0          0          0          0
660.71/660.79	c   strongcg         :       0.00          0          0          0          0          0
660.71/660.79	c   cmir             :       0.00          0          0          0          0          0
660.71/660.79	c   flowcover        :       0.00          0          0          0          0          0
660.71/660.79	c   clique           :       0.00          0          0          0          0          0
660.71/660.79	c   zerohalf         :       0.00          0          0          0          0          0
660.71/660.79	c   mcf              :       0.00          0          0          0          0          0
660.71/660.79	c   rapidlearning    :       0.00          0          0          0          0          0
660.71/660.79	c Pricers            :       Time      Calls       Vars
660.71/660.79	c   problem variables:       0.00          0          0
660.71/660.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
660.71/660.79	c   relpscost        :       0.00          0          0          0          0          0          0
660.71/660.79	c   pscost           :       0.00          0          0          0          0          0          0
660.71/660.79	c   inference        :      33.23     530398          0          0          0          0    1060796
660.71/660.79	c   mostinf          :       0.00          0          0          0          0          0          0
660.71/660.79	c   leastinf         :       0.00          0          0          0          0          0          0
660.71/660.79	c   fullstrong       :       0.00          0          0          0          0          0          0
660.71/660.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
660.71/660.79	c   random           :       0.00          0          0          0          0          0          0
660.71/660.79	c Primal Heuristics  :       Time      Calls      Found
660.71/660.79	c   LP solutions     :       0.00          -          0
660.71/660.79	c   pseudo solutions :       0.70          -         61
660.71/660.79	c   oneopt           :       0.29          0          0
660.71/660.79	c   trivial          :       0.00          2          1
660.71/660.79	c   simplerounding   :       0.00          0          0
660.71/660.79	c   zirounding       :       0.00          0          0
660.71/660.79	c   rounding         :       0.00          0          0
660.71/660.79	c   shifting         :       0.00          0          0
660.71/660.79	c   intshifting      :       0.00          0          0
660.71/660.79	c   twoopt           :       0.00          0          0
660.71/660.79	c   fixandinfer      :       0.00          0          0
660.71/660.79	c   feaspump         :       0.00          0          0
660.71/660.79	c   coefdiving       :       0.00          0          0
660.71/660.79	c   pscostdiving     :       0.00          0          0
660.71/660.79	c   fracdiving       :       0.00          0          0
660.71/660.79	c   veclendiving     :       0.00          0          0
660.71/660.79	c   intdiving        :       0.00          0          0
660.71/660.79	c   actconsdiving    :       0.00          0          0
660.71/660.79	c   objpscostdiving  :       0.00          0          0
660.71/660.79	c   rootsoldiving    :       0.00          0          0
660.71/660.79	c   linesearchdiving :       0.00          0          0
660.71/660.79	c   guideddiving     :       0.00          0          0
660.71/660.79	c   octane           :       0.00          0          0
660.71/660.79	c   rens             :       0.00          0          0
660.71/660.79	c   rins             :       0.00          0          0
660.71/660.79	c   localbranching   :       0.00          0          0
660.71/660.79	c   mutation         :       0.00          0          0
660.71/660.79	c   crossover        :       0.00          0          0
660.71/660.79	c   dins             :       0.00          0          0
660.71/660.79	c   undercover       :       0.00          0          0
660.71/660.79	c   nlp              :       0.13          0          0
660.71/660.79	c   trysol           :       0.15          1          1
660.71/660.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
660.71/660.79	c   primal LP        :       0.00          0          0       0.00          -
660.71/660.79	c   dual LP          :       0.00          0          0       0.00          -
660.71/660.79	c   lex dual LP      :       0.00          0          0       0.00          -
660.71/660.79	c   barrier LP       :       0.00          0          0       0.00          -
660.71/660.79	c   diving/probing LP:       0.00          0          0       0.00          -
660.71/660.79	c   strong branching :       0.00          0          0       0.00          -
660.71/660.79	c     (at root node) :          -          0          0       0.00          -
660.71/660.79	c   conflict analysis:       0.00          0          0       0.00          -
660.71/660.79	c B&B Tree           :
660.71/660.79	c   number of runs   :          1
660.71/660.79	c   nodes            :     638934
660.71/660.79	c   nodes (total)    :     638934
660.71/660.79	c   nodes left       :          0
660.71/660.79	c   max depth        :        857
660.71/660.79	c   max depth (total):        857
660.71/660.79	c   backtracks       :      65290 (10.2%)
660.71/660.79	c   delayed cutoffs  :     119048
660.71/660.79	c   repropagations   :     315303 (13874229 domain reductions, 51410 cutoffs)
660.71/660.79	c   avg switch length:       6.23
660.71/660.79	c   switching time   :     164.02
660.71/660.79	c Solution           :
660.71/660.79	c   Solutions found  :         63 (62 improvements)
660.71/660.79	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
660.71/660.79	c   Primal Bound     : +4.62000000000000e+02   (in run 1, after 637842 nodes, 650.39 seconds, depth 154, found by <relaxation>)
660.71/660.79	c   Dual Bound       : +4.62000000000000e+02
660.71/660.79	c   Gap              :       0.00 %
660.71/660.79	c   Root Dual Bound  : +0.00000000000000e+00
660.71/660.79	c   Root Iterations  :          0
660.81/660.83	c Time complete: 660.85.

Verifier Data

OK	462

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700346-1278534890/watcher-2700346-1278534890 -o /tmp/evaluation-result-2700346-1278534890/solver-2700346-1278534890 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700346-1278534890.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.52 2.14 4/178 18079
/proc/meminfo: memFree=28656696/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=8268 CPUtime=0
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 1554 0 0 0 0 0 0 0 25 0 1 0 21704090 8466432 1477 4089446400 4194304 7136930 140736027274624 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18079/statm: 2067 1478 275 719 0 1346 0

[startup+0.0528281 s]
/proc/loadavg: 2.00 2.52 2.14 4/178 18079
/proc/meminfo: memFree=28656696/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=18984 CPUtime=0.04
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 5205 0 0 0 3 1 0 0 25 0 1 0 21704090 19439616 4003 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 4746 4003 364 719 0 4025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18984

[startup+0.100824 s]
/proc/loadavg: 2.00 2.52 2.14 4/178 18079
/proc/meminfo: memFree=28656696/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=20492 CPUtime=0.09
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 5579 0 0 0 8 1 0 0 18 0 1 0 21704090 20983808 4377 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 5123 4377 387 719 0 4402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20492

[startup+0.30078 s]
/proc/loadavg: 2.00 2.52 2.14 4/178 18079
/proc/meminfo: memFree=28656696/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=21200 CPUtime=0.29
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 5768 0 0 0 27 2 0 0 18 0 1 0 21704090 21708800 4566 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 5300 4566 393 719 0 4579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21200

[startup+0.700708 s]
/proc/loadavg: 2.00 2.52 2.14 4/178 18079
/proc/meminfo: memFree=28656696/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=23328 CPUtime=0.69
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 6321 0 0 0 64 5 0 0 18 0 1 0 21704090 23887872 5119 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 5832 5119 393 719 0 5111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23328

[startup+1.50056 s]
/proc/loadavg: 2.00 2.52 2.14 3/179 18080
/proc/meminfo: memFree=28636668/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=25396 CPUtime=1.49
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 6834 0 0 0 140 9 0 0 19 0 1 0 21704090 26005504 5632 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 6349 5632 394 719 0 5628 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25396

[startup+3.10026 s]
/proc/loadavg: 2.00 2.52 2.14 3/179 18080
/proc/meminfo: memFree=28628236/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=33868 CPUtime=3.09
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 8947 0 0 0 294 15 0 0 25 0 1 0 21704090 34680832 7745 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 8467 7745 394 719 0 7746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33868

[startup+6.30065 s]
/proc/loadavg: 2.00 2.51 2.14 3/179 18080
/proc/meminfo: memFree=28612660/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=44084 CPUtime=6.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 11515 0 0 0 604 26 0 0 25 0 1 0 21704090 45142016 10313 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 11021 10313 394 719 0 10300 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 44084

[startup+12.7004 s]
/proc/loadavg: 2.00 2.50 2.14 3/179 18081
/proc/meminfo: memFree=28585012/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=62420 CPUtime=12.69
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 16044 0 0 0 1223 46 0 0 25 0 1 0 21704090 63918080 14842 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 15605 14842 394 719 0 14884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62420

[startup+25.501 s]
/proc/loadavg: 2.00 2.47 2.14 3/179 18082
/proc/meminfo: memFree=28556500/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=91492 CPUtime=25.49
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 22673 0 0 0 2463 86 0 0 25 0 1 0 21704090 93687808 21471 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 22873 21471 394 719 0 22152 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91492

[startup+51.1002 s]
/proc/loadavg: 2.00 2.43 2.13 3/179 18082
/proc/meminfo: memFree=28510948/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=138712 CPUtime=51.09
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 33596 0 0 0 4966 143 0 0 25 0 1 0 21704090 142041088 32394 4089446400 4194304 7136930 140736027274624 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 34678 32394 394 719 0 33957 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138712

[startup+102.307 s]
/proc/loadavg: 2.00 2.36 2.12 3/179 18084
/proc/meminfo: memFree=28376108/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=237220 CPUtime=102.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 54666 0 0 0 9999 231 0 0 25 0 1 0 21704090 242913280 53464 4089446400 4194304 7136930 140736027274624 18446744073709551615 4431762 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 59305 53464 394 719 0 58584 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237220

[startup+162.3 s]
/proc/loadavg: 2.00 2.30 2.11 3/179 18085
/proc/meminfo: memFree=28204668/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=357592 CPUtime=162.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 79841 0 0 0 15913 317 0 0 25 0 1 0 21704090 366174208 78639 4089446400 4194304 7136930 140736027274624 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 89398 78639 394 719 0 88677 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 357592

[startup+222.301 s]
/proc/loadavg: 2.00 2.24 2.10 3/179 18086
/proc/meminfo: memFree=28050960/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=453824 CPUtime=222.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 100024 0 0 0 21838 392 0 0 25 0 1 0 21704090 464715776 98822 4089446400 4194304 7136930 140736027274624 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 113456 98822 394 719 0 112735 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 453824

[startup+282.301 s]
/proc/loadavg: 2.00 2.19 2.09 3/179 18088
/proc/meminfo: memFree=27933476/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=536448 CPUtime=282.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 118497 0 0 0 27778 452 0 0 25 0 1 0 21704090 549322752 117295 4089446400 4194304 7136930 140736027274624 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 134112 117295 394 719 0 133391 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 536448

[startup+342.3 s]
/proc/loadavg: 2.00 2.16 2.08 3/179 18090
/proc/meminfo: memFree=27881452/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=589312 CPUtime=342.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 129682 0 0 0 33729 501 0 0 25 0 1 0 21704090 603455488 128480 4089446400 4194304 7136930 140736027274624 18446744073709551615 4659942 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 147328 128480 394 719 0 146607 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 589312

[startup+402.301 s]
/proc/loadavg: 2.00 2.12 2.08 3/179 18092
/proc/meminfo: memFree=27821632/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=652528 CPUtime=402.3
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 142612 0 0 0 39682 548 0 0 25 0 1 0 21704090 668188672 141410 4089446400 4194304 7136930 140736027274624 18446744073709551615 4983239 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 163132 141410 394 719 0 162411 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 652528

[startup+462.301 s]
/proc/loadavg: 2.00 2.10 2.07 3/179 18093
/proc/meminfo: memFree=27717672/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=710596 CPUtime=462.31
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 155125 0 0 0 45642 589 0 0 25 0 1 0 21704090 727650304 153923 4089446400 4194304 7136930 140736027274624 18446744073709551615 4225326 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 177649 153923 394 719 0 176928 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 710596

[startup+522.3 s]
/proc/loadavg: 2.00 2.08 2.07 3/179 18094
/proc/meminfo: memFree=27605140/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=776520 CPUtime=522.31
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 167762 0 0 0 51602 629 0 0 25 0 1 0 21704090 795156480 166560 4089446400 4194304 7136930 140736027274624 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 194130 166560 394 719 0 193409 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 776520

[startup+582.301 s]
/proc/loadavg: 2.00 2.06 2.06 3/179 18096
/proc/meminfo: memFree=27481564/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=813396 CPUtime=582.31
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 175853 0 0 0 57566 665 0 0 25 0 1 0 21704090 832917504 174651 4089446400 4194304 7136930 140736027274624 18446744073709551615 4223007 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 203349 174651 394 719 0 202628 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 813396

[startup+642.301 s]
/proc/loadavg: 2.00 2.05 2.05 3/179 18098
/proc/meminfo: memFree=27394588/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=846104 CPUtime=642.32
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 181859 0 0 0 63526 706 0 0 25 0 1 0 21704090 866410496 180657 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211526 180657 394 719 0 210805 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 846104

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

[startup+652.701 s]
/proc/loadavg: 2.00 2.05 2.05 3/179 18098
/proc/meminfo: memFree=27392600/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=847884 CPUtime=652.72
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182135 0 0 0 64552 720 0 0 25 0 1 0 21704090 868233216 180933 4089446400 4194304 7136930 140736027274624 18446744073709551615 5004405 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211971 180933 394 719 0 211250 0
Current children cumulated CPU time (s) 652.72
Current children cumulated vsize (KiB) 847884

[startup+655.901 s]
/proc/loadavg: 2.00 2.05 2.05 3/179 18098
/proc/meminfo: memFree=27391724/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=847884 CPUtime=655.92
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182144 0 0 0 64865 727 0 0 25 0 1 0 21704090 868233216 180942 4089446400 4194304 7136930 140736027274624 18446744073709551615 5957041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211971 180942 394 719 0 211250 0
Current children cumulated CPU time (s) 655.92
Current children cumulated vsize (KiB) 847884

[startup+659.1 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 18098
/proc/meminfo: memFree=27390604/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=847884 CPUtime=659.11
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182145 0 0 0 65178 733 0 0 25 0 1 0 21704090 868233216 180943 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211971 180943 394 719 0 211250 0
Current children cumulated CPU time (s) 659.11
Current children cumulated vsize (KiB) 847884

[startup+659.9 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 18098
/proc/meminfo: memFree=27390356/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=847884 CPUtime=659.92
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182145 0 0 0 65256 736 0 0 25 0 1 0 21704090 868233216 180943 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211971 180943 394 719 0 211250 0
Current children cumulated CPU time (s) 659.92
Current children cumulated vsize (KiB) 847884

[startup+660.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 18098
/proc/meminfo: memFree=27390356/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=847884 CPUtime=660.31
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182145 0 0 0 65293 738 0 0 25 0 1 0 21704090 868233216 180943 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211971 180943 394 719 0 211250 0
Current children cumulated CPU time (s) 660.31
Current children cumulated vsize (KiB) 847884

[startup+660.7 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 18098
/proc/meminfo: memFree=27390356/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=847884 CPUtime=660.71
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182145 0 0 0 65331 740 0 0 25 0 1 0 21704090 868233216 180943 4089446400 4194304 7136930 140736027274624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18079/statm: 211971 180943 394 719 0 211250 0
Current children cumulated CPU time (s) 660.71
Current children cumulated vsize (KiB) 847884

[startup+660.8 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 18098
/proc/meminfo: memFree=27390356/32951124 swapFree=67111528/67111528
[pid=18079] ppid=18077 vsize=827108 CPUtime=660.81
/proc/18079/stat : 18079 (pbscip.linux.x8) R 18077 18079 17447 0 -1 4202496 182151 0 0 0 65340 741 0 0 25 0 1 0 21704090 846958592 175760 4089446400 4194304 7136930 140736027274624 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18079/statm: 206777 175760 400 719 0 206056 0
Current children cumulated CPU time (s) 660.81
Current children cumulated vsize (KiB) 827108

Child status: 0
Real time (s): 660.836
CPU time (s): 660.86
CPU user time (s): 653.413
CPU system time (s): 7.44687
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 847884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 653.413
system time used= 7.44687
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182158
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= 3
involuntary context switches= 380

runsolver used 0.924859 second user time and 2.15267 second system time

The end

Launcher Data

Begin job on node102 at 2010-07-07 22:34:50
IDJOB=2700346
IDBENCH=79420
IDSOLVER=1206
FILE ID=node102/2700346-1278534890
PBS_JOBID= 11239274
Free space on /tmp= 72988 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh08_wcsp.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-2700346-1278534890/watcher-2700346-1278534890 -o /tmp/evaluation-result-2700346-1278534890/solver-2700346-1278534890 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700346-1278534890.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f8c09bda9afe7c43c5a568001f4bbb58
RANDOM SEED=1562594463

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28657224 kB
Buffers:        134296 kB
Cached:        2976104 kB
SwapCached:          0 kB
Active:        2057240 kB
Inactive:      2044456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28657224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3164 kB
Writeback:           0 kB
AnonPages:      991300 kB
Mapped:          17496 kB
Slab:           127472 kB
PageTables:       6664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1141228 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= 72984 MiB
End job on node102 at 2010-07-07 22:45:51