Trace number 2692388

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.23 1800.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM5b6bb33016643c054f0ad34369984077
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 benchmark59.6679
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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-2692388-1277929530.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 136367
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.363670e+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.363670e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+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.363670e+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.363670e+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.363670e+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.363670e+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.363670e+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.363670e+05 |    Inf 
28.08/28.15	c  27.3s| 10000 | 10001 | 43996 |   4.4 |  50M| 157 |   0 |5645 |5414 |5645 | 206 |  11k|   0 |1735 | 0.000000e+00 | 1.363670e+05 |    Inf 
48.99/49.05	c  47.7s| 20000 | 20001 | 67677 |   3.4 |  72M| 157 |   0 |5645 |5414 |5645 | 193 |  18k|   0 |1758 | 0.000000e+00 | 1.363670e+05 |    Inf 
70.09/70.16	c  68.4s| 30000 | 30001 | 91941 |   3.1 |  93M| 157 |   0 |5645 |5414 |5645 | 182 |  24k|   0 |1775 | 0.000000e+00 | 1.363670e+05 |    Inf 
91.09/91.16	c  89.0s| 40000 | 40001 |114778 |   2.9 | 115M| 157 |   0 |5645 |5414 |5645 | 192 |  31k|   0 |1865 | 0.000000e+00 | 1.363670e+05 |    Inf 
112.59/112.64	c   110s| 50000 | 50001 |139632 |   2.8 | 137M| 157 |   0 |5645 |5414 |5645 | 199 |  38k|   0 |2241 | 0.000000e+00 | 1.363670e+05 |    Inf 
132.59/132.61	c   130s| 60000 | 60001 |155825 |   2.6 | 158M| 199 |   0 |5645 |5414 |5645 | 236 |  43k|   0 |2413 | 0.000000e+00 | 1.363670e+05 |    Inf 
152.89/152.93	c   149s| 70000 | 70001 |173543 |   2.5 | 180M| 199 |   0 |5645 |5414 |5645 | 211 |  49k|   0 |2599 | 0.000000e+00 | 1.363670e+05 |    Inf 
172.59/172.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.59/172.66	c   169s| 80000 | 80001 |186235 |   2.3 | 201M| 199 |   0 |5645 |5414 |5645 | 207 |  53k|   0 |2744 | 0.000000e+00 | 1.363670e+05 |    Inf 
192.40/192.46	c   188s| 90000 | 90001 |199009 |   2.2 | 223M| 199 |   0 |5645 |5414 |5645 | 193 |  57k|   0 |2858 | 0.000000e+00 | 1.363670e+05 |    Inf 
212.19/212.24	c   208s|100000 |100001 |213835 |   2.1 | 244M| 199 |   0 |5645 |5414 |5645 | 185 |  63k|   0 |3024 | 0.000000e+00 | 1.363670e+05 |    Inf 
212.98/213.02	o 553
212.98/213.02	c * 208s|100401 | 78439 |214107 |   2.1 | 202M| 199 |   - |5645 |5414 |5645 | 173 |  63k|   0 |3024 | 0.000000e+00 | 5.530000e+02 |    Inf 
241.79/241.88	o 543
241.79/241.88	c * 237s|109669 | 86408 |256578 |   2.3 | 225M| 199 |   - |5645 |5827 |5645 | 180 |  77k| 413 |3413 | 0.000000e+00 | 5.430000e+02 |    Inf 
242.68/242.77	c   238s|110000 | 86739 |257763 |   2.3 | 226M| 199 |   0 |5645 |5827 |5645 | 178 |  77k| 413 |3413 | 0.000000e+00 | 5.430000e+02 |    Inf 
260.59/260.67	o 542
260.59/260.67	c * 255s|115243 | 91566 |290269 |   2.5 | 240M| 199 |   - |5645 |6241 |5645 | 200 |  87k| 918 |3669 | 0.000000e+00 | 5.420000e+02 |    Inf 
260.59/260.68	o 534
260.59/260.68	c * 255s|115248 | 90686 |290269 |   2.5 | 238M| 199 |   - |5645 |6241 |5645 | 200 |  87k| 918 |3669 | 0.000000e+00 | 5.340000e+02 |    Inf 
276.88/276.95	o 526
276.88/276.95	c * 271s|119758 | 94032 |320883 |   2.7 | 251M| 199 |   - |5645 |6367 |5645 | 201 |  97k|1350 |3870 | 0.000000e+00 | 5.260000e+02 |    Inf 
277.78/277.88	c   272s|120000 | 94264 |322842 |   2.7 | 251M| 199 |   0 |5645 |6386 |5645 | 213 |  97k|1388 |3881 | 0.000000e+00 | 5.260000e+02 |    Inf 
281.29/281.38	o 516
281.29/281.38	c * 275s|120998 | 93901 |329088 |   2.7 | 251M| 199 |   - |5645 |6380 |5645 | 184 |  99k|1507 |3921 | 0.000000e+00 | 5.160000e+02 |    Inf 
312.58/312.68	o 514
312.58/312.68	c * 306s|129535 |101695 |395291 |   3.1 | 277M| 199 |   - |5645 |6141 |5645 | 214 | 120k|2501 |4365 | 0.000000e+00 | 5.140000e+02 |    Inf 
314.68/314.74	c   308s|130000 |102089 |400148 |   3.1 | 279M| 199 |   0 |5645 |6250 |5645 | 185 | 121k|2662 |4430 | 0.000000e+00 | 5.140000e+02 |    Inf 
316.88/316.93	o 513
316.88/316.93	c * 310s|130579 |102511 |404609 |   3.1 | 281M| 199 |   - |5645 |6206 |5645 | 206 | 123k|2716 |4446 | 0.000000e+00 | 5.130000e+02 |    Inf 
320.18/320.23	o 509
320.18/320.23	c * 313s|131468 |102801 |411132 |   3.1 | 283M| 199 |   - |5645 |6154 |5645 | 179 | 125k|2827 |4463 | 0.000000e+00 | 5.090000e+02 |    Inf 
337.69/337.73	o 508
337.69/337.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.69/337.73	c * 330s|136338 |107265 |446093 |   3.3 | 297M| 199 |   - |5645 |6013 |5645 | 189 | 135k|3437 |4770 | 0.000000e+00 | 5.080000e+02 |    Inf 
351.08/351.11	c   343s|140000 |110555 |475420 |   3.4 | 308M| 199 |   1 |5645 |5991 |5645 | 153 | 143k|4205 |4949 | 0.000000e+00 | 5.080000e+02 |    Inf 
351.38/351.41	o 505
351.38/351.41	c * 344s|140072 |110164 |476270 |   3.4 | 307M| 199 |   - |5645 |6004 |5645 | 185 | 144k|4243 |4950 | 0.000000e+00 | 5.050000e+02 |    Inf 
351.38/351.43	o 504
351.38/351.43	c * 344s|140073 |110012 |476270 |   3.4 | 306M| 199 |   - |5645 |6002 |5645 | 185 | 144k|4243 |4950 | 0.000000e+00 | 5.040000e+02 |    Inf 
360.69/360.72	o 501
360.69/360.72	c * 353s|142447 |111564 |496409 |   3.5 | 314M| 199 |   - |5645 |6084 |5645 | 192 | 149k|4930 |5005 | 0.000000e+00 | 5.010000e+02 |    Inf 
362.28/362.34	o 500
362.28/362.34	c * 354s|142855 |111815 |499993 |   3.5 | 314M| 199 |   - |5645 |6050 |5645 | 208 | 150k|4971 |5009 | 0.000000e+00 | 5.000000e+02 |    Inf 
362.28/362.35	o 492
362.28/362.35	c * 354s|142856 |110458 |499994 |   3.5 | 309M| 199 |   - |5645 |6050 |5645 | 208 | 150k|4971 |5009 | 0.000000e+00 | 4.920000e+02 |    Inf 
379.98/380.05	o 486
379.98/380.05	c * 372s|147751 |113894 |535324 |   3.6 | 320M| 199 |   - |5645 |6118 |5645 | 184 | 161k|5729 |5210 | 0.000000e+00 | 4.860000e+02 |    Inf 
385.19/385.22	o 477
385.19/385.22	c * 377s|149083 |113497 |546283 |   3.7 | 319M| 199 |   - |5645 |6153 |5645 | 205 | 165k|5966 |5251 | 0.000000e+00 | 4.770000e+02 |    Inf 
388.79/388.80	c   380s|150000 |114326 |553427 |   3.7 | 322M| 199 |   6 |5645 |6138 |5645 | 161 | 167k|6112 |5293 | 0.000000e+00 | 4.770000e+02 |    Inf 
388.89/389.00	o 471
388.89/389.00	c * 380s|150050 |113237 |553799 |   3.7 | 318M| 199 |   - |5645 |6133 |5645 | 193 | 167k|6112 |5298 | 0.000000e+00 | 4.710000e+02 |    Inf 
389.18/389.27	o 466
389.18/389.27	c * 381s|150124 |112350 |554209 |   3.7 | 315M| 199 |   - |5645 |6124 |5645 | 198 | 167k|6115 |5302 | 0.000000e+00 | 4.660000e+02 |    Inf 
389.39/389.50	o 452
389.39/389.50	c * 381s|150179 |109515 |554727 |   3.7 | 306M| 199 |   - |5645 |6143 |5645 | 197 | 167k|6141 |5307 | 0.000000e+00 | 4.520000e+02 |    Inf 
393.39/393.47	o 451
393.39/393.47	c * 385s|151259 |110303 |561223 |   3.7 | 309M| 199 |   - |5645 |6112 |5645 | 177 | 169k|6286 |5366 | 0.000000e+00 | 4.510000e+02 |    Inf 
398.09/398.17	o 432
398.09/398.17	c * 389s|152491 |107117 |571377 |   3.7 | 298M| 199 |   - |5645 |6232 |5645 | 215 | 172k|6548 |5438 | 0.000000e+00 | 4.320000e+02 |    Inf 
402.09/402.13	o 430
402.09/402.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.09/402.13	c * 393s|153410 |107396 |580080 |   3.8 | 300M| 199 |   - |5645 |6373 |5645 | 213 | 175k|6895 |5479 | 0.000000e+00 | 4.300000e+02 |    Inf 
413.98/414.06	o 425
413.98/414.06	c * 405s|156502 |108829 |604862 |   3.9 | 307M| 199 |   - |5645 |6533 |5645 | 176 | 182k|7772 |5600 | 0.000000e+00 | 4.250000e+02 |    Inf 
420.99/421.02	o 422
420.99/421.02	c * 412s|158581 |110098 |614649 |   3.9 | 310M| 199 |   - |5645 |6207 |5645 | 208 | 186k|7901 |5670 | 0.000000e+00 | 4.220000e+02 |    Inf 
420.99/421.04	o 414
420.99/421.04	c * 412s|158586 |108182 |614650 |   3.9 | 304M| 199 |   - |5645 |6207 |5645 | 208 | 186k|7901 |5670 | 0.000000e+00 | 4.140000e+02 |    Inf 
425.89/425.90	c   416s|160000 |109481 |621862 |   3.9 | 309M| 199 |   0 |5645 |6115 |5645 | 197 | 189k|8087 |5705 | 0.000000e+00 | 4.140000e+02 |    Inf 
464.49/464.58	c   454s|170000 |117112 |708055 |   4.2 | 343M| 199 |   0 |5645 |6396 |5645 | 194 | 214k|  12k|6061 | 0.000000e+00 | 4.140000e+02 |    Inf 
472.29/472.31	o 413
472.29/472.31	c * 462s|172002 |118407 |725223 |   4.2 | 349M| 199 |   - |5645 |6280 |5645 | 195 | 219k|  13k|6149 | 0.000000e+00 | 4.130000e+02 |    Inf 
472.89/472.90	o 412
472.89/472.90	c * 462s|172160 |118256 |726376 |   4.2 | 349M| 199 |   - |5645 |6252 |5645 | 208 | 219k|  13k|6153 | 0.000000e+00 | 4.120000e+02 |    Inf 
492.29/492.35	o 402
492.29/492.35	c * 481s|177127 |119473 |766809 |   4.3 | 357M| 199 |   - |5645 |6238 |5645 | 180 | 231k|  14k|6319 | 0.000000e+00 | 4.020000e+02 |    Inf 
492.39/492.45	o 395
492.39/492.45	c * 482s|177146 |117353 |767098 |   4.3 | 351M| 199 |   - |5645 |6245 |5645 | 205 | 231k|  14k|6320 | 0.000000e+00 | 3.950000e+02 |    Inf 
499.08/499.16	o 389
499.08/499.16	c * 488s|178980 |116966 |780303 |   4.4 | 350M| 199 |   - |5645 |6217 |5645 | 219 | 235k|  15k|6372 | 0.000000e+00 | 3.890000e+02 |    Inf 
502.78/502.80	c   492s|180000 |117785 |787005 |   4.4 | 353M| 199 |   0 |5645 |6258 |5645 | 192 | 237k|  15k|6382 | 0.000000e+00 | 3.890000e+02 |    Inf 
505.59/505.60	o 371
505.59/505.60	c * 494s|180666 |112512 |793260 |   4.4 | 337M| 199 |   - |5645 |6375 |5645 | 202 | 239k|  15k|6421 | 0.000000e+00 | 3.710000e+02 |    Inf 
507.19/507.23	o 359
507.19/507.23	c * 496s|181044 |108867 |796842 |   4.4 | 324M| 199 |   - |5645 |6380 |5645 | 217 | 240k|  16k|6449 | 0.000000e+00 | 3.590000e+02 |    Inf 
507.79/507.81	o 358
507.79/507.81	c * 497s|181162 |108634 |798181 |   4.4 | 325M| 199 |   - |5645 |6375 |5645 | 207 | 240k|  16k|6462 | 0.000000e+00 | 3.580000e+02 |    Inf 
512.69/512.74	o 353
512.69/512.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.69/512.74	c * 501s|182448 |108066 |808815 |   4.4 | 323M| 199 |   - |5645 |6457 |5645 | 235 | 243k|  16k|6480 | 0.000000e+00 | 3.530000e+02 |    Inf 
513.09/513.18	o 350
513.09/513.18	c * 502s|182539 |107171 |809650 |   4.4 | 321M| 199 |   - |5645 |6455 |5645 | 213 | 244k|  16k|6481 | 0.000000e+00 | 3.500000e+02 |    Inf 
513.99/514.00	o 349
513.99/514.00	c * 503s|182737 |106959 |811364 |   4.4 | 319M| 199 |   - |5645 |6413 |5645 | 230 | 244k|  16k|6491 | 0.000000e+00 | 3.490000e+02 |    Inf 
519.59/519.67	o 348
519.59/519.67	c * 508s|184107 |107650 |823165 |   4.5 | 323M| 199 |   - |5645 |6410 |5645 | 184 | 248k|  17k|6555 | 0.000000e+00 | 3.480000e+02 |    Inf 
522.09/522.18	o 345
522.09/522.18	c * 511s|184687 |106981 |828883 |   4.5 | 322M| 199 |   - |5645 |6496 |5645 | 214 | 249k|  17k|6577 | 0.000000e+00 | 3.450000e+02 |    Inf 
524.70/524.77	o 342
524.70/524.77	c * 513s|185270 |106209 |835589 |   4.5 | 319M| 199 |   - |5645 |6702 |5645 | 218 | 251k|  17k|6588 | 0.000000e+00 | 3.420000e+02 |    Inf 
531.59/531.62	o 341
531.59/531.62	c * 520s|186875 |106826 |850595 |   4.6 | 323M| 199 |   - |5645 |6870 |5645 | 218 | 256k|  18k|6654 | 0.000000e+00 | 3.410000e+02 |    Inf 
540.99/541.08	o 340
540.99/541.08	c * 529s|189209 |108155 |870826 |   4.6 | 330M| 199 |   - |5645 |6290 |5645 | 227 | 262k|  19k|6702 | 0.000000e+00 | 3.400000e+02 |    Inf 
544.40/544.50	o 336
544.40/544.50	c * 532s|189928 |107125 |880361 |   4.6 | 327M| 199 |   - |5645 |6421 |5645 | 179 | 264k|  20k|6760 | 0.000000e+00 | 3.360000e+02 |    Inf 
544.79/544.84	c   533s|190000 |107170 |881280 |   4.6 | 328M| 199 |   0 |5645 |6400 |5645 | 202 | 264k|  20k|6760 | 0.000000e+00 | 3.360000e+02 |    Inf 
557.89/557.92	o 335
557.89/557.92	c * 545s|193161 |109236 |908412 |   4.7 | 340M| 199 |   - |5645 |6558 |5645 | 198 | 273k|  21k|6860 | 0.000000e+00 | 3.350000e+02 |    Inf 
564.99/565.01	o 332
564.99/565.01	c * 552s|195038 |109621 |921479 |   4.7 | 343M| 199 |   - |5645 |6495 |5645 | 201 | 278k|  21k|6879 | 0.000000e+00 | 3.320000e+02 |    Inf 
567.60/567.62	o 330
567.60/567.62	c * 555s|195714 |109400 |925208 |   4.7 | 344M| 199 |   - |5645 |6499 |5645 | 194 | 280k|  21k|6908 | 0.000000e+00 | 3.300000e+02 |    Inf 
572.39/572.42	o 328
572.39/572.42	c * 560s|196818 |109382 |935782 |   4.8 | 346M| 199 |   - |5645 |6561 |5645 | 192 | 283k|  22k|6964 | 0.000000e+00 | 3.280000e+02 |    Inf 
574.10/574.11	o 303
574.10/574.11	c * 561s|197206 | 99358 |939396 |   4.8 | 309M| 199 |   - |5645 |6627 |5645 | 222 | 284k|  22k|6975 | 0.000000e+00 | 3.030000e+02 |    Inf 
574.20/574.22	o 299
574.20/574.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.20/574.22	c * 561s|197232 | 97728 |939521 |   4.8 | 304M| 199 |   - |5645 |6618 |5645 | 161 | 284k|  22k|6975 | 0.000000e+00 | 2.990000e+02 |    Inf 
575.99/576.09	o 297
575.99/576.09	c * 563s|197686 | 97293 |942854 |   4.8 | 304M| 199 |   - |5645 |6594 |5645 | 184 | 285k|  22k|6976 | 0.000000e+00 | 2.970000e+02 |    Inf 
576.19/576.25	o 290
576.19/576.25	c * 563s|197723 | 94404 |943075 |   4.8 | 295M| 199 |   - |5645 |6609 |5645 | 192 | 285k|  22k|6977 | 0.000000e+00 | 2.900000e+02 |    Inf 
576.79/576.81	o 285
576.79/576.81	c * 564s|197869 | 92483 |944039 |   4.8 | 287M| 199 |   - |5645 |6628 |5645 | 201 | 286k|  22k|6978 | 0.000000e+00 | 2.850000e+02 |    Inf 
577.19/577.28	o 281
577.19/577.28	c * 564s|197973 | 90833 |944936 |   4.8 | 281M| 199 |   - |5645 |6662 |5645 | 180 | 286k|  22k|6980 | 0.000000e+00 | 2.810000e+02 |    Inf 
580.39/580.44	o 279
580.39/580.44	c * 567s|198752 | 90350 |950438 |   4.8 | 281M| 199 |   - |5645 |6692 |5645 | 182 | 288k|  23k|6998 | 0.000000e+00 | 2.790000e+02 |    Inf 
585.49/585.56	c   572s|200000 | 91344 |959359 |   4.8 | 285M| 199 |   - |5645 |6594 |   0 |   0 | 291k|  23k|7059 | 0.000000e+00 | 2.790000e+02 |    Inf 
586.19/586.27	o 275
586.19/586.27	c * 573s|200158 | 89794 |961071 |   4.8 | 281M| 199 |   - |5645 |6591 |5645 | 207 | 291k|  23k|7068 | 0.000000e+00 | 2.750000e+02 |    Inf 
588.09/588.12	o 270
588.09/588.12	c * 575s|200599 | 87909 |964692 |   4.8 | 276M| 199 |   - |5645 |6789 |5645 | 212 | 292k|  23k|7073 | 0.000000e+00 | 2.700000e+02 |    Inf 
588.19/588.29	o 239
588.19/588.29	c * 575s|200621 | 74172 |964874 |   4.8 | 229M| 199 |   - |5645 |6791 |5645 | 213 | 293k|  23k|7073 | 0.000000e+00 | 2.390000e+02 |    Inf 
588.99/589.01	o 233
588.99/589.01	c * 576s|200798 | 71756 |966067 |   4.8 | 223M| 199 |   - |5645 |6778 |5645 | 177 | 293k|  23k|7073 | 0.000000e+00 | 2.330000e+02 |    Inf 
588.99/589.06	o 219
588.99/589.06	c * 576s|200810 | 66300 |966071 |   4.8 | 207M| 199 |   - |5645 |6781 |5645 | 177 | 293k|  23k|7073 | 0.000000e+00 | 2.190000e+02 |    Inf 
592.89/592.94	o 217
592.89/592.94	c * 580s|201958 | 66331 |970624 |   4.8 | 210M| 199 |   - |5645 |6808 |5645 | 219 | 295k|  24k|7086 | 0.000000e+00 | 2.170000e+02 |    Inf 
597.59/597.62	o 209
597.59/597.62	c * 584s|203100 | 63861 |978186 |   4.8 | 207M| 199 |   - |5645 |6703 |5645 | 223 | 297k|  24k|7103 | 0.000000e+00 | 2.090000e+02 |    Inf 
597.89/597.98	o 205
597.89/597.98	c * 585s|203173 | 62400 |978946 |   4.8 | 202M| 199 |   - |5645 |6712 |5645 | 221 | 298k|  24k|7110 | 0.000000e+00 | 2.050000e+02 |    Inf 
597.99/598.00	o 196
597.99/598.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.99/598.00	c * 585s|203174 | 58054 |978946 |   4.8 | 189M| 199 |   - |5645 |6712 |5645 | 221 | 298k|  24k|7110 | 0.000000e+00 | 1.960000e+02 |    Inf 
598.19/598.27	o 188
598.19/598.27	c * 585s|203209 | 54749 |979539 |   4.8 | 179M| 199 |   - |5645 |6690 |5645 | 183 | 298k|  24k|7111 | 0.000000e+00 | 1.880000e+02 |    Inf 
599.59/599.63	o 183
599.59/599.63	c * 586s|203459 | 52853 |982609 |   4.8 | 175M| 199 |   - |5645 |6743 |5645 | 213 | 299k|  24k|7126 | 0.000000e+00 | 1.830000e+02 |    Inf 
606.99/607.02	o 178
606.99/607.02	c * 593s|205005 | 51050 |996228 |   4.9 | 178M| 199 |   - |5645 |6778 |5645 | 216 | 303k|  25k|7155 | 0.000000e+00 | 1.780000e+02 |    Inf 
607.59/607.68	o 175
607.59/607.68	c * 594s|205129 | 49891 |997488 |   4.9 | 176M| 199 |   - |5645 |6753 |5645 | 181 | 304k|  25k|7155 | 0.000000e+00 | 1.750000e+02 |    Inf 
608.09/608.20	o 170
608.09/608.20	c * 594s|205233 | 48086 |998394 |   4.9 | 170M| 199 |   - |5645 |6764 |5645 | 188 | 304k|  25k|7155 | 0.000000e+00 | 1.700000e+02 |    Inf 
608.59/608.66	o 161
608.59/608.66	c * 595s|205341 | 44569 |999053 |   4.9 | 161M| 199 |   - |5645 |6782 |5645 | 183 | 304k|  25k|7155 | 0.000000e+00 | 1.610000e+02 |    Inf 
610.89/610.93	o 157
610.89/610.93	c * 597s|205772 | 42838 |  1003k|   4.9 | 156M| 199 |   - |5645 |6971 |5645 | 168 | 306k|  26k|7182 | 0.000000e+00 | 1.570000e+02 |    Inf 
611.09/611.18	o 147
611.09/611.18	c * 597s|205813 | 39802 |  1003k|   4.9 | 147M| 199 |   - |5645 |6997 |5645 | 200 | 306k|  26k|7183 | 0.000000e+00 | 1.470000e+02 |    Inf 
611.19/611.28	o 140
611.19/611.28	c * 598s|205835 | 37693 |  1003k|   4.9 | 141M| 199 |   - |5645 |6986 |5645 | 211 | 306k|  26k|7185 | 0.000000e+00 | 1.400000e+02 |    Inf 
611.29/611.37	o 137
611.29/611.37	c * 598s|205847 | 36835 |  1004k|   4.9 | 138M| 199 |   - |5645 |6956 |5645 | 201 | 306k|  26k|7186 | 0.000000e+00 | 1.370000e+02 |    Inf 
611.89/611.93	o 135
611.89/611.93	c * 598s|205956 | 36398 |  1005k|   4.9 | 137M| 199 |   - |5645 |6953 |5645 | 193 | 307k|  26k|7189 | 0.000000e+00 | 1.350000e+02 |    Inf 
613.80/613.82	o 128
613.80/613.82	c * 600s|206365 | 34884 |  1008k|   4.9 | 135M| 199 |   - |5645 |7066 |5645 | 205 | 308k|  26k|7206 | 0.000000e+00 | 1.280000e+02 |    Inf 
616.69/616.73	o 126
616.69/616.73	c * 603s|206978 | 34587 |  1014k|   4.9 | 138M| 199 |   - |5645 |7278 |5645 | 194 | 310k|  26k|7212 | 0.000000e+00 | 1.260000e+02 |    Inf 
620.69/620.75	o 125
620.69/620.75	c * 607s|207767 | 34569 |  1023k|   4.9 | 141M| 199 |   - |5645 |7640 |5645 | 217 | 313k|  27k|7218 | 0.000000e+00 | 1.250000e+02 |    Inf 
622.39/622.49	o 119
622.39/622.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
622.39/622.49	c * 608s|208140 | 31266 |  1026k|   4.9 | 134M| 199 |   - |5645 |7744 |5645 | 182 | 314k|  27k|7240 | 0.000000e+00 | 1.190000e+02 |    Inf 
622.89/622.98	o 107
622.89/622.98	c * 609s|208248 | 27357 |  1027k|   4.9 | 120M| 199 |   - |5645 |7747 |5645 | 200 | 314k|  27k|7249 | 0.000000e+00 | 1.070000e+02 |    Inf 
623.09/623.13	o 106
623.09/623.13	c * 609s|208271 | 26954 |  1027k|   4.9 | 119M| 199 |   - |5645 |7742 |5645 | 194 | 314k|  27k|7252 | 0.000000e+00 | 1.060000e+02 |    Inf 
623.09/623.15	o 102
623.09/623.15	c * 609s|208276 | 24533 |  1027k|   4.9 | 110M| 199 |   - |5645 |7742 |5645 | 194 | 314k|  27k|7252 | 0.000000e+00 | 1.020000e+02 |    Inf 
623.60/623.69	o 93
623.60/623.69	c * 610s|208388 | 22011 |  1028k|   4.9 | 103M| 199 |   - |5645 |7823 |5645 | 174 | 314k|  28k|7257 | 0.000000e+00 | 9.300000e+01 |    Inf 
623.99/624.05	o 83
623.99/624.05	c * 610s|208455 | 19012 |  1029k|   4.9 |  94M| 199 |   - |5645 |7509 |5645 | 174 | 315k|  28k|7260 | 0.000000e+00 | 8.300000e+01 |    Inf 
624.49/624.55	o 82
624.49/624.55	c * 610s|208558 | 18887 |  1030k|   4.9 |  94M| 199 |   - |5645 |7066 |5645 | 161 | 315k|  28k|7265 | 0.000000e+00 | 8.200000e+01 |    Inf 
625.09/625.11	o 79
625.09/625.11	c * 611s|208669 | 17898 |  1031k|   4.9 |  92M| 199 |   - |5645 |6954 |5645 | 165 | 315k|  28k|7273 | 0.000000e+00 | 7.900000e+01 |    Inf 
625.59/625.60	o 76
625.59/625.60	c * 611s|208736 | 17438 |  1032k|   4.9 |  92M| 199 |   - |5645 |6561 |5645 | 172 | 316k|  28k|7280 | 0.000000e+00 | 7.600000e+01 |    Inf 
625.59/625.68	o 62
625.59/625.68	c * 611s|208753 | 14719 |  1032k|   4.9 |  81M| 199 |   - |5645 |6424 |5645 | 207 | 316k|  28k|7281 | 0.000000e+00 | 6.200000e+01 |    Inf 
626.09/626.15	o 61
626.09/626.15	c * 612s|208832 | 14578 |  1033k|   4.9 |  82M| 199 |   - |5645 |5859 |5645 | 192 | 316k|  28k|7281 | 0.000000e+00 | 6.100000e+01 |    Inf 
626.29/626.38	o 51
626.29/626.38	c * 612s|208859 | 13361 |  1033k|   4.9 |  78M| 199 |   - |5645 |5776 |5645 | 179 | 316k|  28k|7308 | 0.000000e+00 | 5.100000e+01 |    Inf 
627.00/627.03	o 46
627.00/627.03	c * 613s|209010 | 12742 |  1034k|   4.9 |  74M| 199 |   - |5645 |5478 |5645 | 191 | 316k|  28k|7309 | 0.000000e+00 | 4.600000e+01 |    Inf 
627.00/627.04	o 37
627.00/627.04	c * 613s|209011 | 11591 |  1034k|   4.9 |  69M| 199 |   - |5645 |5478 |5645 | 191 | 316k|  28k|7309 | 0.000000e+00 | 3.700000e+01 |    Inf 
627.09/627.15	o 35
627.09/627.15	c * 613s|209029 | 11352 |  1034k|   4.9 |  69M| 199 |   - |5645 |5015 |5645 | 192 | 317k|  28k|7309 | 0.000000e+00 | 3.500000e+01 |    Inf 
627.39/627.44	o 33
627.39/627.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.39/627.44	c * 613s|209093 | 11296 |  1035k|   5.0 |  69M| 199 |   - |5645 |4851 |5645 | 180 | 317k|  28k|7309 | 0.000000e+00 | 3.300000e+01 |    Inf 
627.39/627.49	o 29
627.39/627.49	c * 613s|209110 | 10855 |  1035k|   5.0 |  68M| 199 |   - |5645 |4774 |5645 | 190 | 317k|  28k|7309 | 0.000000e+00 | 2.900000e+01 |    Inf 
627.49/627.54	o 23
627.49/627.54	c * 613s|209111 |  2371 |  1035k|   5.0 |  40M| 199 |   - |5645 |4752 |5645 | 175 | 317k|  28k|7309 | 0.000000e+00 | 2.300000e+01 |    Inf 
629.59/629.61	c   615s|210000 |  2032 |  1037k|   4.9 |  40M| 199 |   1 |5645 |4508 |5645 | 157 | 317k|  30k|7339 | 0.000000e+00 | 2.300000e+01 |    Inf 
648.59/648.60	c   633s|220000 |  1791 |  1054k|   4.8 |  44M| 199 |   - |5645 |6159 |   0 |   0 | 319k|  42k|7370 | 0.000000e+00 | 2.300000e+01 |    Inf 
667.39/667.43	c   652s|230000 |  1943 |  1069k|   4.7 |  47M| 199 |   5 |5645 |9290 |5645 | 172 | 321k|  55k|7404 | 0.000000e+00 | 2.300000e+01 |    Inf 
686.99/687.08	c   670s|240000 |  1973 |  1092k|   4.5 |  49M| 199 |   - |5645 |8433 |   0 |   0 | 325k|  68k|7453 | 0.000000e+00 | 2.300000e+01 |    Inf 
693.09/693.20	o 21
693.09/693.20	c * 676s|243012 |  1926 |  1099k|   4.5 |  49M| 199 |   - |5645 |9680 |5645 | 174 | 326k|  72k|7474 | 0.000000e+00 | 2.100000e+01 |    Inf 
693.19/693.23	o 15
693.19/693.23	c * 676s|243021 |  1902 |  1099k|   4.5 |  49M| 199 |   - |5645 |9417 |5645 | 174 | 326k|  72k|7474 | 0.000000e+00 | 1.500000e+01 |    Inf 
707.49/707.57	c   690s|250000 |  1959 |  1122k|   4.5 |  50M| 199 |   - |5645 |  10k|   0 |   0 | 331k|  81k|7513 | 0.000000e+00 | 1.500000e+01 |    Inf 
729.89/729.97	c   712s|260000 |  2052 |  1162k|   4.5 |  54M| 199 |   - |5645 |  14k|5645 | 170 | 341k|  94k|7576 | 0.000000e+00 | 1.500000e+01 |    Inf 
753.69/753.71	c   735s|270000 |  2251 |  1200k|   4.4 |  57M| 199 |   - |5645 |  16k|   0 |   0 | 350k| 107k|7618 | 0.000000e+00 | 1.500000e+01 |    Inf 
778.80/778.84	c   759s|280000 |  2132 |  1243k|   4.4 |  57M| 199 |   1 |5645 |  15k|5645 | 192 | 360k| 121k|7695 | 0.000000e+00 | 1.500000e+01 |    Inf 
794.49/794.58	o 13
794.49/794.58	c * 774s|287005 |  1962 |  1264k|   4.4 |  55M| 199 |   - |5645 |  13k|5645 | 198 | 364k| 130k|7755 | 0.000000e+00 | 1.300000e+01 |    Inf 
798.80/798.86	o 11
798.80/798.86	c * 778s|288855 |  1892 |  1272k|   4.4 |  54M| 199 |   - |5645 |  13k|5645 | 193 | 365k| 133k|7764 | 0.000000e+00 | 1.100000e+01 |    Inf 
801.40/801.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.40/801.43	c   781s|290000 |  1906 |  1276k|   4.4 |  54M| 199 |  20 |5645 |  13k|5645 | 192 | 366k| 134k|7765 | 0.000000e+00 | 1.100000e+01 |    Inf 
822.99/823.07	c   802s|300000 |  1829 |  1311k|   4.4 |  53M| 199 |   3 |5645 |  10k|5645 | 179 | 374k| 147k|7885 | 0.000000e+00 | 1.100000e+01 |    Inf 
835.80/835.89	o 9
835.80/835.89	c * 814s|306430 |  1786 |  1331k|   4.3 |  53M| 199 |   - |5645 |  11k|5645 | 170 | 378k| 155k|7920 | 0.000000e+00 | 9.000000e+00 |    Inf 
843.39/843.47	c   821s|310000 |  1835 |  1345k|   4.3 |  54M| 199 |  19 |5645 |  12k|5645 | 177 | 382k| 160k|7962 | 0.000000e+00 | 9.000000e+00 |    Inf 
865.60/865.64	c   843s|320000 |  1824 |  1387k|   4.3 |  55M| 199 |   1 |5645 |  14k|5645 | 179 | 393k| 173k|8020 | 0.000000e+00 | 9.000000e+00 |    Inf 
867.90/867.90	o 5
867.90/867.90	c * 845s|320986 |  1621 |  1391k|   4.3 |  50M| 199 |   - |5645 |  15k|5645 | 185 | 394k| 174k|8041 | 0.000000e+00 | 5.000000e+00 |    Inf 
867.90/867.91	o 3
867.90/867.91	c * 845s|320987 |  1483 |  1391k|   4.3 |  48M| 199 |   - |5645 |  15k|5645 | 185 | 394k| 174k|8041 | 0.000000e+00 | 3.000000e+00 |    Inf 
888.50/888.54	c   865s|330000 |  1564 |  1432k|   4.3 |  51M| 199 |   - |5645 |  19k|   0 |   0 | 406k| 185k|8091 | 0.000000e+00 | 3.000000e+00 |    Inf 
910.90/910.95	c   886s|340000 |  1468 |  1469k|   4.3 |  48M| 199 |   - |5645 |  13k|   0 |   0 | 413k| 199k|8181 | 0.000000e+00 | 3.000000e+00 |    Inf 
931.71/931.70	c   906s|350000 |  1512 |  1510k|   4.3 |  50M| 199 |   9 |5645 |  15k|5645 | 163 | 424k| 211k|8351 | 0.000000e+00 | 3.000000e+00 |    Inf 
954.40/954.49	c   928s|360000 |  1497 |  1558k|   4.3 |  50M| 199 |   1 |5645 |  17k|5645 | 167 | 437k| 224k|8411 | 0.000000e+00 | 3.000000e+00 |    Inf 
976.50/976.56	c   950s|370000 |  1426 |  1601k|   4.3 |  50M| 199 |   7 |5645 |  17k|5645 | 172 | 446k| 236k|8557 | 0.000000e+00 | 3.000000e+00 |    Inf 
998.20/998.27	c   971s|380000 |  1472 |  1634k|   4.3 |  52M| 199 |  11 |5645 |  22k|5645 | 174 | 452k| 248k|8611 | 0.000000e+00 | 3.000000e+00 |    Inf 
1022.30/1022.33	c   994s|390000 |  1405 |  1673k|   4.3 |  51M| 199 |   3 |5645 |  20k|5645 | 160 | 460k| 261k|8666 | 0.000000e+00 | 3.000000e+00 |    Inf 
1044.91/1044.94	c  1016s|400000 |  1420 |  1704k|   4.3 |  52M| 199 |   1 |5645 |  22k|5645 | 168 | 467k| 273k|8741 | 0.000000e+00 | 3.000000e+00 |    Inf 
1069.40/1069.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.40/1069.43	c  1040s|410000 |  1451 |  1735k|   4.2 |  54M| 199 |   1 |5645 |  27k|5645 | 189 | 474k| 285k|8792 | 0.000000e+00 | 3.000000e+00 |    Inf 
1095.20/1095.23	c  1065s|420000 |  1369 |  1768k|   4.2 |  52M| 199 |   - |5645 |  23k|   0 |   0 | 480k| 298k|8841 | 0.000000e+00 | 3.000000e+00 |    Inf 
1119.60/1119.63	c  1088s|430000 |  1156 |  1805k|   4.2 |  50M| 199 |   - |5645 |  19k|   0 |   0 | 488k| 311k|8887 | 0.000000e+00 | 3.000000e+00 |    Inf 
1142.51/1142.53	c  1110s|440000 |  1102 |  1845k|   4.2 |  51M| 199 |   - |5645 |  22k|   0 |   0 | 495k| 323k|8940 | 0.000000e+00 | 3.000000e+00 |    Inf 
1166.30/1166.39	c  1133s|450000 |  1152 |  1881k|   4.2 |  53M| 199 |   - |5645 |  27k|   0 |   0 | 501k| 335k|9006 | 0.000000e+00 | 3.000000e+00 |    Inf 
1191.40/1191.46	c  1158s|460000 |  1095 |  1920k|   4.2 |  52M| 199 |   1 |5645 |  26k|5645 | 169 | 508k| 348k|9075 | 0.000000e+00 | 3.000000e+00 |    Inf 
1217.30/1217.36	c  1183s|470000 |  1092 |  1959k|   4.2 |  53M| 199 |   1 |5645 |  29k|5645 | 176 | 515k| 360k|9131 | 0.000000e+00 | 3.000000e+00 |    Inf 
1248.11/1248.12	c  1213s|480000 |  1074 |  2012k|   4.2 |  53M| 199 |   1 |5645 |  30k|5645 | 172 | 527k| 373k|9186 | 0.000000e+00 | 3.000000e+00 |    Inf 
1275.40/1275.40	c  1239s|490000 |  1127 |  2057k|   4.2 |  54M| 199 |  14 |5645 |  30k|5645 | 160 | 539k| 385k|9265 | 0.000000e+00 | 3.000000e+00 |    Inf 
1302.10/1302.15	c  1265s|500000 |  1139 |  2093k|   4.2 |  55M| 199 |   - |5645 |  32k|   0 |   0 | 547k| 398k|9327 | 0.000000e+00 | 3.000000e+00 |    Inf 
1330.11/1330.17	c  1293s|510000 |  1199 |  2128k|   4.2 |  55M| 199 |   5 |5645 |  31k|5645 | 171 | 556k| 410k|9386 | 0.000000e+00 | 3.000000e+00 |    Inf 
1357.91/1357.95	c  1320s|520000 |  1271 |  2171k|   4.2 |  57M| 199 |  10 |5645 |  34k|5645 | 187 | 566k| 423k|9446 | 0.000000e+00 | 3.000000e+00 |    Inf 
1387.41/1387.46	c  1349s|530000 |  1370 |  2218k|   4.2 |  59M| 199 |   - |5645 |  36k|   0 |   0 | 576k| 435k|9490 | 0.000000e+00 | 3.000000e+00 |    Inf 
1418.12/1418.17	c  1378s|540000 |  1484 |  2266k|   4.2 |  60M| 199 |  10 |5645 |  38k|5645 | 179 | 589k| 448k|9575 | 0.000000e+00 | 3.000000e+00 |    Inf 
1449.82/1449.85	c  1409s|550000 |  1619 |  2319k|   4.2 |  63M| 199 |  13 |5645 |  41k|5645 | 160 | 603k| 461k|9627 | 0.000000e+00 | 3.000000e+00 |    Inf 
1483.62/1483.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.62/1483.62	c  1442s|560000 |  1810 |  2373k|   4.2 |  66M| 199 |   - |5645 |  43k|   0 |   0 | 617k| 474k|9710 | 0.000000e+00 | 3.000000e+00 |    Inf 
1513.52/1513.60	c  1471s|570000 |  1859 |  2407k|   4.2 |  66M| 199 |   5 |5645 |  43k|5645 | 176 | 624k| 487k|9752 | 0.000000e+00 | 3.000000e+00 |    Inf 
1546.02/1546.09	c  1503s|580000 |  1842 |  2456k|   4.2 |  65M| 199 |   - |5645 |  39k|   0 |   0 | 635k| 501k|9796 | 0.000000e+00 | 3.000000e+00 |    Inf 
1573.61/1573.62	c  1530s|590000 |  1785 |  2489k|   4.2 |  65M| 199 |   7 |5645 |  40k|5645 | 182 | 641k| 515k|9837 | 0.000000e+00 | 3.000000e+00 |    Inf 
1602.22/1602.28	c  1558s|600000 |  1697 |  2521k|   4.2 |  64M| 199 |   - |5645 |  38k|   0 |   0 | 646k| 528k|9881 | 0.000000e+00 | 3.000000e+00 |    Inf 
1632.33/1632.35	c  1587s|610000 |  1617 |  2565k|   4.2 |  64M| 199 |   - |5645 |  39k|   0 |   0 | 654k| 542k|9923 | 0.000000e+00 | 3.000000e+00 |    Inf 
1663.42/1663.47	c  1618s|620000 |  1636 |  2615k|   4.2 |  64M| 199 |   - |5645 |  41k|   0 |   0 | 666k| 555k|9994 | 0.000000e+00 | 3.000000e+00 |    Inf 
1692.42/1692.43	c  1646s|630000 |  1541 |  2650k|   4.2 |  63M| 199 |   - |5645 |  38k|   0 |   0 | 672k| 568k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1717.82/1717.89	c  1671s|640000 |  1508 |  2672k|   4.2 |  63M| 199 |   - |5645 |  40k|   0 |   0 | 674k| 582k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1747.72/1747.76	c  1700s|650000 |  1414 |  2709k|   4.2 |  62M| 199 |   - |5645 |  39k|   0 |   0 | 680k| 595k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1779.22/1779.25	c  1730s|660000 |  1418 |  2753k|   4.2 |  63M| 199 |   8 |5645 |  42k|5645 | 177 | 689k| 609k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time (sec) : 1750.64
1800.03/1800.01	c Solving Nodes      : 666577
1800.03/1800.01	c Primal Bound       : +3.00000000000000e+00 (218 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1800.03/1800.09	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.03/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.09	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.09	v -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1800.03/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.09	v -x104 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.03/1800.09	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 
1800.03/1800.09	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 x33 -x32 -x31 -x30 -x29 
1800.03/1800.09	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.03/1800.09	v -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1750.64
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692388-1277929530.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692388-1277929530.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 45747 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2642          -          -       5284          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     544312          0          0        215          0          0     574036
1800.03/1800.09	c   indicator        :       2707          0    3027489     256774          0        237    8769079          0          0          0
1800.03/1800.09	c   linear           :       2707          6    3039144     256577          0     199818   14626479     694408          0          0
1800.03/1800.09	c   logicor          :          0+         0     869487          0          0      32489     714458          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0      10237          0          0          0          2          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0     162130          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      19.05       0.00       0.00      19.05       0.00
1800.03/1800.09	c   indicator        :      78.91       0.00      27.49      51.42       0.00
1800.03/1800.09	c   linear           :     182.70       0.01     145.87      36.82       0.00
1800.03/1800.09	c   logicor          :     207.00       0.00     207.00       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.03/1800.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.01          2          0          0
1800.03/1800.09	c   rootredcost      :       0.03        102          0       2642
1800.03/1800.09	c   pseudoobj        :     156.40    3046967       7112    5185942
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      11.78     239419     239164    1393877       24.4      11199       16.9          -
1800.03/1800.09	c   infeasible LP    :       5.48      15245      15245     115747       40.6        199       16.8          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.10        559        559       1905        9.2        216        4.2          -
1800.03/1800.09	c   applied globally :          -          -          -     617828       20.3          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.09	c   redcost          :      51.24     548925          0    3384385          0          0
1800.03/1800.09	c   impliedbounds    :       0.01          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.00          4          0          0          0          0
1800.03/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      18.92     287194          0        215          0          0     574036
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      45.76     162028          0          0          0          0     324056
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.55          -        102
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.44         96          0
1800.03/1800.09	c   intshifting      :       0.07         12          0
1800.03/1800.09	c   crossover        :       3.19        112          0
1800.03/1800.09	c   guideddiving     :       5.74       3575          0
1800.03/1800.09	c   linesearchdiving :       7.70       4726          0
1800.03/1800.09	c   coefdiving       :       7.31       4727          0
1800.03/1800.09	c   pscostdiving     :       7.30       4727          0
1800.03/1800.09	c   fracdiving       :       7.29       4727          0
1800.03/1800.09	c   veclendiving     :       7.10       4727          0
1800.03/1800.09	c   rootsoldiving    :       7.61       4723          0
1800.03/1800.09	c   objpscostdiving  :       7.69       4724          0
1800.03/1800.09	c   trivial          :       0.08          2          2
1800.03/1800.09	c   simplerounding   :       0.47     288420          0
1800.03/1800.09	c   zirounding       :       0.25       1000          0
1800.03/1800.09	c   rounding         :       2.15       7555          0
1800.03/1800.09	c   shifting         :       1.88       2297          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.03          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.04          0          0
1800.03/1800.09	c   trysol           :       2.31      11022        114
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     435.32     412550    2777504       6.73    6380.37
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.50        361       2563       7.10    5126.00
1800.03/1800.09	c   strong branching :      16.08      10212      89764       8.79    5582.34
1800.03/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     666577
1800.03/1800.09	c   nodes (total)    :     666577
1800.03/1800.09	c   nodes left       :       1346
1800.03/1800.09	c   max depth        :        199
1800.03/1800.09	c   max depth (total):        199
1800.03/1800.09	c   backtracks       :      52596 (7.9%)
1800.03/1800.09	c   delayed cutoffs  :      40234
1800.03/1800.09	c   repropagations   :    1292429 (4523315 domain reductions, 37881 cutoffs)
1800.03/1800.09	c   avg switch length:       5.58
1800.03/1800.09	c   switching time   :     221.45
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        218 (103 improvements)
1800.03/1800.09	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 320987 nodes, 844.95 seconds, depth 45, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        106
1800.22/1800.20	c Time complete: 1800.22.

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-2692388-1277929530/watcher-2692388-1277929530 -o /tmp/evaluation-result-2692388-1277929530/solver-2692388-1277929530 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692388-1277929530.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.06 2.10 2.03 3/196 16100
/proc/meminfo: memFree=30745896/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=9400 CPUtime=0
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 1648 0 0 0 0 0 0 0 21 0 1 0 134249997 9625600 1567 4089446400 4194304 8223781 140733703991616 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16100/statm: 2386 1568 369 984 0 1399 0

[startup+0.039516 s]
/proc/loadavg: 2.06 2.10 2.03 3/196 16100
/proc/meminfo: memFree=30745896/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=22616 CPUtime=0.03
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 5255 0 0 0 3 0 0 0 21 0 1 0 134249997 23158784 4810 4089446400 4194304 8223781 140733703991616 18446744073709551615 5901695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 5654 4816 384 984 0 4667 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22616

[startup+0.100505 s]
/proc/loadavg: 2.06 2.10 2.03 3/196 16100
/proc/meminfo: memFree=30745896/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=35136 CPUtime=0.09
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 8088 0 0 0 9 0 0 0 21 0 1 0 134249997 35979264 7643 4089446400 4194304 8223781 140733703991616 18446744073709551615 7257262 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300473 s]
/proc/loadavg: 2.06 2.10 2.03 3/196 16100
/proc/meminfo: memFree=30745896/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=59028 CPUtime=0.29
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 14621 0 0 0 27 2 0 0 21 0 1 0 134249997 60444672 13563 4089446400 4194304 8223781 140733703991616 18446744073709551615 4563759 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 14757 13565 564 984 0 13770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59028

[startup+0.700457 s]
/proc/loadavg: 2.06 2.10 2.03 3/196 16100
/proc/meminfo: memFree=30745896/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=43076 CPUtime=0.68
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 15655 0 0 0 64 4 0 0 22 0 1 0 134249997 44109824 9709 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43076

[startup+1.50029 s]
/proc/loadavg: 2.05 2.10 2.03 3/197 16101
/proc/meminfo: memFree=30707820/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=43196 CPUtime=1.49
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 15743 0 0 0 141 8 0 0 25 0 1 0 134249997 44232704 9797 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 10799 9797 578 984 0 9812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43196

[startup+3.10103 s]
/proc/loadavg: 2.05 2.10 2.03 3/197 16101
/proc/meminfo: memFree=30705712/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=68496 CPUtime=3.09
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 21874 0 0 0 296 13 0 0 25 0 1 0 134249997 70139904 15402 4089446400 4194304 8223781 140733703991616 18446744073709551615 4332120 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 17124 15402 581 984 0 16137 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68496

[startup+6.3004 s]
/proc/loadavg: 2.05 2.09 2.03 3/197 16101
/proc/meminfo: memFree=30696560/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=53748 CPUtime=6.29
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 28397 0 0 0 607 22 0 0 25 0 1 0 134249997 55037952 12294 4089446400 4194304 8223781 140733703991616 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 13437 12294 581 984 0 12450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53748

[startup+12.7003 s]
/proc/loadavg: 2.05 2.09 2.03 3/197 16101
/proc/meminfo: memFree=30687408/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=59116 CPUtime=12.68
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 40141 0 0 0 1229 39 0 0 25 0 1 0 134249997 60534784 13643 4089446400 4194304 8223781 140733703991616 18446744073709551615 6002966 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 14779 13643 581 984 0 13792 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59116

[startup+25.501 s]
/proc/loadavg: 2.04 2.09 2.03 3/197 16101
/proc/meminfo: memFree=30666368/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=73088 CPUtime=25.49
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 48719 0 0 0 2471 78 0 0 25 0 1 0 134249997 74842112 17145 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 18272 17145 581 984 0 17285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73088

[startup+51.1005 s]
/proc/loadavg: 2.39 2.16 2.06 3/197 16102
/proc/meminfo: memFree=30622724/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=100832 CPUtime=51.08
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 60760 0 0 0 4971 137 0 0 25 0 1 0 134249997 103251968 24136 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 25208 24136 581 984 0 24221 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100832

[startup+102.306 s]
/proc/loadavg: 2.45 2.23 2.09 3/197 16104
/proc/meminfo: memFree=30540712/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=154620 CPUtime=102.29
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 79392 0 0 0 9989 240 0 0 25 0 1 0 134249997 158330880 37676 4089446400 4194304 8223781 140733703991616 18446744073709551615 4643315 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 38655 37676 581 984 0 37668 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 154620

[startup+162.301 s]
/proc/loadavg: 2.23 2.20 2.09 3/197 16105
/proc/meminfo: memFree=30454620/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=222904 CPUtime=162.28
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 101696 0 0 0 15862 366 0 0 25 0 1 0 134249997 228253696 54324 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 55726 54324 581 984 0 54739 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 222904

[startup+222.301 s]
/proc/loadavg: 2.08 2.17 2.08 3/197 16107
/proc/meminfo: memFree=30389612/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=282516 CPUtime=222.28
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 136903 0 0 0 21746 482 0 0 25 0 1 0 134249997 289296384 69219 4089446400 4194304 8223781 140733703991616 18446744073709551615 6020613 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16100/statm: 70629 69219 585 984 0 69642 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 282516

[startup+282.3 s]
/proc/loadavg: 2.03 2.13 2.08 3/197 16108
/proc/meminfo: memFree=30367248/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=305412 CPUtime=282.28
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 195722 0 0 0 27622 606 0 0 25 0 1 0 134249997 312741888 74884 4089446400 4194304 8223781 140733703991616 18446744073709551615 6446767 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 76353 74884 587 984 0 75366 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 305412

[startup+342.3 s]
/proc/loadavg: 2.27 2.22 2.11 3/197 16110
/proc/meminfo: memFree=30322324/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=350448 CPUtime=342.28
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 267486 0 0 0 33479 749 0 0 25 0 1 0 134249997 358858752 85943 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 87612 85943 587 984 0 86625 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 350448

[startup+402.301 s]
/proc/loadavg: 2.10 2.17 2.10 3/197 16115
/proc/meminfo: memFree=30274388/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=401052 CPUtime=402.28
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 344895 0 0 0 39343 885 0 0 25 0 1 0 134249997 410677248 98216 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 100263 98216 587 984 0 99276 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 401052

[startup+462.301 s]
/proc/loadavg: 2.03 2.14 2.09 10/197 16116
/proc/meminfo: memFree=30223400/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=452028 CPUtime=462.28
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 401103 0 0 0 45204 1024 0 0 25 0 1 0 134249997 462876672 110411 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 113007 110411 587 984 0 112020 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 452028

[startup+522.3 s]
/proc/loadavg: 2.01 2.11 2.08 3/197 16118
/proc/meminfo: memFree=30171752/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=505644 CPUtime=522.29
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 457598 0 0 0 51070 1159 0 0 25 0 1 0 134249997 517779456 123466 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 126411 123466 588 984 0 125424 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 505644

[startup+582.301 s]
/proc/loadavg: 2.04 2.10 2.08 3/197 16119
/proc/meminfo: memFree=30131896/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=547044 CPUtime=582.29
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 540870 0 0 0 56920 1309 0 0 25 0 1 0 134249997 560173056 133116 4089446400 4194304 8223781 140733703991616 18446744073709551615 4651300 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 136761 133116 588 984 0 135774 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 547044

[startup+642.301 s]
/proc/loadavg: 2.01 2.08 2.07 3/197 16121
/proc/meminfo: memFree=30069224/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=600980 CPUtime=642.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 647527 0 0 0 62746 1484 0 0 25 0 1 0 134249997 615403520 146041 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 150245 146041 601 984 0 149258 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 600980

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.19 2.13 2.09 3/197 16127
/proc/meminfo: memFree=29855892/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=618884 CPUtime=882.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 803441 0 0 0 85882 2348 0 0 25 0 1 0 134249997 633737216 150412 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154721 150412 601 984 0 153734 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 618884

[startup+942.3 s]
/proc/loadavg: 2.07 2.11 2.08 3/197 16129
/proc/meminfo: memFree=29827832/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=618912 CPUtime=942.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 812266 0 0 0 91673 2557 0 0 25 0 1 0 134249997 633765888 150421 4089446400 4194304 8223781 140733703991616 18446744073709551615 4210071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154728 150421 601 984 0 153741 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 618912

[startup+1002.3 s]
/proc/loadavg: 2.37 2.16 2.10 3/197 16200
/proc/meminfo: memFree=30570584/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=619228 CPUtime=1002.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 816854 0 0 0 97472 2758 0 0 25 0 1 0 134249997 634089472 150482 4089446400 4194304 8223781 140733703991616 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154807 150482 601 984 0 153820 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 619228

[startup+1062.3 s]
/proc/loadavg: 2.13 2.13 2.09 3/197 16201
/proc/meminfo: memFree=30526764/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=619688 CPUtime=1062.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 816974 0 0 0 103272 2958 0 0 25 0 1 0 134249997 634560512 150602 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154922 150602 601 984 0 153935 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 619688

[startup+1122.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/197 16203
/proc/meminfo: memFree=30500568/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=619412 CPUtime=1122.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 823953 0 0 0 109082 3148 0 0 25 0 1 0 134249997 634277888 150518 4089446400 4194304 8223781 140733703991616 18446744073709551615 6003285 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154853 150518 601 984 0 153866 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 619412

[startup+1182.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/197 16204
/proc/meminfo: memFree=30481800/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=616444 CPUtime=1182.3
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 823981 0 0 0 114892 3338 0 0 25 0 1 0 134249997 631238656 149777 4089446400 4194304 8223781 140733703991616 18446744073709551615 6003303 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154111 149777 601 984 0 153124 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 616444

[startup+1242.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/197 16206
/proc/meminfo: memFree=30451748/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=617772 CPUtime=1242.31
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 824303 0 0 0 120716 3515 0 0 25 0 1 0 134249997 632598528 150089 4089446400 4194304 8223781 140733703991616 18446744073709551615 4209098 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154443 150089 601 984 0 153456 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 617772

[startup+1302.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/197 16208
/proc/meminfo: memFree=30433600/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=618276 CPUtime=1302.31
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 824426 0 0 0 126557 3674 0 0 25 0 1 0 134249997 633114624 150209 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154569 150209 601 984 0 153582 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 618276

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/197 16209
/proc/meminfo: memFree=30394864/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=618668 CPUtime=1362.31
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 824520 0 0 0 132410 3821 0 0 25 0 1 0 134249997 633516032 150302 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 154667 150302 601 984 0 153680 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 618668

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.06 3/197 16211
/proc/meminfo: memFree=30393092/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=621080 CPUtime=1422.32
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 831755 0 0 0 138255 3977 0 0 25 0 1 0 134249997 635985920 150683 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 155270 150683 601 984 0 154283 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 621080

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/197 16212
/proc/meminfo: memFree=30388584/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=625456 CPUtime=1482.31
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 832832 0 0 0 144101 4130 0 0 25 0 1 0 134249997 640466944 151760 4089446400 4194304 8223781 140733703991616 18446744073709551615 5955731 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156364 151760 601 984 0 155377 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 625456

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/197 16214
/proc/meminfo: memFree=30387928/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=626124 CPUtime=1542.31
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 832990 0 0 0 149949 4282 0 0 25 0 1 0 134249997 641150976 151911 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156531 151911 601 984 0 155544 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 626124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/197 16216
/proc/meminfo: memFree=30379464/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=626376 CPUtime=1602.32
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 833061 0 0 0 155798 4434 0 0 25 0 1 0 134249997 641409024 151978 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156594 151978 601 984 0 155607 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 626376

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.04 3/197 16217
/proc/meminfo: memFree=30338560/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=626448 CPUtime=1662.32
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 833080 0 0 0 161646 4586 0 0 25 0 1 0 134249997 641482752 151990 4089446400 4194304 8223781 140733703991616 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156612 151990 601 984 0 155625 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 626448

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/197 16219
/proc/meminfo: memFree=30326240/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=626448 CPUtime=1722.32
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 833088 0 0 0 167485 4747 0 0 25 0 1 0 134249997 641482752 151996 4089446400 4194304 8223781 140733703991616 18446744073709551615 4212311 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156612 151996 601 984 0 155625 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 626448

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/197 16220
/proc/meminfo: memFree=30292616/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=626448 CPUtime=1782.32
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 833092 0 0 0 173336 4896 0 0 25 0 1 0 134249997 641482752 152000 4089446400 4194304 8223781 140733703991616 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156612 152000 601 984 0 155625 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 626448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.03 3/197 16221
/proc/meminfo: memFree=30275364/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=626464 CPUtime=1800.03
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 833096 0 0 0 175067 4936 0 0 25 0 1 0 134249997 641499136 152004 4089446400 4194304 8223781 140733703991616 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16100/statm: 156616 152004 601 984 0 155629 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 626464

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.01 2.03 3/197 16221
/proc/meminfo: memFree=30275364/32950928 swapFree=67111528/67111528
[pid=16100] ppid=16098 vsize=80932 CPUtime=1800.22
/proc/16100/stat : 16100 (pbscip.linux.x8) R 16098 16100 16046 0 -1 4202496 833142 0 0 0 175084 4938 0 0 25 0 1 0 134249997 82874368 14172 4089446400 4194304 8223781 140733703991616 18446744073709551615 7453498 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16100/statm: 20233 14172 603 984 0 19246 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 80932

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.23
CPU user time (s): 1750.85
CPU system time (s): 49.3855
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 636712

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

runsolver used 2.92755 second user time and 5.8901 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 22:25:30
IDJOB=2692388
IDBENCH=79298
IDSOLVER=1204
FILE ID=node122/2692388-1277929530
PBS_JOBID= 11197436
Free space on /tmp= 74212 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.1900566157--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-2692388-1277929530/watcher-2692388-1277929530 -o /tmp/evaluation-result-2692388-1277929530/solver-2692388-1277929530 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692388-1277929530.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=596819484

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30746548 kB
Buffers:        208432 kB
Cached:        1153672 kB
SwapCached:          0 kB
Active:        1217780 kB
Inactive:       841868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30746548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4724 kB
Writeback:           0 kB
AnonPages:      697504 kB
Mapped:          20688 kB
Slab:            80028 kB
PageTables:       6100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1660384 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= 74208 MiB
End job on node122 at 2010-06-30 22:55:32