Trace number 2700261

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.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 46.4259 46.4254

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh201_wcsp.wbo
MD5SUM915acd3dc0a570e5bdb7222960ad66b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.164974
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 constraint14
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
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: Clp 1.11.1] [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-2700261-1278534540.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
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, 1000 impls, 0 clqs
0.02/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.02/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (3 rounds):
0.02/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.05	c  1000 implications, 0 cliques
0.02/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.02/0.05	c     800 constraints of type <indicator>
0.02/0.05	c     800 constraints of type <linear>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.02
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 1.2.1.2
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1799.99
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 3420
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.05	c 
0.02/0.06	o 394238
0.02/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.02/0.06	c t 0.0s|     1 |     0 |     0 |     - |5818k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.02/0.06	c   0.0s|     1 |     0 |     0 |     - |6191k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.06	c   0.0s|     1 |     0 |    23 |     - |6213k|   0 |   0 |1700 |1600 |1700 |  35 |  35 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.06	c   0.0s|     1 |     0 |    60 |     - |6245k|   0 |   0 |1700 |1600 |1700 |  48 |  48 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.06	c   0.0s|     1 |     0 |    74 |     - |6251k|   0 |  23 |1700 |1600 |1700 |  59 |  59 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |    92 |     - |6323k|   0 |  29 |1700 |1600 |1700 |  80 |  80 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |   104 |     - |6410k|   0 |  30 |1700 |1600 |1700 |  88 |  88 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.08	c   0.1s|     1 |     0 |   112 |     - |6512k|   0 |  36 |1700 |1600 |1700 |  94 |  94 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |   132 |     - |6596k|   0 |  42 |1700 |1600 |1700 | 101 | 101 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     2 |   220 |     - |6648k|   0 |  42 |1700 |1600 |1700 | 101 | 101 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
4.89/4.92	o 6841
4.89/4.92	c * 4.6s|  8044 |  8028 |  3077 |   0.4 |  16M| 573 |   - |1700 |1600 |1700 | 146 |1088 |   0 | 647 | 0.000000e+00 | 6.841000e+03 |    Inf 
6.09/6.10	c   5.7s| 10000 |  9984 |  3946 |   0.4 |  18M| 573 |   0 |1700 |1600 |1700 | 143 |1493 |   0 | 678 | 0.000000e+00 | 6.841000e+03 |    Inf 
11.99/12.03	c  11.2s| 20000 | 19968 |  8304 |   0.4 |  28M| 573 |   0 |1700 |1653 |1700 | 142 |3340 |  53 | 745 | 0.000000e+00 | 6.841000e+03 |    Inf 
18.29/18.39	c  17.2s| 30000 | 29962 | 13243 |   0.4 |  37M| 573 |   0 |1700 |1667 |1700 | 136 |5375 |  67 | 752 | 0.000000e+00 | 6.841000e+03 |    Inf 
20.10/20.14	o 6837
20.10/20.14	c *18.9s| 32724 | 32646 | 14632 |   0.4 |  40M| 573 |   - |1700 |1769 |1700 | 162 |5965 | 169 | 754 | 0.000000e+00 | 6.837000e+03 |    Inf 
24.89/24.90	o 6823
24.89/24.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.89/24.90	c *23.3s| 39890 | 39444 | 18093 |   0.5 |  48M| 573 |   - |1700 |3052 |1700 | 153 |7208 |1497 | 763 | 0.000000e+00 | 6.823000e+03 |    Inf 
24.89/24.91	o 6628
24.89/24.91	c *23.3s| 39894 | 39324 | 18096 |   0.5 |  48M| 573 |   - |1700 |3052 |1700 | 153 |7208 |1497 | 763 | 0.000000e+00 | 6.628000e+03 |    Inf 
24.89/24.91	o 6511
24.89/24.91	c *23.3s| 39895 | 39246 | 18098 |   0.5 |  48M| 573 |   - |1700 |3052 |1700 | 153 |7208 |1497 | 763 | 0.000000e+00 | 6.511000e+03 |    Inf 
24.89/24.97	c  23.4s| 40000 | 39342 | 18160 |   0.5 |  48M| 573 |   0 |1700 |3070 |1700 | 152 |7215 |1525 | 763 | 0.000000e+00 | 6.511000e+03 |    Inf 
26.70/26.73	o 6459
26.70/26.73	c *25.0s| 42523 | 41581 | 19652 |   0.5 |  51M| 573 |   - |1700 |3225 |1700 | 150 |7683 |2247 | 763 | 0.000000e+00 | 6.459000e+03 |    Inf 
26.89/26.92	o 6422
26.89/26.92	c *25.1s| 42785 | 41785 | 19791 |   0.5 |  51M| 573 |   - |1700 |3207 |1700 | 167 |7737 |2276 | 763 | 0.000000e+00 | 6.422000e+03 |    Inf 
26.89/26.92	o 6141
26.89/26.92	c *25.1s| 42786 | 41443 | 19791 |   0.5 |  50M| 573 |   - |1700 |3207 |1700 | 167 |7737 |2276 | 763 | 0.000000e+00 | 6.141000e+03 |    Inf 
27.49/27.55	o 5934
27.49/27.55	c *25.7s| 43723 | 41966 | 20172 |   0.5 |  51M| 573 |   - |1700 |3013 |1700 | 138 |7870 |2368 | 763 | 0.000000e+00 | 5.934000e+03 |    Inf 
27.69/27.70	o 5909
27.69/27.70	c *25.9s| 43939 | 42112 | 20281 |   0.5 |  51M| 573 |   - |1700 |2942 |1700 | 164 |7907 |2377 | 763 | 0.000000e+00 | 5.909000e+03 |    Inf 
27.69/27.74	o 5875
27.69/27.74	c *25.9s| 43991 | 42106 | 20324 |   0.5 |  51M| 573 |   - |1700 |2920 |1700 | 150 |7914 |2377 | 763 | 0.000000e+00 | 5.875000e+03 |    Inf 
28.00/28.04	o 5437
28.00/28.04	c *26.2s| 44422 | 41438 | 20521 |   0.5 |  49M| 573 |   - |1700 |2836 |1700 | 151 |7966 |2439 | 763 | 0.000000e+00 | 5.437000e+03 |    Inf 
28.69/28.70	o 5404
28.69/28.70	c *26.8s| 45371 | 42220 | 21131 |   0.5 |  50M| 573 |   - |1700 |2657 |1700 | 152 |8205 |2613 | 763 | 0.000000e+00 | 5.404000e+03 |    Inf 
28.79/28.85	o 5321
28.79/28.85	c *27.0s| 45586 | 42186 | 21217 |   0.5 |  50M| 573 |   - |1700 |2624 |1700 | 153 |8219 |2613 | 763 | 0.000000e+00 | 5.321000e+03 |    Inf 
28.90/28.93	o 5227
28.90/28.93	c *27.0s| 45685 | 42037 | 21287 |   0.5 |  50M| 573 |   - |1700 |2614 |1700 | 157 |8243 |2623 | 763 | 0.000000e+00 | 5.227000e+03 |    Inf 
28.90/28.93	o 5143
28.90/28.93	c *27.0s| 45686 | 41774 | 21288 |   0.5 |  50M| 573 |   - |1700 |2614 |1700 | 157 |8243 |2623 | 763 | 0.000000e+00 | 5.143000e+03 |    Inf 
28.99/29.00	o 5107
28.99/29.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.99/29.00	c *27.1s| 45778 | 41719 | 21365 |   0.5 |  50M| 573 |   - |1700 |2610 |1700 | 163 |8264 |2635 | 763 | 0.000000e+00 | 5.107000e+03 |    Inf 
29.49/29.59	o 5013
29.49/29.59	c *27.6s| 46539 | 42027 | 21908 |   0.5 |  50M| 573 |   - |1700 |2674 |1700 | 163 |8471 |2958 | 763 | 0.000000e+00 | 5.013000e+03 |    Inf 
30.19/30.21	o 4983
30.19/30.21	c *28.2s| 47403 | 42719 | 22454 |   0.5 |  51M| 573 |   - |1700 |2657 |1700 | 152 |8661 |3169 | 766 | 0.000000e+00 | 4.983000e+03 |    Inf 
30.19/30.21	o 4779
30.19/30.21	c *28.2s| 47404 | 41901 | 22456 |   0.5 |  50M| 573 |   - |1700 |2657 |1700 | 152 |8661 |3169 | 766 | 0.000000e+00 | 4.779000e+03 |    Inf 
30.49/30.53	o 4756
30.49/30.53	c *28.5s| 47763 | 42080 | 22970 |   0.5 |  51M| 573 |   - |1700 |2691 |1700 | 170 |8789 |3387 | 766 | 0.000000e+00 | 4.756000e+03 |    Inf 
30.70/30.73	o 4676
30.70/30.73	c *28.7s| 48026 | 41963 | 23192 |   0.5 |  51M| 573 |   - |1700 |2701 |1700 | 147 |8859 |3497 | 766 | 0.000000e+00 | 4.676000e+03 |    Inf 
30.99/31.04	o 4655
30.99/31.04	c *29.0s| 48491 | 42294 | 23400 |   0.5 |  51M| 573 |   - |1700 |2699 |1700 | 152 |8942 |3618 | 766 | 0.000000e+00 | 4.655000e+03 |    Inf 
31.99/32.06	c  29.9s| 50000 | 43715 | 24230 |   0.5 |  53M| 573 |   0 |1700 |2601 |1700 | 132 |9287 |3837 | 767 | 0.000000e+00 | 4.655000e+03 |    Inf 
32.39/32.49	o 4605
32.39/32.49	c *30.3s| 50617 | 44058 | 24634 |   0.5 |  53M| 573 |   - |1700 |2587 |1700 | 143 |9441 |4014 | 768 | 0.000000e+00 | 4.605000e+03 |    Inf 
33.79/33.85	o 4525
33.79/33.85	c *31.6s| 52740 | 45755 | 25646 |   0.5 |  55M| 573 |   - |1700 |2485 |1700 | 165 |9839 |4233 | 768 | 0.000000e+00 | 4.525000e+03 |    Inf 
34.19/34.27	o 4441
34.19/34.27	c *32.0s| 53395 | 45943 | 25904 |   0.5 |  55M| 573 |   - |1700 |2416 |1700 | 149 |9932 |4282 | 768 | 0.000000e+00 | 4.441000e+03 |    Inf 
34.19/34.28	o 4377
34.19/34.28	c *32.0s| 53396 | 45538 | 25919 |   0.5 |  55M| 573 |   - |1700 |2416 |1700 | 149 |9932 |4282 | 768 | 0.000000e+00 | 4.377000e+03 |    Inf 
35.59/35.61	o 4331
35.59/35.61	c *33.2s| 55354 | 47071 | 27066 |   0.5 |  57M| 573 |   - |1700 |2439 |1700 | 129 |  10k|4656 | 769 | 0.000000e+00 | 4.331000e+03 |    Inf 
35.59/35.61	o 4264
35.59/35.61	c *33.2s| 55355 | 46636 | 27070 |   0.5 |  56M| 573 |   - |1700 |2439 |1700 | 129 |  10k|4656 | 769 | 0.000000e+00 | 4.264000e+03 |    Inf 
35.59/35.69	o 4242
35.59/35.69	c *33.3s| 55473 | 46626 | 27152 |   0.5 |  56M| 573 |   - |1700 |2441 |1700 | 147 |  10k|4671 | 769 | 0.000000e+00 | 4.242000e+03 |    Inf 
35.59/35.69	o 4179
35.59/35.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.59/35.69	c *33.3s| 55474 | 46250 | 27153 |   0.5 |  56M| 573 |   - |1700 |2441 |1700 | 147 |  10k|4671 | 769 | 0.000000e+00 | 4.179000e+03 |    Inf 
35.89/35.92	o 4060
35.89/35.92	c *33.5s| 55755 | 45745 | 27511 |   0.5 |  55M| 573 |   - |1700 |2475 |1700 | 144 |  10k|4750 | 769 | 0.000000e+00 | 4.060000e+03 |    Inf 
38.79/38.85	o 4000
38.79/38.85	c *36.3s| 59809 | 48922 | 31004 |   0.5 |  60M| 573 |   - |1700 |2970 |1700 | 135 |  11k|6032 | 771 | 0.000000e+00 | 4.000000e+03 |    Inf 
38.99/39.00	c  36.4s| 60000 | 49103 | 31246 |   0.5 |  60M| 573 |   0 |1700 |2940 |1700 | 102 |  11k|6060 | 771 | 0.000000e+00 | 4.000000e+03 |    Inf 
40.39/40.46	o 3815
40.39/40.46	c *37.8s| 62157 | 49802 | 32895 |   0.5 |  61M| 573 |   - |1700 |2749 |1700 | 136 |  12k|6279 | 771 | 0.000000e+00 | 3.815000e+03 |    Inf 
40.90/40.91	o 3721
40.90/40.91	c *38.2s| 62779 | 49590 | 33311 |   0.5 |  61M| 573 |   - |1700 |2827 |1700 | 129 |  12k|6470 | 771 | 0.000000e+00 | 3.721000e+03 |    Inf 
40.90/40.92	o 3591
40.90/40.92	c *38.2s| 62780 | 48607 | 33314 |   0.5 |  59M| 573 |   - |1700 |2827 |1700 | 129 |  12k|6470 | 771 | 0.000000e+00 | 3.591000e+03 |    Inf 
40.99/41.02	o 3427
40.99/41.02	c *38.3s| 62915 | 47387 | 33427 |   0.5 |  57M| 573 |   - |1700 |2816 |1700 | 129 |  12k|6480 | 771 | 0.000000e+00 | 3.427000e+03 |    Inf 
40.99/41.02	o 3297
40.99/41.02	c *38.3s| 62916 | 46176 | 33431 |   0.5 |  56M| 573 |   - |1700 |2816 |1700 | 128 |  12k|6480 | 771 | 0.000000e+00 | 3.297000e+03 |    Inf 
41.19/41.26	o 3241
41.19/41.26	c *38.5s| 63254 | 45924 | 33663 |   0.5 |  55M| 573 |   - |1700 |2882 |1700 | 134 |  12k|6605 | 771 | 0.000000e+00 | 3.241000e+03 |    Inf 
41.29/41.30	o 2804
41.29/41.30	c *38.6s| 63303 | 41661 | 33714 |   0.5 |  50M| 573 |   - |1700 |2914 |1700 | 134 |  12k|6655 | 771 | 0.000000e+00 | 2.804000e+03 |    Inf 
41.29/41.33	o 2594
41.29/41.33	c *38.6s| 63333 | 39501 | 33750 |   0.5 |  48M| 573 |   - |1700 |2922 |1700 | 136 |  12k|6671 | 771 | 0.000000e+00 | 2.594000e+03 |    Inf 
41.59/41.69	o 2580
41.59/41.69	c *38.9s| 63728 | 39588 | 34254 |   0.5 |  49M| 573 |   - |1700 |2955 |1700 | 134 |  12k|6902 | 771 | 0.000000e+00 | 2.580000e+03 |    Inf 
41.70/41.72	o 2571
41.70/41.72	c *39.0s| 63751 | 39505 | 34319 |   0.5 |  48M| 573 |   - |1700 |2963 |1700 | 155 |  12k|6914 | 771 | 0.000000e+00 | 2.571000e+03 |    Inf 
41.70/41.76	o 2516
41.70/41.76	c *39.0s| 63781 | 38819 | 34363 |   0.5 |  48M| 573 |   - |1700 |2970 |1700 | 140 |  12k|6941 | 771 | 0.000000e+00 | 2.516000e+03 |    Inf 
41.80/41.81	o 2506
41.80/41.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.80/41.81	c *39.0s| 63841 | 38783 | 34451 |   0.5 |  48M| 573 |   - |1700 |2961 |1700 | 145 |  12k|6965 | 771 | 0.000000e+00 | 2.506000e+03 |    Inf 
41.89/41.92	o 2430
41.89/41.92	c *39.1s| 63955 | 37984 | 34572 |   0.5 |  47M| 573 |   - |1700 |2987 |1700 | 157 |  12k|7021 | 771 | 0.000000e+00 | 2.430000e+03 |    Inf 
41.89/41.92	o 2345
41.89/41.92	c *39.1s| 63956 | 36985 | 34579 |   0.5 |  46M| 573 |   - |1700 |2987 |1700 | 157 |  12k|7021 | 771 | 0.000000e+00 | 2.345000e+03 |    Inf 
43.49/43.52	o 2279
43.49/43.52	c *40.6s| 65796 | 37556 | 36786 |   0.6 |  49M| 573 |   - |1700 |3308 |1700 | 146 |  13k|8018 | 771 | 0.000000e+00 | 2.279000e+03 |    Inf 
43.60/43.68	o 2153
43.60/43.68	c *40.8s| 65971 | 36115 | 37002 |   0.6 |  48M| 573 |   - |1700 |3307 |1700 | 111 |  13k|8114 | 774 | 0.000000e+00 | 2.153000e+03 |    Inf 
43.70/43.75	o 2108
43.70/43.75	c *40.9s| 66038 | 35566 | 37202 |   0.6 |  47M| 573 |   - |1700 |3316 |1700 | 135 |  13k|8143 | 774 | 0.000000e+00 | 2.108000e+03 |    Inf 
43.70/43.78	o 1943
43.70/43.78	c *40.9s| 66057 | 33364 | 37359 |   0.6 |  45M| 573 |   - |1700 |3306 |1700 | 152 |  13k|8148 | 774 | 0.000000e+00 | 1.943000e+03 |    Inf 
43.70/43.78	o 1923
43.70/43.78	c *40.9s| 66058 | 33078 | 37361 |   0.6 |  45M| 573 |   - |1700 |3306 |1700 | 152 |  13k|8148 | 774 | 0.000000e+00 | 1.923000e+03 |    Inf 
43.89/43.92	o 1796
43.89/43.92	c *41.0s| 66214 | 31320 | 37677 |   0.6 |  43M| 573 |   - |1700 |3299 |1700 | 123 |  13k|8194 | 774 | 0.000000e+00 | 1.796000e+03 |    Inf 
43.89/43.99	o 1736
43.89/43.99	c *41.1s| 66278 | 30386 | 37940 |   0.6 |  42M| 573 |   - |1700 |3319 |1700 | 133 |  13k|8229 | 774 | 0.000000e+00 | 1.736000e+03 |    Inf 
43.89/43.99	o 1673
43.89/43.99	c *41.1s| 66279 | 29240 | 37944 |   0.6 |  41M| 573 |   - |1700 |3319 |1700 | 133 |  13k|8229 | 774 | 0.000000e+00 | 1.673000e+03 |    Inf 
44.00/44.08	o 1612
44.00/44.08	c *41.2s| 66368 | 28431 | 38227 |   0.6 |  40M| 573 |   - |1700 |3333 |1700 | 124 |  13k|8262 | 774 | 0.000000e+00 | 1.612000e+03 |    Inf 
44.00/44.09	o 1490
44.00/44.09	c *41.2s| 66384 | 26143 | 38245 |   0.6 |  37M| 573 |   - |1700 |3332 |1700 | 124 |  13k|8262 | 774 | 0.000000e+00 | 1.490000e+03 |    Inf 
44.29/44.35	o 1422
44.29/44.35	c *41.4s| 66621 | 25105 | 38802 |   0.6 |  37M| 573 |   - |1700 |3392 |1700 | 132 |  14k|8417 | 774 | 0.000000e+00 | 1.422000e+03 |    Inf 
44.29/44.38	o 1341
44.29/44.38	c *41.5s| 66645 | 23920 | 38997 |   0.6 |  35M| 573 |   - |1700 |3384 |1700 | 144 |  14k|8417 | 774 | 0.000000e+00 | 1.341000e+03 |    Inf 
44.29/44.39	o 1277
44.29/44.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.29/44.39	c *41.5s| 66646 | 22928 | 39002 |   0.6 |  34M| 573 |   - |1700 |3384 |1700 | 144 |  14k|8417 | 774 | 0.000000e+00 | 1.277000e+03 |    Inf 
44.39/44.41	o 1263
44.39/44.41	c *41.5s| 66664 | 22679 | 39220 |   0.6 |  34M| 573 |   - |1700 |3384 |1700 | 148 |  14k|8424 | 774 | 0.000000e+00 | 1.263000e+03 |    Inf 
44.49/44.53	o 1193
44.49/44.53	c *41.6s| 66800 | 21703 | 39603 |   0.6 |  33M| 573 |   - |1700 |3334 |1700 | 140 |  14k|8451 | 774 | 0.000000e+00 | 1.193000e+03 |    Inf 
44.49/44.56	o 1173
44.49/44.56	c *41.6s| 66825 | 21446 | 39736 |   0.6 |  33M| 573 |   - |1700 |3321 |1700 | 115 |  14k|8451 | 774 | 0.000000e+00 | 1.173000e+03 |    Inf 
44.59/44.61	o 1107
44.59/44.61	c *41.7s| 66908 | 20215 | 39809 |   0.6 |  32M| 573 |   - |1700 |3317 |1700 | 118 |  14k|8456 | 774 | 0.000000e+00 | 1.107000e+03 |    Inf 
44.59/44.68	o 1024
44.59/44.68	c *41.7s| 66987 | 18675 | 40004 |   0.6 |  31M| 573 |   - |1700 |3296 |1700 | 116 |  14k|8456 | 774 | 0.000000e+00 | 1.024000e+03 |    Inf 
44.69/44.72	o 962
44.69/44.72	c *41.8s| 67017 | 17373 | 40203 |   0.6 |  29M| 573 |   - |1700 |3299 |1700 | 118 |  14k|8465 | 774 | 0.000000e+00 | 9.620000e+02 |    Inf 
44.79/44.86	o 858
44.79/44.86	c *41.9s| 67152 | 15061 | 40880 |   0.6 |  27M| 573 |   - |1700 |3222 |1700 | 108 |  14k|8531 | 774 | 0.000000e+00 | 8.580000e+02 |    Inf 
45.39/45.48	o 837
45.39/45.48	c *42.5s| 67705 | 14929 | 43602 |   0.6 |  28M| 573 |   - |1700 |3169 |1700 | 154 |  15k|8872 | 782 | 0.000000e+00 | 8.370000e+02 |    Inf 
45.49/45.50	o 800
45.49/45.50	c *42.5s| 67713 | 14157 | 43611 |   0.6 |  27M| 573 |   - |1700 |3067 |1700 | 156 |  15k|8872 | 782 | 0.000000e+00 | 8.000000e+02 |    Inf 
45.49/45.50	o 668
45.49/45.50	c *42.5s| 67714 | 11605 | 43611 |   0.6 |  24M| 573 |   - |1700 |3067 |1700 | 156 |  15k|8872 | 782 | 0.000000e+00 | 6.680000e+02 |    Inf 
45.49/45.57	o 651
45.49/45.57	c *42.5s| 67777 | 11414 | 44003 |   0.6 |  24M| 573 |   - |1700 |2932 |1700 | 143 |  15k|8912 | 782 | 0.000000e+00 | 6.510000e+02 |    Inf 
45.79/45.80	o 595
45.79/45.80	c *42.8s| 67983 | 10172 | 44855 |   0.7 |  23M| 573 |   - |1700 |2902 |1700 | 153 |  15k|9004 | 783 | 0.000000e+00 | 5.950000e+02 |    Inf 
45.89/45.91	o 566
45.89/45.91	c R42.9s| 68061 |  9716 | 45522 |   0.7 |  22M| 573 |   - |1700 |2770 |1700 | 136 |  15k|9043 | 785 | 0.000000e+00 | 5.660000e+02 |    Inf 
45.89/45.98	o 540
45.89/45.98	c *42.9s| 68104 |  9421 | 45846 |   0.7 |  22M| 573 |   - |1700 |2689 |1700 | 132 |  15k|9074 | 786 | 0.000000e+00 | 5.400000e+02 |    Inf 
46.00/46.07	o 519
46.00/46.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.00/46.07	c *43.0s| 68175 |  9102 | 46301 |   0.7 |  22M| 573 |   - |1700 |2609 |1700 | 131 |  15k|9116 | 791 | 0.000000e+00 | 5.190000e+02 |    Inf 
46.00/46.07	o 499
46.00/46.07	c *43.0s| 68176 |  8872 | 46308 |   0.7 |  22M| 573 |   - |1700 |2609 |1700 | 131 |  15k|9116 | 791 | 0.000000e+00 | 4.990000e+02 |    Inf 
46.00/46.09	o 489
46.00/46.09	c *43.0s| 68195 |  8829 | 46418 |   0.7 |  21M| 573 |   - |1700 |2545 |1700 | 136 |  15k|9116 | 792 | 0.000000e+00 | 4.890000e+02 |    Inf 
46.09/46.15	o 404
46.09/46.15	c *43.1s| 68236 |  7414 | 46781 |   0.7 |  20M| 573 |   - |1700 |2498 |1700 | 123 |  15k|9135 | 794 | 0.000000e+00 | 4.040000e+02 |    Inf 
46.09/46.17	o 277
46.09/46.17	c *43.1s| 68239 |  5797 | 46821 |   0.7 |  19M| 573 |   - |1700 |2410 |1700 | 124 |  15k|9140 | 795 | 0.000000e+00 | 2.770000e+02 |    Inf 
46.20/46.23	o 178
46.20/46.23	c *43.1s| 68279 |  4408 | 47339 |   0.7 |  16M| 573 |   - |1700 |2259 |1700 | 181 |  15k|9160 | 799 | 0.000000e+00 | 1.780000e+02 |    Inf 
46.20/46.23	o 172
46.20/46.23	c *43.1s| 68280 |  4385 | 47340 |   0.7 |  16M| 573 |   - |1700 |2259 |1700 | 181 |  15k|9160 | 799 | 0.000000e+00 | 1.720000e+02 |    Inf 
46.20/46.26	o 132
46.20/46.26	c *43.2s| 68298 |  3835 | 47647 |   0.7 |  16M| 573 |   - |1700 |2084 |1700 | 145 |  15k|9171 | 801 | 0.000000e+00 | 1.320000e+02 |    Inf 
46.20/46.27	o 131
46.20/46.27	c *43.2s| 68302 |  3834 | 47670 |   0.7 |  16M| 573 |   - |1700 |2027 |1700 | 148 |  15k|9173 | 802 | 0.000000e+00 | 1.310000e+02 |    Inf 
46.29/46.32	o 111
46.29/46.32	c *43.2s| 68325 |  3179 | 47950 |   0.7 |  15M| 573 |   - |1700 |2011 |1700 | 134 |  15k|9218 | 810 | 0.000000e+00 | 1.110000e+02 |    Inf 
46.29/46.33	o 106
46.29/46.33	c *43.2s| 68330 |  3152 | 48076 |   0.7 |  15M| 573 |   - |1700 |1981 |1700 | 128 |  15k|9222 | 810 | 0.000000e+00 | 1.060000e+02 |    Inf 
46.29/46.36	o 77
46.29/46.36	c *43.3s| 68337 |  2405 | 48253 |   0.7 |  14M| 573 |   - |1700 |1958 |1700 | 133 |  16k|9242 | 810 | 0.000000e+00 | 7.700000e+01 |    Inf 
46.29/46.37	o 49
46.29/46.37	c *43.3s| 68340 |  2265 | 48409 |   0.7 |  14M| 573 |   - |1700 |1921 |1700 | 134 |  16k|9242 | 810 | 0.000000e+00 | 4.900000e+01 |    Inf 
46.39/46.40	o 16
46.39/46.40	c *43.3s| 68361 |  2109 | 48628 |   0.7 |  13M| 573 |   - |1700 |1869 |1700 | 149 |  16k|9264 | 810 | 0.000000e+00 | 1.600000e+01 |    Inf 
46.39/46.41	o 0
46.39/46.41	c *43.3s| 68362 |     0 | 48635 |   0.7 |  10M| 573 |   - |1700 |1869 |1700 | 149 |  16k|9264 | 810 | 0.000000e+00 | 0.000000e+00 |   0.00%
46.39/46.41	c 
46.39/46.41	c SCIP Status        : problem is solved [optimal solution found]
46.39/46.41	c Solving Time (sec) : 43.31
46.39/46.41	c Solving Nodes      : 68362
46.39/46.41	c Primal Bound       : +0.00000000000000e+00 (206 solutions)
46.39/46.41	c Dual Bound         : +0.00000000000000e+00
46.39/46.41	c Gap                : 0.00 %
46.39/46.41	s OPTIMUM FOUND
46.39/46.41	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
46.39/46.41	v x176 -x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 x160 -x159 -x158 x157 -x156 x155 
46.39/46.41	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 x134 -x133 -x132 
46.39/46.41	v x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
46.39/46.41	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 
46.39/46.41	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 
46.39/46.41	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 
46.39/46.41	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 
46.39/46.41	c SCIP Status        : problem is solved [optimal solution found]
46.39/46.41	c Solving Time       :      43.31
46.39/46.41	c Original Problem   :
46.39/46.41	c   Problem name     : HOME/instance-2700261-1278534540.wbo
46.39/46.41	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
46.39/46.41	c   Constraints      : 1701 initial, 1701 maximal
46.39/46.41	c Presolved Problem  :
46.39/46.41	c   Problem name     : t_HOME/instance-2700261-1278534540.wbo
46.39/46.41	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
46.39/46.41	c   Constraints      : 1600 initial, 3404 maximal
46.39/46.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
46.39/46.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   probing          :       0.01          0          0          0          0          0          0          0          0
46.39/46.41	c   indicator        :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   linear           :       0.01          0        100          0        800          0        101          0          0
46.39/46.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
46.39/46.41	c   root node        :          -        790          -          -       1560          -          -          -          -
46.39/46.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
46.39/46.41	c   integral         :          0          0          0      73597          0          0         12          0          0       4822
46.39/46.41	c   indicator        :        800          0     113546      71177          0         73     571279          0          0          0
46.39/46.41	c   linear           :        800          7     113280      71052          0        528      49179      16062          0          0
46.39/46.41	c   logicor          :          0+         0      44287          0          0         50      15760          0          0          0
46.39/46.41	c   countsols        :          0          0          0      64469          0          0          0          0          0          0
46.39/46.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
46.39/46.41	c   integral         :       0.51       0.00       0.00       0.51       0.00
46.39/46.41	c   indicator        :       4.48       0.00       1.15       3.33       0.00
46.39/46.41	c   linear           :       2.34       0.00       0.73       1.61       0.00
46.39/46.41	c   logicor          :       0.27       0.00       0.27       0.00       0.00
46.39/46.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00
46.39/46.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
46.39/46.41	c   vbounds          :       0.00          2          0          0
46.39/46.41	c   rootredcost      :       0.01         88          0        790
46.39/46.41	c   pseudoobj        :       2.23     114581       1234     413641
46.39/46.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
46.39/46.41	c   propagation      :       0.11       1812       1812       6530       26.5       4023        3.8          -
46.39/46.41	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
46.39/46.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
46.39/46.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
46.39/46.41	c   pseudo solution  :       0.00         11         11         55       22.9         40        3.8          -
46.39/46.41	c   applied globally :          -          -          -       9264       15.9          -          -          -
46.39/46.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
46.39/46.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
46.39/46.41	c   cut pool         :       0.00          3          -          -         32          -    (maximal pool size: 103)
46.39/46.41	c   redcost          :       2.30      74811          0     114551          0          0
46.39/46.41	c   impliedbounds    :       0.00          4          0          0          0          0
46.39/46.41	c   intobj           :       0.00          0          0          0          0          0
46.39/46.41	c   cgmip            :       0.00          0          0          0          0          0
46.39/46.41	c   gomory           :       0.01          4          0          0        107          0
46.39/46.41	c   strongcg         :       0.00          4          0          0          0          0
46.39/46.41	c   cmir             :       0.00          4          0          0          0          0
46.39/46.41	c   flowcover        :       0.02          4          0          0          0          0
46.39/46.41	c   clique           :       0.00          1          0          0          0          0
46.39/46.41	c   zerohalf         :       0.00          0          0          0          0          0
46.39/46.41	c   mcf              :       0.00          1          0          0          0          0
46.39/46.41	c   rapidlearning    :       0.00          0          0          0          0          0
46.39/46.41	c Pricers            :       Time      Calls       Vars
46.39/46.41	c   problem variables:       0.00          0          0
46.39/46.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
46.39/46.41	c   relpscost        :       0.51       2419          0         12          0          0       4822
46.39/46.41	c   pscost           :       0.00          0          0          0          0          0          0
46.39/46.41	c   inference        :       3.86      64381          0          0          0          0     128762
46.39/46.41	c   mostinf          :       0.00          0          0          0          0          0          0
46.39/46.41	c   leastinf         :       0.00          0          0          0          0          0          0
46.39/46.41	c   fullstrong       :       0.00          0          0          0          0          0          0
46.39/46.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
46.39/46.41	c   random           :       0.00          0          0          0          0          0          0
46.39/46.41	c Primal Heuristics  :       Time      Calls      Found
46.39/46.41	c   LP solutions     :       0.12          -         88
46.39/46.41	c   pseudo solutions :       0.00          -          0
46.39/46.41	c   feaspump         :       0.00          0          0
46.39/46.41	c   intshifting      :       0.00          4          0
46.39/46.41	c   oneopt           :       0.10         72          0
46.39/46.41	c   crossover        :       0.44         39          3
46.39/46.41	c   fracdiving       :       0.21        576          0
46.39/46.41	c   veclendiving     :       0.27        576          0
46.39/46.41	c   linesearchdiving :       0.37        576          0
46.39/46.41	c   guideddiving     :       0.25        576          0
46.39/46.41	c   pscostdiving     :       0.27        576          0
46.39/46.41	c   coefdiving       :       0.24        577          0
46.39/46.41	c   objpscostdiving  :       0.26        575          0
46.39/46.41	c   rootsoldiving    :       0.39        575          0
46.39/46.41	c   trivial          :       0.01          2          1
46.39/46.41	c   simplerounding   :       0.00       2458          0
46.39/46.41	c   zirounding       :       0.03       1000          0
46.39/46.41	c   rounding         :       0.09        755          1
46.39/46.41	c   shifting         :       0.07        160          0
46.39/46.41	c   twoopt           :       0.00          0          0
46.39/46.41	c   fixandinfer      :       0.00          0          0
46.39/46.41	c   intdiving        :       0.00          0          0
46.39/46.41	c   actconsdiving    :       0.00          0          0
46.39/46.41	c   octane           :       0.00          0          0
46.39/46.41	c   rens             :       0.01          1          0
46.39/46.41	c   rins             :       0.00          0          0
46.39/46.41	c   localbranching   :       0.00          0          0
46.39/46.41	c   mutation         :       0.00          0          0
46.39/46.41	c   dins             :       0.00          0          0
46.39/46.41	c   undercover       :       0.00          0          0
46.39/46.41	c   nlp              :       0.00          0          0
46.39/46.41	c   trysol           :       0.04       1007        113
46.39/46.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
46.39/46.41	c   primal LP        :       0.00          0          0       0.00          -
46.39/46.41	c   dual LP          :      15.12      14882      46510       3.13    3076.06
46.39/46.41	c   lex dual LP      :       0.00          0          0       0.00          -
46.39/46.41	c   barrier LP       :       0.00          0          0       0.00          -
46.39/46.41	c   diving/probing LP:       0.05         95       2125      22.37   42500.00
46.39/46.41	c   strong branching :       0.50        810      10537      13.01   21074.00
46.39/46.41	c     (at root node) :          -         33       1124      34.06          -
46.39/46.41	c   conflict analysis:       0.00          0          0       0.00          -
46.39/46.41	c B&B Tree           :
46.39/46.41	c   number of runs   :          1
46.39/46.41	c   nodes            :      68362
46.39/46.41	c   nodes (total)    :      68362
46.39/46.41	c   nodes left       :          0
46.39/46.41	c   max depth        :        573
46.39/46.41	c   max depth (total):        573
46.39/46.41	c   backtracks       :       1231 (1.8%)
46.39/46.41	c   delayed cutoffs  :        457
46.39/46.41	c   repropagations   :       4110 (186991 domain reductions, 414 cutoffs)
46.39/46.41	c   avg switch length:       2.64
46.39/46.41	c   switching time   :       1.95
46.39/46.41	c Solution           :
46.39/46.41	c   Solutions found  :        206 (90 improvements)
46.39/46.41	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
46.39/46.41	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 68362 nodes, 43.31 seconds, depth 24, found by <relaxation>)
46.39/46.41	c   Dual Bound       : +0.00000000000000e+00
46.39/46.41	c   Gap              :       0.00 %
46.39/46.41	c   Root Dual Bound  : +0.00000000000000e+00
46.39/46.41	c   Root Iterations  :        132
46.39/46.42	c Time complete: 46.41.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700261-1278534540/watcher-2700261-1278534540 -o /tmp/evaluation-result-2700261-1278534540/solver-2700261-1278534540 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700261-1278534540.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: 1.92 2.17 1.45 3/178 19312
/proc/meminfo: memFree=27798796/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=10848 CPUtime=0
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 1665 0 0 0 0 0 0 0 21 0 1 0 21667165 11108352 1586 4089446400 4194304 9819077 140735195732176 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19312/statm: 2712 1586 392 1374 0 1333 0

[startup+0.03106 s]
/proc/loadavg: 1.92 2.17 1.45 3/178 19312
/proc/meminfo: memFree=27798796/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=21620 CPUtime=0.02
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 5041 0 0 0 2 0 0 0 21 0 1 0 21667165 22138880 4094 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 5405 4094 492 1374 0 4026 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21620

[startup+0.101045 s]
/proc/loadavg: 1.92 2.17 1.45 3/178 19312
/proc/meminfo: memFree=27798796/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=28664 CPUtime=0.09
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 7058 0 0 0 8 1 0 0 21 0 1 0 21667165 29351936 5760 4089446400 4194304 9819077 140735195732176 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 7205 5791 675 1374 0 5826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28664

[startup+0.301012 s]
/proc/loadavg: 1.92 2.17 1.45 3/178 19312
/proc/meminfo: memFree=27798796/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=27360 CPUtime=0.29
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 9368 0 0 0 27 2 0 0 21 0 1 0 21667165 28016640 5726 4089446400 4194304 9819077 140735195732176 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 6840 5726 700 1374 0 5461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27360

[startup+0.700936 s]
/proc/loadavg: 1.92 2.17 1.45 3/178 19312
/proc/meminfo: memFree=27798796/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=27360 CPUtime=0.69
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 12224 0 0 0 65 4 0 0 22 0 1 0 21667165 28016640 5769 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 6840 5769 702 1374 0 5461 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27360

[startup+1.50079 s]
/proc/loadavg: 1.92 2.17 1.45 3/179 19313
/proc/meminfo: memFree=27777088/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=31216 CPUtime=1.49
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 18443 0 0 0 139 10 0 0 25 0 1 0 21667165 31965184 6618 4089446400 4194304 9819077 140735195732176 18446744073709551615 4902885 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 7804 6618 702 1374 0 6425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31216

[startup+3.1005 s]
/proc/loadavg: 1.92 2.17 1.45 3/179 19313
/proc/meminfo: memFree=27771880/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=35156 CPUtime=3.09
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 22149 0 0 0 289 20 0 0 25 0 1 0 21667165 35999744 7454 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 8789 7454 702 1374 0 7410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35156

[startup+6.30092 s]
/proc/loadavg: 1.93 2.16 1.46 3/179 19313
/proc/meminfo: memFree=27762208/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=41088 CPUtime=6.3
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 34811 0 0 0 588 42 0 0 25 0 1 0 21667165 42074112 9051 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 10272 9051 702 1374 0 8893 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41088

[startup+12.7008 s]
/proc/loadavg: 1.93 2.16 1.46 3/179 19314
/proc/meminfo: memFree=27743864/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=50216 CPUtime=12.69
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 49346 0 0 0 1188 81 0 0 25 0 1 0 21667165 51421184 11306 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 12554 11306 706 1374 0 11175 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50216

[startup+25.5004 s]
/proc/loadavg: 1.95 2.15 1.47 3/179 19314
/proc/meminfo: memFree=27704136/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=72792 CPUtime=25.49
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 94197 0 0 0 2384 165 0 0 25 0 1 0 21667165 74539008 16808 4089446400 4194304 9819077 140735195732176 18446744073709551615 6589176 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 18198 16808 706 1374 0 16819 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72792

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

[startup+38.3011 s]
/proc/loadavg: 1.95 2.15 1.47 3/179 19314
/proc/meminfo: memFree=27672372/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=90500 CPUtime=38.29
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 181727 0 0 0 3576 253 0 0 25 0 1 0 21667165 92672000 21231 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 22625 21231 706 1374 0 21246 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 90500

[startup+41.5005 s]
/proc/loadavg: 1.96 2.14 1.47 3/179 19314
/proc/meminfo: memFree=27660716/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=95356 CPUtime=41.49
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 198621 0 0 0 3876 273 0 0 25 0 1 0 21667165 97644544 22442 4089446400 4194304 9819077 140735195732176 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 23839 22442 706 1374 0 22460 0
Current children cumulated CPU time (s) 41.49
Current children cumulated vsize (KiB) 95356

[startup+44.7009 s]
/proc/loadavg: 1.96 2.14 1.47 3/179 19314
/proc/meminfo: memFree=27653396/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=99280 CPUtime=44.69
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 218421 0 0 0 4175 294 0 0 25 0 1 0 21667165 101662720 23363 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 24820 23363 706 1374 0 23441 0
Current children cumulated CPU time (s) 44.69
Current children cumulated vsize (KiB) 99280

[startup+45.5008 s]
/proc/loadavg: 1.96 2.14 1.48 3/179 19314
/proc/meminfo: memFree=27651536/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=100428 CPUtime=45.49
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 224538 0 0 0 4248 301 0 0 25 0 1 0 21667165 102838272 23661 4089446400 4194304 9819077 140735195732176 18446744073709551615 6180029 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 25107 23661 707 1374 0 23728 0
Current children cumulated CPU time (s) 45.49
Current children cumulated vsize (KiB) 100428

[startup+45.9007 s]
/proc/loadavg: 1.96 2.14 1.48 3/179 19314
/proc/meminfo: memFree=27651536/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=100660 CPUtime=45.89
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 228874 0 0 0 4285 304 0 0 25 0 1 0 21667165 103075840 23718 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 25165 23718 707 1374 0 23786 0
Current children cumulated CPU time (s) 45.89
Current children cumulated vsize (KiB) 100660

[startup+46.3006 s]
/proc/loadavg: 1.96 2.14 1.48 3/179 19314
/proc/meminfo: memFree=27647196/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=101204 CPUtime=46.29
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 231050 0 0 0 4322 307 0 0 25 0 1 0 21667165 103632896 23792 4089446400 4194304 9819077 140735195732176 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 25301 23792 707 1374 0 23922 0
Current children cumulated CPU time (s) 46.29
Current children cumulated vsize (KiB) 101204

[startup+46.4006 s]
/proc/loadavg: 1.96 2.14 1.48 3/179 19314
/proc/meminfo: memFree=27647196/32951124 swapFree=67111528/67111528
[pid=19312] ppid=19310 vsize=101224 CPUtime=46.39
/proc/19312/stat : 19312 (pbscip.linux.x8) R 19310 19312 18367 0 -1 4202496 231646 0 0 0 4331 308 0 0 25 0 1 0 21667165 103653376 23808 4089446400 4194304 9819077 140735195732176 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19312/statm: 25306 23808 707 1374 0 23927 0
Current children cumulated CPU time (s) 46.39
Current children cumulated vsize (KiB) 101224

Child status: 0
Real time (s): 46.4254
CPU time (s): 46.4259
CPU user time (s): 43.3394
CPU system time (s): 3.08653
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 106140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3394
system time used= 3.08653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 43

runsolver used 0.076988 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-07 22:29:00
IDJOB=2700261
IDBENCH=79413
IDSOLVER=1205
FILE ID=node138/2700261-1278534540
PBS_JOBID= 11239202
Free space on /tmp= 73608 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh201_wcsp.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-2700261-1278534540/watcher-2700261-1278534540 -o /tmp/evaluation-result-2700261-1278534540/solver-2700261-1278534540 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700261-1278534540.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 915acd3dc0a570e5bdb7222960ad66b3
RANDOM SEED=320714251

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27799572 kB
Buffers:        128700 kB
Cached:        3976556 kB
SwapCached:          0 kB
Active:        2439484 kB
Inactive:      2560088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27799572 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6408 kB
Writeback:           0 kB
AnonPages:      894832 kB
Mapped:          17084 kB
Slab:            84432 kB
PageTables:       6556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1038916 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= 73604 MiB
End job on node138 at 2010-07-07 22:29:47