Trace number 4434790

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
FiberSCIP 2024-07-02SAT-68 3590.59 3600.36

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/featureSubscription/
normalized-50-750-false-45-90-4-7000opt.opb
MD5SUMa2ed787f64e4174fa3d5b649f06337f0
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-68
Best CPU time to get the best result obtained on this benchmark2.31994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints29069
Number of constraints which are clauses29069
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 347
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 347
Number of bits of the biggest sum of numbers9
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.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.15	c Default LC presolving (default).
0.10/0.15	c ** Before presolving: virtualMemUsedAtLc = 73491613, getVmSize() = 66531328, SCIPgetMemUsed() = 36806810, SCIPgetMemTotal() = 42811386, SCIPgetMemExternEstim() = 30680227
0.10/0.15	c ** set memory limit for presolving in LC to 8.79607e+12 for SCIP **
0.51/0.53	c ** Estimated virtualMemUsedAtSolver = 65871196, getVmSize() = 95105024, SCIPgetMemUsed() = 37062520, SCIPgetMemTotal() = 68126568, SCIPgetMemExternEstim() = 30680227
0.51/0.53	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
0.51/0.53	c Original Problem   :
0.51/0.53	c   Problem name     : instance-4434790-1721119262
0.51/0.53	c   Variables        : 2025 (2025 binary, 0 integer, 0 implicit integer, 0 continuous)
0.51/0.53	c   Constraints      : 29069
0.51/0.53	c   Objective sense  : minimize
0.51/0.53	c Presolved Problem  :
0.51/0.53	c   Variables        : 1402 (1402 binary, 0 integer, 0 implicit integer, 0 continuous)
0.51/0.53	c   Constraints      : 23926
0.51/0.53	c Constraints        : Number
0.51/0.53	c   setppc           : 1132 
0.51/0.53	c   and              : 24 
0.51/0.53	c   logicor          : 22770 
0.51/0.53	c ** Instance transfer method used: 0
0.51/0.57	c ** ParaScipInstance copy does not increase the number of variables. **
0.60/0.64	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.60/0.64	c                                Nodes    Active                                            
0.60/0.64	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.28/1.32	c *       1              0           1         1         -17.0000                -          -
1.28/1.38	c *       1              0           1         1         -18.0000                -          -
93.29/93.63	c *      94              0           1         1         -48.0000                -          -
93.29/93.63	c        94              0           1         1         -48.0000                -          -
109.34/109.77	c *     110              0           1         1         -55.0000                -          -
109.34/109.77	c       110              0           1         1         -55.0000                -          -
132.17/132.61	c       133              2           1         1         -55.0000        -143.9227    161.68%
141.05/141.50	c       142              4           3         1         -55.0000        -143.9227    161.68%
150.33/150.83	c       151              5           4         1         -55.0000        -143.9227    161.68%
155.41/155.90	c       156              6           5         1         -55.0000        -138.5980    152.00%
162.99/163.55	c       164              8           7         1         -55.0000        -137.1354    149.34%
173.58/174.17	c       174             10           9         1         -55.0000        -137.1354    149.34%
179.95/180.53	c       181             11          10         1         -55.0000        -137.1354    149.34%
188.44/189.06	c       189             13          12         1         -55.0000        -137.1354    149.34%
196.51/197.15	c       197             15          14         1         -55.0000        -137.1354    149.34%
201.51/202.16	c       202             16          15         1         -55.0000        -137.1354    149.34%
208.18/208.84	c       209             19          18         1         -55.0000        -137.1354    149.34%
213.86/214.58	c       215             22          21         1         -55.0000        -137.1354    149.34%
219.85/220.54	c       221             29          24         1         -55.0000        -137.1354    149.34%
225.44/226.17	c *     226             43          28         1         -56.0000        -137.1354    144.88%
225.44/226.17	c       226             43          28         1         -56.0000        -137.1354    144.88%
234.10/234.87	c       235             53          28         1         -56.0000        -136.7500    144.20%
243.09/243.85	c       244             54          29         1         -56.0000        -136.7500    144.20%
244.19/244.97	c *     245             54          29         1         -57.0000        -136.7500    139.91%
248.67/249.44	c       249             64          29         1         -57.0000        -136.7500    139.91%
255.27/256.07	c       256             87          26         1         -57.0000        -136.7500    139.91%
260.94/261.79	c       262             98          29         1         -57.0000        -136.7500    139.91%
266.24/267.08	c       267            122          31         1         -57.0000        -136.7500    139.91%
294.26/295.15	c       295            125          34         1         -57.0000        -136.7500    139.91%
300.15/301.02	c *     301            136          31         1         -60.0000        -136.7500    127.92%
300.15/301.02	c       301            136          31         1         -60.0000        -136.7500    127.92%
307.52/308.41	c       308            143          32         1         -60.0000        -135.7833    126.31%
317.99/318.96	c       319            145          34         1         -60.0000        -135.7833    126.31%
320.98/322.01	c *     322            148          35         1         -62.0000        -135.7833    119.01%
324.18/325.17	c       325            158          33         1         -62.0000        -135.7833    119.01%
325.08/326.07	c *     326            158          33         1         -63.0000        -135.7833    115.53%
330.06/331.05	c       331            162          33         1         -63.0000        -133.1000    111.27%
337.83/338.85	c       339            164          35         1         -63.0000        -133.1000    111.27%
343.42/344.45	c       344            165          36         1         -63.0000        -133.1000    111.27%
349.90/350.94	c       351            168          39         1         -63.0000        -133.1000    111.27%
352.69/353.71	c *     354            169          40         1         -65.0000        -133.1000    104.77%
353.79/354.82	c *     355            174          39         1         -66.0000        -133.1000    101.67%
358.38/359.47	c       359            182          39         1         -66.0000        -132.1201    100.18%
369.15/370.24	c       370            185          42         1         -66.0000        -132.1201    100.18%
374.24/375.34	c       375            196          41         1         -66.0000        -132.1201    100.18%
382.82/383.95	c       384            212          41         1         -66.0000        -131.0000     98.48%
389.60/390.73	c       391            214          43         1         -66.0000        -131.0000     98.48%
394.90/396.05	c       396            216          45         1         -66.0000        -131.0000     98.48%
400.37/401.56	c       402            233          46         1         -66.0000        -131.0000     98.48%
407.65/408.85	c       409            248          45         1         -66.0000        -131.0000     98.48%
414.53/415.77	c       416            253          46         1         -66.0000        -131.0000     98.48%
421.31/422.55	c       423            255          48         1         -66.0000        -131.0000     98.48%
426.91/428.13	c       428            262          51         1         -66.0000        -131.0000     98.48%
438.67/439.95	c       440            266          50         1         -66.0000        -131.0000     98.48%
444.65/445.90	c       446            269          53         1         -66.0000        -131.0000     98.48%
451.54/452.83	c       453            273          53         1         -66.0000        -130.1833     97.25%
457.12/458.40	c       458            275          55         1         -66.0000        -130.1833     97.25%
462.10/463.48	c       463            280          56         1         -66.0000        -130.1833     97.25%
468.99/470.32	c       470            287          55         1         -66.0000        -130.1833     97.25%
475.28/476.69	c       477            293          53         1         -66.0000        -130.1833     97.25%
481.36/482.76	c       483            302          52         1         -66.0000        -130.1833     97.25%
487.05/488.46	c       488            304          54         1         -66.0000        -130.1833     97.25%
495.22/496.63	c       497            305          55         1         -66.0000        -130.1833     97.25%
500.31/501.73	c       502            310          58         1         -66.0000        -130.1833     97.25%
505.49/506.94	c       507            317          57         1         -66.0000        -130.1833     97.25%
511.18/512.61	c       513            320          56         1         -66.0000        -130.1833     97.25%
517.16/518.66	c       519            322          56         1         -66.0000        -130.0917     97.11%
523.05/524.58	c       525            324          58         1         -66.0000        -130.0917     97.11%
530.43/531.96	c       532            327          61         1         -66.0000        -130.0917     97.11%
537.22/538.79	c       539            333          61         1         -66.0000        -130.0917     97.11%
542.70/544.27	c       544            338          60         1         -66.0000        -130.0917     97.11%
548.98/550.53	c       551            345          57         1         -66.0000        -130.0917     97.11%
554.37/555.99	c       556            353          57         1         -66.0000        -130.0917     97.11%
560.26/561.81	c       562            361          57         1         -66.0000        -130.0917     97.11%
565.35/566.97	c       567            367          55         1         -66.0000        -130.0917     97.11%
571.13/572.79	c       573            373          55         1         -66.0000        -130.0917     97.11%
578.20/579.89	c       580            376          54         1         -66.0000        -130.0917     97.11%
585.88/587.51	c       588            382          56         1         -66.0000        -129.6042     96.37%
591.97/593.67	c       594            384          58         1         -66.0000        -129.6042     96.37%
597.85/599.58	c       600            385          59         1         -66.0000        -129.6042     96.37%
604.73/606.49	c       606            391          59         1         -66.0000        -129.6042     96.37%
610.03/611.76	c       612            394          58         1         -66.0000        -129.6042     96.37%
615.32/617.02	c       617            397          59         1         -66.0000        -129.6042     96.37%
620.31/622.10	c       622            399          61         1         -66.0000        -129.6042     96.37%
625.68/627.41	c       627            404          60         1         -66.0000        -129.6042     96.37%
634.56/636.32	c       636            412          62         1         -66.0000        -129.1302     95.65%
640.54/642.39	c       642            414          64         1         -66.0000        -129.1302     95.65%
646.34/648.15	c       648            419          65         1         -66.0000        -129.1302     95.65%
651.42/653.20	c       653            422          64         1         -66.0000        -128.8333     95.20%
657.31/659.17	c       659            424          66         1         -66.0000        -128.8333     95.20%
664.68/666.52	c       667            425          67         1         -66.0000        -128.8333     95.20%
672.95/674.82	c       675            432          68         1         -66.0000        -127.6250     93.37%
684.43/686.37	c       686            435          71         1         -66.0000        -127.6250     93.37%
690.61/692.50	c       692            439          71         1         -66.0000        -127.6250     93.37%
697.70/699.66	c       700            443          71         1         -66.0000        -127.6250     93.37%
703.09/705.05	c       705            444          70         1         -66.0000        -127.6250     93.37%
708.96/711.00	c       711            446          72         1         -66.0000        -127.6250     93.37%
715.64/717.63	c       718            456          72         1         -66.0000        -127.6250     93.37%
722.92/724.91	c       725            465          69         1         -66.0000        -127.6250     93.37%
729.90/731.93	c       732            467          69         1         -66.0000        -127.6250     93.37%
742.56/744.67	c       745            469          69         1         -66.0000        -127.6250     93.37%
748.36/750.44	c       750            470          68         1         -66.0000        -127.6250     93.37%
755.73/757.80	c       758            472          70         1         -66.0000        -127.6250     93.37%
764.11/766.23	c       766            474          68         1         -66.0000        -127.6250     93.37%
779.26/781.41	c       781            476          70         1         -66.0000        -127.6250     93.37%
787.85/790.07	c       790            487          69         1         -66.0000        -127.6250     93.37%
793.83/796.04	c       796            490          68         1         -66.0000        -127.6250     93.37%
802.29/804.56	c       805            491          67         1         -66.0000        -127.6250     93.37%
811.56/813.86	c       814            492          66         1         -66.0000        -127.6250     93.37%
820.15/822.42	c       822            495          69         1         -66.0000        -127.6250     93.37%
829.92/832.25	c       832            497          69         1         -66.0000        -127.6250     93.37%
835.30/837.65	c       838            500          68         1         -66.0000        -127.6250     93.37%
843.38/845.79	c       846            504          68         1         -66.0000        -127.5444     93.25%
849.07/851.48	c       851            506          68         1         -66.0000        -127.5444     93.25%
854.76/857.14	c       857            508          68         1         -66.0000        -127.5444     93.25%
860.65/863.10	c       863            511          67         1         -66.0000        -127.5444     93.25%
867.21/869.67	c       870            515          67         1         -66.0000        -127.5444     93.25%
874.20/876.66	c       877            517          67         1         -66.0000        -127.5444     93.25%
880.69/883.17	c       883            521          65         1         -66.0000        -127.5444     93.25%
896.55/899.09	c       899            523          65         1         -66.0000        -127.5444     93.25%
902.42/904.94	c       905            527          65         1         -66.0000        -127.5444     93.25%
910.51/913.02	c       913            528          64         1         -66.0000        -127.5444     93.25%
916.68/919.25	c       919            530          64         1         -66.0000        -127.5444     93.25%
922.06/924.68	c       925            532          62         1         -66.0000        -127.5444     93.25%
929.25/931.81	c       932            534          64         1         -66.0000        -127.5444     93.25%
942.12/944.78	c       945            537          65         1         -66.0000        -127.5444     93.25%
948.90/951.50	c       952            545          65         1         -66.0000        -127.5444     93.25%
955.29/957.91	c       958            552          64         1         -66.0000        -126.8250     92.16%
960.87/963.51	c       964            554          66         1         -66.0000        -126.8250     92.16%
975.35/978.09	c       978            556          68         1         -66.0000        -126.8250     92.16%
981.02/983.76	c       984            564          68         1         -66.0000        -126.8250     92.16%
989.00/991.79	c       992            572          66         1         -66.0000        -126.6250     91.86%
995.49/998.21	c       998            574          68         1         -66.0000        -126.6250     91.86%
1005.16/1007.94	c      1008            576          68         1         -66.0000        -126.6250     91.86%
1012.74/1015.52	c      1016            583          67         1         -66.0000        -126.6250     91.86%
1018.83/1021.63	c      1022            587          67         1         -66.0000        -126.6250     91.86%
1027.11/1029.92	c      1030            593          69         1         -66.0000        -126.6250     91.86%
1034.69/1037.59	c      1038            596          70         1         -66.0000        -126.6250     91.86%
1042.37/1045.21	c      1045            601          69         1         -66.0000        -126.6250     91.86%
1053.84/1056.79	c      1057            603          69         1         -66.0000        -126.6250     91.86%
1064.92/1067.80	c      1068            604          68         1         -66.0000        -126.6250     91.86%
1070.31/1073.27	c      1073            606          70         1         -66.0000        -126.6250     91.86%
1076.89/1079.88	c      1080            611          71         1         -66.0000        -126.6250     91.86%
1082.19/1085.14	c      1085            612          70         1         -66.0000        -126.6250     91.86%
1088.36/1091.34	c      1091            614          70         1         -66.0000        -126.6250     91.86%
1095.84/1098.85	c      1099            615          69         1         -66.0000        -126.6250     91.86%
1102.93/1105.95	c      1106            618          70         1         -66.0000        -126.6250     91.86%
1108.13/1111.13	c      1111            624          70         1         -66.0000        -126.6250     91.86%
1114.20/1117.24	c      1117            627          69         1         -66.0000        -126.6250     91.86%
1119.78/1122.90	c      1123            630          68         1         -66.0000        -126.6250     91.86%
1126.46/1129.51	c      1130            636          68         1         -66.0000        -126.6250     91.86%
1132.56/1135.63	c      1136            638          66         1         -66.0000        -126.6250     91.86%
1140.34/1143.49	c      1143            641          69         1         -66.0000        -126.6250     91.86%
1146.42/1149.54	c      1150            643          71         1         -66.0000        -126.6250     91.86%
1152.80/1156.01	c      1156            648          72         1         -66.0000        -126.6250     91.86%
1158.18/1161.38	c      1161            652          72         1         -66.0000        -125.5217     90.18%
1165.17/1168.37	c      1168            654          74         1         -66.0000        -125.5217     90.18%
1171.15/1174.38	c      1174            657          73         1         -66.0000        -125.5217     90.18%
1176.64/1179.82	c      1180            662          72         1         -66.0000        -125.5217     90.18%
1183.21/1186.44	c      1186            665          73         1         -66.0000        -125.5217     90.18%
1189.00/1192.29	c      1192            669          77         1         -66.0000        -125.5217     90.18%
1194.90/1198.14	c      1198            672          76         1         -66.0000        -125.5217     90.18%
1201.78/1205.03	c      1205            674          78         1         -66.0000        -125.5217     90.18%
1207.45/1210.79	c      1211            675          79         1         -66.0000        -125.5217     90.18%
1216.62/1220.01	c      1220            678          78         1         -66.0000        -125.5217     90.18%
1222.90/1226.25	c      1226            683          77         1         -66.0000        -125.5217     90.18%
1227.98/1231.32	c      1231            685          77         1         -66.0000        -125.5217     90.18%
1236.77/1240.12	c      1240            688          78         1         -66.0000        -125.5217     90.18%
1243.04/1246.45	c      1246            692          78         1         -66.0000        -125.5000     90.15%
1249.32/1252.78	c      1253            694          80         1         -66.0000        -125.5000     90.15%
1276.73/1280.28	c      1280            695          81         1         -66.0000        -125.5000     90.15%
1281.92/1285.42	c      1285            697          81         1         -66.0000        -125.5000     90.15%
1288.00/1291.54	c      1292            700          80         1         -66.0000        -125.5000     90.15%
1295.17/1298.77	c      1299            706          78         1         -66.0000        -124.4429     88.55%
1301.75/1305.38	c      1305            709          79         1         -66.0000        -124.4429     88.55%
1309.44/1313.10	c      1313            712          78         1         -66.0000        -124.4429     88.55%
1317.51/1321.15	c      1321            715          81         1         -66.0000        -124.4429     88.55%
1325.39/1329.01	c      1329            716          80         1         -66.0000        -124.4429     88.55%
1336.25/1339.92	c      1340            717          81         1         -66.0000        -124.4429     88.55%
1341.83/1345.57	c      1346            722          84         1         -66.0000        -124.4429     88.55%
1347.33/1351.04	c      1351            728          82         1         -66.0000        -124.4429     88.55%
1353.00/1356.78	c      1357            734          82         1         -66.0000        -124.4429     88.55%
1358.78/1362.50	c      1362            740          80         1         -66.0000        -124.4429     88.55%
1364.66/1368.40	c      1368            743          81         1         -66.0000        -124.0297     87.92%
1370.04/1373.80	c      1374            745          83         1         -66.0000        -124.0297     87.92%
1376.92/1380.79	c      1381            746          82         1         -66.0000        -124.0297     87.92%
1385.59/1389.41	c      1389            747          83         1         -66.0000        -124.0297     87.92%
1392.18/1396.06	c      1396            755          85         1         -66.0000        -124.0297     87.92%
1398.45/1402.31	c      1402            763          89         1         -66.0000        -123.7935     87.57%
1410.01/1413.90	c      1414            765          88         1         -66.0000        -123.7935     87.57%
1412.12/1416.04	c *    1416            767          90         1         -68.0000        -123.7935     82.05%
1415.00/1418.91	c      1419            774          87         1         -68.0000        -123.7935     82.05%
1428.18/1432.12	c      1432            780          85         1         -68.0000        -123.7935     82.05%
1434.25/1438.23	c      1438            782          85         1         -68.0000        -123.7935     82.05%
1441.32/1445.35	c      1445            789          86         1         -68.0000        -123.7935     82.05%
1446.61/1450.60	c      1451            792          85         1         -68.0000        -123.7500     81.99%
1452.10/1456.11	c      1456            794          87         1         -68.0000        -123.7500     81.99%
1458.67/1462.77	c      1463            796          89         1         -68.0000        -123.7500     81.99%
1465.55/1469.69	c      1470            798          87         1         -68.0000        -123.7500     81.99%
1471.53/1475.64	c      1476            800          89         1         -68.0000        -123.7500     81.99%
1477.41/1481.50	c      1482            807          90         1         -68.0000        -123.7500     81.99%
1482.49/1486.62	c      1487            813          90         1         -68.0000        -123.7500     81.99%
1488.89/1493.05	c      1493            822          87         1         -68.0000        -123.7500     81.99%
1494.56/1498.71	c      1499            824          89         1         -68.0000        -123.7500     81.99%
1500.24/1504.48	c      1504            827          88         1         -68.0000        -123.7500     81.99%
1506.72/1510.97	c      1511            831          88         1         -68.0000        -123.7500     81.99%
1511.82/1516.10	c      1516            834          89         1         -68.0000        -123.7500     81.99%
1517.19/1521.43	c      1521            839          88         1         -68.0000        -123.7500     81.99%
1522.88/1527.17	c      1527            843          86         1         -68.0000        -123.7500     81.99%
1528.25/1532.51	c      1533            847          88         1         -68.0000        -123.7500     81.99%
1534.94/1539.24	c      1539            858          87         1         -68.0000        -123.7500     81.99%
1542.82/1547.15	c      1547            861          84         1         -68.0000        -123.7500     81.99%
1548.59/1553.01	c      1553            863          86         1         -68.0000        -123.4694     81.57%
1562.94/1567.37	c      1567            865          88         1         -68.0000        -123.4694     81.57%
1568.64/1573.02	c      1573            867          88         1         -68.0000        -123.4694     81.57%
1576.90/1581.30	c      1581            871          88         1         -68.0000        -123.4694     81.57%
1582.38/1586.80	c      1587            873          88         1         -68.0000        -123.4694     81.57%
1588.26/1592.76	c      1593            875          88         1         -68.0000        -123.4694     81.57%
1599.72/1604.23	c      1604            876          89         1         -68.0000        -123.4694     81.57%
1607.80/1612.37	c      1612            882          89         1         -68.0000        -123.4694     81.57%
1615.17/1619.72	c      1620            888          87         1         -68.0000        -123.4694     81.57%
1621.75/1626.31	c      1626            890          87         1         -68.0000        -123.4694     81.57%
1626.94/1631.51	c      1632            896          87         1         -68.0000        -123.4694     81.57%
1634.43/1639.10	c      1639            904          85         1         -68.0000        -123.4694     81.57%
1642.09/1646.71	c      1647            906          83         1         -68.0000        -123.4694     81.57%
1648.57/1653.29	c      1653            909          86         1         -68.0000        -123.4694     81.57%
1654.26/1658.92	c      1659            913          86         1         -68.0000        -122.8152     80.61%
1659.74/1664.49	c      1664            915          88         1         -68.0000        -122.8152     80.61%
1665.62/1670.36	c      1670            919          88         1         -68.0000        -122.8152     80.61%
1671.60/1676.32	c      1676            926          87         1         -68.0000        -122.8152     80.61%
1681.47/1686.24	c      1686            929          86         1         -68.0000        -122.8152     80.61%
1688.14/1692.90	c      1693            933          86         1         -68.0000        -122.8152     80.61%
1694.02/1698.83	c      1699            935          84         1         -68.0000        -122.8152     80.61%
1701.60/1706.46	c      1706            941          84         1         -68.0000        -122.8152     80.61%
1713.96/1718.85	c      1719            944          87         1         -68.0000        -122.8152     80.61%
1726.14/1731.11	c      1731            946          89         1         -68.0000        -122.8152     80.61%
1732.71/1737.67	c      1738            950          87         1         -68.0000        -122.8152     80.61%
1738.59/1743.55	c      1744            953          84         1         -68.0000        -122.8152     80.61%
1743.97/1748.91	c      1749            956          83         1         -68.0000        -122.8152     80.61%
1750.85/1755.80	c      1756            959          84         1         -68.0000        -122.8152     80.61%
1759.72/1764.79	c      1765            962          83         1         -68.0000        -122.7923     80.58%
1771.88/1776.93	c      1777            965          86         1         -68.0000        -122.7923     80.58%
1780.97/1786.03	c      1786            968          85         1         -68.0000        -122.7923     80.58%
1795.80/1800.96	c      1801            969          86         1         -68.0000        -122.7923     80.58%
1800.90/1806.03	c      1806            973          86         1         -68.0000        -122.7923     80.58%
1806.07/1811.22	c      1811            980          87         1         -68.0000        -122.7923     80.58%
1812.15/1817.30	c      1817            988          87         1         -68.0000        -122.7923     80.58%
1817.74/1822.94	c      1823            999          86         1         -68.0000        -122.7923     80.58%
1826.82/1832.06	c      1832           1006          83         1         -68.0000        -122.7923     80.58%
1831.81/1837.08	c      1837           1008          83         1         -68.0000        -122.7923     80.58%
1838.57/1843.84	c      1844           1010          83         1         -68.0000        -122.7923     80.58%
1846.25/1851.57	c      1852           1015          82         1         -68.0000        -122.7923     80.58%
1851.43/1856.73	c      1857           1017          84         1         -68.0000        -122.7923     80.58%
1857.83/1863.15	c      1863           1019          86         1         -68.0000        -122.7923     80.58%
1866.10/1871.41	c      1871           1023          86         1         -68.0000        -122.6875     80.42%
1873.28/1878.69	c      1879           1025          86         1         -68.0000        -122.6875     80.42%
1880.16/1885.55	c      1886           1027          86         1         -68.0000        -122.6875     80.42%
1887.75/1893.17	c      1893           1029          84         1         -68.0000        -122.6875     80.42%
1894.42/1899.86	c      1900           1031          86         1         -68.0000        -122.6875     80.42%
1900.41/1905.85	c      1906           1039          86         1         -68.0000        -122.6875     80.42%
1906.39/1911.88	c      1912           1042          85         1         -68.0000        -122.2269     79.75%
1911.78/1917.24	c      1917           1044          87         1         -68.0000        -122.2269     79.75%
1916.76/1922.26	c      1922           1046          85         1         -68.0000        -122.2269     79.75%
1922.75/1928.22	c      1928           1048          85         1         -68.0000        -122.2269     79.75%
1928.23/1933.75	c      1934           1050          85         1         -68.0000        -122.2269     79.75%
1935.81/1941.34	c      1941           1051          84         1         -68.0000        -122.2269     79.75%
1941.40/1947.01	c      1947           1053          84         1         -68.0000        -122.2269     79.75%
1947.08/1952.63	c      1953           1056          87         1         -68.0000        -122.2269     79.75%
1952.48/1958.03	c      1958           1062          85         1         -68.0000        -121.9746     79.37%
1958.75/1964.36	c      1964           1064          87         1         -68.0000        -121.9746     79.37%
1964.34/1969.92	c      1970           1066          89         1         -68.0000        -121.9746     79.37%
1969.73/1975.36	c      1975           1070          89         1         -68.0000        -121.9746     79.37%
1974.82/1980.43	c      1980           1073          86         1         -68.0000        -121.9746     79.37%
1981.42/1987.09	c      1987           1076          87         1         -68.0000        -121.9746     79.37%
1988.59/1994.24	c      1994           1083          86         1         -68.0000        -121.9746     79.37%
1994.38/2000.10	c      2000           1086          85         1         -68.0000        -121.9746     79.37%
2006.14/2011.87	c      2012           1089          84         1         -68.0000        -121.9746     79.37%
2012.82/2018.52	c      2019           1090          83         1         -68.0000        -121.9746     79.37%
2018.32/2024.02	c      2024           1093          86         1         -68.0000        -121.9746     79.37%
2024.19/2030.01	c      2030           1096          83         1         -68.0000        -121.9746     79.37%
2029.97/2035.78	c      2036           1100          83         1         -68.0000        -121.9746     79.37%
2037.15/2042.91	c      2043           1103          82         1         -68.0000        -121.9746     79.37%
2042.25/2048.09	c      2048           1106          85         1         -68.0000        -121.9746     79.37%
2048.23/2054.05	c      2054           1112          85         1         -68.0000        -121.8333     79.17%
2055.80/2061.67	c      2062           1114          87         1         -68.0000        -121.8333     79.17%
2062.19/2068.04	c      2068           1115          88         1         -68.0000        -121.8333     79.17%
2067.86/2073.74	c      2074           1128          87         1         -68.0000        -121.8333     79.17%
2074.05/2079.90	c      2080           1141          86         1         -68.0000        -121.8333     79.17%
2082.72/2088.64	c      2089           1143          84         1         -68.0000        -121.8333     79.17%
2089.80/2095.75	c      2096           1147          84         1         -68.0000        -121.8333     79.17%
2100.19/2106.15	c      2106           1149          84         1         -68.0000        -121.8333     79.17%
2106.66/2112.67	c      2113           1151          84         1         -68.0000        -121.8333     79.17%
2112.07/2118.01	c      2118           1154          83         1         -68.0000        -121.8333     79.17%
2118.15/2124.18	c      2124           1156          85         1         -68.0000        -121.8333     79.17%
2125.42/2131.45	c      2131           1164          83         1         -68.0000        -121.8333     79.17%
2130.41/2136.46	c      2136           1167          84         1         -68.0000        -121.8333     79.17%
2136.39/2142.43	c      2142           1176          81         1         -68.0000        -121.8333     79.17%
2141.88/2147.91	c      2148           1178          83         1         -68.0000        -121.8333     79.17%
2156.83/2163.01	c      2163           1180          85         1         -68.0000        -121.8333     79.17%
2170.79/2176.96	c      2177           1185          84         1         -68.0000        -121.8333     79.17%
2178.57/2184.74	c      2185           1191          82         1         -68.0000        -121.8333     79.17%
2186.15/2192.34	c      2192           1192          83         1         -68.0000        -121.8333     79.17%
2191.34/2197.57	c      2198           1196          83         1         -68.0000        -121.8333     79.17%
2197.83/2204.02	c      2204           1197          82         1         -68.0000        -121.8333     79.17%
2209.09/2215.33	c      2215           1198          83         1         -68.0000        -121.8333     79.17%
2215.67/2221.92	c      2222           1201          86         1         -68.0000        -121.8333     79.17%
2221.66/2227.96	c      2228           1214          87         1         -68.0000        -121.8333     79.17%
2228.34/2234.66	c      2235           1221          86         1         -68.0000        -121.8333     79.17%
2235.02/2241.32	c      2241           1227          84         1         -68.0000        -121.8333     79.17%
2242.71/2249.06	c      2249           1233          84         1         -68.0000        -121.8333     79.17%
2248.59/2255.01	c      2255           1240          83         1         -68.0000        -121.8333     79.17%
2253.97/2260.34	c      2260           1245          82         1         -68.0000        -121.8333     79.17%
2267.64/2274.06	c      2274           1248          81         1         -68.0000        -121.8333     79.17%
2277.11/2283.54	c      2284           1249          82         1         -68.0000        -121.8333     79.17%
2284.79/2291.21	c      2291           1256          83         1         -68.0000        -121.8333     79.17%
2289.97/2296.46	c      2296           1261          84         1         -68.0000        -121.8333     79.17%
2295.46/2301.90	c      2302           1267          82         1         -68.0000        -121.8333     79.17%
2302.34/2308.82	c      2309           1276          81         1         -68.0000        -121.8333     79.17%
2308.72/2315.20	c      2315           1278          81         1         -68.0000        -121.8333     79.17%
2313.91/2320.43	c      2320           1279          80         1         -68.0000        -121.8333     79.17%
2321.69/2328.23	c      2328           1281          80         1         -68.0000        -121.8333     79.17%
2327.38/2334.01	c      2334           1282          79         1         -68.0000        -121.8333     79.17%
2333.66/2340.21	c      2340           1285          82         1         -68.0000        -121.8333     79.17%
2339.15/2345.75	c      2346           1288          81         1         -68.0000        -121.8333     79.17%
2346.63/2353.27	c      2353           1291          80         1         -68.0000        -121.8333     79.17%
2353.52/2360.16	c      2360           1293          82         1         -68.0000        -121.4773     78.64%
2362.68/2369.31	c      2369           1295          82         1         -68.0000        -121.4773     78.64%
2374.05/2380.73	c      2381           1298          83         1         -68.0000        -121.4773     78.64%
2383.82/2390.59	c      2391           1303          82         1         -68.0000        -121.4773     78.64%
2391.51/2398.26	c      2398           1314          81         1         -68.0000        -121.4773     78.64%
2407.87/2414.65	c      2415           1316          81         1         -68.0000        -121.4773     78.64%
2416.26/2423.02	c      2423           1322          79         1         -68.0000        -121.4773     78.64%
2424.52/2431.32	c      2431           1326          79         1         -68.0000        -121.4773     78.64%
2430.22/2437.10	c      2437           1327          78         1         -68.0000        -121.4773     78.64%
2436.39/2443.20	c      2443           1329          78         1         -68.0000        -121.4773     78.64%
2445.18/2452.09	c      2452           1330          77         1         -68.0000        -121.4773     78.64%
2458.63/2465.57	c      2466           1331          78         1         -68.0000        -121.4773     78.64%
2464.52/2471.46	c      2471           1333          80         1         -68.0000        -121.4773     78.64%
2470.60/2477.57	c      2478           1341          78         1         -68.0000        -121.4773     78.64%
2476.78/2483.74	c      2484           1346          81         1         -68.0000        -121.4773     78.64%
2483.97/2490.94	c      2491           1353          82         1         -68.0000        -121.3333     78.43%
2489.55/2496.56	c      2497           1357          82         1         -68.0000        -121.3333     78.43%
2495.15/2502.14	c      2502           1361          80         1         -68.0000        -121.3333     78.43%
2500.52/2507.53	c      2508           1367          84         1         -68.0000        -121.3333     78.43%
2506.03/2513.09	c      2513           1377          80         1         -68.0000        -121.3333     78.43%
2511.41/2518.47	c      2518           1380          83         1         -68.0000        -121.3333     78.43%
2516.89/2523.91	c      2524           1390          81         1         -68.0000        -121.3333     78.43%
2523.37/2530.45	c      2530           1397          82         1         -68.0000        -121.3333     78.43%
2529.26/2536.34	c      2536           1405          82         1         -68.0000        -121.3333     78.43%
2537.05/2544.14	c      2544           1413          80         1         -68.0000        -121.1818     78.21%
2546.21/2553.35	c      2553           1416          79         1         -68.0000        -121.1818     78.21%
2551.60/2558.70	c      2559           1418          79         1         -68.0000        -121.1818     78.21%
2558.48/2565.65	c      2566           1419          78         1         -68.0000        -121.1818     78.21%
2566.36/2573.59	c      2574           1422          77         1         -68.0000        -121.1818     78.21%
2572.54/2579.70	c      2580           1424          77         1         -68.0000        -121.1818     78.21%
2581.72/2588.92	c      2589           1426          77         1         -68.0000        -121.1818     78.21%
2588.00/2595.28	c      2595           1427          78         1         -68.0000        -121.1818     78.21%
2594.28/2601.56	c      2602           1432          79         1         -68.0000        -120.2308     76.81%
2600.28/2607.55	c      2608           1434          81         1         -68.0000        -120.2308     76.81%
2610.15/2617.40	c      2617           1436          81         1         -68.0000        -120.2308     76.81%
2617.04/2624.34	c      2624           1437          80         1         -68.0000        -120.2308     76.81%
2623.52/2630.80	c      2631           1440          79         1         -68.0000        -120.2308     76.81%
2629.60/2636.95	c      2637           1441          78         1         -68.0000        -120.2308     76.81%
2636.18/2643.55	c      2644           1443          80         1         -68.0000        -119.8750     76.29%
2645.36/2652.74	c      2653           1445          80         1         -68.0000        -119.8750     76.29%
2652.94/2660.32	c      2660           1447          80         1         -68.0000        -119.8750     76.29%
2665.91/2673.34	c      2673           1448          81         1         -68.0000        -119.8750     76.29%
2673.60/2681.06	c      2681           1454          81         1         -68.0000        -119.8750     76.29%
2683.86/2691.32	c      2691           1457          80         1         -68.0000        -119.8750     76.29%
2689.85/2697.39	c      2697           1464          81         1         -68.0000        -119.3696     75.54%
2695.54/2703.01	c      2703           1471          78         1         -68.0000        -119.3696     75.54%
2702.22/2709.75	c      2710           1473          80         1         -68.0000        -119.1667     75.25%
2709.30/2716.87	c      2717           1475          82         1         -68.0000        -119.1667     75.25%
2720.17/2727.70	c      2728           1476          81         1         -68.0000        -119.1667     75.25%
2728.15/2735.80	c      2736           1477          80         1         -68.0000        -119.1667     75.25%
2733.24/2740.83	c      2741           1482          79         1         -68.0000        -118.9250     74.89%
2739.72/2747.33	c      2747           1484          81         1         -68.0000        -118.9250     74.89%
2748.69/2756.33	c      2756           1486          79         1         -68.0000        -118.9250     74.89%
2754.39/2762.01	c      2762           1488          81         1         -68.0000        -118.9250     74.89%
2766.25/2773.94	c      2774           1489          80         1         -68.0000        -118.9250     74.89%
2777.13/2784.81	c      2785           1490          81         1         -68.0000        -118.9250     74.89%
2782.62/2790.38	c      2790           1495          84         1         -68.0000        -118.9250     74.89%
2788.41/2796.11	c      2796           1504          81         1         -68.0000        -118.9250     74.89%
2794.59/2802.32	c      2802           1511          82         1         -68.0000        -118.9250     74.89%
2801.47/2809.24	c      2809           1518          81         1         -68.0000        -118.9250     74.89%
2811.83/2819.66	c      2820           1522          79         1         -68.0000        -118.9250     74.89%
2826.69/2834.50	c      2834           1523          80         1         -68.0000        -118.9250     74.89%
2833.08/2840.95	c      2841           1527          80         1         -68.0000        -118.9250     74.89%
2838.96/2846.80	c      2847           1531          80         1         -68.0000        -118.9250     74.89%
2844.85/2852.70	c      2853           1542          78         1         -68.0000        -118.1528     73.75%
2850.33/2858.23	c      2858           1544          80         1         -68.0000        -118.1528     73.75%
2855.62/2863.58	c      2864           1546          80         1         -68.0000        -118.1528     73.75%
2860.91/2868.88	c      2869           1548          80         1         -68.0000        -118.1528     73.75%
2870.98/2878.96	c      2879           1549          79         1         -68.0000        -118.1528     73.75%
2884.74/2892.77	c      2893           1550          80         1         -68.0000        -118.1528     73.75%
2895.21/2903.28	c      2903           1556          78         1         -68.0000        -118.1528     73.75%
2909.00/2917.03	c      2917           1557          79         1         -68.0000        -118.1528     73.75%
2914.37/2922.47	c      2922           1560          78         1         -68.0000        -118.1528     73.75%
2921.45/2929.55	c      2930           1561          77         1         -68.0000        -118.1528     73.75%
2926.74/2934.89	c      2935           1563          77         1         -68.0000        -118.1528     73.75%
2933.42/2941.57	c      2942           1568          76         1         -68.0000        -118.1528     73.75%
2939.21/2947.34	c      2947           1570          78         1         -68.0000        -118.1528     73.75%
2946.79/2954.94	c      2955           1576          76         1         -68.0000        -118.1528     73.75%
2958.87/2967.08	c      2967           1578          76         1         -68.0000        -118.1528     73.75%
2969.03/2977.21	c      2977           1579          77         1         -68.0000        -118.1528     73.75%
2974.31/2982.52	c      2983           1581          79         1         -68.0000        -118.1528     73.75%
2980.20/2988.48	c      2988           1588          80         1         -68.0000        -118.1528     73.75%
2987.98/2996.29	c      2996           1593          81         1         -68.0000        -117.8993     73.38%
2997.25/3005.51	c      3006           1594          80         1         -68.0000        -117.8993     73.38%
3010.73/3019.01	c      3019           1595          81         1         -68.0000        -117.8993     73.38%
3016.20/3024.56	c      3025           1596          82         1         -68.0000        -117.8993     73.38%
3023.98/3032.34	c      3032           1616          78         1         -68.0000        -117.8993     73.38%
3032.47/3040.84	c      3041           1622          78         1         -68.0000        -117.5833     72.92%
3039.95/3048.38	c      3048           1624          80         1         -68.0000        -117.5833     72.92%
3046.83/3055.27	c      3055           1625          79         1         -68.0000        -117.5833     72.92%
3053.32/3061.75	c      3062           1630          80         1         -68.0000        -117.5833     72.92%
3060.40/3068.82	c      3069           1634          78         1         -68.0000        -117.5833     72.92%
3065.38/3073.84	c      3074           1639          81         1         -68.0000        -117.5833     72.92%
3072.47/3081.01	c      3081           1647          81         1         -68.0000        -117.5833     72.92%
3078.05/3086.56	c      3087           1653          81         1         -68.0000        -117.4565     72.73%
3089.12/3097.65	c      3098           1655          81         1         -68.0000        -117.4565     72.73%
3095.30/3103.82	c      3104           1658          82         1         -68.0000        -117.4565     72.73%
3100.99/3109.56	c      3110           1669          83         1         -68.0000        -117.4565     72.73%
3108.67/3117.26	c      3117           1673          83         1         -68.0000        -117.4490     72.72%
3120.84/3129.46	c      3129           1675          83         1         -68.0000        -117.4490     72.72%
3126.03/3134.69	c      3135           1685          81         1         -68.0000        -117.4490     72.72%
3136.30/3144.98	c      3145           1686          82         1         -68.0000        -117.4490     72.72%
3143.68/3152.31	c      3152           1693          81         1         -68.0000        -117.4490     72.72%
3149.17/3157.86	c      3158           1701          81         1         -68.0000        -117.4490     72.72%
3155.37/3164.07	c      3164           1710          80         1         -68.0000        -117.4490     72.72%
3171.32/3180.01	c      3180           1711          81         1         -68.0000        -117.4490     72.72%
3190.56/3199.36	c      3199           1714          80         1         -68.0000        -117.4490     72.72%
3196.44/3205.22	c      3205           1719          81         1         -68.0000        -117.4490     72.72%
3204.02/3212.88	c      3213           1723          81         1         -68.0000        -116.8958     71.91%
3213.80/3222.62	c      3223           1725          81         1         -68.0000        -116.8958     71.91%
3224.98/3233.87	c      3234           1726          82         1         -68.0000        -116.8958     71.91%
3230.96/3239.80	c      3240           1731          81         1         -68.0000        -116.8958     71.91%
3237.15/3246.02	c      3246           1735          81         1         -68.0000        -116.8958     71.91%
3252.50/3261.48	c      3261           1738          80         1         -68.0000        -116.8958     71.91%
3259.78/3268.71	c      3269           1742          80         1         -68.0000        -116.8958     71.91%
3267.18/3276.13	c      3276           1743          79         1         -68.0000        -116.8958     71.91%
3273.75/3282.79	c      3283           1745          79         1         -68.0000        -116.8958     71.91%
3285.72/3294.74	c      3295           1747          79         1         -68.0000        -116.8958     71.91%
3298.28/3307.38	c      3307           1748          80         1         -68.0000        -116.8958     71.91%
3304.46/3313.53	c      3314           1754          84         1         -68.0000        -116.8958     71.91%
3311.45/3320.56	c      3321           1768          80         1         -68.0000        -116.8958     71.91%
3316.53/3325.60	c      3326           1772          80         1         -68.0000        -116.8958     71.91%
3322.41/3331.55	c      3332           1778          80         1         -68.0000        -116.8958     71.91%
3335.49/3344.64	c      3345           1785          79         1         -68.0000        -116.8958     71.91%
3342.37/3351.55	c      3352           1793          79         1         -68.0000        -116.8958     71.91%
3349.05/3358.23	c      3358           1796          80         1         -68.0000        -116.8958     71.91%
3356.43/3365.65	c      3366           1804          78         1         -68.0000        -116.8958     71.91%
3369.40/3378.60	c      3379           1805          79         1         -68.0000        -116.8958     71.91%
3374.49/3383.75	c      3384           1807          79         1         -68.0000        -116.8958     71.91%
3384.26/3393.52	c      3394           1809          79         1         -68.0000        -116.8958     71.91%
3391.54/3400.81	c      3401           1814          78         1         -68.0000        -116.8958     71.91%
3397.63/3407.01	c      3407           1821          77         1         -68.0000        -116.8958     71.91%
3412.79/3422.20	c      3422           1826          76         1         -68.0000        -116.8958     71.91%
3419.96/3429.32	c      3429           1827          75         1         -68.0000        -116.8958     71.91%
3432.43/3441.83	c      3442           1830          74         1         -68.0000        -116.8958     71.91%
3437.81/3447.26	c      3447           1833          75         1         -68.0000        -116.8958     71.91%
3444.50/3453.99	c      3454           1836          74         1         -68.0000        -116.8958     71.91%
3452.59/3462.04	c      3462           1838          74         1         -68.0000        -116.8958     71.91%
3458.96/3468.49	c      3468           1839          73         1         -68.0000        -116.8958     71.91%
3466.74/3476.27	c      3476           1841          73         1         -68.0000        -116.8958     71.91%
3473.02/3482.51	c      3482           1843          73         1         -68.0000        -116.8958     71.91%
3478.40/3487.95	c      3488           1845          75         1         -68.0000        -116.8958     71.91%
3493.37/3503.01	c      3503           1847          73         1         -68.0000        -116.8958     71.91%
3501.75/3511.32	c      3511           1849          73         1         -68.0000        -116.8958     71.91%
3508.24/3517.86	c      3518           1850          74         1         -68.0000        -116.8958     71.91%
3518.80/3528.41	c      3528           1856          72         1         -68.0000        -116.8958     71.91%
3528.78/3538.41	c      3538           1857          73         1         -68.0000        -116.8958     71.91%
3534.37/3544.08	c      3544           1864          74         1         -68.0000        -116.8958     71.91%
3540.36/3550.05	c      3550           1869          73         1         -68.0000        -116.8958     71.91%
3546.03/3555.78	c      3556           1875          73         1         -68.0000        -116.8958     71.91%
3552.43/3562.16	c      3562           1877          71         1         -68.0000        -116.8958     71.91%
3563.48/3573.21	c      3573           1879          71         1         -68.0000        -116.8958     71.91%
3569.77/3579.53	c      3580           1880          70         1         -68.0000        -116.8958     71.91%
3575.36/3585.17	c      3585           1882          72         1         -68.0000        -116.8958     71.91%
3581.43/3591.28	c      3591           1885          73         1         -68.0000        -116.8958     71.91%
3586.92/3596.77	c      3597           1887          71         1         -68.0000        -116.8958     71.91%
3590.41/3600.29	c SCIP Status        : c solving was interrupted [hard time limit reached]
3590.41/3600.29	c Total Time         : 3600.28
3590.41/3600.29	c   solving          : 3600.28
3590.41/3600.29	c   presolving       : 0.38 (included in solving)
3590.41/3600.29	c B&B Tree           :
3590.41/3600.29	c   nodes (total)    : 1
3590.41/3600.29	c Solution           :
3590.41/3600.29	c   Solutions found  : 13
3590.41/3600.29	c   Primal Bound     : -6.80000000000000e+01
3590.41/3600.29	c   Dual Bound       : -1.16895833333333e+02
3590.41/3600.29	c Gap                : 71.90564 %
3590.41/3600.29	c * Warning: final gap: 7.19056e-01 is greater than SCIPepsilon: 1.00000e-09
3590.41/3600.30	o -68
3590.41/3600.30	s SATISFIABLE
3590.41/3600.30	v -x2025 x2024 -x2023 -x2022 -x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 -x2013 -x2012 -x2011 -x2010 -x2009 -x2008 -x2007 x2006 
3590.41/3600.30	v -x2005 -x2004 -x2003 -x2002 -x2001 -x2000 -x1999 -x1998 x1997 -x1996 x1995 -x1994 -x1993 -x1992 -x1991 -x1990 -x1989 x1988 
3590.41/3600.30	v x1987 x1986 -x1985 -x1984 -x1983 x1982 x1981 x1980 -x1979 x1978 x1977 x1976 x1975 x1974 -x1973 -x1972 -x1971 -x1970 -x1969 
3590.41/3600.30	v -x1968 -x1967 -x1966 x1965 -x1964 -x1963 -x1962 -x1961 x1960 -x1959 -x1958 x1957 -x1956 x1955 -x1954 -x1953 -x1952 -x1951 x1950 
3590.41/3600.30	v -x1949 -x1948 -x1947 -x1946 x1945 -x1944 -x1943 -x1942 -x1941 -x1940 -x1939 -x1938 -x1937 x1936 x1935 x1934 x1933 x1932 x1931 
3590.41/3600.30	v x1930 x1929 x1928 x1927 -x1926 -x1925 x1924 -x1923 -x1922 x1921 x1920 x1919 x1918 -x1917 -x1916 -x1915 -x1914 -x1913 x1912 
3590.41/3600.30	v x1911 -x1910 -x1909 -x1908 x1907 -x1906 x1905 -x1904 x1903 -x1902 -x1901 x1900 -x1899 -x1898 -x1897 x1896 x1895 x1894 -x1893 
3590.41/3600.30	v x1892 -x1891 x1890 -x1889 x1888 -x1887 -x1886 x1885 -x1884 x1883 -x1882 -x1881 -x1880 -x1879 x1878 x1877 x1876 -x1875 -x1874 
3590.41/3600.30	v -x1873 -x1872 x1871 x1870 x1869 -x1868 -x1867 x1866 -x1865 -x1864 -x1863 -x1862 x1861 x1860 -x1859 -x1858 -x1857 -x1856 x1855 
3590.41/3600.30	v -x1854 x1853 x1852 x1851 x1850 -x1849 -x1848 x1847 x1846 -x1845 x1844 -x1843 -x1842 -x1841 -x1840 -x1839 x1838 -x1837 -x1836 
3590.41/3600.30	v x1835 -x1834 -x1833 -x1832 -x1831 x1830 -x1829 x1828 x1827 -x1826 -x1825 -x1824 -x1823 x1822 -x1821 x1820 -x1819 -x1818 x1817 
3590.41/3600.30	v x1816 -x1815 -x1814 -x1813 x1812 -x1811 -x1810 x1809 x1808 x1807 x1806 -x1805 x1804 x1803 -x1802 -x1801 -x1800 x1799 x1798 
3590.41/3600.30	v -x1797 x1796 x1795 -x1794 x1793 -x1792 -x1791 -x1790 -x1789 -x1788 -x1787 x1786 -x1785 -x1784 x1783 x1782 x1781 -x1780 x1779 
3590.41/3600.30	v -x1778 x1777 -x1776 -x1775 x1774 -x1773 x1772 -x1771 -x1770 -x1769 -x1768 x1767 -x1766 x1765 -x1764 -x1763 x1762 x1761 x1760 
3590.41/3600.30	v -x1759 x1758 x1757 x1756 -x1755 -x1754 -x1753 x1752 -x1751 x1750 x1749 x1748 -x1747 x1746 -x1745 x1744 -x1743 -x1742 x1741 
3590.41/3600.30	v -x1740 -x1739 x1738 x1737 -x1736 -x1735 x1734 -x1733 -x1732 x1731 x1730 -x1729 -x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 
3590.41/3600.30	v x1720 x1719 x1718 x1717 -x1716 -x1715 x1714 -x1713 x1712 -x1711 x1710 -x1709 -x1708 x1707 x1706 -x1705 x1704 -x1703 x1702 
3590.41/3600.30	v -x1701 x1700 -x1699 x1698 x1697 -x1696 -x1695 x1694 -x1693 -x1692 -x1691 x1690 x1689 x1688 -x1687 -x1686 x1685 -x1684 x1683 x1682 
3590.41/3600.30	v -x1681 -x1680 x1679 x1678 x1677 -x1676 x1675 -x1674 x1673 -x1672 x1671 -x1670 x1669 -x1668 x1667 -x1666 -x1665 x1664 -x1663 
3590.41/3600.30	v x1662 -x1661 x1660 -x1659 x1658 -x1657 -x1656 -x1655 -x1654 x1653 x1652 x1651 x1650 x1649 -x1648 -x1647 -x1646 -x1645 x1644 
3590.41/3600.30	v -x1643 -x1642 x1641 x1640 -x1639 x1638 x1637 -x1636 -x1635 x1634 -x1633 -x1632 x1631 x1630 -x1629 x1628 x1627 -x1626 -x1625 
3590.41/3600.30	v -x1624 -x1623 x1622 x1621 x1620 -x1619 -x1618 x1617 -x1616 x1615 -x1614 -x1613 x1612 x1611 -x1610 -x1609 x1608 x1607 x1606 
3590.41/3600.30	v x1605 x1604 x1603 x1602 -x1601 x1600 -x1599 -x1598 -x1597 -x1596 x1595 -x1594 x1593 x1592 -x1591 -x1590 x1589 x1588 -x1587 -x1586 
3590.41/3600.30	v x1585 -x1584 -x1583 x1582 x1581 x1580 x1579 x1578 x1577 -x1576 -x1575 x1574 -x1573 x1572 x1571 x1570 x1569 -x1568 -x1567 
3590.41/3600.30	v x1566 x1565 -x1564 -x1563 x1562 x1561 x1560 -x1559 -x1558 x1557 x1556 -x1555 -x1554 x1553 -x1552 x1551 x1550 -x1549 -x1548 -x1547 
3590.41/3600.30	v x1546 x1545 x1544 x1543 -x1542 -x1541 -x1540 -x1539 x1538 -x1537 x1536 -x1535 -x1534 x1533 x1532 -x1531 -x1530 x1529 -x1528 
3590.41/3600.30	v -x1527 x1526 x1525 -x1524 x1523 x1522 -x1521 x1520 x1519 x1518 -x1517 -x1516 -x1515 x1514 -x1513 x1512 -x1511 -x1510 -x1509 
3590.41/3600.30	v x1508 -x1507 x1506 -x1505 x1504 -x1503 x1502 -x1501 -x1500 -x1499 -x1498 x1497 x1496 x1495 x1494 -x1493 -x1492 x1491 x1490 
3590.41/3600.30	v -x1489 -x1488 x1487 x1486 x1485 -x1484 -x1483 -x1482 -x1481 x1480 x1479 -x1478 -x1477 x1476 x1475 x1474 x1473 x1472 -x1471 
3590.41/3600.30	v -x1470 -x1469 -x1468 x1467 x1466 -x1465 x1464 -x1463 -x1462 x1461 x1460 -x1459 -x1458 x1457 -x1456 -x1455 -x1454 -x1453 -x1452 
3590.41/3600.30	v -x1451 -x1450 x1449 -x1448 -x1447 x1446 x1445 -x1444 -x1443 x1442 x1441 x1440 x1439 x1438 -x1437 -x1436 x1435 -x1434 -x1433 
3590.41/3600.30	v x1432 x1431 x1430 -x1429 -x1428 -x1427 -x1426 x1425 x1424 x1423 -x1422 -x1421 -x1420 -x1419 x1418 x1417 x1416 x1415 x1414 x1413 
3590.41/3600.30	v -x1412 -x1411 -x1410 x1409 x1408 x1407 -x1406 -x1405 -x1404 -x1403 -x1402 x1401 x1400 -x1399 x1398 -x1397 x1396 -x1395 x1394 
3590.41/3600.30	v -x1393 x1392 -x1391 x1390 -x1389 -x1388 x1387 -x1386 -x1385 -x1384 -x1383 -x1382 -x1381 x1380 x1379 x1378 x1377 x1376 x1375 
3590.41/3600.30	v x1374 x1373 x1372 -x1371 x1370 x1369 x1368 -x1367 -x1366 x1365 x1364 x1363 -x1362 -x1361 x1360 -x1359 -x1358 x1357 x1356 x1355 
3590.41/3600.30	v x1354 -x1353 -x1352 -x1351 -x1350 x1349 -x1348 -x1347 x1346 x1345 x1344 x1343 x1342 -x1341 -x1340 -x1339 -x1338 x1337 x1336 
3590.41/3600.30	v x1335 -x1334 x1333 x1332 x1331 x1330 -x1329 -x1328 x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 -x1320 x1319 x1318 x1317 
3590.41/3600.30	v x1316 -x1315 -x1314 -x1313 -x1312 -x1311 -x1310 -x1309 -x1308 x1307 x1306 x1305 -x1304 -x1303 -x1302 -x1301 -x1300 -x1299 
3590.41/3600.30	v x1298 -x1297 -x1296 x1295 x1294 -x1293 x1292 x1291 -x1290 -x1289 x1288 x1287 x1286 x1285 x1284 -x1283 -x1282 x1281 x1280 x1279 
3590.41/3600.30	v -x1278 -x1277 x1276 x1275 -x1274 -x1273 -x1272 -x1271 x1270 -x1269 -x1268 -x1267 -x1266 -x1265 x1264 x1263 x1262 x1261 x1260 
3590.41/3600.30	v x1259 -x1258 -x1257 x1256 -x1255 -x1254 x1253 -x1252 -x1251 x1250 x1249 x1248 x1247 -x1246 -x1245 -x1244 -x1243 -x1242 -x1241 
3590.41/3600.30	v x1240 x1239 -x1238 -x1237 x1236 -x1235 -x1234 -x1233 x1232 -x1231 -x1230 x1229 -x1228 -x1227 -x1226 -x1225 x1224 x1223 -x1222 
3590.41/3600.30	v -x1221 x1220 -x1219 -x1218 -x1217 -x1216 x1215 -x1214 -x1213 -x1212 -x1211 x1210 -x1209 -x1208 -x1207 -x1206 x1205 x1204 
3590.41/3600.30	v x1203 -x1202 x1201 x1200 -x1199 -x1198 x1197 x1196 x1195 x1194 x1193 -x1192 -x1191 -x1190 x1189 -x1188 -x1187 x1186 -x1185 x1184 
3590.41/3600.30	v -x1183 -x1182 -x1181 -x1180 x1179 -x1178 -x1177 x1176 -x1175 -x1174 -x1173 -x1172 x1171 x1170 x1169 x1168 x1167 x1166 -x1165 
3590.41/3600.30	v -x1164 x1163 x1162 x1161 -x1160 -x1159 x1158 -x1157 -x1156 -x1155 -x1154 -x1153 x1152 x1151 x1150 x1149 -x1148 -x1147 -x1146 
3590.41/3600.30	v x1145 -x1144 -x1143 x1142 -x1141 -x1140 x1139 x1138 x1137 -x1136 -x1135 x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 x1127 
3590.41/3600.30	v -x1126 -x1125 x1124 -x1123 -x1122 x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 x1114 x1113 x1112 x1111 x1110 -x1109 -x1108 
3590.41/3600.30	v -x1107 -x1106 x1105 x1104 -x1103 -x1102 -x1101 -x1100 x1099 -x1098 -x1097 x1096 x1095 x1094 x1093 x1092 -x1091 -x1090 -x1089 
3590.41/3600.30	v -x1088 -x1087 -x1086 x1085 x1084 -x1083 -x1082 x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 x1074 x1073 x1072 x1071 
3590.41/3600.30	v x1070 x1069 x1068 x1067 x1066 -x1065 -x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 -x1054 -x1053 -x1052 -x1051 
3590.41/3600.30	v x1050 -x1049 x1048 -x1047 -x1046 -x1045 x1044 x1043 x1042 x1041 -x1040 -x1039 -x1038 -x1037 -x1036 x1035 x1034 x1033 x1032 -x1031 
3590.41/3600.30	v -x1030 -x1029 -x1028 x1027 x1026 -x1025 -x1024 x1023 -x1022 -x1021 x1020 x1019 x1018 x1017 x1016 -x1015 -x1014 x1013 x1012 
3590.41/3600.30	v x1011 x1010 x1009 x1008 -x1007 -x1006 -x1005 -x1004 x1003 x1002 x1001 x1000 -x999 x998 x997 -x996 x995 -x994 -x993 x992 -x991 
3590.41/3600.30	v -x990 x989 -x988 -x987 -x986 -x985 x984 -x983 x982 -x981 -x980 x979 -x978 -x977 x976 x975 x974 -x973 -x972 -x971 x970 x969 
3590.41/3600.30	v -x968 -x967 -x966 -x965 x964 x963 -x962 -x961 x960 x959 x958 x957 -x956 -x955 x954 x953 -x952 -x951 x950 -x949 -x948 x947 
3590.41/3600.30	v x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 x938 x937 -x936 -x935 -x934 -x933 x932 x931 -x930 x929 x928 x927 -x926 x925 -x924 
3590.41/3600.30	v -x923 -x922 -x921 -x920 -x919 -x918 -x917 x916 x915 x914 -x913 -x912 -x911 x910 -x909 x908 x907 -x906 -x905 x904 -x903 -x902 
3590.41/3600.30	v -x901 -x900 -x899 -x898 -x897 x896 x895 x894 -x893 -x892 x891 -x890 -x889 -x888 x887 x886 -x885 x884 x883 x882 -x881 -x880 
3590.41/3600.30	v x879 x878 -x877 -x876 -x875 x874 x873 -x872 -x871 x870 x869 x868 x867 x866 x865 x864 x863 -x862 -x861 x860 -x859 -x858 -x857 
3590.41/3600.30	v -x856 x855 x854 x853 x852 -x851 -x850 x849 x848 x847 -x846 -x845 x844 -x843 -x842 x841 x840 -x839 x838 -x837 -x836 x835 x834 
3590.41/3600.30	v -x833 x832 x831 -x830 x829 -x828 x827 -x826 -x825 -x824 -x823 -x822 x821 -x820 x819 x818 -x817 -x816 x815 -x814 -x813 x812 
3590.41/3600.30	v -x811 x810 x809 x808 -x807 x806 x805 -x804 -x803 -x802 -x801 x800 -x799 -x798 -x797 -x796 -x795 x794 x793 -x792 -x791 x790 x789 
3590.41/3600.30	v -x788 -x787 -x786 -x785 x784 x783 -x782 x781 x780 -x779 -x778 -x777 -x776 x775 -x774 -x773 -x772 x771 x770 -x769 -x768 x767 
3590.41/3600.30	v -x766 -x765 -x764 x763 -x762 x761 -x760 x759 x758 x757 -x756 x755 x754 -x753 x752 x751 x750 -x749 x748 x747 x746 x745 x744 
3590.41/3600.30	v x743 -x742 -x741 x740 -x739 -x738 x737 x736 -x735 x734 -x733 x732 -x731 x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 
3590.41/3600.30	v x721 -x720 -x719 -x718 x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 
3590.41/3600.30	v x699 -x698 -x697 x696 x695 -x694 x693 x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 x679 -x678 
3590.41/3600.30	v -x677 -x676 -x675 x674 -x673 -x672 -x671 x670 -x669 -x668 -x667 -x666 x665 -x664 -x663 -x662 -x661 -x660 x659 -x658 x657 
3590.41/3600.30	v -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 x641 x640 -x639 x638 -x637 -x636 -x635 
3590.41/3600.30	v -x634 -x633 -x632 -x631 -x630 -x629 -x628 x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 x617 -x616 -x615 -x614 
3590.41/3600.30	v -x613 -x612 -x611 x610 -x609 x608 -x607 x606 -x605 -x604 x603 x602 -x601 -x600 -x599 -x598 x597 -x596 -x595 x594 -x593 -x592 
3590.41/3600.30	v -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 x581 x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 x572 -x571 
3590.41/3600.30	v -x570 x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 
3590.41/3600.30	v -x549 -x548 -x547 -x546 x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 x533 -x532 -x531 -x530 -x529 
3590.41/3600.30	v -x528 -x527 -x526 -x525 -x524 x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 x514 x513 -x512 -x511 -x510 -x509 -x508 -x507 
3590.41/3600.30	v -x506 x505 -x504 -x503 -x502 -x501 -x500 -x499 x498 -x497 -x496 -x495 -x494 x493 -x492 -x491 x490 -x489 -x488 -x487 x486 
3590.41/3600.30	v -x485 -x484 -x483 -x482 x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 x470 -x469 -x468 -x467 -x466 -x465 -x464 
3590.41/3600.30	v -x463 -x462 -x461 -x460 x459 -x458 -x457 -x456 x455 -x454 -x453 -x452 x451 -x450 -x449 -x448 -x447 -x446 -x445 x444 -x443 
3590.41/3600.30	v -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 x430 -x429 -x428 -x427 -x426 -x425 -x424 x423 -x422 
3590.41/3600.30	v -x421 -x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 x411 -x410 -x409 -x408 -x407 -x406 x405 -x404 -x403 -x402 -x401 x400 
3590.41/3600.30	v -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 
3590.41/3600.30	v -x378 -x377 -x376 -x375 -x374 -x373 -x372 x371 -x370 -x369 x368 -x367 -x366 -x365 -x364 x363 -x362 -x361 -x360 -x359 -x358 
3590.41/3600.30	v -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 
3590.41/3600.30	v x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 x317 x316 
3590.41/3600.30	v -x315 -x314 x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 x300 -x299 -x298 -x297 -x296 -x295 
3590.41/3600.30	v -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 
3590.41/3600.30	v -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 x255 -x254 -x253 
3590.41/3600.30	v -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 
3590.41/3600.30	v -x231 -x230 -x229 -x228 -x227 -x226 x225 x224 -x223 -x222 x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
3590.41/3600.30	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 x189 x188 
3590.41/3600.30	v -x187 -x186 x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 -x166 
3590.41/3600.30	v -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
3590.41/3600.30	v -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 x125 -x124 
3590.41/3600.30	v -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 x105 -x104 -x103 
3590.41/3600.30	v -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 -x79 x78 
3590.53/3600.35	v -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 
3590.53/3600.35	v -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 x35 -x34 -x33 x32 -x31 -x30 x29 x28 x27 x26 
3590.53/3600.35	v x25 -x24 x23 x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 x2 x1 

Verifier Data

OK	-68

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: 64059 MiB (62032 MiB free)
  memory of node 1: 64510 MiB (60201 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434790-1721119262/watcher-4434790-1721119262 -o /tmp/evaluation-result-4434790-1721119262/solver-4434790-1721119262 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721115597-832868 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434790-1721119262.opb -qsol -t 3600 -sth 1 

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=835459, runsolver pid=835456

[startup+0.100516 s]*
/proc/loadavg: 4.63 4.45 4.32 6/250 835460
/proc/meminfo: memFree=125153428/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=38800 memory=27204 CPUtime=0.1 cores=1,3
/proc/835459/stat : 835459 (fscip) R 835456 835459 832856 0 -1 4194304 4695 0 0 0 9 1 0 0 20 0 1 0 164083158 39731200 6801 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 9700 6801 2318 3032 0 6100 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38800 KiB
Current children cumulated memory: 27204 KiB

[startup+0.213567 s]*
/proc/loadavg: 4.63 4.45 4.32 5/250 835460
/proc/meminfo: memFree=125118240/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=77712 memory=64852 CPUtime=0.22 cores=1,3
/proc/835459/stat : 835459 (fscip) R 835456 835459 832856 0 -1 4194304 13949 0 0 0 20 2 0 0 20 0 1 0 164083158 79577088 16213 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 19428 16213 2622 3032 0 15828 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 77712 KiB
Current children cumulated memory: 64852 KiB

[startup+0.313794 s]*
/proc/loadavg: 4.63 4.45 4.32 5/250 835460
/proc/meminfo: memFree=125106204/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=83180 memory=71876 CPUtime=0.31 cores=1,3
/proc/835459/stat : 835459 (fscip) R 835456 835459 832856 0 -1 4194304 19257 0 0 0 29 2 0 0 20 0 1 0 164083158 85176320 17969 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 20795 17969 2686 3032 0 17195 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 83180 KiB
Current children cumulated memory: 71876 KiB

[startup+0.700515 s]
/proc/loadavg: 4.63 4.45 4.32 5/250 835460
/proc/meminfo: memFree=125099620/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=177528 memory=117800 CPUtime=0.69 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 34651 0 0 0 62 7 0 0 20 0 3 0 164083158 181788672 29450 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 44382 29450 2782 3032 0 33341 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 177528 KiB
Current children cumulated memory: 117800 KiB

[startup+1.50043 s]
/proc/loadavg: 4.63 4.45 4.32 6/252 835462
/proc/meminfo: memFree=125045076/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=243064 memory=191328 CPUtime=1.48 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 53226 0 0 0 137 11 0 0 20 0 3 0 164083158 248897536 47832 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 60766 47832 2894 3032 0 52240 0
[pid=835459/tid=835461] ppid=835456 vsize=243064 memory=4368 CPUtime=0.91 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 27282 0 0 0 85 6 0 0 20 0 3 0 164083211 248897536 47832 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=243064 memory=2276 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 164083222 248897536 47832 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 243064 KiB
Current children cumulated memory: 191328 KiB

[startup+3.11323 s]
/proc/loadavg: 4.58 4.44 4.32 5/252 835462
/proc/meminfo: memFree=124986172/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=243064 memory=191576 CPUtime=3.08 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 55139 0 0 0 297 11 0 0 20 0 3 0 164083158 248897536 47894 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 60766 47894 2910 3032 0 52240 0
[pid=835459/tid=835461] ppid=835456 vsize=243064 memory=2276 CPUtime=2.52 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 29188 0 0 0 245 7 0 0 20 0 3 0 164083211 248897536 47894 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=243064 memory=25884 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 164083222 248897536 47894 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 243064 KiB
Current children cumulated memory: 191576 KiB

[startup+6.30041 s]
/proc/loadavg: 4.58 4.44 4.32 5/252 835462
/proc/meminfo: memFree=124985808/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=243064 memory=191640 CPUtime=6.26 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 56998 0 0 0 615 11 0 0 20 0 3 0 164083158 248897536 47910 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 60766 47910 2926 3032 0 52240 0
[pid=835459/tid=835461] ppid=835456 vsize=243064 memory=0 CPUtime=5.7 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 31040 0 0 0 563 7 0 0 20 0 3 0 164083211 248897536 47910 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=243064 memory=2314990987648778840 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 164083222 248897536 47910 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 243064 KiB
Current children cumulated memory: 191640 KiB

[startup+12.7004 s]
/proc/loadavg: 4.49 4.43 4.31 5/252 835464
/proc/meminfo: memFree=124983820/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=243064 memory=191732 CPUtime=12.65 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 70259 0 0 0 1253 12 0 0 20 0 3 0 164083158 248897536 47933 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 60766 47933 2926 3032 0 52240 0
[pid=835459/tid=835461] ppid=835456 vsize=243064 memory=191576 CPUtime=12.07 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 44287 0 0 0 1200 7 0 0 20 0 3 0 164083211 248897536 47933 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=243064 memory=191640 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 164083222 248897536 47933 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 243064 KiB
Current children cumulated memory: 191732 KiB

[startup+25.5004 s]
/proc/loadavg: 4.49 4.43 4.32 5/252 835465
/proc/meminfo: memFree=124956332/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=311648 memory=216888 CPUtime=25.41 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 116049 0 0 0 2527 14 0 0 20 0 3 0 164083158 319127552 54222 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 77912 54222 2926 3032 0 60072 0
[pid=835459/tid=835461] ppid=835456 vsize=311648 memory=11404 CPUtime=24.84 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 90063 0 0 0 2475 9 0 0 20 0 3 0 164083211 319127552 54222 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=311648 memory=216888 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 164083222 319127552 54222 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 311648 KiB
Current children cumulated memory: 216888 KiB

[startup+51.1133 s]
/proc/loadavg: 4.32 4.39 4.31 5/251 835470
/proc/meminfo: memFree=124912920/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=311648 memory=250568 CPUtime=50.94 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 163914 0 0 0 5077 17 0 0 20 0 3 0 164083158 319127552 62642 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 77912 62642 2926 3032 0 73136 0
[pid=835459/tid=835461] ppid=835456 vsize=311648 memory=243352 CPUtime=50.37 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 137914 0 0 0 5025 12 0 0 20 0 3 0 164083211 319127552 62642 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=311648 memory=249644 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 3 0 164083222 319127552 62642 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 311648 KiB
Current children cumulated memory: 250568 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.36 4.30 5/251 835527
/proc/meminfo: memFree=124680028/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=320668 memory=251996 CPUtime=101.97 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 195210 0 0 0 10178 19 0 0 20 0 3 0 164083158 328364032 62999 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 80167 62999 2974 3032 0 76306 0
[pid=835459/tid=835461] ppid=835456 vsize=320668 memory=251272 CPUtime=101.39 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 168807 0 0 0 10125 14 0 0 20 0 3 0 164083211 328364032 62999 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=320668 memory=5524 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 3 0 164083222 328364032 62999 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 320668 KiB
Current children cumulated memory: 251996 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.31 4.28 5/251 835537
/proc/meminfo: memFree=124657204/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=386204 memory=263408 CPUtime=161.8 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 223833 0 0 0 16158 22 0 0 20 0 3 0 164083158 395472896 65852 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 96551 65852 2974 3032 0 84002 0
[pid=835459/tid=835461] ppid=835456 vsize=386204 memory=263372 CPUtime=161.22 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 197107 0 0 0 16105 17 0 0 20 0 3 0 164083211 395472896 65852 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=386204 memory=11404 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 3 0 164083222 395472896 65852 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 386204 KiB
Current children cumulated memory: 263408 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.26 4.26 5/251 835550
/proc/meminfo: memFree=124618420/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=386204 memory=266552 CPUtime=221.64 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 254997 0 0 0 22140 24 0 0 20 0 3 0 164083158 395472896 66638 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 96551 66638 2974 3032 0 84002 0
[pid=835459/tid=835461] ppid=835456 vsize=386204 memory=263544 CPUtime=221.06 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 228197 0 0 0 22087 19 0 0 20 0 3 0 164083211 395472896 66638 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=386204 memory=266552 CPUtime=0 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 88 0 0 0 0 0 0 0 20 0 3 0 164083222 395472896 66638 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 386204 KiB
Current children cumulated memory: 266552 KiB


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

[pid=835459] ppid=835456 vsize=582812 memory=528080 CPUtime=3452.87 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 653282 0 0 0 345216 71 0 0 20 0 3 0 164083158 596799488 132020 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132020 2990 3032 0 138271 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=527848 CPUtime=3452.12 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 624046 0 0 0 345157 55 0 0 20 0 3 0 164083211 596799488 132020 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=528080 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 312 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132020 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3452.87 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 528080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/250 837373
/proc/meminfo: memFree=124299572/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=528848 CPUtime=3512.72 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 654769 0 0 0 351200 72 0 0 20 0 3 0 164083158 596799488 132212 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132212 2990 3032 0 138522 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=528080 CPUtime=3511.97 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 625510 0 0 0 351141 56 0 0 20 0 3 0 164083211 596799488 132212 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=528200 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 318 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132212 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3512.72 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 528848 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/249 837433
/proc/meminfo: memFree=124136984/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3572.56 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656526 0 0 0 357184 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=12556 CPUtime=3571.8 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627239 0 0 0 357124 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=41484 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3572.56 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3600.36 s]
# the end of solver process 835459 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3589.84 s, system=0.745589 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3584 s]*
/proc/loadavg: 4.17 4.16 4.17 5/249 837433
/proc/meminfo: memFree=124136928/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3574.27 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656530 0 0 0 357355 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=-8817034756263092924 CPUtime=3573.51 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627241 0 0 0 357295 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=-4421386517722784868 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3574.27 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3590.4 s]
/proc/loadavg: 4.15 4.16 4.17 5/249 837435
/proc/meminfo: memFree=124136936/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3580.64 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656530 0 0 0 357992 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=529704 CPUtime=3579.88 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627241 0 0 0 357932 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=529704 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3580.64 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.16 4.17 5/249 837435
/proc/meminfo: memFree=124135356/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3587.02 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656554 0 0 0 358630 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=529704 CPUtime=3586.26 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627265 0 0 0 358570 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=0 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3587.02 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3598.4 s]
/proc/loadavg: 4.13 4.15 4.17 5/249 837437
/proc/meminfo: memFree=124135300/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3588.61 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656554 0 0 0 358789 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=16140 CPUtime=3587.86 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627265 0 0 0 358730 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=2276 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3588.61 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3599.2 s]
/proc/loadavg: 4.13 4.15 4.17 5/249 837437
/proc/meminfo: memFree=124135300/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3589.41 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656554 0 0 0 358869 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=12556 CPUtime=3588.66 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627265 0 0 0 358810 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=11404 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3589.41 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3600 s]*
/proc/loadavg: 4.13 4.15 4.17 5/249 837437
/proc/meminfo: memFree=124135292/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3590.22 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656555 0 0 0 358950 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=-8817034756263092924 CPUtime=3589.47 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627265 0 0 0 358891 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=-4421386517722784868 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3590.22 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3600.2 s]
/proc/loadavg: 4.13 4.15 4.17 5/249 837437
/proc/meminfo: memFree=124135292/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=582812 memory=529704 CPUtime=3590.41 cores=1,3
/proc/835459/stat : 835459 (fscip) S 835456 835459 832856 0 -1 1077936128 656720 0 0 0 358969 72 0 0 20 0 3 0 164083158 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 145703 132426 2990 3032 0 138774 0
[pid=835459/tid=835461] ppid=835456 vsize=582812 memory=5068 CPUtime=3589.65 cores=1,3
/proc/835459/task/835461/stat : 835461 (fscip) R 835456 835459 832856 0 -1 4194368 627430 0 0 0 358909 56 0 0 20 0 3 0 164083211 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
[pid=835459/tid=835462] ppid=835456 vsize=582812 memory=529704 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 3 0 164083222 596799488 132426 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3590.41 s
Current children cumulated vsize: 582812 KiB
Current children cumulated memory: 529704 KiB

[startup+3600.31 s]
/proc/loadavg: 4.13 4.15 4.17 5/249 837437
/proc/meminfo: memFree=124135292/131655788 swapFree=131071996/131071996
[pid=835459] ppid=835456 vsize=505208 memory=464436 CPUtime=3590.53 cores=1,3
/proc/835459/stat : 835459 (fscip) R 835456 835459 832856 0 -1 4194304 659960 0 0 0 358980 73 0 0 20 0 2 0 164083158 517332992 116109 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
/proc/835459/statm: 126302 116109 2990 3032 0 122004 0
[pid=835459/tid=835462] ppid=835456 vsize=505208 memory=41484 CPUtime=0.06 cores=1,3
/proc/835459/task/835462/stat : 835462 (fscip) S 835456 835459 832856 0 -1 1077936192 324 0 0 0 1 5 0 0 20 0 2 0 164083222 517332992 116109 134679101440 4194304 16613245 140723384084976 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 38772736 140723384087573 140723384087689 140723384087689 140723384094704 0
Current children cumulated CPU time: 3590.53 s
Current children cumulated vsize: 505208 KiB
Current children cumulated memory: 464436 KiB

Child status: 0

Real time (s): 3600.36
CPU time (s): 3590.59
CPU user time (s): 3589.84
CPU system time (s): 0.745589
CPU usage (%): 99.7285
Max. virtual memory (cumulated for all children) (KiB): 582812
Max. memory (cumulated for all children) (KiB): 529704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.84
system time used= 0.745589
maximum resident set size= 529704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5967
involuntary context switches= 2338


# summary of solver processes directly reported to runsolver:
#   pid: 835459
#   total CPU time (s): 3590.59
#   total CPU user time (s): 3589.84
#   total CPU system time (s): 0.745589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0059 second user time and 35.9083 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-16 10:41:14
IDJOB=4434790
IDBENCH=148782
IDSOLVER=3064
FILE ID=nodeC012/4434790-1721119262
RUNJOBID= nodeC012-1721115597-832868
SLURM_JOB_ID= 7505652
Free space on /tmp= 723692 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB09/OPT-LIN/featureSubscription/normalized-50-750-false-45-90-4-7000opt.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434790-1721119262/watcher-4434790-1721119262 -o /tmp/evaluation-result-4434790-1721119262/solver-4434790-1721119262 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721115597-832868 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434790-1721119262.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= a2ed787f64e4174fa3d5b649f06337f0
RANDOM SEED=1369443624

nodeC012.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00001f
cpu MHz		: 3660.001
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.37
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	: 0xb00001f
cpu MHz		: 3524.986
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.506
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.37
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	: 0xb00001f
cpu MHz		: 1197.325
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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	: 0xb00001f
cpu MHz		: 3674.030
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.37
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	: 0xb00001f
cpu MHz		: 3649.642
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.486
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.37
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	: 0xb00001f
cpu MHz		: 1197.457
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125168600 kB
MemAvailable:   128763720 kB
Buffers:          399092 kB
Cached:          3994716 kB
SwapCached:            0 kB
Active:           679916 kB
Inactive:        5185424 kB
Active(anon):       1464 kB
Inactive(anon):  1507452 kB
Active(file):     678452 kB
Inactive(file):  3677972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28912 kB
Writeback:             0 kB
AnonPages:       1471336 kB
Mapped:           141512 kB
Shmem:             37704 kB
KReclaimable:     157452 kB
Slab:             261500 kB
SReclaimable:     157452 kB
SUnreclaim:       104048 kB
KernelStack:        4060 kB
PageTables:        12420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     926004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52672 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723652 MiB
End job on nodeC012 at 2024-07-16 11:41:15