Trace number 2663688

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)3 1802.09 1802.55

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
MD5SUMaeb6a0e03ee8f8f2b4b438b8148c9b4c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark24.4793
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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-2663688-1276650112.opb>
0.00/0.01	c original problem has 528 variables (528 bin, 0 int, 0 impl, 0 cont) and 397 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.08	c (round 1) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 0 upgd conss, 2076 impls, 0 clqs
0.00/0.08	c (round 2) 6 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 42 chg coeffs, 7 upgd conss, 2106 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 204/522 (39.1%) - 0 fixings, 0 aggregations, 61 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  6 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 42 changed coefficients
0.09/0.11	c  2228 implications, 0 cliques
0.09/0.11	c presolved problem has 522 variables (522 bin, 0 int, 0 impl, 0 cont) and 397 constraints
0.09/0.11	c     383 constraints of type <and>
0.09/0.11	c       6 constraints of type <linear>
0.09/0.11	c       8 constraints of type <logicor>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.05
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 1.2.1.2
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1799.99
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 1620
0.09/0.11	c 
0.09/0.11	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.11	c lp/solvefreq = -1
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c heuristics/undercover/freq = 0
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     2 |     0 |     - |1442k|   0 |   - | 522 | 397 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.08	c   2.8s| 10000 |  5526 |     0 |   0.0 |5515k| 185 |   - | 522 |1658 |   0 |   0 |   0 |4941 |   0 | 0.000000e+00 |      --      |    Inf 
6.99/7.05	c   6.5s| 20000 |  9452 |     0 |   0.0 |8262k| 185 |   - | 522 |1255 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.70	c   9.8s| 30000 | 14213 |     0 |   0.0 |  11M| 185 |   - | 522 |2175 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
16.09/16.10	c  15.0s| 40000 | 17385 |     0 |   0.0 |  14M| 185 |   - | 522 |3177 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
22.10/22.18	c  20.7s| 50000 | 20019 |     0 |   0.0 |  17M| 185 |   - | 522 |3396 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
26.39/26.48	c  24.8s| 60000 | 25079 |     0 |   0.0 |  20M| 185 |   - | 522 |2383 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
31.48/31.58	c  29.6s| 70000 | 28926 |     0 |   0.0 |  23M| 185 |   - | 522 |2509 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
36.18/36.22	c  34.0s| 80000 | 33118 |     0 |   0.0 |  26M| 185 |   - | 522 |2139 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
41.88/41.98	c  39.5s| 90000 | 36150 |     0 |   0.0 |  30M| 185 |   - | 522 |4290 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
51.37/51.46	c  48.7s|100000 | 37713 |     0 |   0.0 |  33M| 185 |   - | 522 |5011 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
61.97/62.02	c  58.9s|110000 | 39032 |     0 |   0.0 |  34M| 185 |   - | 522 |5298 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
68.77/68.81	c  65.5s|120000 | 43168 |     0 |   0.0 |  37M| 185 |   - | 522 |5802 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
73.77/73.88	c  70.3s|130000 | 48252 |     0 |   0.0 |  41M| 185 |   - | 522 |5884 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
78.26/78.35	c  74.6s|140000 | 53826 |     0 |   0.0 |  45M| 185 |   - | 522 |5862 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
82.86/82.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.86/82.98	c  79.0s|150000 | 59155 |     0 |   0.0 |  48M| 185 |   - | 522 |5758 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
88.96/89.05	c  84.8s|160000 | 63799 |     0 |   0.0 |  51M| 185 |   - | 522 |3645 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
97.56/97.60	c  93.0s|170000 | 66719 |     0 |   0.0 |  54M| 185 |   - | 522 |5418 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
108.86/108.91	c   104s|180000 | 68254 |     0 |   0.0 |  56M| 185 |   - | 522 |5619 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
115.76/115.83	c   111s|190000 | 72109 |     0 |   0.0 |  59M| 185 |   - | 522 |4225 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
121.96/122.01	c   117s|200000 | 76673 |     0 |   0.0 |  62M| 185 |   - | 522 |3894 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
127.86/127.95	c   122s|210000 | 81524 |     0 |   0.0 |  66M| 185 |   - | 522 |3916 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
133.55/133.66	c   128s|220000 | 86427 |     0 |   0.0 |  70M| 185 |   - | 522 |3946 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
140.76/140.81	c   135s|230000 | 89381 |     0 |   0.0 |  73M| 185 |   - | 522 |3536 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
150.45/150.58	c   144s|240000 | 91449 |     0 |   0.0 |  76M| 185 |   - | 522 |6359 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
165.74/165.89	c   159s|250000 | 92103 |     0 |   0.0 |  78M| 185 |   - | 522 |6889 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
181.04/181.11	c   174s|260000 | 93224 |     0 |   0.0 |  78M| 185 |   - | 522 |6363 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
188.14/188.21	c   181s|270000 | 98533 |     0 |   0.0 |  82M| 185 |   - | 522 |7385 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
194.74/194.86	c   187s|280000 |103655 |     0 |   0.0 |  86M| 185 |   - | 522 |8522 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
202.44/202.51	c   195s|290000 |108080 |     0 |   0.0 |  89M| 185 |   - | 522 |8964 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
210.43/210.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.43/210.53	c   202s|300000 |112292 |     0 |   0.0 |  92M| 185 |   - | 522 |8783 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
217.93/218.01	c   210s|310000 |116858 |     0 |   0.0 |  95M| 185 |   - | 522 |8615 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
225.03/225.10	c   216s|320000 |121544 |     0 |   0.0 |  98M| 185 |   - | 522 |8451 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
231.23/231.33	c   222s|330000 |126843 |     0 |   0.0 | 101M| 185 |   - | 522 |7713 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
236.33/236.45	c   227s|340000 |132836 |     0 |   0.0 | 105M| 185 |   - | 522 |8209 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
241.93/242.01	c   233s|350000 |138370 |     0 |   0.0 | 109M| 185 |   - | 522 |8548 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
247.43/247.56	c   238s|360000 |143923 |     0 |   0.0 | 113M| 185 |   - | 522 |8570 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
253.03/253.11	c   243s|370000 |149349 |     0 |   0.0 | 116M| 185 |   - | 522 |8588 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
258.92/259.04	c   249s|380000 |154460 |     0 |   0.0 | 119M| 185 |   - | 522 |8933 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
265.03/265.11	c   255s|390000 |159455 |     0 |   0.0 | 123M| 185 |   - | 522 |9198 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
271.52/271.68	c   261s|400000 |163993 |     0 |   0.0 | 126M| 185 |   - | 522 |9112 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
278.61/278.76	c   268s|410000 |168188 |     0 |   0.0 | 128M| 185 |   - | 522 |8959 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
286.03/286.15	c   275s|420000 |171790 |     0 |   0.0 | 131M| 185 |   - | 522 |8871 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
293.91/294.05	c   283s|430000 |175519 |     0 |   0.0 | 134M| 185 |   - | 522 |8580 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
302.11/302.20	c   291s|440000 |179124 |     0 |   0.0 | 136M| 185 |   - | 522 |5485 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
310.31/310.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.31/310.44	c   299s|450000 |183139 |     0 |   0.0 | 139M| 185 |   - | 522 |4899 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
321.40/321.51	c   309s|460000 |185951 |     0 |   0.0 | 142M| 185 |   - | 522 |6493 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
333.90/334.03	c   322s|470000 |189018 |     0 |   0.0 | 145M| 185 |   - | 522 |7735 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
349.29/349.43	c   337s|480000 |191304 |     0 |   0.0 | 147M| 185 |   - | 522 |8389 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
367.00/367.13	c   354s|490000 |192718 |     0 |   0.0 | 149M| 185 |   - | 522 |8293 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
377.20/377.36	c   364s|500000 |197039 |     0 |   0.0 | 152M| 185 |   - | 522 |6525 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
384.79/384.92	c   371s|510000 |202160 |     0 |   0.0 | 155M| 185 |   - | 522 |6831 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
392.29/392.43	c   379s|520000 |207594 |     0 |   0.0 | 159M| 185 |   - | 522 |6924 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
400.09/400.24	c   386s|530000 |212623 |     0 |   0.0 | 163M| 185 |   - | 522 |7023 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
408.28/408.45	c   394s|540000 |217581 |     0 |   0.0 | 167M| 185 |   - | 522 |7207 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
416.68/416.80	c   402s|550000 |222441 |     0 |   0.0 | 170M| 185 |   - | 522 |7277 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
425.38/425.58	c   411s|560000 |227124 |     0 |   0.0 | 174M| 185 |   - | 522 |7510 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
434.67/434.80	c   420s|570000 |231797 |     0 |   0.0 | 177M| 185 |   - | 522 |7614 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
442.57/442.75	c   427s|580000 |237164 |     0 |   0.0 | 182M| 185 |   - | 522 |7658 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
451.17/451.30	c   436s|590000 |242143 |     0 |   0.0 | 185M| 185 |   - | 522 |7653 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
459.47/459.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.47/459.69	c   444s|600000 |247110 |     0 |   0.0 | 189M| 185 |   - | 522 |7666 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
467.87/468.03	c   452s|610000 |252172 |     0 |   0.0 | 193M| 185 |   - | 522 |7738 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
476.17/476.38	c   460s|620000 |257268 |     0 |   0.0 | 197M| 185 |   - | 522 |7551 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
483.76/483.99	c   467s|630000 |262554 |     0 |   0.0 | 200M| 185 |   - | 522 |7443 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
491.86/492.08	c   475s|640000 |267533 |     0 |   0.0 | 204M| 185 |   - | 522 |7544 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
499.76/499.95	c   483s|650000 |272745 |     0 |   0.0 | 208M| 185 |   - | 522 |7733 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
503.66/503.86	o 3
503.66/503.86	c * 487s|654719 |274015 |     0 |   0.0 | 210M| 185 |   - | 522 |7957 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
505.76/505.93	c   488s|660000 |274371 |     0 |   0.0 | 207M| 185 |   - | 522 |3105 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
514.66/514.85	c   497s|670000 |276785 |     0 |   0.0 | 210M| 185 |   - | 522 |5015 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
525.25/525.40	c   507s|680000 |278100 |     0 |   0.0 | 210M| 185 |   - | 522 |5008 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
532.55/532.72	c   514s|690000 |283029 |     0 |   0.0 | 212M| 185 |   - | 522 |5645 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
539.25/539.43	c   521s|700000 |288071 |     0 |   0.0 | 216M| 185 |   - | 522 |6142 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
546.25/546.45	c   528s|710000 |292978 |     0 |   0.0 | 219M| 185 |   - | 522 |7381 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
553.75/553.95	c   535s|720000 |297634 |     0 |   0.0 | 223M| 185 |   - | 522 |7977 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
562.65/562.85	c   543s|730000 |301830 |     0 |   0.0 | 226M| 185 |   - | 522 |8865 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
571.64/571.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.64/571.81	c   552s|740000 |305977 |     0 |   0.0 | 229M| 185 |   - | 522 |9206 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
581.23/581.41	c   561s|750000 |310028 |     0 |   0.0 | 233M| 185 |   - | 522 |9846 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
591.84/592.01	c   572s|760000 |313657 |     0 |   0.0 | 236M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 626k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
602.83/603.05	c   583s|770000 |317153 |     0 |   0.0 | 238M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 640k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
613.73/613.97	c   593s|780000 |320708 |     0 |   0.0 | 241M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 653k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
625.32/625.50	c   604s|790000 |324218 |     0 |   0.0 | 243M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 666k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
636.73/636.96	c   616s|800000 |327719 |     0 |   0.0 | 246M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 680k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
647.32/647.56	c   626s|810000 |331839 |     0 |   0.0 | 248M| 185 |   - | 522 |9617 |   0 |   0 |   0 | 692k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
657.21/657.41	c   636s|820000 |336238 |     0 |   0.0 | 251M| 185 |   - | 522 |9717 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
667.22/667.45	c   645s|830000 |340353 |     0 |   0.0 | 254M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 714k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
676.52/676.75	c   654s|840000 |344860 |     0 |   0.0 | 257M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 724k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
685.51/685.75	c   663s|850000 |349509 |     0 |   0.0 | 261M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
694.50/694.78	c   672s|860000 |354240 |     0 |   0.0 | 264M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 745k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
701.11/701.34	c   678s|870000 |360382 |     0 |   0.0 | 268M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
707.40/707.69	c   684s|880000 |366468 |     0 |   0.0 | 272M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
714.31/714.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.31/714.58	c   691s|890000 |372413 |     0 |   0.0 | 276M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
721.41/721.70	c   698s|900000 |377875 |     0 |   0.0 | 279M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
728.11/728.32	c   704s|910000 |383865 |     0 |   0.0 | 283M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 784k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
735.00/735.24	c   711s|920000 |389521 |     0 |   0.0 | 287M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 792k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
742.00/742.25	c   718s|930000 |395184 |     0 |   0.0 | 290M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 801k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
749.09/749.31	c   724s|940000 |400497 |     0 |   0.0 | 294M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
756.39/756.62	c   731s|950000 |406096 |     0 |   0.0 | 298M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
763.89/764.10	c   739s|960000 |411075 |     0 |   0.0 | 301M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 828k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
771.29/771.58	c   746s|970000 |416544 |     0 |   0.0 | 305M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
779.80/780.09	c   754s|980000 |421192 |     0 |   0.0 | 308M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 846k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
788.08/788.34	c   762s|990000 |425825 |     0 |   0.0 | 311M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 856k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
795.98/796.25	c   770s|  1000k|430828 |     0 |   0.0 | 314M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
804.38/804.68	c   778s|  1010k|435551 |     0 |   0.0 | 318M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
812.28/812.59	c   786s|  1020k|440321 |     0 |   0.0 | 321M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
819.97/820.29	c   793s|  1030k|445516 |     0 |   0.0 | 324M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
828.87/829.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.87/829.12	c   802s|  1040k|449889 |     0 |   0.0 | 327M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 903k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
837.07/837.39	c   810s|  1050k|454630 |     0 |   0.0 | 329M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 912k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
845.97/846.21	c   818s|  1060k|459372 |     0 |   0.0 | 333M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 921k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
855.16/855.45	c   827s|  1070k|463445 |     0 |   0.0 | 335M| 185 |   - | 522 |  11k|   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
864.37/864.65	c   836s|  1080k|467561 |     0 |   0.0 | 337M| 185 |   - | 522 |9953 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
873.27/873.57	c   845s|  1090k|471660 |     0 |   0.0 | 340M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
882.46/882.77	c   854s|  1100k|475172 |     0 |   0.0 | 343M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
890.56/890.83	c   861s|  1110k|479451 |     0 |   0.0 | 346M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
898.35/898.66	c   869s|  1120k|483965 |     0 |   0.0 | 348M| 185 |   - | 522 |9339 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
905.86/906.10	c   876s|  1130k|488640 |     0 |   0.0 | 351M| 185 |   - | 522 |9310 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
914.35/914.64	c   884s|  1140k|492595 |     0 |   0.0 | 354M| 185 |   - | 522 |  10k|   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
922.85/923.10	c   893s|  1150k|496468 |     0 |   0.0 | 357M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
930.95/931.24	c   901s|  1160k|500737 |     0 |   0.0 | 359M| 185 |   - | 522 |9985 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
939.15/939.43	c   908s|  1170k|504577 |     0 |   0.0 | 362M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
947.25/947.56	c   916s|  1180k|508453 |     0 |   0.0 | 364M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1025k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
955.84/956.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.84/956.14	c   925s|  1190k|512111 |     0 |   0.0 | 367M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1034k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
964.04/964.33	c   933s|  1200k|516221 |     0 |   0.0 | 369M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
973.04/973.35	c   941s|  1210k|519945 |     0 |   0.0 | 371M| 185 |   - | 522 |9518 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
978.94/979.23	c   947s|  1220k|526093 |     0 |   0.0 | 374M| 185 |   - | 522 |8497 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
987.04/987.31	c   955s|  1230k|530445 |     0 |   0.0 | 377M| 185 |   - | 522 |9117 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
996.44/996.73	c   964s|  1240k|533633 |     0 |   0.0 | 380M| 185 |   - | 522 |9337 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1006.12/1006.41	c   973s|  1250k|536713 |     0 |   0.0 | 382M| 185 |   - | 522 |9054 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1016.13/1016.47	c   983s|  1260k|539474 |     0 |   0.0 | 384M| 185 |   - | 522 |8752 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1026.03/1026.40	c   993s|  1270k|542245 |     0 |   0.0 | 386M| 185 |   - | 522 |8702 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1037.22/1037.50	c  1004s|  1280k|442993 |     0 |   0.0 | 330M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1099k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1051.11/1051.40	c  1017s|  1290k|444221 |     0 |   0.0 | 330M| 185 |   - | 522 |9842 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1064.81/1065.14	c  1031s|  1300k|448154 |     0 |   0.0 | 333M| 185 |   - | 522 |  11k|   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1074.21/1074.55	c  1040s|  1310k|453539 |     0 |   0.0 | 336M| 185 |   - | 522 |  11k|   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1083.31/1083.60	c  1049s|  1320k|458203 |     0 |   0.0 | 339M| 185 |   - | 522 |  11k|   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1092.02/1092.30	c  1057s|  1330k|462610 |     0 |   0.0 | 342M| 185 |   - | 522 |  11k|   0 |   0 |   0 |1151k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1100.81/1101.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1100.81/1101.19	c  1066s|  1340k|466919 |     0 |   0.0 | 346M| 185 |   - | 522 |  11k|   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1111.00/1111.37	c  1076s|  1350k|470722 |     0 |   0.0 | 349M| 185 |   - | 522 |  12k|   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1123.40/1123.72	c  1088s|  1360k|473672 |     0 |   0.0 | 351M| 185 |   - | 522 |  13k|   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1136.19/1136.60	c  1100s|  1370k|476072 |     0 |   0.0 | 352M| 185 |   - | 522 |  12k|   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1148.59/1148.98	c  1112s|  1380k|478165 |     0 |   0.0 | 352M| 185 |   - | 522 |  11k|   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1164.19/1164.53	c  1128s|  1390k|459504 |     0 |   0.0 | 323M| 185 |   - | 522 |6923 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1182.58/1182.96	c  1146s|  1400k|460111 |     0 |   0.0 | 325M| 185 |   - | 522 |9106 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1196.08/1196.50	c  1159s|  1410k|463730 |     0 |   0.0 | 328M| 185 |   - | 522 |9499 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1208.08/1208.46	c  1171s|  1420k|467769 |     0 |   0.0 | 331M| 185 |   - | 522 |9087 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1217.98/1218.37	c  1180s|  1430k|472903 |     0 |   0.0 | 335M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1228.17/1228.59	c  1190s|  1440k|477780 |     0 |   0.0 | 339M| 185 |   - | 522 |9940 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1238.57/1238.94	c  1200s|  1450k|482586 |     0 |   0.0 | 342M| 185 |   - | 522 |  10k|   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1250.37/1250.78	c  1212s|  1460k|486916 |     0 |   0.0 | 346M| 185 |   - | 522 |  12k|   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1262.66/1263.03	c  1224s|  1470k|491243 |     0 |   0.0 | 349M| 185 |   - | 522 |  13k|   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1275.96/1276.35	c  1237s|  1480k|495750 |     0 |   0.0 | 352M| 185 |   - | 522 |  12k|   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1290.95/1291.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.95/1291.30	c  1252s|  1490k|499924 |     0 |   0.0 | 356M| 185 |   - | 522 |  14k|   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1304.75/1305.18	c  1265s|  1500k|504210 |     0 |   0.0 | 358M| 185 |   - | 522 |  13k|   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1321.75/1322.19	c  1282s|  1510k|508133 |     0 |   0.0 | 362M| 185 |   - | 522 |  16k|   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1339.04/1339.45	c  1299s|  1520k|511919 |     0 |   0.0 | 364M| 185 |   - | 522 |  15k|   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1357.84/1358.27	c  1318s|  1530k|515762 |     0 |   0.0 | 367M| 185 |   - | 522 |  16k|   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1374.13/1374.54	c  1334s|  1540k|520261 |     0 |   0.0 | 370M| 185 |   - | 522 |  15k|   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1395.23/1395.61	c  1354s|  1550k|523419 |     0 |   0.0 | 373M| 185 |   - | 522 |  17k|   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1415.92/1416.39	c  1375s|  1560k|527008 |     0 |   0.0 | 376M| 185 |   - | 522 |  17k|   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1436.81/1437.23	c  1395s|  1570k|530236 |     0 |   0.0 | 378M| 185 |   - | 522 |  17k|   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1458.51/1458.98	c  1417s|  1580k|533680 |     0 |   0.0 | 381M| 185 |   - | 522 |  18k|   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1478.91/1479.34	c  1437s|  1590k|537362 |     0 |   0.0 | 384M| 185 |   - | 522 |  18k|   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1503.70/1504.13	c  1461s|  1600k|540473 |     0 |   0.0 | 386M| 185 |   - | 522 |  19k|   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1524.69/1525.18	c  1482s|  1610k|544328 |     0 |   0.0 | 389M| 185 |   - | 522 |  19k|   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1550.78/1551.25	c  1508s|  1620k|546995 |     0 |   0.0 | 391M| 185 |   - | 522 |  19k|   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1574.99/1575.49	c  1532s|  1630k|550167 |     0 |   0.0 | 394M| 185 |   - | 522 |  20k|   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1596.37/1596.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1596.37/1596.85	c  1553s|  1640k|553640 |     0 |   0.0 | 396M| 185 |   - | 522 |  19k|   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1624.47/1624.92	c  1581s|  1650k|556065 |     0 |   0.0 | 398M| 185 |   - | 522 |  19k|   0 |   0 |   0 |1539k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1648.26/1648.72	c  1604s|  1660k|559251 |     0 |   0.0 | 400M| 185 |   - | 522 |  20k|   0 |   0 |   0 |1552k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1674.75/1675.22	c  1631s|  1670k|561638 |     0 |   0.0 | 402M| 185 |   - | 522 |  20k|   0 |   0 |   0 |1568k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1704.66/1705.16	c  1660s|  1680k|558426 |     0 |   0.0 | 391M| 185 |   - | 522 |  21k|   0 |   0 |   0 |1582k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1729.85/1730.39	c  1685s|  1690k|561763 |     0 |   0.0 | 394M| 185 |   - | 522 |  22k|   0 |   0 |   0 |1595k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1760.94/1761.41	c  1716s|  1700k|564359 |     0 |   0.0 | 396M| 185 |   - | 522 |  22k|   0 |   0 |   0 |1609k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1788.33/1788.82	c  1743s|  1710k|567485 |     0 |   0.0 | 399M| 185 |   - | 522 |  23k|   0 |   0 |   0 |1622k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1754.53
1800.03/1800.51	c Solving Nodes      : 1715468
1800.03/1800.51	c Primal Bound       : +3.00000000000000e+00 (1 solutions)
1800.03/1800.51	c Dual Bound         : +2.00000000000000e+00
1800.03/1800.51	c Gap                : 50.00 %
1800.03/1800.51	s SATISFIABLE
1800.03/1800.51	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x96 -x95 -x94 -x93 -x92 -x91 -x90 
1800.03/1800.51	v x89 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x88 -x87 -x86 -x85 x84 -x83 -x82 x81 -x120 -x119 -x118 -x117 -x116 -x115 
1800.03/1800.51	v -x114 -x113 -x80 -x79 -x78 -x77 -x76 -x75 x74 x73 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 -x72 -x71 -x70 -x69 -x68 
1800.03/1800.51	v -x67 -x66 x65 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 x50 
1800.03/1800.51	v -x49 -x48 -x47 x46 x45 x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 x33 -x32 -x31 -x30 -x29 -x28 -x27 x26 x25 x24 -x23 
1800.03/1800.51	v -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 x14 -x13 x12 -x11 x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1754.53
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2663688-1276650112.opb
1800.03/1800.51	c   Variables        : 528 (528 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 397 initial, 397 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2663688-1276650112.opb
1800.03/1800.51	c   Variables        : 522 (522 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 397 initial, 24005 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.51	c   and              :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.51	c   linear           :       0.00          1          5          0          0          0          0          0         42
1800.03/1800.51	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -        110          -          -        110          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c   and              :        383          0    4625725          0    1350625      89178    6769089          0          0          0
1800.03/1800.51	c   linear           :          6          0    4536541          0    1350625     482819    3344612          0          0          0
1800.03/1800.51	c   logicor          :          8+         0    2209357          0    1350536      17414     571970          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0    1350626          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c   and              :     108.10       0.00      80.96       0.00      27.14
1800.03/1800.51	c   linear           :     216.66       0.00     215.05       0.00       1.61
1800.03/1800.51	c   logicor          :     644.19       0.00     641.65       0.00       2.54
1800.03/1800.51	c   countsols        :       0.50       0.00       0.00       0.00       0.50
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       2.12          2          0          0
1800.03/1800.51	c   rootredcost      :       2.20          0          0          0
1800.03/1800.51	c   pseudoobj        :       5.82    4625300          0         27
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :     138.11     589411     587143    7063154       50.0      46252       46.1          -
1800.03/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -    1618166       32.8          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -      10892       56.8          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :      77.72    1350625          0          0          0          0    2701250
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.02          -          1
1800.03/1800.51	c   oneopt           :       1.15          0          0
1800.03/1800.51	c   trivial          :       0.01          2          0
1800.03/1800.51	c   simplerounding   :       0.00          0          0
1800.03/1800.51	c   zirounding       :       0.00          0          0
1800.03/1800.51	c   rounding         :       0.00          0          0
1800.03/1800.51	c   shifting         :       0.00          0          0
1800.03/1800.51	c   intshifting      :       0.00          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.00          0          0
1800.03/1800.51	c   coefdiving       :       0.00          0          0
1800.03/1800.51	c   pscostdiving     :       0.00          0          0
1800.03/1800.51	c   fracdiving       :       0.00          0          0
1800.03/1800.51	c   veclendiving     :       0.00          0          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       0.00          0          0
1800.03/1800.51	c   linesearchdiving :       0.00          0          0
1800.03/1800.51	c   guideddiving     :       0.00          0          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.00          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.78          0          0
1800.03/1800.51	c   trysol           :       0.99          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :    1715468
1800.03/1800.51	c   nodes (total)    :    1715468
1800.03/1800.51	c   nodes left       :     569868
1800.03/1800.51	c   max depth        :        185
1800.03/1800.51	c   max depth (total):        185
1800.03/1800.51	c   backtracks       :     263880 (15.4%)
1800.03/1800.51	c   delayed cutoffs  :     414890
1800.03/1800.51	c   repropagations   :     659392 (2528549 domain reductions, 224569 cutoffs)
1800.03/1800.51	c   avg switch length:      12.41
1800.03/1800.51	c   switching time   :     489.81
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          1 (1 improvements)
1800.03/1800.51	c   First Solution   : +3.00000000000000e+00   (in run 1, after 654719 nodes, 486.52 seconds, depth 72, found by <relaxation>)
1800.03/1800.51	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 654719 nodes, 486.52 seconds, depth 72, found by <relaxation>)
1800.03/1800.51	c   Dual Bound       : +2.00000000000000e+00
1800.03/1800.51	c   Gap              :      50.00 %
1800.03/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.51	c   Root Iterations  :          0

Verifier Data

OK	3

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15825
/proc/meminfo: memFree=1837212/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=6584 CPUtime=0
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 1072 0 0 0 0 0 0 0 25 0 1 0 6304734 6742016 995 1992294400 4194304 7136930 140736618625216 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15825/statm: 1646 1004 254 719 0 925 0

[startup+0.105742 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15825
/proc/meminfo: memFree=1837212/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=12032 CPUtime=0.09
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 3727 0 0 0 5 4 0 0 25 0 1 0 6304734 12320768 2269 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 3008 2269 371 719 0 2287 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12032

[startup+0.201422 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15825
/proc/meminfo: memFree=1837212/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=13224 CPUtime=0.19
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 4058 0 0 0 14 5 0 0 25 0 1 0 6304734 13541376 2600 1992294400 4194304 7136930 140736618625216 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 3306 2600 394 719 0 2585 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13224

[startup+0.301432 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15825
/proc/meminfo: memFree=1837212/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=13680 CPUtime=0.29
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 4154 0 0 0 23 6 0 0 25 0 1 0 6304734 14008320 2696 1992294400 4194304 7136930 140736618625216 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 3420 2696 394 719 0 2699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13680

[startup+0.701474 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 15825
/proc/meminfo: memFree=1837212/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=14628 CPUtime=0.69
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 4407 0 0 0 60 9 0 0 25 0 1 0 6304734 14979072 2949 1992294400 4194304 7136930 140736618625216 18446744073709551615 5909078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 3657 2949 394 719 0 2936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14628

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15826
/proc/meminfo: memFree=1826292/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=15944 CPUtime=1.49
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 4736 0 0 0 134 15 0 0 25 0 1 0 6304734 16326656 3278 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 3986 3278 394 719 0 3265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15944

[startup+3.10073 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15826
/proc/meminfo: memFree=1824184/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=18564 CPUtime=3.09
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 5397 0 0 0 281 28 0 0 25 0 1 0 6304734 19009536 3939 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 4641 3939 394 719 0 3920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18564

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15826
/proc/meminfo: memFree=1820340/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=21424 CPUtime=6.29
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 6111 0 0 0 577 52 0 0 25 0 1 0 6304734 21938176 4653 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 5356 4653 394 719 0 4635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21424

[startup+12.7007 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15826
/proc/meminfo: memFree=1812404/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=28892 CPUtime=12.69
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 8007 0 0 0 1175 94 0 0 25 0 1 0 6304734 29585408 6549 1992294400 4194304 7136930 140736618625216 18446744073709551615 5919075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 7223 6549 394 719 0 6502 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28892

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15826
/proc/meminfo: memFree=1802980/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=37628 CPUtime=25.49
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 10235 0 0 0 2387 162 0 0 25 0 1 0 6304734 38531072 8777 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 9407 8777 394 719 0 8686 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37628

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15826
/proc/meminfo: memFree=1787232/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=53444 CPUtime=51.08
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 14181 0 0 0 4834 274 0 0 25 0 1 0 6304734 54726656 12723 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 13361 12723 394 719 0 12640 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53444

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15828
/proc/meminfo: memFree=1760820/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=81240 CPUtime=102.26
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 20714 0 0 0 9764 462 0 0 25 0 1 0 6304734 83189760 19256 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 20310 19256 394 719 0 19589 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81240

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15830
/proc/meminfo: memFree=1736268/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=105340 CPUtime=162.24
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 26819 0 0 0 15560 664 0 0 25 0 1 0 6304734 107868160 25361 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 26335 25361 394 719 0 25614 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 105340

[startup+222.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15832
/proc/meminfo: memFree=1713452/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=127820 CPUtime=222.24
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 32530 0 0 0 21373 851 0 0 25 0 1 0 6304734 130887680 31072 1992294400 4194304 7136930 140736618625216 18446744073709551615 4240492 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 31955 31072 394 719 0 31234 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 127820

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15832
/proc/meminfo: memFree=1681212/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=159408 CPUtime=282.22
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 40590 0 0 0 27132 1090 0 0 25 0 1 0 6304734 163233792 39132 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 39852 39132 394 719 0 39131 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 159408

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15834
/proc/meminfo: memFree=1659512/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=180496 CPUtime=342.2
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 45957 0 0 0 32970 1250 0 0 25 0 1 0 6304734 184827904 44499 1992294400 4194304 7136930 140736618625216 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 45124 44499 394 719 0 44403 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 180496

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15836
/proc/meminfo: memFree=1643516/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=200100 CPUtime=402.19
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 49922 0 0 0 38821 1398 0 0 25 0 1 0 6304734 204902400 48464 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 50025 48464 394 719 0 49304 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 200100

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15838
/proc/meminfo: memFree=1615368/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=227752 CPUtime=462.17
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 56955 0 0 0 44637 1580 0 0 25 0 1 0 6304734 233218048 55497 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 56938 55497 394 719 0 56217 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 227752

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15840
/proc/meminfo: memFree=1592428/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=250068 CPUtime=522.15
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 62628 0 0 0 50437 1778 0 0 25 0 1 0 6304734 256069632 61170 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 62517 61170 394 719 0 61796 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 250068

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15840
/proc/meminfo: memFree=1571720/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=270664 CPUtime=582.14
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 67911 0 0 0 56231 1983 0 0 25 0 1 0 6304734 277159936 66453 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 67666 66453 394 719 0 66945 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 270664

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15842
/proc/meminfo: memFree=1557584/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=283948 CPUtime=642.12
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 71307 0 0 0 62084 2128 0 0 25 0 1 0 6304734 290762752 69849 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 70987 69849 394 719 0 70266 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 283948

[startup+702.302 s]

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

/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 107039 0 0 0 96936 3267 0 0 25 0 1 0 6304734 442454016 105581 1992294400 4194304 7136930 140736618625216 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 108021 105581 394 719 0 107300 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 432084

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15854
/proc/meminfo: memFree=1409032/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=436720 CPUtime=1062.02
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 108220 0 0 0 102786 3416 0 0 25 0 1 0 6304734 447201280 106762 1992294400 4194304 7136930 140736618625216 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 109180 106762 394 719 0 108459 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 436720

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15856
/proc/meminfo: memFree=1408908/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=436852 CPUtime=1122
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 108253 0 0 0 108625 3575 0 0 25 0 1 0 6304734 447336448 106795 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 109213 106795 394 719 0 108492 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 436852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15856
/proc/meminfo: memFree=1408660/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=436852 CPUtime=1181.99
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 108255 0 0 0 114506 3693 0 0 25 0 1 0 6304734 447336448 106797 1992294400 4194304 7136930 140736618625216 18446744073709551615 4409102 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 109213 106797 394 719 0 108492 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 436852

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15858
/proc/meminfo: memFree=1408412/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=436852 CPUtime=1241.97
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 108269 0 0 0 120366 3831 0 0 25 0 1 0 6304734 447336448 106811 1992294400 4194304 7136930 140736618625216 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 109213 106811 394 719 0 108492 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 436852

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15860
/proc/meminfo: memFree=1407544/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=437760 CPUtime=1301.95
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 108459 0 0 0 126248 3947 0 0 25 0 1 0 6304734 448266240 107001 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 109440 107001 394 719 0 108719 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 437760

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15862
/proc/meminfo: memFree=1405932/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=439596 CPUtime=1361.94
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 108892 0 0 0 132156 4038 0 0 25 0 1 0 6304734 450146304 107434 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 109899 107434 394 719 0 109178 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 439596

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15864
/proc/meminfo: memFree=1405064/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=440584 CPUtime=1421.93
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 109069 0 0 0 138066 4127 0 0 25 0 1 0 6304734 451158016 107611 1992294400 4194304 7136930 140736618625216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 110146 107611 394 719 0 109425 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 440584

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15864
/proc/meminfo: memFree=1401964/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=443416 CPUtime=1481.91
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 109836 0 0 0 143986 4205 0 0 25 0 1 0 6304734 454057984 108378 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 110854 108378 394 719 0 110133 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 443416

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15866
/proc/meminfo: memFree=1397252/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=448284 CPUtime=1541.9
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 111004 0 0 0 149916 4274 0 0 25 0 1 0 6304734 459042816 109546 1992294400 4194304 7136930 140736618625216 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 112071 109546 394 719 0 111350 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 448284

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15868
/proc/meminfo: memFree=1390308/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=455152 CPUtime=1601.87
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 112748 0 0 0 155844 4343 0 0 25 0 1 0 6304734 466075648 111290 1992294400 4194304 7136930 140736618625216 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 113788 111290 394 719 0 113067 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 455152

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15870
/proc/meminfo: memFree=1385224/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=460332 CPUtime=1661.86
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114009 0 0 0 161776 4410 0 0 25 0 1 0 6304734 471379968 112551 1992294400 4194304 7136930 140736618625216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 115083 112551 394 719 0 114362 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 460332

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15872
/proc/meminfo: memFree=1383612/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=462332 CPUtime=1721.85
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114401 0 0 0 167719 4466 0 0 25 0 1 0 6304734 473427968 112943 1992294400 4194304 7136930 140736618625216 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 115583 112943 394 719 0 114862 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 462332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15872
/proc/meminfo: memFree=1382992/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=462516 CPUtime=1781.83
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114466 0 0 0 173657 4526 0 0 25 0 1 0 6304734 473616384 113008 1992294400 4194304 7136930 140736618625216 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 115629 113008 394 719 0 114908 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 462516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15874
/proc/meminfo: memFree=1381876/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=463544 CPUtime=1800.03
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114751 0 0 0 175454 4549 0 0 25 0 1 0 6304734 474669056 113293 1992294400 4194304 7136930 140736618625216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15825/statm: 115886 113293 394 719 0 115165 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 463544

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15825

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15875
/proc/meminfo: memFree=1381868/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=463616 CPUtime=1801.02
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114763 0 0 0 175553 4549 0 0 19 0 1 0 6304734 474742784 113305 1992294400 4194304 7136930 140736618625216 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15825/statm: 115904 113305 400 719 0 115183 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 463616

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15875
/proc/meminfo: memFree=1381868/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=463616 CPUtime=1801.82
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114763 0 0 0 175633 4549 0 0 20 0 1 0 6304734 474742784 113305 1992294400 4194304 7136930 140736618625216 18446744073709551615 4212554 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15825/statm: 115904 113305 400 719 0 115183 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 463616

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15875
/proc/meminfo: memFree=1381868/2059040 swapFree=4148288/4192956
[pid=15825] ppid=15823 vsize=463616 CPUtime=1802.02
/proc/15825/stat : 15825 (pbscip.linux.x8) R 15823 15825 14286 0 -1 4202496 114763 0 0 0 175653 4549 0 0 21 0 1 0 6304734 474742784 113305 1992294400 4194304 7136930 140736618625216 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15825/statm: 115904 113305 400 719 0 115183 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 463616

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.55
CPU time (s): 1802.09
CPU user time (s): 1756.54
CPU system time (s): 45.5421
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 463616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.54
system time used= 45.5421
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2456

runsolver used 2.98255 second user time and 8.5137 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 03:01:52
IDJOB=2663688
IDBENCH=48061
IDSOLVER=1167
FILE ID=node082/2663688-1276650112
PBS_JOBID= 11172422
Free space on /tmp= 62584 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=29-P1=61-P2=43-P3=131-P4=2-P5=59-P6=41-B.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663688-1276650112/watcher-2663688-1276650112 -o /tmp/evaluation-result-2663688-1276650112/solver-2663688-1276650112 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663688-1276650112.opb -t 1800 -m 1800

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

MD5SUM BENCH= aeb6a0e03ee8f8f2b4b438b8148c9b4c
RANDOM SEED=328993532

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1837740 kB
Buffers:         26732 kB
Cached:          97544 kB
SwapCached:       6528 kB
Active:          99148 kB
Inactive:        46532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1837740 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:            3240 kB
Writeback:           0 kB
AnonPages:       18844 kB
Mapped:          13168 kB
Slab:            53936 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node082 at 2010-06-16 03:31:55