Trace number 4506002

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22ad? (TO) 3602.44 3612.36

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMa6b74371f97d4ca84ea621a5ce055c49
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-17584
Best CPU time to get the best result obtained on this benchmark3131.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174841973
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174841973
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4506002-1751485656.opb'
0.39/0.50	c 	read 32.11MB  (492.92ms)
0.39/0.50	c	 [cnf: #variables 399113 #clauses 400981 #duplicates 0 #arr 2640439]
0.49/0.51	c 
0.49/0.51	c make graph and approximate orbits
1.18/1.26	c	 [group: #orbits ~= 80182] (749.83ms)
1.18/1.26	c 
1.18/1.26	c detect special group actions
1.18/1.26	c 	 exceeded limit
1.18/1.26	c 	 (0.00ms)
1.18/1.26	c 
1.18/1.26	c detect symmetries on remainder
1.18/1.26	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
1.18/1.26	c 
1.18/1.26	c finalize break order and special generators
1.18/1.28	c 
1.18/1.28	c generation finished
1.18/1.28	c 	[sbp: #constraints 0 #add_vars 0]
1.18/1.28	c 
1.18/1.28	c write result to 'HOME/instance-4506002-1751485656.opb.pre'
1.27/1.35	c 	wrote 32.51MB (69.37ms)
1.27/1.35	c ------------------------------------------------------------------
1.27/1.35	c                 749.83ms 55.91% approx_orbits
1.27/1.35	c                 492.92ms 36.75% parse
1.27/1.35	c                  69.37ms  5.17% output
1.27/1.35	c                  17.60ms  1.31% finalize_order
1.27/1.35	c                  11.47ms  0.85% other
1.27/1.35	c                   0.01ms  0.00% detect_generic
1.27/1.35	c                   0.00ms  0.00% detect_special
1.27/1.35	c         ───────────────────────────────────────────────
1.27/1.35	c                1341.20ms   100% total
1.27/1.35	c ------------------------------------------------------------------
1.37/1.47	c RoundingSat 2
1.37/1.47	c branch pb25
1.37/1.47	c commit 63f22ad
3.84/3.95	c #variables 399113 #constraints 400980
3.84/3.95	c objective is ce32 
3.84/3.95	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3.84/3.95	c initial counting CF 32, 64, 128, Arb: 2 , 0 , 0 , 0
3.84/3.95	c bounds - >= -174841973 @ 2.04037
389.19/390.32	c bounds 0 >= -174841973 @ 386.927
389.19/390.35	c bounds 0 >= -174840949 @ 386.963
389.19/390.37	c bounds 0 >= -173936816 @ 386.977
389.19/390.38	c bounds 0 >= -173935792 @ 386.992
389.29/390.40	c bounds 0 >= -173390213 @ 387.006
389.29/390.41	c bounds 0 >= -173389189 @ 387.021
389.29/390.43	c bounds 0 >= -172495453 @ 387.035
389.29/390.44	c bounds 0 >= -172494429 @ 387.05
389.29/390.45	c bounds 0 >= -172001303 @ 387.064
389.29/390.47	c bounds 0 >= -172000279 @ 387.079
389.29/390.48	c bounds 0 >= -171248205 @ 387.093
389.39/390.56	c bounds 0 >= -171058765 @ 387.152
389.50/390.62	c bounds 0 >= -171057741 @ 387.216
389.50/390.67	c bounds 0 >= -171056717 @ 387.264
389.59/390.72	c bounds 0 >= -171055693 @ 387.31
389.59/390.76	c bounds 0 >= -171054669 @ 387.356
389.69/390.84	c bounds 0 >= -170865229 @ 387.427
389.79/390.92	c bounds 0 >= -170864205 @ 387.509
389.79/390.98	c bounds 0 >= -170863181 @ 387.57
389.89/391.04	c bounds 0 >= -170862157 @ 387.63
389.99/391.10	c bounds 0 >= -170861133 @ 387.691
389.99/391.18	c bounds 0 >= -170671693 @ 387.76
390.09/391.24	c bounds 0 >= -170670669 @ 387.823
390.19/391.31	c bounds 0 >= -170669645 @ 387.888
390.19/391.39	c bounds 0 >= -170668621 @ 387.962
390.29/391.46	c bounds 0 >= -170667597 @ 388.027
390.39/391.52	c bounds 0 >= -170478157 @ 388.092
390.39/391.59	c bounds 0 >= -170477133 @ 388.156
390.49/391.65	c bounds 0 >= -170476109 @ 388.221
390.59/391.75	c bounds 0 >= -170475085 @ 388.298
390.68/391.81	c bounds 0 >= -170474061 @ 388.364
390.68/391.88	c bounds 0 >= -170284621 @ 388.428
390.79/391.94	c bounds 0 >= -170283597 @ 388.492
390.89/392.01	c bounds 0 >= -170282573 @ 388.556
390.89/392.07	c bounds 0 >= -170281549 @ 388.621
390.99/392.14	c bounds 0 >= -170280525 @ 388.687
391.09/392.21	c bounds 0 >= -170091085 @ 388.752
391.09/392.27	c bounds 0 >= -170090061 @ 388.816
391.19/392.34	c bounds 0 >= -170089037 @ 388.881
391.29/392.40	c bounds 0 >= -170088013 @ 388.946
391.38/392.51	c bounds 0 >= -170086989 @ 389.026
391.38/392.57	c bounds 0 >= -169897549 @ 389.092
391.48/392.64	c bounds 0 >= -169896525 @ 389.155
391.59/392.70	c bounds 0 >= -169895501 @ 389.219
391.59/392.77	c bounds 0 >= -169894477 @ 389.284
391.69/392.89	c bounds 0 >= -169893453 @ 389.369
391.79/392.96	c bounds 0 >= -169704013 @ 389.433
391.89/393.02	c bounds 0 >= -169702989 @ 389.497
391.89/393.09	c bounds 0 >= -169701965 @ 389.562
391.99/393.15	c bounds 0 >= -169700941 @ 389.625
392.08/393.22	c bounds 0 >= -169699917 @ 389.691
392.08/393.29	c bounds 0 >= -169510477 @ 389.757
392.18/393.35	c bounds 0 >= -169509453 @ 389.822
392.28/393.42	c bounds 0 >= -169508429 @ 389.887
392.28/393.48	c bounds 0 >= -169507405 @ 389.951
392.38/393.55	c bounds 0 >= -169506381 @ 390.016
392.49/393.61	c bounds 0 >= -169316941 @ 390.081
392.49/393.68	c bounds 0 >= -169315917 @ 390.145
392.59/393.74	c bounds 0 >= -169314893 @ 390.211
392.69/393.81	c bounds 0 >= -169313869 @ 390.275
392.69/393.88	c bounds 0 >= -169312845 @ 390.34
392.79/393.94	c bounds 0 >= -169123405 @ 390.406
392.89/394.01	c bounds 0 >= -169122381 @ 390.472
392.89/394.07	c bounds 0 >= -168855359 @ 390.537
392.99/394.14	c bounds 0 >= -168854335 @ 390.602
393.08/394.21	c bounds 0 >= -168348833 @ 390.668
393.08/394.27	c bounds 0 >= -168347809 @ 390.735
393.18/394.34	c bounds 0 >= -168211066 @ 390.799
393.28/394.41	c bounds 0 >= -168210042 @ 390.866
393.28/394.47	c bounds 0 >= -168108255 @ 390.93
393.38/394.54	c bounds 0 >= -167922911 @ 390.995
393.48/394.60	c bounds 0 >= -167921887 @ 391.061
393.58/394.75	c bounds 0 >= -167920863 @ 391.163
393.68/394.82	c bounds 0 >= -167919839 @ 391.229
393.68/394.88	c bounds 0 >= -167734495 @ 391.296
393.78/394.95	c bounds 0 >= -167733471 @ 391.361
393.89/395.02	c bounds 0 >= -167732447 @ 391.431
394.08/395.21	c bounds 0 >= -167731423 @ 391.567
394.08/395.28	c bounds 0 >= -167546079 @ 391.632
1626.58/1631.06	c bounds -4 >= -167546079 @ 1623.86
1626.69/1631.12	c bounds -4 >= -167545055 @ 1623.92
1626.69/1631.19	c bounds -4 >= -167544031 @ 1623.99
1626.78/1631.25	c bounds -4 >= -167543007 @ 1624.05
1626.88/1631.32	c bounds -4 >= -167357663 @ 1624.12
1626.88/1631.39	c bounds -4 >= -167356639 @ 1624.18
1626.98/1631.45	c bounds -4 >= -167355615 @ 1624.25
1627.08/1631.52	c bounds -4 >= -167354591 @ 1624.32
1627.08/1631.59	c bounds -4 >= -167169247 @ 1624.38
1627.17/1631.65	c bounds -4 >= -167168223 @ 1624.45
1627.27/1631.72	c bounds -4 >= -167167199 @ 1624.51
1627.27/1631.79	c bounds -4 >= -167166175 @ 1624.58
1627.37/1631.85	c bounds -4 >= -166980831 @ 1624.64
1627.47/1631.92	c bounds -4 >= -166979807 @ 1624.71
1627.47/1631.99	c bounds -4 >= -166978783 @ 1624.78
1627.57/1632.05	c bounds -4 >= -166977759 @ 1624.84
1627.68/1632.12	c bounds -4 >= -166792415 @ 1624.91
1627.68/1632.19	c bounds -4 >= -166791391 @ 1624.97
1627.78/1632.25	c bounds -4 >= -166790367 @ 1625.04
1627.88/1632.32	c bounds -4 >= -166789343 @ 1625.1
1627.88/1632.39	c bounds -4 >= -166603999 @ 1625.17
1627.97/1632.45	c bounds -4 >= -166602975 @ 1625.24
1628.07/1632.52	c bounds -4 >= -166601951 @ 1625.3
1628.07/1632.59	c bounds -4 >= -166600927 @ 1625.37
1628.17/1632.66	c bounds -4 >= -166415583 @ 1625.44
1628.27/1632.72	c bounds -4 >= -166414559 @ 1625.5
1628.27/1632.79	c bounds -4 >= -166413535 @ 1625.57
1628.37/1632.86	c bounds -4 >= -166412511 @ 1625.63
1628.47/1632.92	c bounds -4 >= -166227167 @ 1625.7
1628.47/1632.99	c bounds -4 >= -166226143 @ 1625.76
1628.58/1633.06	c bounds -4 >= -166225119 @ 1625.83
1628.68/1633.13	c bounds -4 >= -166224095 @ 1625.9
1628.68/1633.19	c bounds -4 >= -166038751 @ 1625.96
1628.77/1633.26	c bounds -4 >= -166037727 @ 1626.03
1628.87/1633.33	c bounds -4 >= -166036703 @ 1626.1
1628.87/1633.39	c bounds -4 >= -166035679 @ 1626.17
1628.97/1633.46	c bounds -4 >= -165850335 @ 1626.23
1629.07/1633.53	c bounds -4 >= -165849311 @ 1626.3
1629.07/1633.59	c bounds -4 >= -165848287 @ 1626.36
1629.17/1633.66	c bounds -4 >= -165847263 @ 1626.43
1629.27/1633.73	c bounds -4 >= -165661919 @ 1626.49
1629.27/1633.79	c bounds -4 >= -165474527 @ 1626.56
1629.37/1633.85	c bounds -4 >= -165287135 @ 1626.62
1629.47/1633.92	c bounds -4 >= -165099743 @ 1626.68
1629.47/1633.98	c bounds -4 >= -164912351 @ 1626.75
1629.57/1634.05	c bounds -4 >= -164724959 @ 1626.81
1629.67/1634.11	c bounds -4 >= -164537567 @ 1626.87
1629.67/1634.17	c bounds -4 >= -164350175 @ 1626.94
1629.76/1634.24	c bounds -4 >= -164162783 @ 1627
1629.86/1634.30	c bounds -4 >= -163975391 @ 1627.07
1629.86/1634.37	c bounds -4 >= -163787999 @ 1627.13
1629.96/1634.43	c bounds -4 >= -163600607 @ 1627.19
1630.07/1634.50	c bounds -4 >= -163413215 @ 1627.26
1630.07/1634.56	c bounds -4 >= -163225823 @ 1627.32
1630.17/1634.62	c bounds -4 >= -163038431 @ 1627.38
1630.17/1634.69	c bounds -4 >= -162851039 @ 1627.45
1630.27/1634.75	c bounds -4 >= -162663647 @ 1627.51
1630.37/1634.82	c bounds -4 >= -162475231 @ 1627.57
1630.57/1635.02	c bounds -4 >= -162286815 @ 1627.68
1630.57/1635.08	c bounds -4 >= -162098399 @ 1627.75
1630.67/1635.15	c bounds -4 >= -161909983 @ 1627.81
1630.76/1635.21	c bounds -4 >= -161721567 @ 1627.87
1630.76/1635.29	c bounds -4 >= -161533151 @ 1627.94
1631.06/1635.58	c bounds -4 >= -161344735 @ 1628.08
1631.16/1635.65	c bounds -4 >= -161156319 @ 1628.15
1631.26/1635.71	c bounds -4 >= -160967903 @ 1628.21
1631.26/1635.78	c bounds -4 >= -160778463 @ 1628.28
1631.36/1635.84	c bounds -4 >= -160589023 @ 1628.34
1631.47/1635.91	c bounds -4 >= -160399583 @ 1628.41
1631.47/1635.98	c bounds -4 >= -160210143 @ 1628.47
1631.57/1636.04	c bounds -4 >= -160020703 @ 1628.53
1631.67/1636.11	c bounds -4 >= -159831263 @ 1628.6
1631.67/1636.17	c bounds -4 >= -159641823 @ 1628.66
1631.76/1636.24	c bounds -4 >= -159452383 @ 1628.73
1631.86/1636.30	c bounds -4 >= -159451359 @ 1628.79
1631.86/1636.37	c bounds -4 >= -159259871 @ 1628.86
1631.96/1636.43	c bounds -4 >= -159258847 @ 1628.92
1632.06/1636.50	c bounds -4 >= -159067359 @ 1628.98
1632.06/1636.56	c bounds -4 >= -159066335 @ 1629.05
1632.16/1636.63	c bounds -4 >= -158874847 @ 1629.11
1632.16/1636.69	c bounds -4 >= -158873823 @ 1629.17
1632.26/1636.75	c bounds -4 >= -158682335 @ 1629.24
1632.36/1636.82	c bounds -4 >= -158490847 @ 1629.3
1632.36/1636.88	c bounds -4 >= -158299359 @ 1629.37
1632.46/1636.95	c bounds -4 >= -158107871 @ 1629.43
1632.57/1637.01	c bounds -4 >= -157916383 @ 1629.5
1632.57/1637.08	c bounds -4 >= -157724895 @ 1629.56
1632.67/1637.14	c bounds -4 >= -157533407 @ 1629.62
1632.76/1637.21	c bounds -4 >= -157341919 @ 1629.69
1632.76/1637.27	c bounds -4 >= -157150431 @ 1629.75
1632.86/1637.34	c bounds -4 >= -156958943 @ 1629.81
1632.96/1637.40	c bounds -4 >= -156766431 @ 1629.88
1632.96/1637.47	c bounds -4 >= -156576991 @ 1629.94
1633.06/1637.53	c bounds -4 >= -156387551 @ 1630
1633.06/1637.59	c bounds -4 >= -156198111 @ 1630.07
1633.16/1637.66	c bounds -4 >= -156008671 @ 1630.13
1633.25/1637.72	c bounds -4 >= -155819231 @ 1630.2
1633.25/1637.79	c bounds -4 >= -155629791 @ 1630.26
1633.35/1637.85	c bounds -4 >= -155440351 @ 1630.33
1633.45/1637.92	c bounds -4 >= -155250911 @ 1630.39
1633.45/1637.98	c bounds -4 >= -155061471 @ 1630.45
1633.56/1638.05	c bounds -4 >= -154872031 @ 1630.52
1633.67/1638.11	c bounds -4 >= -154682591 @ 1630.58
1633.67/1638.18	c bounds -4 >= -154493151 @ 1630.64
1633.76/1638.24	c bounds -4 >= -154303711 @ 1630.71
1633.86/1638.30	c bounds -4 >= -154114271 @ 1630.77
1633.86/1638.37	c bounds -4 >= -153924831 @ 1630.84
1633.96/1638.43	c bounds -4 >= -153735391 @ 1630.9
1634.06/1638.50	c bounds -4 >= -153546975 @ 1630.97
1634.06/1638.56	c bounds -4 >= -153358559 @ 1631.03
1634.16/1638.63	c bounds -4 >= -153170143 @ 1631.09
1634.16/1638.69	c bounds -4 >= -152981727 @ 1631.16
1634.26/1638.76	c bounds -4 >= -152793311 @ 1631.22
1634.36/1638.83	c bounds -4 >= -152604895 @ 1631.29
1634.36/1638.89	c bounds -4 >= -152416479 @ 1631.36
1634.46/1638.96	c bounds -4 >= -152228063 @ 1631.42
1634.56/1639.02	c bounds -4 >= -152039647 @ 1631.48
1634.56/1639.09	c bounds -4 >= -151851231 @ 1631.55
1634.66/1639.15	c bounds -4 >= -151662815 @ 1631.61
1634.75/1639.22	c bounds -4 >= -151474399 @ 1631.67
1634.75/1639.28	c bounds -4 >= -151283935 @ 1631.74
1634.86/1639.35	c bounds -4 >= -151093471 @ 1631.8
1634.96/1639.41	c bounds -4 >= -150903007 @ 1631.87
1634.96/1639.48	c bounds -4 >= -150712543 @ 1631.93
1635.06/1639.54	c bounds -4 >= -150522079 @ 1632
1635.15/1639.61	c bounds -4 >= -150331615 @ 1632.06
1635.15/1639.67	c bounds -4 >= -150141151 @ 1632.13
1635.25/1639.74	c bounds -4 >= -149950687 @ 1632.19
1635.35/1639.80	c bounds -4 >= -149760223 @ 1632.25
1635.35/1639.86	c bounds -4 >= -149570783 @ 1632.32
1635.45/1639.93	c bounds -4 >= -149381343 @ 1632.38
1635.45/1639.99	c bounds -4 >= -149191903 @ 1632.44
1635.56/1640.06	c bounds -4 >= -149002463 @ 1632.51
1635.66/1640.12	c bounds -4 >= -148813023 @ 1632.57
1635.66/1640.18	c bounds -4 >= -148623583 @ 1632.63
1635.75/1640.25	c bounds -4 >= -148434143 @ 1632.7
1635.85/1640.31	c bounds -4 >= -148244703 @ 1632.76
1635.85/1640.38	c bounds -4 >= -148056287 @ 1632.82
1635.95/1640.44	c bounds -4 >= -147867871 @ 1632.89
1636.05/1640.51	c bounds -4 >= -147679455 @ 1632.95
1636.05/1640.57	c bounds -4 >= -147491039 @ 1633.01
1636.14/1640.63	c bounds -4 >= -147302623 @ 1633.08
1636.25/1640.70	c bounds -4 >= -147114207 @ 1633.14
1636.25/1640.76	c bounds -4 >= -146924767 @ 1633.2
1636.35/1640.82	c bounds -4 >= -146735327 @ 1633.27
1636.35/1640.89	c bounds -4 >= -146545887 @ 1633.33
1636.45/1640.95	c bounds -4 >= -146356447 @ 1633.39
1636.55/1641.02	c bounds -4 >= -146167007 @ 1633.45
1636.55/1641.08	c bounds -4 >= -145977567 @ 1633.52
1636.65/1641.14	c bounds -4 >= -145788127 @ 1633.58
1636.75/1641.21	c bounds -4 >= -145598687 @ 1633.65
1636.75/1641.27	c bounds -4 >= -145409247 @ 1633.71
1636.85/1641.34	c bounds -4 >= -145219807 @ 1633.77
1636.95/1641.40	c bounds -4 >= -145030367 @ 1633.84
1636.95/1641.47	c bounds -4 >= -144840927 @ 1633.9
1637.04/1641.53	c bounds -4 >= -144651487 @ 1633.96
1637.04/1641.59	c bounds -4 >= -144462047 @ 1634.03
1637.14/1641.66	c bounds -4 >= -144272607 @ 1634.09
1637.24/1641.72	c bounds -4 >= -144083167 @ 1634.16
1637.24/1641.79	c bounds -4 >= -143893727 @ 1634.22
1637.34/1641.85	c bounds -4 >= -143704287 @ 1634.28
1637.45/1641.92	c bounds -4 >= -143515871 @ 1634.34
1637.45/1641.98	c bounds -4 >= -143327455 @ 1634.41
1637.55/1642.05	c bounds -4 >= -143139039 @ 1634.47
1637.65/1642.11	c bounds -4 >= -142950623 @ 1634.54
1637.65/1642.17	c bounds -4 >= -142762207 @ 1634.6
1637.75/1642.24	c bounds -4 >= -142573791 @ 1634.67
1637.85/1642.30	c bounds -4 >= -142385375 @ 1634.73
1637.85/1642.37	c bounds -4 >= -142196959 @ 1634.79
1637.94/1642.43	c bounds -4 >= -142007519 @ 1634.85
1637.94/1642.49	c bounds -4 >= -141818079 @ 1634.92
1638.04/1642.56	c bounds -4 >= -141628639 @ 1634.98
1638.14/1642.62	c bounds -4 >= -141440223 @ 1635.04
1638.14/1642.68	c bounds -4 >= -141251807 @ 1635.1
1638.24/1642.75	c bounds -4 >= -141063391 @ 1635.17
1638.34/1642.81	c bounds -4 >= -140874975 @ 1635.23
1638.34/1642.87	c bounds -4 >= -140686559 @ 1635.29
1638.44/1642.94	c bounds -4 >= -140498143 @ 1635.36
1638.44/1643.00	c bounds -4 >= -140308703 @ 1635.42
1638.55/1643.06	c bounds -4 >= -140119263 @ 1635.48
1638.64/1643.13	c bounds -4 >= -139929823 @ 1635.55
1638.64/1643.19	c bounds -4 >= -139740383 @ 1635.61
1638.74/1643.26	c bounds -4 >= -139550943 @ 1635.67
1638.84/1643.32	c bounds -4 >= -139361503 @ 1635.74
1638.84/1643.38	c bounds -4 >= -139172063 @ 1635.8
1638.94/1643.45	c bounds -4 >= -138982623 @ 1635.86
1639.24/1643.79	c bounds -4 >= -138793183 @ 1636.05
1639.34/1643.86	c bounds -4 >= -138603743 @ 1636.12
1639.44/1643.92	c bounds -4 >= -138414303 @ 1636.18
1639.44/1643.98	c bounds -4 >= -138224863 @ 1636.24
1639.64/1644.12	c bounds -4 >= -138035423 @ 1636.33
1640.03/1644.58	c bounds -4 >= -137845983 @ 1636.54
1640.14/1644.64	c bounds -4 >= -137656543 @ 1636.61
1640.24/1644.71	c bounds -4 >= -137467103 @ 1636.67
1640.24/1644.77	c bounds -4 >= -137277663 @ 1636.74
1640.34/1644.84	c bounds -4 >= -137088223 @ 1636.8
1640.43/1644.90	c bounds -4 >= -136898783 @ 1636.86
1640.43/1644.97	c bounds -4 >= -136709343 @ 1636.93
1640.54/1645.03	c bounds -4 >= -136519903 @ 1636.99
1640.54/1645.09	c bounds -4 >= -136330463 @ 1637.05
1640.64/1645.16	c bounds -4 >= -136141023 @ 1637.12
1640.74/1645.22	c bounds -4 >= -135951583 @ 1637.18
1640.74/1645.29	c bounds -4 >= -135761119 @ 1637.25
1640.84/1645.35	c bounds -4 >= -135570655 @ 1637.31
1640.94/1645.42	c bounds -4 >= -135380191 @ 1637.37
1640.94/1645.48	c bounds -4 >= -135189727 @ 1637.44
1641.04/1645.55	c bounds -4 >= -134999263 @ 1637.5
1641.14/1645.61	c bounds -4 >= -134808799 @ 1637.56
1641.14/1645.67	c bounds -4 >= -134618335 @ 1637.63
1641.24/1645.74	c bounds -4 >= -134427871 @ 1637.69
1641.33/1645.80	c bounds -4 >= -134237407 @ 1637.75
1641.33/1645.86	c bounds -4 >= -134046943 @ 1637.82
1641.43/1645.93	c bounds -4 >= -133856479 @ 1637.88
1641.43/1645.99	c bounds -4 >= -133666015 @ 1637.94
1641.54/1646.05	c bounds -4 >= -133474527 @ 1638
1641.64/1646.12	c bounds -4 >= -133283039 @ 1638.07
1641.64/1646.18	c bounds -4 >= -133091551 @ 1638.13
1641.73/1646.24	c bounds -4 >= -132900063 @ 1638.19
1641.83/1646.31	c bounds -4 >= -132708575 @ 1638.26
1641.83/1646.37	c bounds -4 >= -132517087 @ 1638.32
1641.93/1646.43	c bounds -4 >= -132325599 @ 1638.38
1642.03/1646.50	c bounds -4 >= -132134111 @ 1638.44
1642.03/1646.56	c bounds -4 >= -131942623 @ 1638.51
1642.13/1646.62	c bounds -4 >= -131751135 @ 1638.57
1642.13/1646.69	c bounds -4 >= -131559647 @ 1638.63
1642.23/1646.75	c bounds -4 >= -131369183 @ 1638.69
1642.33/1646.81	c bounds -4 >= -131178719 @ 1638.76
1642.33/1646.88	c bounds -4 >= -130988255 @ 1638.82
1642.43/1646.94	c bounds -4 >= -130797791 @ 1638.88
1642.54/1647.01	c bounds -4 >= -130607327 @ 1638.95
1642.54/1647.07	c bounds -4 >= -130416863 @ 1639.01
1642.64/1647.13	c bounds -4 >= -130226399 @ 1639.07
1642.73/1647.20	c bounds -4 >= -130035935 @ 1639.14
1642.73/1647.26	c bounds -4 >= -129845471 @ 1639.2
1642.83/1647.32	c bounds -4 >= -129655007 @ 1639.26
1642.83/1647.39	c bounds -4 >= -129464543 @ 1639.33
1642.93/1647.45	c bounds -4 >= -129274079 @ 1639.39
1643.03/1647.51	c bounds -4 >= -129083615 @ 1639.45
1643.03/1647.58	c bounds -4 >= -128893151 @ 1639.51
1643.13/1647.64	c bounds -4 >= -128702687 @ 1639.57
1643.23/1647.70	c bounds -4 >= -128512223 @ 1639.64
1643.23/1647.76	c bounds -4 >= -128321759 @ 1639.7
1643.32/1647.83	c bounds -4 >= -128131295 @ 1639.76
1643.32/1647.89	c bounds -4 >= -127940831 @ 1639.82
1643.42/1647.95	c bounds -4 >= -127750367 @ 1639.89
1643.53/1648.02	c bounds -4 >= -127559903 @ 1639.95
1643.53/1648.08	c bounds -4 >= -127369439 @ 1640.01
1643.63/1648.14	c bounds -4 >= -127178975 @ 1640.07
1643.73/1648.21	c bounds -4 >= -126988511 @ 1640.14
1643.73/1648.27	c bounds -4 >= -126798047 @ 1640.2
1643.83/1648.33	c bounds -4 >= -126607583 @ 1640.26
1643.83/1648.39	c bounds -4 >= -126418143 @ 1640.32
1643.93/1648.45	c bounds -4 >= -126228703 @ 1640.38
1644.03/1648.52	c bounds -4 >= -126039263 @ 1640.45
1644.03/1648.58	c bounds -4 >= -125849823 @ 1640.51
1644.13/1648.64	c bounds -4 >= -125660383 @ 1640.57
1644.23/1648.71	c bounds -4 >= -125470943 @ 1640.64
1644.23/1648.77	c bounds -4 >= -125281503 @ 1640.7
1644.33/1648.83	c bounds -4 >= -125093087 @ 1640.76
1644.43/1648.90	c bounds -4 >= -124904671 @ 1640.82
1644.43/1648.96	c bounds -4 >= -124716255 @ 1640.89
1644.53/1649.02	c bounds -4 >= -124527839 @ 1640.95
1644.53/1649.09	c bounds -4 >= -124339423 @ 1641.01
1644.63/1649.15	c bounds -4 >= -124151007 @ 1641.08
1644.73/1649.22	c bounds -4 >= -123962591 @ 1641.14
1644.73/1649.28	c bounds -4 >= -123774175 @ 1641.2
1644.83/1649.34	c bounds -4 >= -123585759 @ 1641.27
1644.92/1649.41	c bounds -4 >= -123397343 @ 1641.33
1644.92/1649.47	c bounds -4 >= -123208927 @ 1641.39
1645.02/1649.53	c bounds -4 >= -123020511 @ 1641.46
1645.12/1649.60	c bounds -4 >= -122831071 @ 1641.52
1645.12/1649.66	c bounds -4 >= -122641631 @ 1641.58
1645.22/1649.72	c bounds -4 >= -122452191 @ 1641.64
1645.22/1649.79	c bounds -4 >= -122262751 @ 1641.71
1645.32/1649.85	c bounds -4 >= -122073311 @ 1641.77
1645.42/1649.91	c bounds -4 >= -121883871 @ 1641.83
1645.42/1649.98	c bounds -4 >= -121693407 @ 1641.89
1645.52/1650.04	c bounds -4 >= -121503967 @ 1641.96
1645.62/1650.10	c bounds -4 >= -121314527 @ 1642.02
1645.62/1650.16	c bounds -4 >= -121125087 @ 1642.08
1645.72/1650.23	c bounds -4 >= -120935647 @ 1642.14
1645.72/1650.29	c bounds -4 >= -120746207 @ 1642.2
1645.83/1650.35	c bounds -4 >= -120556767 @ 1642.27
1645.92/1650.42	c bounds -4 >= -120367327 @ 1642.33
1645.92/1650.48	c bounds -4 >= -120177887 @ 1642.39
1646.02/1650.54	c bounds -4 >= -119988447 @ 1642.45
1646.12/1650.60	c bounds -4 >= -119799007 @ 1642.51
1646.12/1650.67	c bounds -4 >= -119609567 @ 1642.58
1646.22/1650.73	c bounds -4 >= -119420127 @ 1642.64
1646.22/1650.79	c bounds -4 >= -119229663 @ 1642.7
1646.32/1650.86	c bounds -4 >= -119039199 @ 1642.76
1646.42/1650.92	c bounds -4 >= -118848735 @ 1642.83
1646.42/1650.98	c bounds -4 >= -118658271 @ 1642.89
1646.52/1651.04	c bounds -4 >= -118467807 @ 1642.95
1646.62/1651.11	c bounds -4 >= -118277343 @ 1643.01
1646.62/1651.17	c bounds -4 >= -118086879 @ 1643.08
1646.72/1651.23	c bounds -4 >= -117896415 @ 1643.14
1646.82/1651.30	c bounds -4 >= -117704927 @ 1643.2
1646.82/1651.36	c bounds -4 >= -117513439 @ 1643.26
1646.91/1651.42	c bounds -4 >= -117321951 @ 1643.33
1646.91/1651.49	c bounds -4 >= -117130463 @ 1643.39
1647.01/1651.55	c bounds -4 >= -116938975 @ 1643.45
1647.11/1651.61	c bounds -4 >= -116747487 @ 1643.51
1647.11/1651.68	c bounds -4 >= -116555999 @ 1643.58
1647.21/1651.74	c bounds -4 >= -116365535 @ 1643.64
1647.31/1651.80	c bounds -4 >= -116175071 @ 1643.7
1647.31/1651.87	c bounds -4 >= -115984607 @ 1643.77
1647.41/1651.93	c bounds -4 >= -115794143 @ 1643.83
1647.41/1651.99	c bounds -4 >= -115603679 @ 1643.89
1647.53/1652.06	c bounds -4 >= -115413215 @ 1643.95
1647.62/1652.13	c bounds -4 >= -115222751 @ 1644.02
1647.62/1652.19	c bounds -4 >= -115032287 @ 1644.08
1647.72/1652.25	c bounds -4 >= -114841823 @ 1644.14
1647.82/1652.31	c bounds -4 >= -114651359 @ 1644.2
1647.82/1652.37	c bounds -4 >= -114460895 @ 1644.26
1647.92/1652.44	c bounds -4 >= -114272479 @ 1644.32
1648.02/1652.50	c bounds -4 >= -114084063 @ 1644.38
1648.02/1652.56	c bounds -4 >= -113895647 @ 1644.44
1648.12/1652.62	c bounds -4 >= -113707231 @ 1644.51
1648.12/1652.68	c bounds -4 >= -113518815 @ 1644.57
1648.22/1652.75	c bounds -4 >= -113330399 @ 1644.63
1648.32/1652.81	c bounds -4 >= -113141983 @ 1644.69
1648.32/1652.87	c bounds -4 >= -112953567 @ 1644.75
1648.41/1652.93	c bounds -4 >= -112765151 @ 1644.82
1648.41/1653.00	c bounds -4 >= -112576735 @ 1644.88
1648.52/1653.06	c bounds -4 >= -112388319 @ 1644.94
1648.62/1653.12	c bounds -4 >= -112199903 @ 1645
1648.62/1653.18	c bounds -4 >= -112011487 @ 1645.06
1648.71/1653.24	c bounds -4 >= -111823071 @ 1645.13
1648.81/1653.31	c bounds -4 >= -111634655 @ 1645.19
1648.81/1653.37	c bounds -4 >= -111446239 @ 1645.25
1648.91/1653.43	c bounds -4 >= -111257823 @ 1645.31
1649.01/1653.50	c bounds -4 >= -111069407 @ 1645.37
1649.01/1653.56	c bounds -4 >= -110880991 @ 1645.44
1649.11/1653.62	c bounds -4 >= -110692575 @ 1645.5
1649.11/1653.68	c bounds -4 >= -110504159 @ 1645.56
1649.22/1653.75	c bounds -4 >= -110315743 @ 1645.62
1649.31/1653.81	c bounds -4 >= -110127327 @ 1645.68
1649.31/1653.87	c bounds -4 >= -109938911 @ 1645.75
1649.41/1653.94	c bounds -4 >= -109750495 @ 1645.81
1649.52/1654.00	c bounds -4 >= -109562079 @ 1645.87
1649.52/1654.06	c bounds -4 >= -109373663 @ 1645.93
1649.62/1654.13	c bounds -4 >= -109185247 @ 1646
1649.62/1654.19	c bounds -4 >= -108996831 @ 1646.06
1649.71/1654.25	c bounds -4 >= -108808415 @ 1646.12
1649.81/1654.32	c bounds -4 >= -108618975 @ 1646.18
1649.81/1654.38	c bounds -4 >= -108429535 @ 1646.24
1649.91/1654.44	c bounds -4 >= -108240095 @ 1646.31
1650.01/1654.50	c bounds -4 >= -108050655 @ 1646.37
1650.01/1654.57	c bounds -4 >= -107861215 @ 1646.43
1650.11/1654.63	c bounds -4 >= -107671775 @ 1646.5
1650.11/1654.69	c bounds -4 >= -107482335 @ 1646.56
1650.21/1654.76	c bounds -4 >= -107292895 @ 1646.62
1650.31/1654.82	c bounds -4 >= -107103455 @ 1646.69
1650.31/1654.88	c bounds -4 >= -106914015 @ 1646.75
1650.41/1654.95	c bounds -4 >= -106724575 @ 1646.81
1650.51/1655.01	c bounds -4 >= -106535135 @ 1646.87
1650.51/1655.07	c bounds -4 >= -106345695 @ 1646.93
1650.61/1655.13	c bounds -4 >= -106156255 @ 1646.99
1650.61/1655.19	c bounds -4 >= -105966815 @ 1647.06
1650.70/1655.26	c bounds -4 >= -105777375 @ 1647.12
1650.80/1655.32	c bounds -4 >= -105586911 @ 1647.18
1650.80/1655.38	c bounds -4 >= -105396447 @ 1647.24
1650.90/1655.44	c bounds -4 >= -105205983 @ 1647.3
1651.00/1655.50	c bounds -4 >= -105015519 @ 1647.37
1651.00/1655.57	c bounds -4 >= -104825055 @ 1647.43
1651.10/1655.63	c bounds -4 >= -104634591 @ 1647.49
1651.10/1655.69	c bounds -4 >= -104444127 @ 1647.55
1651.20/1655.75	c bounds -4 >= -104253663 @ 1647.61
1651.31/1655.81	c bounds -4 >= -104063199 @ 1647.67
1651.31/1655.88	c bounds -4 >= -103872735 @ 1647.73
1651.41/1655.94	c bounds -4 >= -103682271 @ 1647.8
1651.51/1656.00	c bounds -4 >= -103491807 @ 1647.86
1651.51/1656.06	c bounds -4 >= -103301343 @ 1647.92
1651.61/1656.13	c bounds -4 >= -103110879 @ 1647.98
1651.61/1656.19	c bounds -4 >= -102920415 @ 1648.04
1651.70/1656.25	c bounds -4 >= -102728927 @ 1648.1
1651.80/1656.31	c bounds -4 >= -102537439 @ 1648.17
1651.80/1656.38	c bounds -4 >= -102345951 @ 1648.23
1651.90/1656.44	c bounds -4 >= -102154463 @ 1648.29
1652.00/1656.50	c bounds -4 >= -101962975 @ 1648.35
1652.00/1656.56	c bounds -4 >= -101771487 @ 1648.41
1652.10/1656.63	c bounds -4 >= -101579999 @ 1648.48
1652.10/1656.69	c bounds -4 >= -101388511 @ 1648.54
1652.20/1656.75	c bounds -4 >= -101197023 @ 1648.6
1652.30/1656.81	c bounds -4 >= -101005535 @ 1648.66
1652.30/1656.87	c bounds -4 >= -100814047 @ 1648.72
1652.40/1656.93	c bounds -4 >= -100622559 @ 1648.78
1652.40/1657.00	c bounds -4 >= -100430047 @ 1648.84
1652.51/1657.06	c bounds -4 >= -100237535 @ 1648.9
1652.61/1657.12	c bounds -4 >= -100045023 @ 1648.96
1652.61/1657.18	c bounds -4 >= -99852511 @ 1649.02
1652.70/1657.24	c bounds -4 >= -99659999 @ 1649.08
1652.80/1657.30	c bounds -4 >= -99472607 @ 1649.14
1652.80/1657.36	c bounds -4 >= -99285215 @ 1649.2
1652.90/1657.43	c bounds -4 >= -99097823 @ 1649.27
1652.90/1657.49	c bounds -4 >= -98910431 @ 1649.33
1653.00/1657.55	c bounds -4 >= -98723039 @ 1649.39
1653.10/1657.61	c bounds -4 >= -98535647 @ 1649.45
1653.10/1657.67	c bounds -4 >= -98348255 @ 1649.51
1653.20/1657.73	c bounds -4 >= -98160863 @ 1649.57
1653.30/1657.80	c bounds -4 >= -97973471 @ 1649.63
1653.30/1657.86	c bounds -4 >= -97786079 @ 1649.69
1653.40/1657.92	c bounds -4 >= -97598687 @ 1649.75
1653.40/1657.98	c bounds -4 >= -97411295 @ 1649.82
1653.50/1658.04	c bounds -4 >= -97223903 @ 1649.88
1653.61/1658.11	c bounds -4 >= -97036511 @ 1649.94
1653.61/1658.17	c bounds -4 >= -96850143 @ 1650
1653.70/1658.23	c bounds -4 >= -96663775 @ 1650.06
1653.70/1658.29	c bounds -4 >= -96477407 @ 1650.12
1653.80/1658.35	c bounds -4 >= -96291039 @ 1650.18
1653.90/1658.42	c bounds -4 >= -96104671 @ 1650.25
1653.90/1658.48	c bounds -4 >= -95918303 @ 1650.31
1654.00/1658.54	c bounds -4 >= -95731935 @ 1650.37
1654.10/1658.61	c bounds -4 >= -95545567 @ 1650.43
1654.10/1658.67	c bounds -4 >= -95359199 @ 1650.49
1654.20/1658.73	c bounds -4 >= -95172831 @ 1650.56
1654.20/1658.79	c bounds -4 >= -94986463 @ 1650.62
1654.30/1658.86	c bounds -4 >= -94800095 @ 1650.68
1654.39/1658.92	c bounds -4 >= -94613727 @ 1650.74
1654.39/1658.98	c bounds -4 >= -94427359 @ 1650.8
1654.50/1659.04	c bounds -4 >= -94240991 @ 1650.86
1654.60/1659.11	c bounds -4 >= -94054623 @ 1650.93
1654.60/1659.17	c bounds -4 >= -93868255 @ 1650.99
1654.70/1659.23	c bounds -4 >= -93681887 @ 1651.05
1654.70/1659.29	c bounds -4 >= -93495519 @ 1651.11
1654.80/1659.36	c bounds -4 >= -93309151 @ 1651.17
1654.90/1659.42	c bounds -4 >= -93122783 @ 1651.23
1654.90/1659.48	c bounds -4 >= -92936415 @ 1651.29
1655.00/1659.54	c bounds -4 >= -92750047 @ 1651.36
1655.09/1659.60	c bounds -4 >= -92563679 @ 1651.42
1655.09/1659.67	c bounds -4 >= -92377311 @ 1651.48
1655.19/1659.73	c bounds -4 >= -92191967 @ 1651.54
1655.19/1659.79	c bounds -4 >= -92006623 @ 1651.6
1655.29/1659.85	c bounds -4 >= -91821279 @ 1651.66
1655.39/1659.91	c bounds -4 >= -91635935 @ 1651.72
1655.39/1659.97	c bounds -4 >= -91450591 @ 1651.78
1655.50/1660.03	c bounds -4 >= -91265247 @ 1651.84
1655.50/1660.09	c bounds -4 >= -91079903 @ 1651.9
1655.59/1660.16	c bounds -4 >= -90894559 @ 1651.96
1655.70/1660.22	c bounds -4 >= -90709215 @ 1652.02
1655.70/1660.28	c bounds -4 >= -90523871 @ 1652.08
1656.19/1660.79	c bounds -4 >= -90338527 @ 1652.35
1656.29/1660.86	c bounds -4 >= -90153183 @ 1652.41
1656.39/1660.92	c bounds -4 >= -89967839 @ 1652.47
1656.39/1660.98	c bounds -4 >= -89782495 @ 1652.53
1656.79/1661.37	c bounds -4 >= -89597151 @ 1652.75
1657.29/1661.88	c bounds -4 >= -89411807 @ 1653.03
1657.39/1661.94	c bounds -4 >= -89226463 @ 1653.1
1657.50/1662.01	c bounds -4 >= -89041119 @ 1653.16
1657.50/1662.07	c bounds -4 >= -88855775 @ 1653.22
1657.60/1662.14	c bounds -4 >= -88854751 @ 1653.28
1657.68/1662.20	c bounds -4 >= -88823851 @ 1653.34
1657.68/1662.27	c bounds -4 >= -88822827 @ 1653.41
1657.78/1662.33	c bounds -4 >= -88814528 @ 1653.47
1657.78/1662.40	c bounds -4 >= -88631232 @ 1653.53
1657.89/1662.46	c bounds -4 >= -88630208 @ 1653.6
1657.99/1662.53	c bounds -4 >= -88629184 @ 1653.66
1657.99/1662.59	c bounds -4 >= -88445888 @ 1653.72
1658.08/1662.66	c bounds -4 >= -88444864 @ 1653.78
1658.19/1662.72	c bounds -4 >= -88443840 @ 1653.85
1658.19/1662.79	c bounds -4 >= -88260544 @ 1653.91
1658.28/1662.86	c bounds -4 >= -88259520 @ 1653.98
1658.38/1662.92	c bounds -4 >= -88258496 @ 1654.04
1658.38/1662.99	c bounds -4 >= -88075200 @ 1654.1
1658.49/1663.05	c bounds -4 >= -88074176 @ 1654.17
1658.59/1663.12	c bounds -4 >= -88073152 @ 1654.23
1658.59/1663.19	c bounds -4 >= -87889856 @ 1654.29
1658.68/1663.25	c bounds -4 >= -87888832 @ 1654.36
1658.79/1663.32	c bounds -4 >= -87887808 @ 1654.42
1658.79/1663.38	c bounds -4 >= -87704512 @ 1654.48
1658.88/1663.44	c bounds -4 >= -87520192 @ 1654.54
1658.98/1663.50	c bounds -4 >= -87335872 @ 1654.6
1658.98/1663.57	c bounds -4 >= -87151552 @ 1654.66
1659.09/1663.63	c bounds -4 >= -86967232 @ 1654.72
1659.09/1663.69	c bounds -4 >= -86782912 @ 1654.78
1659.18/1663.75	c bounds -4 >= -86597568 @ 1654.84
1659.28/1663.82	c bounds -4 >= -86412224 @ 1654.9
1659.28/1663.88	c bounds -4 >= -86226880 @ 1654.96
1659.38/1663.94	c bounds -4 >= -86041536 @ 1655.03
1659.49/1664.00	c bounds -4 >= -85856192 @ 1655.09
1659.49/1664.07	c bounds -4 >= -85670848 @ 1655.15
1659.58/1664.13	c bounds -4 >= -85484480 @ 1655.21
1659.58/1664.19	c bounds -4 >= -85298112 @ 1655.27
1659.68/1664.25	c bounds -4 >= -85111744 @ 1655.33
1659.78/1664.32	c bounds -4 >= -84925376 @ 1655.39
1659.78/1664.38	c bounds -4 >= -84739008 @ 1655.45
1659.88/1664.44	c bounds -4 >= -84552640 @ 1655.51
1659.98/1664.50	c bounds -4 >= -84366272 @ 1655.57
1659.98/1664.57	c bounds -4 >= -84179904 @ 1655.63
1660.08/1664.63	c bounds -4 >= -83993536 @ 1655.69
1660.08/1664.69	c bounds -4 >= -83807168 @ 1655.75
1660.18/1664.75	c bounds -4 >= -83620800 @ 1655.81
1660.28/1664.81	c bounds -4 >= -83434432 @ 1655.87
1660.28/1664.88	c bounds -4 >= -83248064 @ 1655.93
1660.38/1664.94	c bounds -4 >= -83061696 @ 1655.99
1660.49/1665.00	c bounds -4 >= -82875328 @ 1656.05
1660.49/1665.06	c bounds -4 >= -82688960 @ 1656.12
1660.59/1665.13	c bounds -4 >= -82502592 @ 1656.18
1660.59/1665.19	c bounds -4 >= -82316224 @ 1656.24
1660.68/1665.25	c bounds -4 >= -82129856 @ 1656.3
1660.78/1665.31	c bounds -4 >= -81944512 @ 1656.36
1660.78/1665.38	c bounds -4 >= -81759168 @ 1656.42
1660.87/1665.44	c bounds -4 >= -81573824 @ 1656.48
1660.98/1665.50	c bounds -4 >= -81388480 @ 1656.54
1660.98/1665.57	c bounds -4 >= -81203136 @ 1656.6
1661.08/1665.63	c bounds -4 >= -81017792 @ 1656.66
1661.08/1665.69	c bounds -4 >= -80832448 @ 1656.72
1661.17/1665.75	c bounds -4 >= -80647104 @ 1656.79
1661.27/1665.82	c bounds -4 >= -80461760 @ 1656.85
1661.27/1665.88	c bounds -4 >= -80276416 @ 1656.91
1661.38/1665.94	c bounds -4 >= -80091072 @ 1656.97
1661.48/1666.01	c bounds -4 >= -79905728 @ 1657.03
1661.48/1666.07	c bounds -4 >= -79720384 @ 1657.09
1661.58/1666.13	c bounds -4 >= -79535040 @ 1657.15
1661.68/1666.20	c bounds -4 >= -79349696 @ 1657.21
1661.68/1666.26	c bounds -4 >= -79164352 @ 1657.28
1661.78/1666.32	c bounds -4 >= -78979008 @ 1657.33
1661.78/1666.39	c bounds -4 >= -78793664 @ 1657.4
1661.87/1666.45	c bounds -4 >= -78608320 @ 1657.46
1661.97/1666.51	c bounds -4 >= -78422976 @ 1657.52
1661.97/1666.58	c bounds -4 >= -78237632 @ 1657.58
1662.07/1666.64	c bounds -4 >= -78052288 @ 1657.64
1662.18/1666.70	c bounds -4 >= -77866944 @ 1657.69
1662.18/1666.76	c bounds -4 >= -77681600 @ 1657.76
1662.27/1666.82	c bounds -4 >= -77496256 @ 1657.82
1662.27/1666.89	c bounds -4 >= -77310912 @ 1657.88
1662.37/1666.95	c bounds -4 >= -77125568 @ 1657.94
1662.48/1667.01	c bounds -4 >= -76940224 @ 1658
1662.48/1667.07	c bounds -4 >= -76754880 @ 1658.06
1662.57/1667.13	c bounds -4 >= -76569536 @ 1658.12
1662.57/1667.19	c bounds -4 >= -76385216 @ 1658.18
1662.68/1667.26	c bounds -4 >= -76200896 @ 1658.24
1662.77/1667.32	c bounds -4 >= -76016576 @ 1658.3
1662.77/1667.38	c bounds -4 >= -75832256 @ 1658.36
1662.87/1667.44	c bounds -4 >= -75647936 @ 1658.42
1662.97/1667.51	c bounds -4 >= -75463616 @ 1658.48
1662.97/1667.57	c bounds -4 >= -75279296 @ 1658.54
1663.07/1667.63	c bounds -4 >= -75094976 @ 1658.6
1663.07/1667.69	c bounds -4 >= -74910656 @ 1658.66
1663.17/1667.75	c bounds -4 >= -74727360 @ 1658.72
1663.27/1667.82	c bounds -4 >= -74544064 @ 1658.78
1663.27/1667.88	c bounds -4 >= -74360768 @ 1658.84
1663.37/1667.94	c bounds -4 >= -74177472 @ 1658.91
1663.48/1668.00	c bounds -4 >= -73994176 @ 1658.97
1663.48/1668.07	c bounds -4 >= -73993152 @ 1659.03
1663.58/1668.13	c bounds -4 >= -73810880 @ 1659.09
1663.67/1668.20	c bounds -4 >= -73809856 @ 1659.16
1663.67/1668.26	c bounds -4 >= -73627584 @ 1659.22
1663.77/1668.33	c bounds -4 >= -73626560 @ 1659.28
1663.77/1668.39	c bounds -4 >= -73444288 @ 1659.34
1663.87/1668.45	c bounds -4 >= -73255872 @ 1659.4
1663.97/1668.51	c bounds -4 >= -73067456 @ 1659.46
1663.97/1668.58	c bounds -4 >= -72879040 @ 1659.52
1664.07/1668.64	c bounds -4 >= -72690624 @ 1659.58
1664.17/1668.70	c bounds -4 >= -72502208 @ 1659.64
1664.17/1668.76	c bounds -4 >= -72312768 @ 1659.7
1664.27/1668.83	c bounds -4 >= -72123328 @ 1659.76
1664.27/1668.89	c bounds -4 >= -71933888 @ 1659.83
1664.37/1668.95	c bounds -4 >= -71744448 @ 1659.89
1664.48/1669.02	c bounds -4 >= -71555008 @ 1659.95
1664.48/1669.08	c bounds -4 >= -71364544 @ 1660
1664.57/1669.14	c bounds -4 >= -71174080 @ 1660.07
1664.67/1669.20	c bounds -4 >= -70983616 @ 1660.13
1664.67/1669.27	c bounds -4 >= -70793152 @ 1660.19
1664.76/1669.33	c bounds -4 >= -70602688 @ 1660.25
1664.76/1669.39	c bounds -4 >= -70412224 @ 1660.31
1664.87/1669.46	c bounds -4 >= -70221760 @ 1660.37
1664.96/1669.52	c bounds -4 >= -70031296 @ 1660.43
1664.96/1669.58	c bounds -4 >= -69840832 @ 1660.49
1665.07/1669.64	c bounds -4 >= -69650368 @ 1660.55
1665.16/1669.70	c bounds -4 >= -69459904 @ 1660.61
1665.16/1669.77	c bounds -4 >= -69269440 @ 1660.66
1665.27/1669.83	c bounds -4 >= -69078976 @ 1660.73
1665.27/1669.89	c bounds -4 >= -68888512 @ 1660.78
1665.37/1669.95	c bounds -4 >= -68698048 @ 1660.85
1665.47/1670.01	c bounds -4 >= -68507584 @ 1660.91
1665.47/1670.07	c bounds -4 >= -68317120 @ 1660.97
1665.57/1670.14	c bounds -4 >= -68126656 @ 1661.03
1665.67/1670.20	c bounds -4 >= -67936192 @ 1661.08
1665.67/1670.26	c bounds -4 >= -67745728 @ 1661.14
1665.77/1670.32	c bounds -4 >= -67555264 @ 1661.2
1665.77/1670.38	c bounds -4 >= -67364800 @ 1661.26
1665.86/1670.44	c bounds -4 >= -67174336 @ 1661.32
1665.97/1670.50	c bounds -4 >= -66983872 @ 1661.38
1665.97/1670.57	c bounds -4 >= -66793408 @ 1661.44
1666.07/1670.63	c bounds -4 >= -66602944 @ 1661.5
1666.07/1670.69	c bounds -4 >= -66412480 @ 1661.56
1666.16/1670.75	c bounds -4 >= -66222016 @ 1661.62
1666.26/1670.81	c bounds -4 >= -66031552 @ 1661.68
1666.26/1670.87	c bounds -4 >= -65841088 @ 1661.74
1666.37/1670.94	c bounds -4 >= -65650624 @ 1661.8
1666.37/1671.00	c bounds -4 >= -65460160 @ 1661.86
1666.47/1671.06	c bounds -4 >= -65269696 @ 1661.92
1666.56/1671.12	c bounds -4 >= -65079232 @ 1661.98
1666.56/1671.18	c bounds -4 >= -64888768 @ 1662.04
1666.66/1671.25	c bounds -4 >= -64698304 @ 1662.09
1666.76/1671.31	c bounds -4 >= -64507840 @ 1662.15
1666.76/1671.37	c bounds -4 >= -64317376 @ 1662.21
1666.86/1671.43	c bounds -4 >= -64126912 @ 1662.27
1666.86/1671.49	c bounds -4 >= -63936448 @ 1662.34
1666.96/1671.56	c bounds -4 >= -63745984 @ 1662.4
1667.06/1671.62	c bounds -4 >= -63555520 @ 1662.46
1667.06/1671.68	c bounds -4 >= -63365056 @ 1662.52
1667.16/1671.74	c bounds -4 >= -63174592 @ 1662.58
1667.26/1671.81	c bounds -4 >= -62984128 @ 1662.64
1667.26/1671.87	c bounds -4 >= -62793664 @ 1662.7
1667.36/1671.93	c bounds -4 >= -62603200 @ 1662.76
1667.36/1671.99	c bounds -4 >= -62412736 @ 1662.82
1667.47/1672.05	c bounds -4 >= -62222272 @ 1662.88
1667.56/1672.12	c bounds -4 >= -62031808 @ 1662.94
1667.56/1672.18	c bounds -4 >= -61841344 @ 1663
1667.66/1672.25	c bounds -4 >= -61650880 @ 1663.06
1667.76/1672.31	c bounds -4 >= -61460416 @ 1663.13
1667.76/1672.37	c bounds -4 >= -61269952 @ 1663.19
1667.85/1672.44	c bounds -4 >= -61079488 @ 1663.24
1667.96/1672.50	c bounds -4 >= -60889024 @ 1663.3
1667.96/1672.56	c bounds -4 >= -60698560 @ 1663.36
1668.06/1672.62	c bounds -4 >= -60508096 @ 1663.42
1668.06/1672.68	c bounds -4 >= -60317632 @ 1663.48
1668.15/1672.74	c bounds -4 >= -60127168 @ 1663.54
1668.25/1672.80	c bounds -4 >= -59936704 @ 1663.6
1668.25/1672.86	c bounds -4 >= -59746240 @ 1663.66
1668.36/1672.93	c bounds -4 >= -59555776 @ 1663.72
1668.36/1672.99	c bounds -4 >= -59365312 @ 1663.78
1668.46/1673.05	c bounds -4 >= -59174848 @ 1663.83
1668.56/1673.11	c bounds -4 >= -58984384 @ 1663.89
1668.56/1673.17	c bounds -4 >= -58793920 @ 1663.95
1668.66/1673.23	c bounds -4 >= -58603456 @ 1664.01
1668.66/1673.29	c bounds -4 >= -58412992 @ 1664.07
1668.76/1673.36	c bounds -4 >= -58222528 @ 1664.13
1668.85/1673.42	c bounds -4 >= -58032064 @ 1664.19
1668.85/1673.48	c bounds -4 >= -57841600 @ 1664.25
1668.96/1673.54	c bounds -4 >= -57651136 @ 1664.31
1669.06/1673.60	c bounds -4 >= -57460672 @ 1664.37
1669.06/1673.66	c bounds -4 >= -57270208 @ 1664.43
1669.15/1673.72	c bounds -4 >= -57079744 @ 1664.49
1669.15/1673.79	c bounds -4 >= -56889280 @ 1664.55
1669.25/1673.85	c bounds -4 >= -56698816 @ 1664.6
1669.35/1673.91	c bounds -4 >= -56508352 @ 1664.66
1669.35/1673.97	c bounds -4 >= -56317888 @ 1664.72
1669.46/1674.03	c bounds -4 >= -56127424 @ 1664.78
1669.46/1674.10	c bounds -4 >= -55936960 @ 1664.84
1669.56/1674.16	c bounds -4 >= -55746496 @ 1664.9
1669.65/1674.22	c bounds -4 >= -55556032 @ 1664.96
1669.65/1674.29	c bounds -4 >= -55365568 @ 1665.02
1669.75/1674.35	c bounds -4 >= -55175104 @ 1665.09
1669.85/1674.41	c bounds -4 >= -54984640 @ 1665.14
1669.85/1674.47	c bounds -4 >= -54794176 @ 1665.2
1669.95/1674.53	c bounds -4 >= -54603712 @ 1665.26
1669.95/1674.59	c bounds -4 >= -54413248 @ 1665.32
1670.05/1674.65	c bounds -4 >= -54222784 @ 1665.38
1670.15/1674.72	c bounds -4 >= -54032320 @ 1665.43
1670.15/1674.78	c bounds -4 >= -53841856 @ 1665.49
1670.25/1674.84	c bounds -4 >= -53651392 @ 1665.55
1670.35/1674.90	c bounds -4 >= -53460928 @ 1665.61
1670.35/1674.96	c bounds -4 >= -53270464 @ 1665.67
1670.45/1675.02	c bounds -4 >= -53080000 @ 1665.73
1670.45/1675.08	c bounds -4 >= -52889536 @ 1665.79
1670.56/1675.14	c bounds -4 >= -52699072 @ 1665.85
1670.64/1675.20	c bounds -4 >= -52508608 @ 1665.91
1670.64/1675.26	c bounds -4 >= -52318144 @ 1665.96
1670.75/1675.32	c bounds -4 >= -52127680 @ 1666.02
1670.75/1675.38	c bounds -4 >= -51937216 @ 1666.08
1670.85/1675.45	c bounds -4 >= -51746752 @ 1666.14
1670.95/1675.51	c bounds -4 >= -51556288 @ 1666.2
1670.95/1675.57	c bounds -4 >= -51365824 @ 1666.26
1671.05/1675.63	c bounds -4 >= -51175360 @ 1666.32
1671.05/1675.69	c bounds -4 >= -50984896 @ 1666.38
1671.15/1675.75	c bounds -4 >= -50794432 @ 1666.43
1671.25/1675.81	c bounds -4 >= -50603968 @ 1666.49
1671.25/1675.87	c bounds -4 >= -50413504 @ 1666.55
1671.35/1675.93	c bounds -4 >= -50223040 @ 1666.61
1671.35/1675.99	c bounds -4 >= -50032576 @ 1666.67
1671.45/1676.06	c bounds -4 >= -49842112 @ 1666.73
1671.55/1676.12	c bounds -4 >= -49651648 @ 1666.79
1671.55/1676.18	c bounds -4 >= -49461184 @ 1666.85
1671.64/1676.24	c bounds -4 >= -49270720 @ 1666.91
1671.75/1676.30	c bounds -4 >= -49080256 @ 1666.97
1671.75/1676.36	c bounds -4 >= -48889792 @ 1667.03
1671.85/1676.43	c bounds -4 >= -48699328 @ 1667.09
1671.85/1676.49	c bounds -4 >= -48508864 @ 1667.15
1671.94/1676.55	c bounds -4 >= -48318400 @ 1667.21
1672.05/1676.61	c bounds -4 >= -48127936 @ 1667.27
1672.05/1676.67	c bounds -4 >= -47937472 @ 1667.33
1672.14/1676.73	c bounds -4 >= -47747008 @ 1667.39
1672.24/1676.80	c bounds -4 >= -47556544 @ 1667.45
1672.24/1676.86	c bounds -4 >= -47366080 @ 1667.51
1672.34/1676.92	c bounds -4 >= -47175616 @ 1667.57
1672.34/1676.98	c bounds -4 >= -46985152 @ 1667.63
1672.45/1677.04	c bounds -4 >= -46794688 @ 1667.68
1672.55/1677.10	c bounds -4 >= -46604224 @ 1667.74
1672.55/1677.16	c bounds -4 >= -46413760 @ 1667.8
1672.64/1677.22	c bounds -4 >= -46223296 @ 1667.86
1672.64/1677.28	c bounds -4 >= -46032832 @ 1667.92
1672.74/1677.34	c bounds -4 >= -45842368 @ 1667.98
1672.84/1677.40	c bounds -4 >= -45651904 @ 1668.03
1672.84/1677.46	c bounds -4 >= -45461440 @ 1668.09
1672.94/1677.53	c bounds -4 >= -45270976 @ 1668.15
1672.94/1677.59	c bounds -4 >= -45080512 @ 1668.2
1673.04/1677.65	c bounds -4 >= -44890048 @ 1668.26
1673.14/1677.71	c bounds -4 >= -44699584 @ 1668.32
1673.14/1677.77	c bounds -4 >= -44509120 @ 1668.38
1673.24/1677.82	c bounds -4 >= -44318656 @ 1668.44
1673.24/1677.88	c bounds -4 >= -44128192 @ 1668.5
1673.35/1677.94	c bounds -4 >= -43937728 @ 1668.56
1673.45/1678.00	c bounds -4 >= -43747264 @ 1668.62
1673.45/1678.06	c bounds -4 >= -43556800 @ 1668.67
1673.55/1678.12	c bounds -4 >= -43366336 @ 1668.73
1673.55/1678.18	c bounds -4 >= -43175872 @ 1668.79
1673.64/1678.24	c bounds -4 >= -42985408 @ 1668.85
1673.74/1678.30	c bounds -4 >= -42794944 @ 1668.91
1673.74/1678.36	c bounds -4 >= -42604480 @ 1668.97
1673.84/1678.42	c bounds -4 >= -42414016 @ 1669.03
1673.84/1678.48	c bounds -4 >= -42223552 @ 1669.09
1673.94/1678.54	c bounds -4 >= -42033088 @ 1669.15
1674.03/1678.60	c bounds -4 >= -41842624 @ 1669.2
1674.03/1678.66	c bounds -4 >= -41652160 @ 1669.26
1674.13/1678.72	c bounds -4 >= -41461696 @ 1669.32
1674.13/1678.78	c bounds -4 >= -41271232 @ 1669.38
1674.23/1678.84	c bounds -4 >= -41080768 @ 1669.44
1674.33/1678.90	c bounds -4 >= -40890304 @ 1669.5
1674.33/1678.96	c bounds -4 >= -40699840 @ 1669.56
1674.45/1679.02	c bounds -4 >= -40509376 @ 1669.62
1674.45/1679.08	c bounds -4 >= -40318912 @ 1669.68
1674.55/1679.14	c bounds -4 >= -40128448 @ 1669.74
1674.55/1679.20	c bounds -4 >= -39937984 @ 1669.8
1674.64/1679.26	c bounds -4 >= -39747520 @ 1669.85
1674.74/1679.32	c bounds -4 >= -39557056 @ 1669.91
1674.74/1679.38	c bounds -4 >= -39366592 @ 1669.97
1674.84/1679.44	c bounds -4 >= -39176128 @ 1670.03
1674.93/1679.50	c bounds -4 >= -38985664 @ 1670.09
1674.93/1679.56	c bounds -4 >= -38795200 @ 1670.15
1675.03/1679.62	c bounds -4 >= -38604736 @ 1670.21
1675.03/1679.68	c bounds -4 >= -38414272 @ 1670.27
1675.13/1679.74	c bounds -4 >= -38223808 @ 1670.33
1675.23/1679.80	c bounds -4 >= -38033344 @ 1670.39
1675.23/1679.86	c bounds -4 >= -37842880 @ 1670.45
1675.33/1679.91	c bounds -4 >= -37652416 @ 1670.5
1675.33/1679.97	c bounds -4 >= -37461952 @ 1670.56
1675.44/1680.03	c bounds -4 >= -37271488 @ 1670.62
1675.44/1680.09	c bounds -4 >= -37081024 @ 1670.68
1675.54/1680.15	c bounds -4 >= -36890560 @ 1670.74
1675.64/1680.21	c bounds -4 >= -36700096 @ 1670.8
1675.64/1680.27	c bounds -4 >= -36509632 @ 1670.85
1675.74/1680.33	c bounds -4 >= -36319168 @ 1670.91
1675.74/1680.39	c bounds -4 >= -36128704 @ 1670.97
1675.84/1680.45	c bounds -4 >= -35938240 @ 1671.03
1675.93/1680.51	c bounds -4 >= -35747776 @ 1671.09
1675.93/1680.56	c bounds -4 >= -35557312 @ 1671.14
1676.03/1680.62	c bounds -4 >= -35366848 @ 1671.2
1676.03/1680.68	c bounds -4 >= -35176384 @ 1671.26
1676.13/1680.74	c bounds -4 >= -34985920 @ 1671.32
1676.23/1680.80	c bounds -4 >= -34795456 @ 1671.38
1676.23/1680.86	c bounds -4 >= -34604992 @ 1671.43
1676.33/1680.92	c bounds -4 >= -34414528 @ 1671.49
1676.33/1680.98	c bounds -4 >= -34224064 @ 1671.55
1676.44/1681.04	c bounds -4 >= -34033600 @ 1671.61
1676.44/1681.10	c bounds -4 >= -33843136 @ 1671.67
1676.54/1681.16	c bounds -4 >= -33652672 @ 1671.73
1676.63/1681.22	c bounds -4 >= -33462208 @ 1671.79
1676.63/1681.28	c bounds -4 >= -33271744 @ 1671.84
1676.73/1681.33	c bounds -4 >= -33081280 @ 1671.9
1676.73/1681.39	c bounds -4 >= -32890816 @ 1671.96
1676.83/1681.45	c bounds -4 >= -32700352 @ 1672.02
1676.93/1681.51	c bounds -4 >= -32509888 @ 1672.08
1676.93/1681.57	c bounds -4 >= -32319424 @ 1672.14
1677.03/1681.63	c bounds -4 >= -32128960 @ 1672.2
1677.03/1681.69	c bounds -4 >= -31938496 @ 1672.25
1677.13/1681.75	c bounds -4 >= -31748032 @ 1672.31
1677.23/1681.81	c bounds -4 >= -31557568 @ 1672.37
1677.23/1681.87	c bounds -4 >= -31367104 @ 1672.43
1677.33/1681.93	c bounds -4 >= -31176640 @ 1672.49
1677.33/1681.99	c bounds -4 >= -30986176 @ 1672.55
1677.44/1682.05	c bounds -4 >= -30795712 @ 1672.61
1677.54/1682.11	c bounds -4 >= -30605248 @ 1672.67
1677.54/1682.17	c bounds -4 >= -30414784 @ 1672.73
1677.63/1682.23	c bounds -4 >= -30224320 @ 1672.78
1677.63/1682.29	c bounds -4 >= -30033856 @ 1672.84
1677.73/1682.34	c bounds -4 >= -29843392 @ 1672.9
1677.83/1682.40	c bounds -4 >= -29652928 @ 1672.96
1677.83/1682.46	c bounds -4 >= -29462464 @ 1673.02
1677.93/1682.52	c bounds -4 >= -29272000 @ 1673.08
1677.93/1682.58	c bounds -4 >= -29081536 @ 1673.13
1678.03/1682.64	c bounds -4 >= -28891072 @ 1673.19
1678.12/1682.70	c bounds -4 >= -28700608 @ 1673.25
1678.12/1682.75	c bounds -4 >= -28510144 @ 1673.31
1678.23/1682.81	c bounds -4 >= -28319680 @ 1673.36
1678.23/1682.87	c bounds -4 >= -28129216 @ 1673.42
1678.33/1682.93	c bounds -4 >= -27938752 @ 1673.48
1678.33/1682.99	c bounds -4 >= -27748288 @ 1673.54
1678.43/1683.05	c bounds -4 >= -27557824 @ 1673.59
1678.53/1683.11	c bounds -4 >= -27367360 @ 1673.65
1678.53/1683.16	c bounds -4 >= -27176896 @ 1673.71
1678.63/1683.22	c bounds -4 >= -26986432 @ 1673.77
1678.63/1683.28	c bounds -4 >= -26795968 @ 1673.83
1678.73/1683.34	c bounds -4 >= -26605504 @ 1673.88
1678.82/1683.40	c bounds -4 >= -26415040 @ 1673.94
1678.82/1683.46	c bounds -4 >= -26224576 @ 1674
1678.92/1683.52	c bounds -4 >= -26034112 @ 1674.06
1678.92/1683.57	c bounds -4 >= -25843648 @ 1674.12
1679.02/1683.63	c bounds -4 >= -25653184 @ 1674.17
1679.02/1683.69	c bounds -4 >= -25462720 @ 1674.23
1679.12/1683.75	c bounds -4 >= -25272256 @ 1674.29
1679.23/1683.81	c bounds -4 >= -25081792 @ 1674.35
1679.23/1683.87	c bounds -4 >= -24891328 @ 1674.41
1679.33/1683.93	c bounds -4 >= -24700864 @ 1674.46
1679.33/1683.99	c bounds -4 >= -24510400 @ 1674.52
1679.43/1684.05	c bounds -4 >= -24319936 @ 1674.58
1679.53/1684.11	c bounds -4 >= -24129472 @ 1674.64
1679.53/1684.17	c bounds -4 >= -23939008 @ 1674.7
1679.62/1684.22	c bounds -4 >= -23748544 @ 1674.75
1679.62/1684.28	c bounds -4 >= -23558080 @ 1674.81
1679.72/1684.34	c bounds -4 >= -23367616 @ 1674.87
1679.82/1684.40	c bounds -4 >= -23177152 @ 1674.93
1679.82/1684.46	c bounds -4 >= -22986688 @ 1674.99
1679.92/1684.52	c bounds -4 >= -22796224 @ 1675.05
1679.92/1684.58	c bounds -4 >= -22605760 @ 1675.11
1680.03/1684.64	c bounds -4 >= -22415296 @ 1675.16
1680.12/1684.70	c bounds -4 >= -22224832 @ 1675.22
1680.12/1684.76	c bounds -4 >= -22034368 @ 1675.28
1680.22/1684.82	c bounds -4 >= -21843904 @ 1675.34
1680.22/1684.87	c bounds -4 >= -21653440 @ 1675.4
1680.32/1684.93	c bounds -4 >= -21462976 @ 1675.45
1680.32/1684.99	c bounds -4 >= -21272512 @ 1675.51
1680.43/1685.05	c bounds -4 >= -21082048 @ 1675.57
1680.53/1685.11	c bounds -4 >= -20891584 @ 1675.63
1680.53/1685.16	c bounds -4 >= -20701120 @ 1675.69
1680.62/1685.22	c bounds -4 >= -20510656 @ 1675.74
1680.62/1685.28	c bounds -4 >= -20320192 @ 1675.8
1680.72/1685.34	c bounds -4 >= -20129728 @ 1675.86
1680.82/1685.40	c bounds -4 >= -19939264 @ 1675.92
1680.82/1685.45	c bounds -4 >= -19748800 @ 1675.98
1680.92/1685.51	c bounds -4 >= -19558336 @ 1676.03
1680.92/1685.57	c bounds -4 >= -19367872 @ 1676.09
1681.02/1685.63	c bounds -4 >= -19177408 @ 1676.15
1681.02/1685.69	c bounds -4 >= -18986944 @ 1676.21
1681.12/1685.75	c bounds -4 >= -18796480 @ 1676.27
1681.22/1685.81	c bounds -4 >= -18606016 @ 1676.32
1681.22/1685.86	c bounds -4 >= -18415552 @ 1676.38
1681.32/1685.92	c bounds -4 >= -18225088 @ 1676.44
1681.32/1685.98	c bounds -4 >= -18034624 @ 1676.5
1681.42/1686.04	c bounds -4 >= -17844160 @ 1676.56
1681.42/1686.10	c bounds -4 >= -17653696 @ 1676.61
1681.52/1686.16	c bounds -4 >= -17463232 @ 1676.67
1681.61/1686.22	c bounds -4 >= -17272768 @ 1676.73
1681.61/1686.28	c bounds -4 >= -17082304 @ 1676.79
1681.71/1686.33	c bounds -4 >= -16891840 @ 1676.85
1681.71/1686.39	c bounds -4 >= -16701376 @ 1676.9
1681.81/1686.45	c bounds -4 >= -16510912 @ 1676.96
1681.92/1686.51	c bounds -4 >= -16320448 @ 1677.02
1681.92/1686.57	c bounds -4 >= -16129984 @ 1677.08
1682.02/1686.63	c bounds -4 >= -15939520 @ 1677.14
1682.02/1686.69	c bounds -4 >= -15749056 @ 1677.2
1682.12/1686.75	c bounds -4 >= -15558592 @ 1677.25
1682.22/1686.81	c bounds -4 >= -15368128 @ 1677.31
1682.22/1686.86	c bounds -4 >= -15177664 @ 1677.37
1682.32/1686.92	c bounds -4 >= -14987200 @ 1677.43
1682.32/1686.98	c bounds -4 >= -14796736 @ 1677.49
1682.42/1687.04	c bounds -4 >= -14606272 @ 1677.55
1682.52/1687.11	c bounds -4 >= -14415808 @ 1677.61
1682.52/1687.17	c bounds -4 >= -14225344 @ 1677.67
1682.61/1687.23	c bounds -4 >= -14034880 @ 1677.73
1682.61/1687.28	c bounds -4 >= -13844416 @ 1677.78
1682.71/1687.34	c bounds -4 >= -13653952 @ 1677.84
1682.81/1687.40	c bounds -4 >= -13463488 @ 1677.9
1682.81/1687.46	c bounds -4 >= -13273024 @ 1677.96
1682.91/1687.52	c bounds -4 >= -13082560 @ 1678.01
1682.91/1687.57	c bounds -4 >= -12892096 @ 1678.07
1683.01/1687.63	c bounds -4 >= -12701632 @ 1678.13
1683.01/1687.69	c bounds -4 >= -12511168 @ 1678.19
1683.11/1687.75	c bounds -4 >= -12320704 @ 1678.24
1683.21/1687.80	c bounds -4 >= -12130240 @ 1678.3
1683.21/1687.86	c bounds -4 >= -11939776 @ 1678.36
1683.31/1687.92	c bounds -4 >= -11749312 @ 1678.41
1683.31/1687.98	c bounds -4 >= -11558848 @ 1678.47
1683.42/1688.04	c bounds -4 >= -11368384 @ 1678.53
1683.42/1688.10	c bounds -4 >= -11177920 @ 1678.59
1683.52/1688.16	c bounds -4 >= -10987456 @ 1678.65
1683.61/1688.21	c bounds -4 >= -10796992 @ 1678.7
1683.61/1688.27	c bounds -4 >= -10606528 @ 1678.76
1683.71/1688.33	c bounds -4 >= -10416064 @ 1678.82
1683.71/1688.39	c bounds -4 >= -10225600 @ 1678.88
1683.81/1688.45	c bounds -4 >= -10035136 @ 1678.93
1683.91/1688.51	c bounds -4 >= -9844672 @ 1678.99
1683.91/1688.56	c bounds -4 >= -9654208 @ 1679.05
1684.01/1688.62	c bounds -4 >= -9463744 @ 1679.11
1684.01/1688.68	c bounds -4 >= -9273280 @ 1679.17
1684.11/1688.74	c bounds -4 >= -9082816 @ 1679.22
1684.21/1688.80	c bounds -4 >= -8892352 @ 1679.28
1684.21/1688.86	c bounds -4 >= -8701888 @ 1679.34
1684.31/1688.91	c bounds -4 >= -8511424 @ 1679.4
1684.31/1688.98	c bounds -4 >= -8320960 @ 1679.46
1684.42/1689.04	c bounds -4 >= -8130496 @ 1679.52
1684.42/1689.10	c bounds -4 >= -7940032 @ 1679.58
1684.52/1689.15	c bounds -4 >= -7749568 @ 1679.63
1684.61/1689.21	c bounds -4 >= -7559104 @ 1679.69
1684.61/1689.27	c bounds -4 >= -7368640 @ 1679.75
1684.71/1689.33	c bounds -4 >= -7178176 @ 1679.8
1684.71/1689.38	c bounds -4 >= -6987712 @ 1679.86
1684.81/1689.44	c bounds -4 >= -6797248 @ 1679.92
1684.91/1689.50	c bounds -4 >= -6607808 @ 1679.98
1684.91/1689.56	c bounds -4 >= -6417344 @ 1680.03
1685.01/1689.62	c bounds -4 >= -6226880 @ 1680.09
1685.01/1689.67	c bounds -4 >= -6036416 @ 1680.15
1685.10/1689.73	c bounds -4 >= -5845952 @ 1680.2
1685.10/1689.79	c bounds -4 >= -5655488 @ 1680.26
1685.20/1689.85	c bounds -4 >= -5464000 @ 1680.32
1685.30/1689.90	c bounds -4 >= -5272512 @ 1680.38
1685.30/1689.96	c bounds -4 >= -5081024 @ 1680.43
1685.41/1690.02	c bounds -4 >= -4889536 @ 1680.49
1685.41/1690.08	c bounds -4 >= -4698048 @ 1680.55
1685.51/1690.13	c bounds -4 >= -4506560 @ 1680.6
1685.51/1690.19	c bounds -4 >= -4315072 @ 1680.66
1685.61/1690.25	c bounds -4 >= -4125632 @ 1680.72
1685.71/1690.31	c bounds -4 >= -3936192 @ 1680.78
1685.71/1690.37	c bounds -4 >= -3746752 @ 1680.83
1685.81/1690.43	c bounds -4 >= -3557312 @ 1680.89
1685.81/1690.49	c bounds -4 >= -3367872 @ 1680.95
1685.91/1690.55	c bounds -4 >= -3178432 @ 1681.01
1686.00/1690.61	c bounds -4 >= -2988992 @ 1681.07
1686.00/1690.66	c bounds -4 >= -2799552 @ 1681.13
1686.10/1690.72	c bounds -4 >= -2610112 @ 1681.19
1686.10/1690.78	c bounds -4 >= -2420672 @ 1681.24
1686.20/1690.84	c bounds -4 >= -2231232 @ 1681.3
1686.30/1690.90	c bounds -4 >= -2041792 @ 1681.36
1686.30/1690.96	c bounds -4 >= -1852352 @ 1681.42
1686.41/1691.02	c bounds -4 >= -1662912 @ 1681.48
1686.41/1691.08	c bounds -4 >= -1473472 @ 1681.54
1686.50/1691.14	c bounds -4 >= -1449792 @ 1681.59
1686.60/1691.20	c bounds -4 >= -1425984 @ 1681.65
1688.19/1692.81	c bounds -4 >= -1424960 @ 1683.25
1832.42/1837.50	c bounds -36 >= -1424960 @ 1825.93
1832.52/1837.63	c bounds -36 >= -1412736 @ 1826.05
1833.13/1838.26	c bounds -36 >= -1411712 @ 1826.63
1836.21/1841.31	c bounds -36 >= -1410688 @ 1829.63
1836.32/1841.43	c bounds -36 >= -1409664 @ 1829.76
1837.91/1843.00	c bounds -36 >= -1408640 @ 1831.3
1838.02/1843.13	c bounds -36 >= -1407616 @ 1831.43
1839.70/1844.82	c bounds -36 >= -1406592 @ 1833.09
1839.81/1844.95	c bounds -36 >= -1405568 @ 1833.21
1841.50/1846.60	c bounds -36 >= -1404544 @ 1834.83
1841.59/1846.71	c bounds -36 >= -1403520 @ 1834.94
1843.20/1848.31	c bounds -36 >= -1402496 @ 1836.51
1843.29/1848.43	c bounds -36 >= -1401472 @ 1836.63
1844.69/1849.85	c bounds -36 >= -1400448 @ 1838.03
1844.79/1849.96	c bounds -36 >= -1399424 @ 1838.14
1846.39/1851.58	c bounds -36 >= -1398400 @ 1839.73
1846.58/1851.70	c bounds -36 >= -1397376 @ 1839.85
1848.08/1853.25	c bounds -36 >= -1396352 @ 1841.38
1848.18/1853.36	c bounds -36 >= -1395328 @ 1841.49
1849.78/1854.96	c bounds -36 >= -1394304 @ 1843.06
1849.88/1855.07	c bounds -36 >= -1393280 @ 1843.17
1851.47/1856.64	c bounds -36 >= -1392256 @ 1844.71
1851.57/1856.76	c bounds -36 >= -1391232 @ 1844.83
1853.27/1858.41	c bounds -36 >= -1390208 @ 1846.4

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60451 MiB free)
  memory of node 1: 64465 MiB (61948 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4506002-1751485656/watcher-4506002-1751485656 -o /tmp/evaluation-result-4506002-1751485656/solver-4506002-1751485656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751481177-82009 --watchdog 3760 run-opt-break.sh HOME/instance-4506002-1751485656.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=82686, runsolver pid=82683

[startup+0.100067 s]*
/proc/loadavg: 4.36 4.18 4.12 5/271 82688
/proc/meminfo: memFree=125230628/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82688] ppid=82686 vsize=138136 memory=115656 CPUtime=0.09 cores=1,3
/proc/82688/stat : 82688 (pbsuma) R 82686 82686 81997 0 -1 4194304 10214 0 0 0 5 4 0 0 20 0 1 0 64243171 141451264 28914 18446744073709551615 4210688 4653049 140720488783584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 18903040 140720488790371 140720488790578 140720488790578 140720488796143 0
/proc/82688/statm: 34534 28914 928 108 0 31942 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 142328 KiB
Current children cumulated memory: 118600 KiB

[startup+0.205817 s]*
/proc/loadavg: 4.36 4.18 4.12 5/271 82688
/proc/meminfo: memFree=125222564/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82688] ppid=82686 vsize=152416 memory=133932 CPUtime=0.19 cores=1,3
/proc/82688/stat : 82688 (pbsuma) R 82686 82686 81997 0 -1 4194304 13758 0 0 0 14 5 0 0 20 0 1 0 64243171 156073984 33483 18446744073709551615 4210688 4653049 140720488783584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 18903040 140720488790371 140720488790578 140720488790578 140720488796143 0
/proc/82688/statm: 38104 33483 928 108 0 35512 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 156608 KiB
Current children cumulated memory: 136876 KiB

[startup+0.305762 s]*
/proc/loadavg: 4.36 4.18 4.12 5/271 82688
/proc/meminfo: memFree=125198116/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82688] ppid=82686 vsize=171580 memory=151560 CPUtime=0.29 cores=1,3
/proc/82688/stat : 82688 (pbsuma) R 82686 82686 81997 0 -1 4194304 15756 0 0 0 24 5 0 0 20 0 1 0 64243171 175697920 37890 18446744073709551615 4210688 4653049 140720488783584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 18903040 140720488790371 140720488790578 140720488790578 140720488796143 0
/proc/82688/statm: 42895 37890 928 108 0 40303 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 175772 KiB
Current children cumulated memory: 154504 KiB

[startup+0.70021 s]
/proc/loadavg: 4.36 4.18 4.12 5/271 82688
/proc/meminfo: memFree=125157664/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82688] ppid=82686 vsize=370840 memory=317088 CPUtime=0.67 cores=1,3
/proc/82688/stat : 82688 (pbsuma) R 82686 82686 81997 0 -1 4194304 28143 0 0 0 57 10 0 0 20 0 1 0 64243171 379740160 79272 18446744073709551615 4210688 4653049 140720488783584 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 18903040 140720488790371 140720488790578 140720488790578 140720488796143 0
/proc/82688/statm: 92710 79272 992 108 0 90118 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 375032 KiB
Current children cumulated memory: 320032 KiB

[startup+1.50022 s]
/proc/loadavg: 4.36 4.18 4.12 5/271 82688
/proc/meminfo: memFree=124896540/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3.10567 s]
/proc/loadavg: 4.33 4.17 4.12 5/271 82689
/proc/meminfo: memFree=125047944/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=272468 memory=216568 CPUtime=1.62 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 23651 0 0 0 131 31 0 0 20 0 1 0 64243316 279007232 54142 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 68117 54142 1888 1147 0 55544 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 276660 KiB
Current children cumulated memory: 219512 KiB

[startup+6.3002 s]
/proc/loadavg: 4.33 4.17 4.12 5/271 82689
/proc/meminfo: memFree=124470560/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=974600 memory=828564 CPUtime=4.81 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 70715 0 0 0 425 56 0 0 20 0 1 0 64243316 997990400 207141 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 243650 207141 2304 1147 0 231077 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 978792 KiB
Current children cumulated memory: 831508 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.18 4.12 5/271 82689
/proc/meminfo: memFree=124467272/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=974600 memory=828564 CPUtime=11.19 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 70720 0 0 0 1063 56 0 0 20 0 1 0 64243316 997990400 207141 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 243650 207141 2304 1147 0 231077 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 978792 KiB
Current children cumulated memory: 831508 KiB

[startup+25.5002 s]
/proc/loadavg: 4.30 4.18 4.12 5/271 82689
/proc/meminfo: memFree=124460476/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=974600 memory=828564 CPUtime=23.95 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 70808 0 0 0 2339 56 0 0 20 0 1 0 64243316 997990400 207141 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 243650 207141 2304 1147 0 231077 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 978792 KiB
Current children cumulated memory: 831508 KiB

[startup+51.1057 s]
/proc/loadavg: 4.26 4.18 4.12 5/271 82689
/proc/meminfo: memFree=124444228/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=974600 memory=828564 CPUtime=49.49 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 70809 0 0 0 4893 56 0 0 20 0 1 0 64243316 997990400 207141 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 243650 207141 2304 1147 0 231077 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 978792 KiB
Current children cumulated memory: 831508 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/269 82693
/proc/meminfo: memFree=124393680/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=997320 memory=851764 CPUtime=100.55 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 74187 0 0 0 9997 58 0 0 20 0 1 0 64243316 1021255680 212941 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 249330 212941 2304 1147 0 236757 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1001512 KiB
Current children cumulated memory: 854708 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/270 82696
/proc/meminfo: memFree=124370536/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=1013232 memory=861688 CPUtime=160.39 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 75751 0 0 0 15981 58 0 0 20 0 1 0 64243316 1037549568 215422 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 253308 215422 2304 1147 0 240735 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1017424 KiB
Current children cumulated memory: 864632 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/271 82700
/proc/meminfo: memFree=124319712/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=1018900 memory=872004 CPUtime=220.22 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 76359 0 0 0 21963 59 0 0 20 0 1 0 64243316 1043353600 218001 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 254725 218001 2304 1147 0 242152 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1023092 KiB
Current children cumulated memory: 874948 KiB


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

/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15203772 memory=12350860 CPUtime=3212.03 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2219964 0 0 0 320541 662 0 0 20 0 1 0 64243316 15568662528 3087715 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3800943 3087715 2368 1147 0 3788370 0
Current children cumulated CPU time: 3213.46 s
Current children cumulated vsize: 15207964 KiB
Current children cumulated memory: 12353804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 82961
/proc/meminfo: memFree=103192964/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204332 memory=12356156 CPUtime=3271.86 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2220690 0 0 0 326520 666 0 0 20 0 1 0 64243316 15569235968 3089039 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801083 3089039 2368 1147 0 3788510 0
Current children cumulated CPU time: 3273.29 s
Current children cumulated vsize: 15208524 KiB
Current children cumulated memory: 12359100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/271 82964
/proc/meminfo: memFree=103151912/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204620 memory=12356668 CPUtime=3331.7 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2220877 0 0 0 332500 670 0 0 20 0 1 0 64243316 15569530880 3089167 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3089167 2368 1147 0 3788582 0
Current children cumulated CPU time: 3333.13 s
Current children cumulated vsize: 15208812 KiB
Current children cumulated memory: 12359612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/271 82966
/proc/meminfo: memFree=103126636/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204620 memory=12358588 CPUtime=3391.53 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2221129 0 0 0 338477 676 0 0 20 0 1 0 64243316 15569530880 3089647 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3089647 2368 1147 0 3788582 0
Current children cumulated CPU time: 3392.96 s
Current children cumulated vsize: 15208812 KiB
Current children cumulated memory: 12361532 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 83014
/proc/meminfo: memFree=103048532/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204620 memory=12364988 CPUtime=3451.35 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2221391 0 0 0 344456 679 0 0 20 0 1 0 64243316 15569530880 3091247 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3091247 2368 1147 0 3788582 0
Current children cumulated CPU time: 3452.78 s
Current children cumulated vsize: 15208812 KiB
Current children cumulated memory: 12367932 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/271 83024
/proc/meminfo: memFree=102900308/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204620 memory=12371132 CPUtime=3511.18 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2221604 0 0 0 350436 682 0 0 20 0 1 0 64243316 15569530880 3092783 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3092783 2368 1147 0 3788582 0
Current children cumulated CPU time: 3512.61 s
Current children cumulated vsize: 15208812 KiB
Current children cumulated memory: 12374076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/272 83027
/proc/meminfo: memFree=102892124/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204620 memory=12375084 CPUtime=3571.02 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2221992 0 0 0 356413 689 0 0 20 0 1 0 64243316 15569530880 3093771 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3093771 2368 1147 0 3788582 0
Current children cumulated CPU time: 3572.45 s
Current children cumulated vsize: 15208812 KiB
Current children cumulated memory: 12378028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.15 4.10 4.09 5/272 83028
/proc/meminfo: memFree=102895168/131250000 swapFree=33010160/33010684
[pid=82686] ppid=82683 vsize=4192 memory=2944 CPUtime=1.43 cores=1,3
/proc/82686/stat : 82686 (run-opt-break.s) S 82683 82686 81997 0 -1 4194304 236 37471 0 0 0 0 125 18 20 0 1 0 64243170 4292608 736 18446744073709551615 94373569130496 94373570025029 140733598577376 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94373570264080 94373570311824 94373602816000 140733598579041 140733598579170 140733598579170 140733598584772 0
/proc/82686/statm: 1048 736 672 219 0 110 0
[pid=82689] ppid=82686 vsize=15204620 memory=12382764 CPUtime=3598.64 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82686 82686 81997 0 -1 4194304 2222048 0 0 0 359175 689 0 0 20 0 1 0 64243316 15569530880 3095691 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3095691 2368 1147 0 3788582 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 15208812 KiB
Current children cumulated memory: 12385708 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.01 s]
# the end of solver process 82686 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=1.25912 s, system=0.185538 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3612.36 s]
# the end of solver process 82689 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3595.01 s, system=7.43172 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3611.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/271 83028
/proc/meminfo: memFree=102903484/131250000 swapFree=33010160/33010684
[pid=82689] ppid=82683 vsize=15204620 memory=12382764 CPUtime=3599.83 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82683 82686 81997 0 -1 4194304 2222048 0 0 0 359294 689 0 0 20 0 1 0 64243316 15569530880 3095691 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3095691 2368 1147 0 3788582 0
Current cumulated CPU time of completed processes: 1.44465 s
Current children cumulated CPU time: 3599.83 s
Current children cumulated vsize: 15204620 KiB
Current children cumulated memory: 12382764 KiB

[startup+3611.6 s]
/proc/loadavg: 4.15 4.10 4.09 5/271 83028
/proc/meminfo: memFree=102903484/131250000 swapFree=33010160/33010684
[pid=82689] ppid=82683 vsize=15204620 memory=12382764 CPUtime=3600.23 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82683 82686 81997 0 -1 4194304 2222052 0 0 0 359334 689 0 0 20 0 1 0 64243316 15569530880 3095691 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3095691 2368 1147 0 3788582 0
Current cumulated CPU time of completed processes: 1.44465 s
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 15204620 KiB
Current children cumulated memory: 12382764 KiB

[startup+3612 s]*
/proc/loadavg: 4.15 4.10 4.09 5/271 83028
/proc/meminfo: memFree=102899388/131250000 swapFree=33010160/33010684
[pid=82689] ppid=82683 vsize=15204620 memory=12382764 CPUtime=3600.64 cores=1,3
/proc/82689/stat : 82689 (roundingsat) R 82683 82686 81997 0 -1 4194304 2222052 0 0 0 359375 689 0 0 20 0 1 0 64243316 15569530880 3095691 18446744073709551615 4227072 8923433 140725269692240 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22237184 140725269698916 140725269699112 140725269699112 140725269704682 0
/proc/82689/statm: 3801155 3095691 2368 1147 0 3788582 0
Current cumulated CPU time of completed processes: 1.44465 s
Current children cumulated CPU time: 3600.64 s
Current children cumulated vsize: 15204620 KiB
Current children cumulated memory: 12382764 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.36
CPU time (s): 3602.44
CPU user time (s): 3595.01
CPU system time (s): 7.43172
CPU usage (%): 99.7255
Max. virtual memory (cumulated for all children) (KiB): 15208812
Max. memory (cumulated for all children) (KiB): 12385708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.01
system time used= 7.43171
maximum resident set size= 12382764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2259759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218
involuntary context switches= 20337


# summary of solver processes directly reported to runsolver:
#   pid: 82686,82689
#   total CPU time (s): 3602.44
#   total CPU user time (s): 3595.01
#   total CPU system time (s): 7.43172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1879 second user time and 16.7592 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-02 21:47:36
IDJOB=4506002
IDBENCH=157587
IDSOLVER=3359
FILE ID=nodeC016/4506002-1751485656
RUNJOBID= nodeC016-1751481177-82009
SLURM_JOB_ID= 9598526
Free space on /tmp= 432684 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4506002-1751485656/watcher-4506002-1751485656 -o /tmp/evaluation-result-4506002-1751485656/solver-4506002-1751485656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751481177-82009 --watchdog 3760  run-opt-break.sh HOME/instance-4506002-1751485656.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= a6b74371f97d4ca84ea621a5ce055c49
RANDOM SEED=1226059064

nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.769
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.974
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.644
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.715
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.759
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.737
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3612.752
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.406
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125337172 kB
MemAvailable:   125548212 kB
Buffers:            2144 kB
Cached:           980036 kB
SwapCached:           28 kB
Active:          4842148 kB
Inactive:         360260 kB
Active(anon):    4232984 kB
Inactive(anon):     5288 kB
Active(file):     609164 kB
Inactive(file):   354972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             38232 kB
Writeback:             8 kB
AnonPages:       4222348 kB
Mapped:           117644 kB
Shmem:             18044 kB
KReclaimable:     172284 kB
Slab:             264428 kB
SReclaimable:     172284 kB
SUnreclaim:        92144 kB
KernelStack:        4320 kB
PageTables:        11924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4979016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2457600 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432536 MiB
End job on nodeC016 at 2025-07-02 22:47:49