Trace number 2692353

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.28 1800.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563250--soft-0-100-0.wbo
MD5SUMcf1e130a7c7d84197ef06427870fc4d7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark208.79
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
Number of bits of the biggest sum of numbers10
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: SoPlex 1.4.2] [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-2692353-1277927613.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135279
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.352790e+05 |    Inf 
28.99/29.06	c  28.7s| 10000 | 10001 | 40772 |   4.1 |  51M|  97 |   0 |5645 |5414 |5645 | 199 |  12k|   0 |1640 | 0.000000e+00 | 1.352790e+05 |    Inf 
51.70/51.77	c  51.3s| 20000 | 20001 | 63997 |   3.2 |  74M|  97 |   0 |5645 |5414 |5645 | 195 |  19k|   0 |1682 | 0.000000e+00 | 1.352790e+05 |    Inf 
73.29/73.32	c  72.6s| 30000 | 30001 | 86530 |   2.9 |  98M| 101 |   0 |5645 |5414 |5645 | 181 |  24k|   0 |1703 | 0.000000e+00 | 1.352790e+05 |    Inf 
95.69/95.76	c  94.9s| 40000 | 40001 |115409 |   2.9 | 121M| 121 |   0 |5645 |5414 |5645 | 209 |  31k|   0 |1913 | 0.000000e+00 | 1.352790e+05 |    Inf 
118.09/118.11	c   117s| 50000 | 50001 |143091 |   2.9 | 144M| 121 |   0 |5645 |5414 |5645 | 201 |  37k|   0 |2243 | 0.000000e+00 | 1.352790e+05 |    Inf 
139.99/140.01	c   139s| 60000 | 60001 |167801 |   2.8 | 167M| 121 |   0 |5645 |5414 |5645 | 200 |  43k|   0 |2478 | 0.000000e+00 | 1.352790e+05 |    Inf 
161.79/161.87	c   160s| 70000 | 70001 |189663 |   2.7 | 190M| 121 |   0 |5645 |5414 |5645 | 201 |  49k|   0 |2763 | 0.000000e+00 | 1.352790e+05 |    Inf 
183.50/183.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.50/183.52	c   182s| 80000 | 80001 |212934 |   2.7 | 213M| 121 |   0 |5645 |5414 |5645 | 187 |  55k|   0 |2939 | 0.000000e+00 | 1.352790e+05 |    Inf 
205.29/205.34	c   204s| 90000 | 90001 |235187 |   2.6 | 236M| 121 |   0 |5645 |5414 |5645 | 218 |  60k|   0 |3192 | 0.000000e+00 | 1.352790e+05 |    Inf 
226.50/226.52	c   225s|100000 |100001 |252415 |   2.5 | 259M| 121 |   0 |5645 |5414 |5645 | 213 |  66k|   0 |3415 | 0.000000e+00 | 1.352790e+05 |    Inf 
247.80/247.82	c   246s|110000 |110001 |269425 |   2.4 | 282M| 121 |   0 |5645 |5414 |5645 | 197 |  71k|   0 |3543 | 0.000000e+00 | 1.352790e+05 |    Inf 
268.50/268.50	c   266s|120000 |120001 |282042 |   2.3 | 305M| 121 |   0 |5645 |5414 |5645 | 211 |  75k|   0 |3754 | 0.000000e+00 | 1.352790e+05 |    Inf 
271.80/271.81	o 707
271.80/271.81	c * 270s|121629 |106593 |283696 |   2.3 | 278M| 121 |   - |5645 |5414 |5645 | 166 |  75k|   0 |3769 | 0.000000e+00 | 7.070000e+02 |    Inf 
279.49/279.55	o 700
279.49/279.55	c * 277s|124099 |108436 |292315 |   2.4 | 285M| 121 |   - |5645 |5519 |5645 | 240 |  78k| 105 |3851 | 0.000000e+00 | 7.000000e+02 |    Inf 
292.10/292.12	o 698
292.10/292.12	c * 290s|127522 |111512 |309259 |   2.4 | 296M| 121 |   - |5645 |5752 |5645 | 210 |  83k| 339 |4097 | 0.000000e+00 | 6.980000e+02 |    Inf 
300.70/300.77	c   298s|130000 |113909 |319863 |   2.5 | 304M| 121 |   0 |5645 |5836 |5645 | 170 |  85k| 453 |4149 | 0.000000e+00 | 6.980000e+02 |    Inf 
332.10/332.17	c   329s|140000 |123699 |375296 |   2.7 | 328M| 121 |   0 |5645 |5915 |5645 | 156 |  98k| 806 |4623 | 0.000000e+00 | 6.980000e+02 |    Inf 
367.41/367.48	o 684
367.41/367.48	c * 364s|149022 |130873 |445943 |   3.0 | 351M| 125 |   - |5645 |5867 |5645 | 204 | 119k|1587 |5031 | 0.000000e+00 | 6.840000e+02 |    Inf 
367.70/367.75	o 666
367.70/367.75	c * 365s|149081 |128914 |446412 |   3.0 | 346M| 125 |   - |5645 |5896 |5645 | 190 | 120k|1617 |5031 | 0.000000e+00 | 6.660000e+02 |    Inf 
367.70/367.79	o 652
367.70/367.79	c * 365s|149083 |127118 |446435 |   3.0 | 342M| 125 |   - |5645 |5895 |5645 | 191 | 120k|1617 |5031 | 0.000000e+00 | 6.520000e+02 |    Inf 
371.21/371.24	o 631
371.21/371.24	c * 368s|149875 |124943 |453093 |   3.0 | 338M| 125 |   - |5645 |5864 |5645 | 196 | 122k|1700 |5098 | 0.000000e+00 | 6.310000e+02 |    Inf 
371.71/371.77	c   369s|150000 |125058 |454261 |   3.0 | 338M| 125 |   1 |5645 |5858 |5645 | 160 | 122k|1716 |5101 | 0.000000e+00 | 6.310000e+02 |    Inf 
373.80/373.85	o 619
373.80/373.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
373.80/373.85	c * 371s|150481 |123727 |458328 |   3.0 | 334M| 125 |   - |5645 |5908 |5645 | 209 | 124k|1817 |5105 | 0.000000e+00 | 6.190000e+02 |    Inf 
390.20/390.26	o 616
390.20/390.26	c * 387s|155518 |128128 |480965 |   3.1 | 347M| 125 |   - |5645 |5778 |5645 | 179 | 130k|2123 |5216 | 0.000000e+00 | 6.160000e+02 |    Inf 
400.41/400.43	o 609
400.41/400.43	c * 397s|158179 |129457 |500998 |   3.2 | 352M| 125 |   - |5645 |5935 |5645 | 196 | 135k|2499 |5339 | 0.000000e+00 | 6.090000e+02 |    Inf 
409.21/409.22	c   406s|160000 |131091 |523353 |   3.3 | 358M| 125 |   4 |5645 |6108 |5645 | 178 | 140k|2886 |5454 | 0.000000e+00 | 6.090000e+02 |    Inf 
440.71/440.76	c   437s|170000 |140803 |574300 |   3.4 | 384M| 125 |   0 |5645 |5642 |5645 | 174 | 153k|3392 |5761 | 0.000000e+00 | 6.090000e+02 |    Inf 
445.80/445.85	o 608
445.80/445.85	c * 442s|171422 |142000 |584453 |   3.4 | 387M| 125 |   - |5645 |5676 |5645 | 212 | 155k|3489 |5793 | 0.000000e+00 | 6.080000e+02 |    Inf 
445.90/445.90	o 599
445.90/445.90	c * 442s|171434 |140398 |584489 |   3.4 | 383M| 125 |   - |5645 |5679 |5645 | 212 | 155k|3494 |5793 | 0.000000e+00 | 5.990000e+02 |    Inf 
454.10/454.10	o 591
454.10/454.10	c * 450s|174591 |142152 |595552 |   3.4 | 387M| 125 |   - |5645 |5727 |5645 | 192 | 157k|3613 |5846 | 0.000000e+00 | 5.910000e+02 |    Inf 
464.01/464.00	o 588
464.01/464.00	c * 460s|177770 |144544 |611709 |   3.4 | 395M| 179 |   - |5645 |5907 |5645 | 202 | 161k|3980 |5883 | 0.000000e+00 | 5.880000e+02 |    Inf 
465.40/465.50	o 586
465.40/465.50	c * 462s|178144 |144439 |614694 |   3.4 | 396M| 179 |   - |5645 |6028 |5645 | 185 | 162k|4162 |5920 | 0.000000e+00 | 5.860000e+02 |    Inf 
472.20/472.28	o 582
472.20/472.28	c * 468s|179962 |145144 |628203 |   3.5 | 399M| 179 |   - |5645 |6369 |5645 | 196 | 166k|4742 |5945 | 0.000000e+00 | 5.820000e+02 |    Inf 
472.30/472.39	c   469s|180000 |145182 |628242 |   3.5 | 399M| 179 |   0 |5645 |6368 |5645 | 171 | 166k|4742 |5945 | 0.000000e+00 | 5.820000e+02 |    Inf 
472.81/472.86	o 576
472.81/472.86	c * 469s|180133 |144098 |629117 |   3.5 | 396M| 179 |   - |5645 |6372 |5645 | 189 | 166k|4757 |5945 | 0.000000e+00 | 5.760000e+02 |    Inf 
478.51/478.58	o 562
478.51/478.58	c * 475s|182151 |143140 |638323 |   3.5 | 394M| 179 |   - |5645 |6581 |5645 | 190 | 168k|5113 |5977 | 0.000000e+00 | 5.620000e+02 |    Inf 
495.01/495.08	o 554
495.01/495.08	c * 491s|186450 |145124 |669300 |   3.6 | 404M| 179 |   - |5645 |6882 |5645 | 203 | 176k|6601 |6069 | 0.000000e+00 | 5.540000e+02 |    Inf 
497.61/497.68	o 537
497.61/497.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.61/497.68	c * 494s|187037 |141571 |674196 |   3.6 | 393M| 179 |   - |5645 |7016 |5645 | 179 | 178k|6846 |6106 | 0.000000e+00 | 5.370000e+02 |    Inf 
498.10/498.18	o 535
498.10/498.18	c * 494s|187143 |141143 |675069 |   3.6 | 392M| 179 |   - |5645 |7099 |5645 | 207 | 178k|6951 |6108 | 0.000000e+00 | 5.350000e+02 |    Inf 
498.80/498.80	o 532
498.80/498.80	c * 495s|187265 |140521 |676114 |   3.6 | 391M| 179 |   - |5645 |7146 |5645 | 188 | 179k|7030 |6116 | 0.000000e+00 | 5.320000e+02 |    Inf 
502.71/502.73	o 513
502.71/502.73	c * 499s|188186 |136617 |684164 |   3.6 | 382M| 179 |   - |5645 |7087 |5645 | 185 | 181k|7268 |6133 | 0.000000e+00 | 5.130000e+02 |    Inf 
503.20/503.29	o 512
503.20/503.29	c * 499s|188346 |136511 |685113 |   3.6 | 382M| 179 |   - |5645 |7059 |5645 | 196 | 181k|7289 |6135 | 0.000000e+00 | 5.120000e+02 |    Inf 
503.91/503.94	o 505
503.91/503.94	c * 500s|188496 |134701 |686467 |   3.6 | 377M| 179 |   - |5645 |7027 |5645 | 201 | 182k|7308 |6135 | 0.000000e+00 | 5.050000e+02 |    Inf 
504.51/504.50	o 504
504.51/504.50	c * 500s|188622 |134549 |687674 |   3.6 | 377M| 179 |   - |5645 |7025 |5645 | 205 | 182k|7341 |6137 | 0.000000e+00 | 5.040000e+02 |    Inf 
504.51/504.52	o 477
504.51/504.52	c * 500s|188623 |127006 |687687 |   3.6 | 354M| 179 |   - |5645 |7025 |5645 | 207 | 182k|7341 |6137 | 0.000000e+00 | 4.770000e+02 |    Inf 
505.10/505.16	o 467
505.10/505.16	c * 501s|188770 |124293 |689059 |   3.6 | 347M| 179 |   - |5645 |7029 |5645 | 185 | 182k|7379 |6138 | 0.000000e+00 | 4.670000e+02 |    Inf 
508.80/508.89	c   505s|190000 |125437 |694367 |   3.7 | 349M| 179 |   0 |5645 |6801 |5645 | 192 | 184k|7508 |6187 | 0.000000e+00 | 4.670000e+02 |    Inf 
510.31/510.39	o 459
510.31/510.39	c * 506s|190456 |123356 |696645 |   3.7 | 344M| 179 |   - |5645 |6543 |5645 | 207 | 185k|7546 |6204 | 0.000000e+00 | 4.590000e+02 |    Inf 
515.00/515.08	o 458
515.00/515.08	c * 511s|191924 |124410 |706390 |   3.7 | 347M| 179 |   - |5645 |6237 |5645 | 214 | 187k|7726 |6257 | 0.000000e+00 | 4.580000e+02 |    Inf 
517.81/517.85	o 440
517.81/517.85	c * 514s|192592 |119502 |711979 |   3.7 | 337M| 179 |   - |5645 |6256 |5645 | 199 | 188k|7928 |6261 | 0.000000e+00 | 4.400000e+02 |    Inf 
519.00/519.06	o 424
519.00/519.06	c * 515s|192888 |114769 |714197 |   3.7 | 325M| 179 |   - |5645 |6231 |5645 | 203 | 189k|7974 |6264 | 0.000000e+00 | 4.240000e+02 |    Inf 
522.21/522.25	o 403
522.21/522.25	c * 518s|193553 |108363 |720509 |   3.7 | 311M| 179 |   - |5645 |6336 |5645 | 218 | 191k|8319 |6289 | 0.000000e+00 | 4.030000e+02 |    Inf 
522.21/522.27	o 391
522.21/522.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
522.21/522.27	c * 518s|193554 |104581 |720509 |   3.7 | 301M| 179 |   - |5645 |6336 |5645 | 218 | 191k|8319 |6289 | 0.000000e+00 | 3.910000e+02 |    Inf 
523.00/523.09	o 362
523.00/523.09	c * 519s|193730 | 95336 |722176 |   3.7 | 278M| 179 |   - |5645 |6410 |5645 | 204 | 192k|8425 |6308 | 0.000000e+00 | 3.620000e+02 |    Inf 
525.50/525.50	o 360
525.50/525.50	c * 521s|194243 | 95026 |727481 |   3.7 | 279M| 179 |   - |5645 |6479 |5645 | 206 | 193k|8682 |6335 | 0.000000e+00 | 3.600000e+02 |    Inf 
526.20/526.24	o 354
526.20/526.24	c * 522s|194394 | 93043 |729214 |   3.8 | 274M| 179 |   - |5645 |6500 |5645 | 193 | 194k|8744 |6338 | 0.000000e+00 | 3.540000e+02 |    Inf 
526.81/526.86	o 345
526.81/526.86	c * 522s|194521 | 89743 |730501 |   3.8 | 267M| 179 |   - |5645 |6506 |5645 | 204 | 194k|8808 |6339 | 0.000000e+00 | 3.450000e+02 |    Inf 
527.61/527.62	o 343
527.61/527.62	c * 523s|194677 | 89255 |732103 |   3.8 | 266M| 179 |   - |5645 |6520 |5645 | 213 | 195k|8860 |6342 | 0.000000e+00 | 3.430000e+02 |    Inf 
528.10/528.17	o 341
528.10/528.17	c * 524s|194804 | 88535 |733302 |   3.8 | 265M| 179 |   - |5645 |6503 |5645 | 229 | 195k|8885 |6351 | 0.000000e+00 | 3.410000e+02 |    Inf 
529.21/529.27	o 336
529.21/529.27	c * 525s|195057 | 87088 |735455 |   3.8 | 262M| 179 |   - |5645 |6490 |5645 | 168 | 196k|8939 |6352 | 0.000000e+00 | 3.360000e+02 |    Inf 
529.50/529.56	o 335
529.50/529.56	c * 525s|195128 | 86785 |735852 |   3.8 | 261M| 179 |   - |5645 |6498 |5645 | 177 | 196k|8956 |6352 | 0.000000e+00 | 3.350000e+02 |    Inf 
529.50/529.57	o 329
529.50/529.57	c * 525s|195129 | 84874 |735852 |   3.8 | 256M| 179 |   - |5645 |6498 |5645 | 177 | 196k|8956 |6352 | 0.000000e+00 | 3.290000e+02 |    Inf 
529.60/529.62	o 315
529.60/529.62	c * 525s|195132 | 80261 |735914 |   3.8 | 244M| 179 |   - |5645 |6495 |5645 | 168 | 196k|8956 |6352 | 0.000000e+00 | 3.150000e+02 |    Inf 
530.11/530.12	o 313
530.11/530.12	c * 526s|195235 | 79721 |736935 |   3.8 | 243M| 179 |   - |5645 |6540 |5645 | 211 | 196k|9020 |6356 | 0.000000e+00 | 3.130000e+02 |    Inf 
530.11/530.15	o 312
530.11/530.15	c * 526s|195238 | 79430 |737001 |   3.8 | 242M| 179 |   - |5645 |6543 |5645 | 214 | 196k|9024 |6356 | 0.000000e+00 | 3.120000e+02 |    Inf 
533.01/533.04	o 293
533.01/533.04	c * 529s|195881 | 74059 |742160 |   3.8 | 230M| 179 |   - |5645 |6445 |5645 | 201 | 198k|9299 |6379 | 0.000000e+00 | 2.930000e+02 |    Inf 
538.91/538.95	o 292
538.91/538.95	c * 534s|197465 | 74873 |753687 |   3.8 | 233M| 179 |   - |5645 |6335 |5645 | 185 | 200k|9735 |6472 | 0.000000e+00 | 2.920000e+02 |    Inf 
540.40/540.43	o 291
540.40/540.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.40/540.43	c * 536s|197814 | 74850 |756663 |   3.8 | 234M| 179 |   - |5645 |6410 |5645 | 210 | 201k|9946 |6476 | 0.000000e+00 | 2.910000e+02 |    Inf 
542.51/542.52	o 282
542.51/542.52	c * 538s|198294 | 72509 |760445 |   3.8 | 229M| 179 |   - |5645 |6415 |5645 | 155 | 202k|  10k|6488 | 0.000000e+00 | 2.820000e+02 |    Inf 
547.01/547.03	o 264
547.01/547.03	c * 542s|199453 | 67338 |768197 |   3.9 | 216M| 179 |   - |5645 |6509 |5645 | 216 | 204k|  10k|6504 | 0.000000e+00 | 2.640000e+02 |    Inf 
547.21/547.25	o 258
547.21/547.25	c * 543s|199492 | 65158 |768522 |   3.9 | 211M| 179 |   - |5645 |6503 |5645 | 212 | 204k|  10k|6506 | 0.000000e+00 | 2.580000e+02 |    Inf 
547.21/547.27	o 240
547.21/547.27	c * 543s|199493 | 60021 |768522 |   3.9 | 196M| 179 |   - |5645 |6503 |5645 | 212 | 204k|  10k|6506 | 0.000000e+00 | 2.400000e+02 |    Inf 
547.60/547.62	o 238
547.60/547.62	c * 543s|199550 | 59537 |769164 |   3.9 | 194M| 179 |   - |5645 |6517 |5645 | 213 | 204k|  10k|6510 | 0.000000e+00 | 2.380000e+02 |    Inf 
549.41/549.43	o 222
549.41/549.43	c * 545s|199984 | 55161 |771687 |   3.9 | 183M| 179 |   - |5645 |6630 |5645 | 191 | 205k|  10k|6529 | 0.000000e+00 | 2.220000e+02 |    Inf 
549.51/549.51	c   545s|200000 | 55173 |771875 |   3.9 | 183M| 179 |   0 |5645 |6635 |5645 | 227 | 205k|  11k|6531 | 0.000000e+00 | 2.220000e+02 |    Inf 
549.51/549.56	o 215
549.51/549.56	c * 545s|200006 | 52837 |771957 |   3.9 | 177M| 179 |   - |5645 |6640 |5645 | 189 | 205k|  11k|6531 | 0.000000e+00 | 2.150000e+02 |    Inf 
549.51/549.59	o 201
549.51/549.59	c * 545s|200010 | 48768 |771971 |   3.9 | 166M| 179 |   - |5645 |6640 |5645 | 189 | 205k|  11k|6531 | 0.000000e+00 | 2.010000e+02 |    Inf 
549.71/549.70	o 181
549.71/549.70	c * 545s|200034 | 40348 |772026 |   3.9 | 143M| 179 |   - |5645 |6642 |5645 | 182 | 205k|  11k|6531 | 0.000000e+00 | 1.810000e+02 |    Inf 
550.40/550.49	o 179
550.40/550.49	c * 546s|200241 | 39176 |772780 |   3.9 | 142M| 179 |   - |5645 |6563 |5645 | 229 | 205k|  11k|6533 | 0.000000e+00 | 1.790000e+02 |    Inf 
552.11/552.10	o 171
552.11/552.10	c * 548s|200580 | 36285 |775436 |   3.9 | 136M| 179 |   - |5645 |6471 |5645 | 189 | 206k|  11k|6544 | 0.000000e+00 | 1.710000e+02 |    Inf 
552.21/552.23	o 156
552.21/552.23	c * 548s|200595 | 31498 |775741 |   3.9 | 123M| 179 |   - |5645 |6463 |5645 | 185 | 206k|  11k|6544 | 0.000000e+00 | 1.560000e+02 |    Inf 
552.21/552.24	o 151
552.21/552.24	c * 548s|200596 | 30034 |775741 |   3.9 | 120M| 179 |   - |5645 |6463 |5645 | 185 | 206k|  11k|6544 | 0.000000e+00 | 1.510000e+02 |    Inf 
552.21/552.28	o 147
552.21/552.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.21/552.28	c * 548s|200599 | 29025 |775858 |   3.9 | 116M| 179 |   - |5645 |6459 |5645 | 167 | 206k|  11k|6544 | 0.000000e+00 | 1.470000e+02 |    Inf 
552.31/552.39	o 129
552.31/552.39	c * 548s|200619 | 23464 |776008 |   3.9 | 100M| 179 |   - |5645 |6450 |5645 | 185 | 206k|  11k|6544 | 0.000000e+00 | 1.290000e+02 |    Inf 
552.41/552.40	o 115
552.41/552.40	c * 548s|200620 | 20976 |776017 |   3.9 |  93M| 179 |   - |5645 |6450 |5645 | 185 | 206k|  11k|6544 | 0.000000e+00 | 1.150000e+02 |    Inf 
552.71/552.73	o 107
552.71/552.73	c * 548s|200712 | 18912 |776351 |   3.9 |  87M| 179 |   - |5645 |6382 |5645 | 173 | 206k|  11k|6544 | 0.000000e+00 | 1.070000e+02 |    Inf 
552.71/552.74	o 104
552.71/552.74	c * 548s|200713 | 18525 |776351 |   3.9 |  86M| 179 |   - |5645 |6382 |5645 | 173 | 206k|  11k|6544 | 0.000000e+00 | 1.040000e+02 |    Inf 
556.51/556.56	o 102
556.51/556.56	c * 552s|201602 | 18382 |782328 |   3.9 |  88M| 179 |   - |5645 |6723 |5645 | 198 | 207k|  12k|6557 | 0.000000e+00 | 1.020000e+02 |    Inf 
556.51/556.56	o 101
556.51/556.56	c * 552s|201603 | 18210 |782329 |   3.9 |  88M| 179 |   - |5645 |6723 |5645 | 198 | 207k|  12k|6557 | 0.000000e+00 | 1.010000e+02 |    Inf 
556.61/556.64	o 100
556.61/556.64	c * 552s|201619 | 18067 |782527 |   3.9 |  87M| 179 |   - |5645 |6721 |5645 | 210 | 207k|  12k|6559 | 0.000000e+00 | 1.000000e+02 |    Inf 
556.61/556.68	o 99
556.61/556.68	c * 552s|201624 | 17796 |782557 |   3.9 |  87M| 179 |   - |5645 |6666 |5645 | 214 | 207k|  12k|6559 | 0.000000e+00 | 9.900000e+01 |    Inf 
556.71/556.71	o 97
556.71/556.71	c * 552s|201626 | 17362 |782557 |   3.9 |  85M| 179 |   - |5645 |6613 |5645 | 214 | 207k|  12k|6559 | 0.000000e+00 | 9.700000e+01 |    Inf 
557.11/557.10	o 96
557.11/557.10	c * 552s|201707 | 17233 |783209 |   3.9 |  86M| 179 |   - |5645 |6485 |5645 | 189 | 207k|  12k|6562 | 0.000000e+00 | 9.600000e+01 |    Inf 
557.90/557.92	o 95
557.90/557.92	c * 553s|201892 | 16795 |784466 |   3.9 |  86M| 179 |   - |5645 |6414 |5645 | 207 | 207k|  12k|6562 | 0.000000e+00 | 9.500000e+01 |    Inf 
561.50/561.52	o 93
561.50/561.52	c * 557s|202691 | 16494 |789825 |   3.9 |  88M| 179 |   - |5645 |6367 |5645 | 160 | 208k|  13k|6567 | 0.000000e+00 | 9.300000e+01 |    Inf 
561.70/561.72	o 92
561.70/561.72	c * 557s|202720 |  8126 |789911 |   3.9 |  59M| 179 |   - |5645 |6253 |5645 | 160 | 208k|  13k|6567 | 0.000000e+00 | 9.200000e+01 |    Inf 
591.71/591.79	c   587s|210000 |  9721 |829090 |   3.9 |  79M| 179 |   8 |5645 |7522 |5645 | 197 | 217k|  21k|6679 | 0.000000e+00 | 9.200000e+01 |    Inf 
629.51/629.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
629.51/629.51	c   624s|220000 | 11809 |884546 |   4.0 | 105M| 179 |   7 |5645 |7283 |5645 | 195 | 230k|  34k|6781 | 0.000000e+00 | 9.200000e+01 |    Inf 
669.41/669.44	c   664s|230000 | 13541 |942211 |   4.1 | 135M| 179 |   1 |5645 |6965 |5645 | 169 | 245k|  47k|6861 | 0.000000e+00 | 9.200000e+01 |    Inf 
708.51/708.54	c   702s|240000 | 14943 |  1008k|   4.2 | 153M| 179 |   1 |5645 |7419 |5645 | 151 | 260k|  59k|6986 | 0.000000e+00 | 9.200000e+01 |    Inf 
746.11/746.17	c   740s|250000 | 16756 |  1056k|   4.2 | 176M| 179 |   0 |5645 |8232 |5645 | 187 | 273k|  74k|7054 | 0.000000e+00 | 9.200000e+01 |    Inf 
784.11/784.13	c   777s|260000 | 18385 |  1104k|   4.2 | 197M| 179 |   - |5645 |8017 |   0 |   0 | 285k|  86k|7137 | 0.000000e+00 | 9.200000e+01 |    Inf 
825.51/825.58	c   818s|270000 | 20081 |  1175k|   4.4 | 222M| 179 |   - |5645 |9832 |   0 |   0 | 301k|  99k|7239 | 0.000000e+00 | 9.200000e+01 |    Inf 
864.81/864.85	c   857s|280000 | 21931 |  1236k|   4.4 | 248M| 179 |   - |5645 |7873 |   0 |   0 | 316k| 112k|7340 | 0.000000e+00 | 9.200000e+01 |    Inf 
904.42/904.47	c   897s|290000 | 23658 |  1305k|   4.5 | 279M| 179 |   7 |5645 |8722 |5645 | 174 | 331k| 124k|7440 | 0.000000e+00 | 9.200000e+01 |    Inf 
940.53/940.52	c   932s|300000 | 25180 |  1366k|   4.6 | 304M| 179 |   7 |5645 |9946 |5645 | 205 | 344k| 137k|7550 | 0.000000e+00 | 9.200000e+01 |    Inf 
962.01/962.08	o 84
962.01/962.08	c * 954s|305756 | 24310 |  1398k|   4.6 | 310M| 179 |   - |5645 |  10k|5645 | 193 | 352k| 146k|7614 | 0.000000e+00 | 8.400000e+01 |    Inf 
977.93/977.92	c   969s|310000 | 24754 |  1419k|   4.6 | 319M| 179 |   1 |5645 |8963 |5645 | 185 | 358k| 153k|7645 | 0.000000e+00 | 8.400000e+01 |    Inf 
1015.12/1015.18	c  1006s|320000 | 25425 |  1476k|   4.6 | 333M| 179 |   - |5645 |9545 |   0 |   0 | 372k| 168k|7769 | 0.000000e+00 | 8.400000e+01 |    Inf 
1051.12/1051.19	c  1042s|330000 | 26052 |  1537k|   4.7 | 346M| 179 |   - |5645 |8185 |5645 | 190 | 388k| 186k|7844 | 0.000000e+00 | 8.400000e+01 |    Inf 
1086.62/1086.60	c  1077s|340000 | 27430 |  1595k|   4.7 | 365M| 179 |   - |5645 |  11k|   0 |   0 | 403k| 198k|7923 | 0.000000e+00 | 8.400000e+01 |    Inf 
1125.33/1125.38	c  1115s|350000 | 28796 |  1654k|   4.7 | 386M| 179 |  15 |5645 |8323 |5645 | 189 | 420k| 213k|8008 | 0.000000e+00 | 8.400000e+01 |    Inf 
1164.32/1164.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1164.32/1164.32	c  1154s|360000 | 30399 |  1722k|   4.8 | 405M| 179 |   7 |5645 |9414 |5645 | 210 | 438k| 231k|8088 | 0.000000e+00 | 8.400000e+01 |    Inf 
1184.02/1184.06	o 81
1184.02/1184.06	c *1173s|365060 | 29926 |  1762k|   4.8 | 408M| 179 |   - |5645 |  11k|5645 | 198 | 447k| 240k|8133 | 0.000000e+00 | 8.100000e+01 |    Inf 
1202.52/1202.58	c  1192s|370000 | 30152 |  1789k|   4.8 | 416M| 179 |   - |5645 |9739 |   0 |   0 | 454k| 249k|8166 | 0.000000e+00 | 8.100000e+01 |    Inf 
1223.32/1223.39	o 75
1223.32/1223.39	c *1212s|375475 | 29924 |  1822k|   4.9 | 423M| 179 |   - |5645 |8140 |5645 | 173 | 463k| 258k|8271 | 0.000000e+00 | 7.500000e+01 |    Inf 
1228.23/1228.23	o 73
1228.23/1228.23	c *1217s|376745 | 29548 |  1829k|   4.9 | 421M| 179 |   - |5645 |7612 |5645 | 173 | 465k| 260k|8282 | 0.000000e+00 | 7.300000e+01 |    Inf 
1232.33/1232.38	o 69
1232.33/1232.38	c *1221s|377925 | 29312 |  1835k|   4.9 | 420M| 179 |   - |5645 |6697 |5645 | 172 | 467k| 262k|8300 | 0.000000e+00 | 6.900000e+01 |    Inf 
1234.33/1234.40	o 68
1234.33/1234.40	c *1223s|378643 | 29240 |  1838k|   4.9 | 420M| 179 |   - |5645 |6860 |5645 | 177 | 467k| 263k|8300 | 0.000000e+00 | 6.800000e+01 |    Inf 
1239.02/1239.05	c  1228s|380000 | 29196 |  1844k|   4.9 | 421M| 179 |   0 |5645 |6382 |5645 | 200 | 469k| 265k|8326 | 0.000000e+00 | 6.800000e+01 |    Inf 
1272.32/1272.35	c  1261s|390000 | 29137 |  1888k|   4.8 | 433M| 179 |   - |5645 |8542 |   0 |   0 | 481k| 281k|8384 | 0.000000e+00 | 6.800000e+01 |    Inf 
1286.03/1286.00	o 66
1286.03/1286.00	c *1274s|394175 | 28751 |  1905k|   4.8 | 437M| 179 |   - |5645 |8159 |5645 | 165 | 485k| 288k|8419 | 0.000000e+00 | 6.600000e+01 |    Inf 
1288.52/1288.58	o 58
1288.52/1288.58	c *1277s|394863 | 27750 |  1909k|   4.8 | 432M| 179 |   - |5645 |7023 |5645 | 166 | 486k| 289k|8419 | 0.000000e+00 | 5.800000e+01 |    Inf 
1295.92/1295.91	o 57
1295.92/1295.91	c *1284s|397101 | 27543 |  1918k|   4.8 | 434M| 179 |   - |5645 |7004 |5645 | 177 | 488k| 292k|8428 | 0.000000e+00 | 5.700000e+01 |    Inf 
1295.92/1295.92	o 48
1295.92/1295.92	c *1284s|397102 | 26208 |  1918k|   4.8 | 425M| 179 |   - |5645 |7004 |5645 | 177 | 488k| 292k|8428 | 0.000000e+00 | 4.800000e+01 |    Inf 
1296.33/1296.34	o 44
1296.33/1296.34	c *1284s|397231 | 25340 |  1919k|   4.8 | 417M| 179 |   - |5645 |6776 |5645 | 184 | 488k| 292k|8428 | 0.000000e+00 | 4.400000e+01 |    Inf 
1299.13/1299.17	o 31
1299.13/1299.17	c *1287s|397944 | 22267 |  1922k|   4.8 | 362M| 179 |   - |5645 |5548 |5645 | 168 | 489k| 293k|8443 | 0.000000e+00 | 3.100000e+01 |    Inf 
1305.13/1305.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.13/1305.11	c  1293s|400000 | 20893 |  1928k|   4.8 | 354M| 179 |   - |5645 |5995 |   0 |   0 | 490k| 297k|8475 | 0.000000e+00 | 3.100000e+01 |    Inf 
1310.63/1310.66	o 24
1310.63/1310.66	c *1299s|402288 | 19306 |  1934k|   4.8 | 332M| 179 |   - |5645 |7347 |5645 | 146 | 491k| 301k|8482 | 0.000000e+00 | 2.400000e+01 |    Inf 
1310.72/1310.73	o 21
1310.72/1310.73	c *1299s|402303 | 18897 |  1934k|   4.8 | 323M| 179 |   - |5645 |7128 |5645 | 146 | 491k| 301k|8482 | 0.000000e+00 | 2.100000e+01 |    Inf 
1320.93/1321.00	o 20
1320.93/1321.00	c *1309s|407015 | 16590 |  1947k|   4.8 | 302M| 179 |   - |5645 |5946 |5645 | 170 | 494k| 307k|8504 | 0.000000e+00 | 2.000000e+01 |    Inf 
1322.93/1322.95	o 16
1322.93/1322.95	c *1311s|408025 | 15767 |  1949k|   4.8 | 281M| 179 |   - |5645 |6450 |5645 | 176 | 494k| 308k|8504 | 0.000000e+00 | 1.600000e+01 |    Inf 
1325.53/1325.51	o 13
1325.53/1325.51	c *1313s|409350 | 14534 |  1953k|   4.8 | 253M| 179 |   - |5645 |7033 |5645 | 187 | 494k| 310k|8504 | 0.000000e+00 | 1.300000e+01 |    Inf 
1326.73/1326.79	c  1314s|410000 | 14549 |  1955k|   4.8 | 253M| 179 |   1 |5645 |6944 |5645 | 160 | 495k| 311k|8505 | 0.000000e+00 | 1.300000e+01 |    Inf 
1333.63/1333.67	o 10
1333.63/1333.67	c *1321s|413364 | 11879 |  1967k|   4.8 | 203M| 179 |   - |5645 |8705 |5645 | 219 | 497k| 315k|8532 | 0.000000e+00 | 1.000000e+01 |    Inf 
1347.33/1347.31	c  1335s|420000 | 10862 |  1992k|   4.7 | 191M| 179 |   1 |5645 |7167 |5645 | 171 | 502k| 324k|8558 | 0.000000e+00 | 1.000000e+01 |    Inf 
1363.93/1363.97	o 9
1363.93/1363.97	c *1351s|429146 |  9941 |  2018k|   4.7 | 180M| 179 |   - |5645 |  11k|5645 | 162 | 507k| 335k|8638 | 0.000000e+00 | 9.000000e+00 |    Inf 
1365.73/1365.74	c  1353s|430000 |  9833 |  2020k|   4.7 | 179M| 179 |  15 |5645 |9556 |5645 | 176 | 507k| 337k|8638 | 0.000000e+00 | 9.000000e+00 |    Inf 
1384.73/1384.75	c  1372s|440000 |  9060 |  2048k|   4.7 | 169M| 179 |   1 |5645 |  10k|5645 | 157 | 512k| 350k|8689 | 0.000000e+00 | 9.000000e+00 |    Inf 
1404.53/1404.50	c  1391s|450000 |  8647 |  2073k|   4.6 | 164M| 179 |  11 |5645 |  13k|5645 | 160 | 517k| 362k|8720 | 0.000000e+00 | 9.000000e+00 |    Inf 
1407.02/1407.04	o 8
1407.02/1407.04	c *1394s|451321 |  8115 |  2076k|   4.6 | 153M| 179 |   - |5645 |  14k|5645 | 154 | 518k| 364k|8721 | 0.000000e+00 | 8.000000e+00 |    Inf 
1407.12/1407.15	o 6
1407.12/1407.15	c *1394s|451378 |  7469 |  2076k|   4.6 | 143M| 179 |   - |5645 |  14k|5645 | 163 | 518k| 364k|8721 | 0.000000e+00 | 6.000000e+00 |    Inf 
1416.93/1416.97	o 2
1416.93/1416.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.93/1416.97	c *1403s|455954 |  5366 |  2096k|   4.6 | 112M| 179 |   - |5645 |  13k|5645 | 214 | 522k| 370k|8739 | 0.000000e+00 | 2.000000e+00 |    Inf 
1426.03/1426.04	c  1412s|460000 |  4921 |  2117k|   4.6 | 108M| 179 |   - |5645 |  10k|5645 | 196 | 527k| 375k|8763 | 0.000000e+00 | 2.000000e+00 |    Inf 
1446.63/1446.66	c  1433s|470000 |  4678 |  2163k|   4.6 | 107M| 179 |  13 |5645 |  13k|5645 | 212 | 537k| 387k|8835 | 0.000000e+00 | 2.000000e+00 |    Inf 
1468.03/1468.09	c  1454s|480000 |  4709 |  2213k|   4.6 | 110M| 179 |   - |5645 |  18k|   0 |   0 | 544k| 400k|8875 | 0.000000e+00 | 2.000000e+00 |    Inf 
1487.53/1487.53	c  1473s|490000 |  4740 |  2240k|   4.6 | 112M| 179 |   - |5645 |  23k|   0 |   0 | 548k| 413k|8896 | 0.000000e+00 | 2.000000e+00 |    Inf 
1512.53/1512.58	c  1498s|500000 |  4727 |  2293k|   4.6 | 113M| 179 |   - |5645 |  25k|   0 |   0 | 556k| 426k|8941 | 0.000000e+00 | 2.000000e+00 |    Inf 
1539.63/1539.65	c  1525s|510000 |  4667 |  2343k|   4.6 | 109M| 179 |  14 |5645 |  13k|5645 | 162 | 562k| 439k|9093 | 0.000000e+00 | 2.000000e+00 |    Inf 
1558.23/1558.29	c  1543s|520000 |  4716 |  2363k|   4.5 | 111M| 179 |   - |5645 |  15k|   0 |   0 | 567k| 452k|9107 | 0.000000e+00 | 2.000000e+00 |    Inf 
1577.03/1577.03	c  1562s|530000 |  4707 |  2383k|   4.5 | 111M| 179 |  12 |5645 |  16k|5645 | 145 | 572k| 465k|9127 | 0.000000e+00 | 2.000000e+00 |    Inf 
1595.33/1595.34	c  1580s|540000 |  4698 |  2401k|   4.4 | 112M| 179 |   - |5645 |  17k|   0 |   0 | 575k| 480k|9129 | 0.000000e+00 | 2.000000e+00 |    Inf 
1613.94/1613.97	c  1598s|550000 |  4691 |  2422k|   4.4 | 112M| 179 |   - |5645 |  16k|   0 |   0 | 579k| 495k|9161 | 0.000000e+00 | 2.000000e+00 |    Inf 
1632.34/1632.36	c  1616s|560000 |  4682 |  2443k|   4.4 | 112M| 179 |   - |5645 |  16k|   0 |   0 | 584k| 509k|9193 | 0.000000e+00 | 2.000000e+00 |    Inf 
1651.44/1651.42	c  1635s|570000 |  4667 |  2462k|   4.3 | 111M| 179 |   - |5645 |  15k|   0 |   0 | 587k| 522k|9203 | 0.000000e+00 | 2.000000e+00 |    Inf 
1669.93/1669.99	c  1653s|580000 |  4691 |  2483k|   4.3 | 112M| 179 |   1 |5645 |  18k|5645 | 145 | 591k| 536k|9226 | 0.000000e+00 | 2.000000e+00 |    Inf 
1689.83/1689.80	c  1673s|590000 |  4795 |  2503k|   4.2 | 114M| 179 |   - |5645 |  21k|   0 |   0 | 596k| 552k|9256 | 0.000000e+00 | 2.000000e+00 |    Inf 
1709.64/1709.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1709.64/1709.63	c  1692s|600000 |  4760 |  2523k|   4.2 | 114M| 179 |  17 |5645 |  21k|5645 | 165 | 600k| 567k|9269 | 0.000000e+00 | 2.000000e+00 |    Inf 
1729.24/1729.27	c  1712s|610000 |  4784 |  2544k|   4.2 | 115M| 179 |   - |5645 |  22k|   0 |   0 | 606k| 582k|9293 | 0.000000e+00 | 2.000000e+00 |    Inf 
1750.34/1750.32	c  1733s|620000 |  4782 |  2563k|   4.1 | 117M| 179 |   - |5645 |  24k|   0 |   0 | 610k| 597k|9326 | 0.000000e+00 | 2.000000e+00 |    Inf 
1771.05/1771.09	c  1753s|630000 |  4823 |  2583k|   4.1 | 117M| 179 |   - |5645 |  23k|   0 |   0 | 615k| 612k|9339 | 0.000000e+00 | 2.000000e+00 |    Inf 
1791.13/1791.19	c  1773s|640000 |  4854 |  2603k|   4.1 | 117M| 179 |   1 |5645 |  21k|5645 | 145 | 620k| 629k|9363 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1781.80
1800.04/1800.00	c Solving Nodes      : 644551
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (322 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.08	s SATISFIABLE
1800.04/1800.08	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.08	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1800.04/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.04/1800.08	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.08	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.08	v -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1800.04/1800.08	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.04/1800.08	v -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 
1800.04/1800.08	v -x28 -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 
1800.04/1800.08	v -x1 
1800.04/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.08	c Solving Time       :    1781.80
1800.04/1800.08	c Original Problem   :
1800.04/1800.08	c   Problem name     : HOME/instance-2692353-1277927613.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.08	c Presolved Problem  :
1800.04/1800.08	c   Problem name     : t_HOME/instance-2692353-1277927613.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5414 initial, 28443 maximal
1800.04/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.04/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   root node        :          -       2674          -          -       5348          -          -          -          -
1800.04/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   integral         :          0          0          0     548046          0          0         67          0          0     501476
1800.04/1800.08	c   indicator        :       2707          0    3225701     296667          0       1780   43304125          0          0          0
1800.04/1800.08	c   linear           :       2707          6    3315377     297097          0     121186   10213471     621969          0          0
1800.04/1800.08	c   logicor          :          0+         0    1121349          0          0      41795    1420593          0          0          0
1800.04/1800.08	c   bounddisjunction :          0+         0      27167          0          0          0        167          0          0          0
1800.04/1800.08	c   countsols        :          0          0          0     198335          0          0          0          0          0          0
1800.04/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.08	c   integral         :      16.76       0.00       0.00      16.76       0.00
1800.04/1800.08	c   indicator        :     165.18       0.02     100.21      64.95       0.00
1800.04/1800.08	c   linear           :     166.71       0.01     128.27      38.43       0.00
1800.04/1800.08	c   logicor          :      83.73       0.00      83.73       0.00       0.00
1800.04/1800.08	c   bounddisjunction :       0.08       0.00       0.08       0.00       0.00
1800.04/1800.08	c   countsols        :       0.06       0.00       0.00       0.06       0.00
1800.04/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.08	c   vbounds          :       0.78          2          0          0
1800.04/1800.08	c   rootredcost      :       0.79         98          0       2674
1800.04/1800.08	c   pseudoobj        :     203.74    3374004      56407   25841949
1800.04/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.08	c   propagation      :      23.68     219388     219212    1521834       38.2      26381       12.4          -
1800.04/1800.08	c   infeasible LP    :       1.58       4606       4606      37550       41.4         51       17.1          0
1800.04/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   pseudo solution  :       0.49       1776       1776       6365       16.5        567        8.9          -
1800.04/1800.08	c   applied globally :          -          -          -     636930       29.1          -          -          -
1800.04/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.08	c   redcost          :      72.44     574042          0   17002452          0          0
1800.04/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.08	c   gomory           :       0.00          4          0          0         86          0
1800.04/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.08	c   cmir             :       0.03          4          0          0          0          0
1800.04/1800.08	c   flowcover        :       0.02          4          0          0          0          0
1800.04/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.08	c Pricers            :       Time      Calls       Vars
1800.04/1800.08	c   problem variables:       0.00          0          0
1800.04/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   relpscost        :      16.39     250795          0         67          0          0     501476
1800.04/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   inference        :      52.48     198237          0          0          0          0     396474
1800.04/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.08	c   LP solutions     :       0.72          -         98
1800.04/1800.08	c   pseudo solutions :       0.00          -          0
1800.04/1800.08	c   feaspump         :       0.00          0          0
1800.04/1800.08	c   oneopt           :       0.82         89          0
1800.04/1800.08	c   intshifting      :       0.12         20          0
1800.04/1800.08	c   crossover        :       3.69        130          0
1800.04/1800.08	c   guideddiving     :       6.99       3381          0
1800.04/1800.08	c   pscostdiving     :       7.96       5343          0
1800.04/1800.08	c   fracdiving       :       7.97       5343          0
1800.04/1800.08	c   linesearchdiving :       8.01       5343          0
1800.04/1800.08	c   coefdiving       :       8.16       5344          0
1800.04/1800.08	c   veclendiving     :       8.12       5344          0
1800.04/1800.08	c   objpscostdiving  :       7.62       4728          0
1800.04/1800.08	c   rootsoldiving    :       7.88       4732          0
1800.04/1800.08	c   trivial          :       0.08          2          2
1800.04/1800.08	c   simplerounding   :       0.71     259204          0
1800.04/1800.08	c   zirounding       :       0.37       1000          0
1800.04/1800.08	c   rounding         :       3.46       7136          0
1800.04/1800.08	c   shifting         :       2.41       2229          0
1800.04/1800.08	c   twoopt           :       0.00          0          0
1800.04/1800.08	c   fixandinfer      :       0.00          0          0
1800.04/1800.08	c   intdiving        :       0.00          0          0
1800.04/1800.08	c   actconsdiving    :       0.00          0          0
1800.04/1800.08	c   octane           :       0.00          0          0
1800.04/1800.08	c   rens             :       0.03          1          0
1800.04/1800.08	c   rins             :       0.00          0          0
1800.04/1800.08	c   localbranching   :       0.00          0          0
1800.04/1800.08	c   mutation         :       0.00          0          0
1800.04/1800.08	c   dins             :       0.00          0          0
1800.04/1800.08	c   undercover       :       0.00          0          0
1800.04/1800.08	c   nlp              :       0.27          0          0
1800.04/1800.08	c   trysol           :       1.89      11397        222
1800.04/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.08	c   dual LP          :     475.45     395241    2608185       6.60    5485.72
1800.04/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.08	c   diving/probing LP:       1.00       1003       4340       4.33    4340.00
1800.04/1800.08	c   strong branching :      14.64       9370      74230       7.92    5070.36
1800.04/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.08	c B&B Tree           :
1800.04/1800.08	c   number of runs   :          1
1800.04/1800.08	c   nodes            :     644551
1800.04/1800.08	c   nodes (total)    :     644551
1800.04/1800.08	c   nodes left       :       4822
1800.04/1800.08	c   max depth        :        179
1800.04/1800.08	c   max depth (total):        179
1800.04/1800.08	c   backtracks       :      46045 (7.1%)
1800.04/1800.08	c   delayed cutoffs  :      41554
1800.04/1800.08	c   repropagations   :    1200156 (10733610 domain reductions, 31813 cutoffs)
1800.04/1800.08	c   avg switch length:       6.21
1800.04/1800.08	c   switching time   :     187.38
1800.04/1800.08	c Solution           :
1800.04/1800.08	c   Solutions found  :        322 (99 improvements)
1800.04/1800.08	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 455954 nodes, 1403.39 seconds, depth 33, found by <relaxation>)
1800.04/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.08	c   Gap              :   infinite
1800.04/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.08	c   Root Iterations  :        106
1800.24/1800.23	c Time complete: 1800.27.

Verifier Data

OK	2

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.24 2.35 4/178 20629
/proc/meminfo: memFree=31061324/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=9548 CPUtime=0
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1681 0 0 0 0 0 0 0 25 0 1 0 134055949 9777152 1601 4089446400 4194304 8223781 140735816527344 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20629/statm: 2387 1601 369 984 0 1400 0

[startup+0.0545931 s]
/proc/loadavg: 2.00 2.24 2.35 4/178 20629
/proc/meminfo: memFree=31061324/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=32372 CPUtime=0.04
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 7725 0 0 0 4 0 0 0 25 0 1 0 134055949 33148928 7281 4089446400 4194304 8223781 140735816527344 18446744073709551615 4563878 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 8093 7281 405 984 0 7106 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32372

[startup+0.100596 s]
/proc/loadavg: 2.00 2.24 2.35 4/178 20629
/proc/meminfo: memFree=31061324/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=35140 CPUtime=0.09
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 134055949 35983360 7645 4089446400 4194304 8223781 140735816527344 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300552 s]
/proc/loadavg: 2.00 2.24 2.35 4/178 20629
/proc/meminfo: memFree=31061324/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=58616 CPUtime=0.29
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 14530 0 0 0 28 1 0 0 25 0 1 0 134055949 60022784 13473 4089446400 4194304 8223781 140735816527344 18446744073709551615 6207672 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 14654 13473 564 984 0 13667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58616

[startup+0.700475 s]
/proc/loadavg: 2.00 2.24 2.35 4/178 20629
/proc/meminfo: memFree=31061324/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=43080 CPUtime=0.69
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 15656 0 0 0 67 2 0 0 25 0 1 0 134055949 44113920 9711 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50034 s]
/proc/loadavg: 2.00 2.24 2.35 3/179 20630
/proc/meminfo: memFree=31023868/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=44460 CPUtime=1.49
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 15925 0 0 0 146 3 0 0 25 0 1 0 134055949 45527040 9980 4089446400 4194304 8223781 140735816527344 18446744073709551615 6482641 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 11115 9980 578 984 0 10128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44460

[startup+3.10105 s]
/proc/loadavg: 2.00 2.24 2.35 3/179 20630
/proc/meminfo: memFree=31021512/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=49648 CPUtime=3.09
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 22180 0 0 0 304 5 0 0 25 0 1 0 134055949 50839552 11200 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 12412 11200 579 984 0 11425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49648

[startup+6.30048 s]
/proc/loadavg: 2.00 2.24 2.35 3/179 20630
/proc/meminfo: memFree=31015240/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=53844 CPUtime=6.29
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 28366 0 0 0 621 8 0 0 25 0 1 0 134055949 55136256 12316 4089446400 4194304 8223781 140735816527344 18446744073709551615 4561380 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 13461 12316 579 984 0 12474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53844

[startup+12.7003 s]
/proc/loadavg: 2.00 2.23 2.35 3/179 20630
/proc/meminfo: memFree=31009896/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=59480 CPUtime=12.69
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 39902 0 0 0 1255 14 0 0 25 0 1 0 134055949 60907520 13726 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 14870 13726 579 984 0 13883 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59480

[startup+25.5011 s]
/proc/loadavg: 2.00 2.22 2.34 3/179 20631
/proc/meminfo: memFree=30995760/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=73076 CPUtime=25.49
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 47727 0 0 0 2523 26 0 0 25 0 1 0 134055949 74829824 17151 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 18269 17151 579 984 0 17282 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73076

[startup+51.1005 s]
/proc/loadavg: 2.00 2.20 2.33 3/179 20632
/proc/meminfo: memFree=30967568/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=100632 CPUtime=51.09
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 59708 0 0 0 5061 48 0 0 25 0 1 0 134055949 103047168 24081 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 25158 24081 579 984 0 24171 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100632

[startup+102.306 s]
/proc/loadavg: 2.00 2.17 2.31 3/179 20633
/proc/meminfo: memFree=30909364/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=158104 CPUtime=102.29
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 79411 0 0 0 10140 89 0 0 25 0 1 0 134055949 161898496 38413 4089446400 4194304 8223781 140735816527344 18446744073709551615 6003452 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 39526 38413 579 984 0 38539 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 158104

[startup+162.301 s]
/proc/loadavg: 2.00 2.13 2.29 3/179 20634
/proc/meminfo: memFree=30846176/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=222756 CPUtime=162.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 100401 0 0 0 16093 137 0 0 25 0 1 0 134055949 228102144 54210 4089446400 4194304 8223781 140735816527344 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 55689 54210 579 984 0 54702 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 222756

[startup+222.301 s]
/proc/loadavg: 2.00 2.11 2.27 3/179 20636
/proc/meminfo: memFree=30783132/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=285556 CPUtime=222.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 116209 0 0 0 22050 180 0 0 25 0 1 0 134055949 292409344 70007 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 71389 70007 579 984 0 70402 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 285556

[startup+282.301 s]
/proc/loadavg: 2.04 2.10 2.26 3/179 20638
/proc/meminfo: memFree=30721068/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=346068 CPUtime=282.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 158568 0 0 0 28001 229 0 0 25 0 1 0 134055949 354373632 85217 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 86517 85217 583 984 0 85530 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 346068

[startup+342.3 s]
/proc/loadavg: 2.01 2.08 2.24 3/179 20640
/proc/meminfo: memFree=30688536/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=379256 CPUtime=342.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 207254 0 0 0 33951 279 0 0 25 0 1 0 134055949 388358144 93365 4089446400 4194304 8223781 140735816527344 18446744073709551615 4329851 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 94814 93365 583 984 0 93827 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 379256

[startup+402.301 s]
/proc/loadavg: 2.00 2.06 2.22 3/179 20641
/proc/meminfo: memFree=30653520/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=413480 CPUtime=402.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 265854 0 0 0 39901 329 0 0 25 0 1 0 134055949 423403520 101790 4089446400 4194304 8223781 140735816527344 18446744073709551615 6482603 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 103370 101790 583 984 0 102383 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 413480

[startup+462.301 s]
/proc/loadavg: 2.00 2.05 2.20 3/179 20651
/proc/meminfo: memFree=30614720/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=451412 CPUtime=462.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 316295 0 0 0 45854 376 0 0 25 0 1 0 134055949 462245888 111237 4089446400 4194304 8223781 140735816527344 18446744073709551615 6436202 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 112853 111237 583 984 0 111866 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 451412

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.18 3/179 20653
/proc/meminfo: memFree=30568636/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=498952 CPUtime=522.31
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 413092 0 0 0 51801 430 0 0 25 0 1 0 134055949 510926848 122804 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 124738 122804 583 984 0 123751 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 498952

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/179 20655
/proc/meminfo: memFree=30495292/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=572636 CPUtime=582.3
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 513907 0 0 0 57741 489 0 0 25 0 1 0 134055949 586379264 140807 4089446400 4194304 8223781 140735816527344 18446744073709551615 4703869 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 143159 140807 588 984 0 142172 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 572636

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 20657
/proc/meminfo: memFree=30446004/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=626092 CPUtime=642.31
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 532851 0 0 0 63686 545 0 0 25 0 1 0 134055949 641118208 153026 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 156523 153026 592 984 0 155536 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 626092

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 2.12 3/179 20663
/proc/meminfo: memFree=30244024/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=864560 CPUtime=882.32
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 592634 0 0 0 87459 773 0 0 25 0 1 0 134055949 885309440 203067 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 216140 203067 592 984 0 215153 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 864560

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 2.11 3/179 20665
/proc/meminfo: memFree=30195988/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=924636 CPUtime=942.32
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 604667 0 0 0 93399 833 0 0 25 0 1 0 134055949 946827264 215100 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 231159 215100 592 984 0 230172 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 924636

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 20666
/proc/meminfo: memFree=30160100/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=964212 CPUtime=1002.31
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 640712 0 0 0 99338 893 0 0 25 0 1 0 134055949 987353088 223682 4089446400 4194304 8223781 140735816527344 18446744073709551615 6003280 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 241053 223682 592 984 0 240066 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 964212

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 20667
/proc/meminfo: memFree=30135112/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=992432 CPUtime=1062.32
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 656636 0 0 0 105281 951 0 0 25 0 1 0 134055949 1016250368 229675 4089446400 4194304 8223781 140735816527344 18446744073709551615 4677677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 248108 229675 592 984 0 247121 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 992432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 20669
/proc/meminfo: memFree=30101816/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1034432 CPUtime=1122.32
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 664742 0 0 0 111227 1005 0 0 25 0 1 0 134055949 1059258368 237781 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 258608 237781 592 984 0 257621 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1034432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 20671
/proc/meminfo: memFree=30069896/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1073428 CPUtime=1182.32
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 677622 0 0 0 117171 1061 0 0 25 0 1 0 134055949 1099190272 245567 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 268357 245567 592 984 0 267370 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1073428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 20673
/proc/meminfo: memFree=30048500/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1100852 CPUtime=1242.32
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 746743 0 0 0 123106 1126 0 0 25 0 1 0 134055949 1127272448 250711 4089446400 4194304 8223781 140735816527344 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 275213 250711 594 984 0 274226 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1100852

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 20674
/proc/meminfo: memFree=30029212/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1124728 CPUtime=1302.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 798178 0 0 0 129037 1196 0 0 25 0 1 0 134055949 1151721472 255312 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 281182 255312 594 984 0 280195 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1124728

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 20675
/proc/meminfo: memFree=30024328/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1129980 CPUtime=1362.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 907617 0 0 0 134953 1280 0 0 25 0 1 0 134055949 1157099520 256152 4089446400 4194304 8223781 140735816527344 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 282495 256152 603 984 0 281508 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1129980

[startup+1422.31 s]
/proc/loadavg: 1.93 1.98 2.05 3/179 20726
/proc/meminfo: memFree=30152632/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1119352 CPUtime=1422.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 987778 0 0 0 140868 1365 0 0 25 0 1 0 134055949 1146216448 253660 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279838 253660 603 984 0 278851 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1119352

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 2.04 3/179 20728
/proc/meminfo: memFree=30152920/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1117476 CPUtime=1482.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1011389 0 0 0 146788 1445 0 0 25 0 1 0 134055949 1144295424 253190 4089446400 4194304 8223781 140735816527344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279369 253190 603 984 0 278382 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1117476

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/179 20730
/proc/meminfo: memFree=30153484/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1116564 CPUtime=1542.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1016112 0 0 0 152725 1508 0 0 25 0 1 0 134055949 1143361536 252928 4089446400 4194304 8223781 140735816527344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279141 252928 603 984 0 278154 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1116564

[startup+1602.3 s]
/proc/loadavg: 2.03 2.00 2.03 3/179 20731
/proc/meminfo: memFree=30152944/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1116564 CPUtime=1602.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1016112 0 0 0 158646 1587 0 0 25 0 1 0 134055949 1143361536 252928 4089446400 4194304 8223781 140735816527344 18446744073709551615 6162720 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279141 252928 603 984 0 278154 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1116564

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/179 20732
/proc/meminfo: memFree=30152784/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1116712 CPUtime=1662.34
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1020633 0 0 0 164568 1666 0 0 25 0 1 0 134055949 1143513088 252965 4089446400 4194304 8223781 140735816527344 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279178 252965 603 984 0 278191 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1116712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 20734
/proc/meminfo: memFree=30152872/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1116712 CPUtime=1722.33
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1020633 0 0 0 170498 1735 0 0 25 0 1 0 134055949 1143513088 252965 4089446400 4194304 8223781 140735816527344 18446744073709551615 6483660 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279178 252965 603 984 0 278191 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1116712

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 20736
/proc/meminfo: memFree=30152568/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1117060 CPUtime=1782.34
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1020710 0 0 0 176430 1804 0 0 25 0 1 0 134055949 1143869440 253042 4089446400 4194304 8223781 140735816527344 18446744073709551615 6162915 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279265 253042 603 984 0 278278 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1117060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 20736
/proc/meminfo: memFree=30152680/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=1117060 CPUtime=1800.04
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1020710 0 0 0 178182 1822 0 0 25 0 1 0 134055949 1143869440 253042 4089446400 4194304 8223781 140735816527344 18446744073709551615 5893875 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20629/statm: 279265 253042 603 984 0 278278 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1117060

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 20736
/proc/meminfo: memFree=30152680/32951124 swapFree=67111528/67111528
[pid=20629] ppid=20627 vsize=778600 CPUtime=1800.24
/proc/20629/stat : 20629 (pbscip.linux.x8) R 20627 20629 20507 0 -1 4202496 1020712 0 0 0 178201 1823 0 0 25 0 1 0 134055949 797286400 171585 4089446400 4194304 8223781 140735816527344 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20629/statm: 194523 171332 605 984 0 193536 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 778600

Child status: 0
Real time (s): 1800.24
CPU time (s): 1800.28
CPU user time (s): 1782.02
CPU system time (s): 18.2642
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1148436

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

runsolver used 2.39164 second user time and 5.81912 second system time

The end

Launcher Data

Begin job on node146 at 2010-06-30 21:53:33
IDJOB=2692353
IDBENCH=79281
IDSOLVER=1204
FILE ID=node146/2692353-1277927613
PBS_JOBID= 11197386
Free space on /tmp= 74176 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563250--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692353-1277927613/watcher-2692353-1277927613 -o /tmp/evaluation-result-2692353-1277927613/solver-2692353-1277927613 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692353-1277927613.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cf1e130a7c7d84197ef06427870fc4d7
RANDOM SEED=45189709

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31061852 kB
Buffers:        217992 kB
Cached:        1336420 kB
SwapCached:          0 kB
Active:         610576 kB
Inactive:      1130616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31061852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4724 kB
Writeback:           0 kB
AnonPages:      186772 kB
Mapped:          16832 kB
Slab:            83848 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   334656 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= 74172 MiB
End job on node146 at 2010-06-30 22:23:35