Trace number 4464574

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30UNSAT 1402.59 1406.67

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l100-r099-n1.cnf-plain.pb.metafix.opb
MD5SUM432ceff95840c24def17352d86ee9883
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.65906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8160
Total number of constraints25805
Number of constraints which are clauses25805
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 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
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.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
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.4.0         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.00/0.07	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 81519444, getVmSize() = 73601024, SCIPgetMemUsed() = 44499740, SCIPgetMemTotal() = 50022948, SCIPgetMemExternEstim() = 31496496
0.00/0.08	c ** set memory limit for presolving in LC to 8.79607e+12 for SCIP **
0.39/0.45	c ** Estimated virtualMemUsedAtSolver = 109564172, getVmSize() = 161669120, SCIPgetMemUsed() = 97770650, SCIPgetMemTotal() = 132849762, SCIPgetMemExternEstim() = 31496496
0.39/0.45	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
0.39/0.45	c Original Problem   :
0.39/0.45	c   Problem name     : instance-4464574-1722385843
0.39/0.45	c   Variables        : 8160 (8160 binary, 0 integer, 0 implicit integer, 0 continuous)
0.39/0.45	c   Constraints      : 25805
0.39/0.45	c   Objective sense  : minimize
0.39/0.45	c Presolved Problem  :
0.39/0.45	c   Variables        : 8145 (8145 binary, 0 integer, 0 implicit integer, 0 continuous)
0.39/0.45	c   Constraints      : 17602
0.39/0.45	c Constraints        : Number
0.39/0.45	c   setppc           : 17601 
0.39/0.45	c   orbitope         : 1 
0.39/0.45	c ** Instance transfer method used: 0
0.39/0.47	c ** ParaScipInstance copy increased the number of variables. **
0.39/0.50	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.39/0.50	c                                Nodes    Active                                            
0.39/0.50	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
10.25/10.33	c        10              2           1         1                -           0.0000          -
18.33/18.45	c        18             22          21         1                -           0.0000          -
24.22/24.30	c        24             65          62         1                -           0.0000          -
29.71/29.84	c        30            105         100         1                -           0.0000          -
36.58/36.72	c        37            162         153         1                -           0.0000          -
42.07/42.22	c        42            324         154         1                -           0.0000          -
47.35/47.51	c        48            521         178         1                -           0.0000          -
62.80/63.03	c        63            759           1         1                -           0.0000          -
67.89/68.17	c        68            802          36         1                -           0.0000          -
73.56/73.81	c        74           1057          75         1                -           0.0000          -
78.65/78.96	c        79           1351          53         1                -           0.0000          -
83.92/84.20	c        84           1551          88         1                -           0.0000          -
88.91/89.29	c        89           1819          89         1                -           0.0000          -
94.29/94.65	c        95           2099          52         1                -           0.0000          -
99.37/99.76	c       100           2370          52         1                -           0.0000          -
107.45/107.80	c       108           2567          60         1                -           0.0000          -
112.43/112.86	c       113           2876          54         1                -           0.0000          -
117.62/118.08	c       118           3146          35         1                -           0.0000          -
122.79/123.25	c       123           3463          35         1                -           0.0000          -
127.87/128.36	c       128           3768          29         1                -           0.0000          -
144.13/144.63	c       145           3927          43         1                -           0.0000          -
149.20/149.79	c       150           4212          46         1                -           0.0000          -
154.29/154.87	c       155           4495          43         1                -           0.0000          -
159.47/160.06	c       160           4742          41         1                -           0.0000          -
164.56/165.17	c       165           5090          45         1                -           0.0000          -
170.43/171.05	c       171           5329          39         1                -           0.0000          -
175.62/176.20	c       176           5636          40         1                -           0.0000          -
180.70/181.36	c       181           5917          45         1                -           0.0000          -
185.88/186.51	c       187           6271          38         1                -           0.0000          -
191.36/192.04	c       192           6571          57         1                -           0.0000          -
196.45/197.18	c       197           6861          36         1                -           0.0000          -
201.62/202.33	c       202           7207          41         1                -           0.0000          -
206.61/207.39	c       207           7531          41         1                -           0.0000          -
211.79/212.56	c       213           7788          33         1                -           0.0000          -
217.07/217.82	c       218           8073          37         1                -           0.0000          -
222.16/222.97	c       223           8298          47         1                -           0.0000          -
227.34/228.14	c       228           8577          35         1                -           0.0000          -
232.41/233.24	c       233           8891          38         1                -           0.0000          -
238.21/239.03	c       239           9207          39         1                -           0.0000          -
243.38/244.26	c       244           9482          39         1                -           0.0000          -
248.66/249.55	c       250           9745          37         1                -           0.0000          -
254.04/254.95	c       255          10033          32         1                -           0.0000          -
263.91/264.84	c       265          10257          41         1                -           0.0000          -
269.10/270.00	c       270          10615          44         1                -           0.0000          -
274.18/275.13	c       275          10953          48         1                -           0.0000          -
279.25/280.24	c       280          11342          42         1                -           0.0000          -
284.33/285.39	c       285          11668          48         1                -           0.0000          -
289.92/290.94	c       291          12039          47         1                -           0.0000          -
295.00/296.04	c       296          12368          56         1                -           0.0000          -
300.17/301.27	c       301          12713          52         1                -           0.0000          -
305.36/306.43	c       306          13035          60         1                -           0.0000          -
310.44/311.56	c       312          13414          56         1                -           0.0000          -
315.53/316.63	c       317          13799          47         1                -           0.0000          -
320.61/321.76	c       322          14175          44         1                -           0.0000          -
325.69/326.84	c       327          14503          30         1                -           0.0000          -
330.67/331.88	c       332          14825          41         1                -           0.0000          -
336.15/337.37	c       337          15179          46         1                -           0.0000          -
341.53/342.74	c       343          15480          35         1                -           0.0000          -
346.61/347.80	c       348          15860          40         1                -           0.0000          -
351.80/353.05	c       353          16185          41         1                -           0.0000          -
356.88/358.16	c       358          16517          49         1                -           0.0000          -
361.96/363.29	c       363          16834          52         1                -           0.0000          -
367.14/368.44	c       368          17140          41         1                -           0.0000          -
372.12/373.48	c       373          17417          47         1                -           0.0000          -
377.30/378.68	c       379          17745          47         1                -           0.0000          -
382.39/383.78	c       384          18064          50         1                -           0.0000          -
387.47/388.85	c       389          18388          51         1                -           0.0000          -
392.66/394.02	c       394          18723          44         1                -           0.0000          -
397.74/399.12	c       399          19068          38         1                -           0.0000          -
403.31/404.71	c       405          19290          38         1                -           0.0000          -
408.40/409.82	c       410          19661          38         1                -           0.0000          -
413.48/414.92	c       415          19989          40         1                -           0.0000          -
418.86/420.38	c       420          20346          34         1                -           0.0000          -
424.05/425.59	c       426          20461          60         1                -           0.0000          -
429.43/430.92	c       431          20582          60         1                -           0.0000          -
435.21/436.78	c       437          20792          87         1                -           0.0000          -
440.29/441.85	c       442          21066          57         1                -           0.0000          -
453.46/455.00	c       455          21187          67         1                -           0.0000          -
458.54/460.11	c       460          21439          66         1                -           0.0000          -
463.62/465.23	c       465          21680          54         1                -           0.0000          -
468.71/470.31	c       470          21938          53         1                -           0.0000          -
473.79/475.47	c       475          22206          51         1                -           0.0000          -
478.98/480.64	c       481          22435          47         1                -           0.0000          -
484.07/485.70	c       486          22755          50         1                -           0.0000          -
489.55/491.28	c       491          23019          51         1                -           0.0000          -
494.63/496.37	c       496          23323          50         1                -           0.0000          -
499.82/501.57	c       502          23662          47         1                -           0.0000          -
504.90/506.65	c       507          23857          49         1                -           0.0000          -
509.99/511.76	c       512          24134          49         1                -           0.0000          -
515.08/516.86	c       517          24506          55         1                -           0.0000          -
520.16/521.96	c       522          24801          51         1                -           0.0000          -
525.36/527.13	c       527          25145          59         1                -           0.0000          -
530.43/532.22	c       532          25530          46         1                -           0.0000          -
535.52/537.39	c       537          25727          64         1                -           0.0000          -
540.70/542.51	c       543          26012          61         1                -           0.0000          -
545.99/547.81	c       548          26284          65         1                -           0.0000          -
551.67/553.55	c       554          26621          65         1                -           0.0000          -
560.76/562.63	c       563          26867          67         1                -           0.0000          -
565.83/567.77	c       568          27219          57         1                -           0.0000          -
571.12/573.01	c       573          27473          43         1                -           0.0000          -
576.21/578.15	c       578          27786          40         1                -           0.0000          -
581.29/583.20	c       583          28103          46         1                -           0.0000          -
586.48/588.45	c       588          28474          41         1                -           0.0000          -
591.56/593.53	c       594          28877          41         1                -           0.0000          -
596.75/598.71	c       599          29218          49         1                -           0.0000          -
601.83/603.81	c       604          29552          44         1                -           0.0000          -
607.02/609.02	c       609          29905          47         1                -           0.0000          -
612.11/614.12	c       614          30219          50         1                -           0.0000          -
617.19/619.27	c       619          30532          51         1                -           0.0000          -
622.27/624.34	c       624          30847          49         1                -           0.0000          -
627.46/629.52	c       630          31174          50         1                -           0.0000          -
632.54/634.62	c       635          31498          43         1                -           0.0000          -
637.62/639.71	c       640          31853          43         1                -           0.0000          -
642.71/644.81	c       645          32211          46         1                -           0.0000          -
647.91/650.05	c       650          32499          56         1                -           0.0000          -
652.99/655.17	c       655          32823          57         1                -           0.0000          -
658.77/660.99	c       661          33167          53         1                -           0.0000          -
663.96/666.14	c       666          33461          55         1                -           0.0000          -
669.03/671.24	c       671          33778          55         1                -           0.0000          -
674.13/676.31	c       676          34091          54         1                -           0.0000          -
679.21/681.44	c       681          34353          52         1                -           0.0000          -
684.39/686.60	c       687          34668          61         1                -           0.0000          -
689.48/691.76	c       692          34947          45         1                -           0.0000          -
702.35/704.60	c       705          35207          46         1                -           0.0000          -
707.43/709.72	c       710          35495          54         1                -           0.0000          -
712.52/714.81	c       715          35873          52         1                -           0.0000          -
718.10/720.42	c       720          36242          54         1                -           0.0000          -
723.19/725.54	c       726          36584          48         1                -           0.0000          -
728.37/730.78	c       731          36970          54         1                -           0.0000          -
733.66/736.01	c       736          37216          52         1                -           0.0000          -
738.94/741.38	c       741          37525          65         1                -           0.0000          -
744.13/746.54	c       747          37898          64         1                -           0.0000          -
749.21/751.62	c       752          38216          44         1                -           0.0000          -
754.20/756.69	c       757          38591          42         1                -           0.0000          -
759.37/761.88	c       762          38991          47         1                -           0.0000          -
764.47/766.97	c       767          39318          49         1                -           0.0000          -
769.55/772.06	c       772          39657          49         1                -           0.0000          -
774.63/777.18	c       777          40022          44         1                -           0.0000          -
779.72/782.24	c       782          40381          43         1                -           0.0000          -
784.90/787.41	c       787          40726          55         1                -           0.0000          -
789.98/792.52	c       793          41056          63         1                -           0.0000          -
795.06/797.69	c       798          41426          57         1                -           0.0000          -
800.15/802.76	c       803          41766          46         1                -           0.0000          -
805.24/807.84	c       808          42143          43         1                -           0.0000          -
810.43/813.05	c       813          42492          47         1                -           0.0000          -
815.52/818.13	c       818          42790          45         1                -           0.0000          -
820.70/823.35	c       823          43200          47         1                -           0.0000          -
826.39/829.05	c       829          43276          49         1                -           0.0000          -
831.48/834.16	c       834          43596          46         1                -           0.0000          -
836.56/839.29	c       839          43920          42         1                -           0.0000          -
841.74/844.42	c       844          44187          42         1                -           0.0000          -
846.83/849.57	c       850          44487          39         1                -           0.0000          -
851.92/854.68	c       855          44778          47         1                -           0.0000          -
857.50/860.26	c       860          45035          35         1                -           0.0000          -
862.60/865.33	c       865          45391          33         1                -           0.0000          -
867.88/870.69	c       871          45775          36         1                -           0.0000          -
873.28/876.03	c       876          46066          67         1                -           0.0000          -
879.05/881.89	c       882          46420          43         1                -           0.0000          -
884.24/887.09	c       887          46747          44         1                -           0.0000          -
889.33/892.17	c       892          47137          33         1                -           0.0000          -
894.41/897.29	c       897          47515          31         1                -           0.0000          -
899.50/902.34	c       902          47894          35         1                -           0.0000          -
904.79/907.62	c       908          48172          33         1                -           0.0000          -
909.87/912.78	c       913          48495          30         1                -           0.0000          -
914.96/917.89	c       918          48839          34         1                -           0.0000          -
920.15/923.05	c       923          48919          36         1                -           0.0000          -
925.24/928.10	c       928          49337          30         1                -           0.0000          -
931.02/933.96	c       934          49721          35         1                -           0.0000          -
936.90/939.89	c       940          49957          48         1                -           0.0000          -
942.10/945.05	c       945          50256          35         1                -           0.0000          -
947.19/950.15	c       950          50543          53         1                -           0.0000          -
952.47/955.46	c       955          50781          32         1                -           0.0000          -
957.56/960.56	c       961          51083          34         1                -           0.0000          -
962.74/965.74	c       966          51370          33         1                -           0.0000          -
967.93/970.96	c       971          51681          24         1                -           0.0000          -
973.02/976.03	c       976          52019          37         1                -           0.0000          -
978.50/981.55	c       982          52359          41         1                -           0.0000          -
983.68/986.73	c       987          52664          41         1                -           0.0000          -
988.68/991.79	c       992          52964          36         1                -           0.0000          -
993.87/996.92	c       997          53243          38         1                -           0.0000          -
999.06/1002.17	c      1002          53580          31         1                -           0.0000          -
1011.23/1014.38	c      1014          53617          33         1                -           0.0000          -
1016.31/1019.45	c      1019          53907          34         1                -           0.0000          -
1021.40/1024.55	c      1025          54169          29         1                -           0.0000          -
1026.68/1029.82	c      1030          54407          34         1                -           0.0000          -
1031.87/1035.02	c      1035          54738          29         1                -           0.0000          -
1036.97/1040.17	c      1040          55038          40         1                -           0.0000          -
1042.05/1045.29	c      1045          55379          46         1                -           0.0000          -
1047.33/1050.56	c      1051          55741          47         1                -           0.0000          -
1052.42/1055.68	c      1056          56075          53         1                -           0.0000          -
1057.60/1060.82	c      1061          56422          42         1                -           0.0000          -
1062.69/1065.90	c      1066          56799          45         1                -           0.0000          -
1067.79/1071.02	c      1071          57155          52         1                -           0.0000          -
1072.87/1076.17	c      1076          57467          43         1                -           0.0000          -
1077.95/1081.26	c      1081          57848          54         1                -           0.0000          -
1083.04/1086.32	c      1086          58233          58         1                -           0.0000          -
1088.13/1091.45	c      1091          58609          51         1                -           0.0000          -
1093.31/1096.61	c      1097          58938          51         1                -           0.0000          -
1098.40/1101.73	c      1102          59279          47         1                -           0.0000          -
1103.59/1106.94	c      1107          59638          25         1                -           0.0000          -
1109.07/1112.45	c      1112          59973          27         1                -           0.0000          -
1114.26/1117.69	c      1118          60272          21         1                -           0.0000          -
1119.35/1122.78	c      1123          60599          28         1                -           0.0000          -
1124.64/1128.04	c      1128          60875          19         1                -           0.0000          -
1130.02/1133.42	c      1133          61185          31         1                -           0.0000          -
1135.21/1138.62	c      1139          61498          36         1                -           0.0000          -
1140.19/1143.69	c      1144          61777          52         1                -           0.0000          -
1145.28/1148.76	c      1149          62099          23         1                -           0.0000          -
1151.16/1154.60	c      1155          62415          34         1                -           0.0000          -
1156.25/1159.76	c      1160          62754          31         1                -           0.0000          -
1161.44/1164.90	c      1165          63099          29         1                -           0.0000          -
1166.63/1170.17	c      1170          63428          22         1                -           0.0000          -
1171.91/1175.49	c      1176          63716          29         1                -           0.0000          -
1177.19/1180.75	c      1181          63934          29         1                -           0.0000          -
1182.28/1185.82	c      1186          64233          28         1                -           0.0000          -
1187.37/1190.92	c      1191          64471          22         1                -           0.0000          -
1192.47/1196.04	c      1196          64718          15         1                -           0.0000          -
1197.75/1201.39	c      1201          64960          13         1                -           0.0000          -
1202.93/1206.50	c      1206          65292          13         1                -           0.0000          -
1208.12/1211.74	c      1212          65589           9         1                -           0.0000          -
1213.20/1216.87	c      1217          65968          16         1                -           0.0000          -
1218.29/1221.96	c      1222          66306          12         1                -           0.0000          -
1223.87/1227.59	c      1228          66617          19         1                -           0.0000          -
1228.97/1232.68	c      1233          66981          17         1                -           0.0000          -
1234.15/1237.88	c      1238          67301          17         1                -           0.0000          -
1239.44/1243.11	c      1243          67669          11         1                -           0.0000          -
1244.53/1248.23	c      1248          68035          14         1                -           0.0000          -
1249.71/1253.43	c      1253          68373          32         1                -           0.0000          -
1254.70/1258.49	c      1258          68717          24         1                -           0.0000          -
1259.88/1263.65	c      1264          69094          17         1                -           0.0000          -
1264.97/1268.70	c      1269          69416          13         1                -           0.0000          -
1270.15/1273.91	c      1274          69744           8         1                -           0.0000          -
1283.23/1287.00	c      1287          70027          20         1                -           0.0000          -
1288.51/1292.31	c      1292          70370          11         1                -           0.0000          -
1293.50/1297.37	c      1297          70703          15         1                -           0.0000          -
1298.68/1302.50	c      1303          71048          11         1                -           0.0000          -
1303.97/1307.83	c      1308          71409          16         1                -           0.0000          -
1309.06/1312.91	c      1313          71802           9         1                -           0.0000          -
1314.44/1318.37	c      1318          72168          11         1                -           0.0000          -
1319.53/1323.43	c      1323          72547           9         1                -           0.0000          -
1324.61/1328.56	c      1329          72957          13         1                -           0.0000          -
1329.80/1333.78	c      1334          73256          31         1                -           0.0000          -
1334.89/1338.84	c      1339          73620          33         1                -           0.0000          -
1340.08/1344.06	c      1344          74045          28         1                -           0.0000          -
1345.16/1349.11	c      1349          74436          21         1                -           0.0000          -
1350.16/1354.19	c      1354          74812          21         1                -           0.0000          -
1355.34/1359.35	c      1359          75100          17         1                -           0.0000          -
1360.42/1364.40	c      1364          75410           7         1                -           0.0000          -
1365.61/1369.61	c      1370          75743          13         1                -           0.0000          -
1370.70/1374.79	c      1375          76105          13         1                -           0.0000          -
1375.99/1380.02	c      1380          76462           1         1                -           0.0000          -
1380.98/1385.10	c      1385          76749          26         1                -           0.0000          -
1386.46/1390.59	c      1391          77103          27         1                -           0.0000          -
1391.54/1395.67	c      1396          77447          24         1                -           0.0000          -
1396.73/1400.86	c      1401          77720           4         1                -           0.0000          -
1401.92/1406.03	c      1406          78067           2         1                -           0.0000          -
1402.42/1406.56	c      1407          78109           0         0                -           0.0000          -
1402.52/1406.62	c      1407          78109           0         0                -           0.0000          -
1402.52/1406.62	c SCIP Status        : c problem is solved [infeasible]
1402.52/1406.62	c Total Time         : 1406.6300
1402.52/1406.62	c   solving          : 1406.6300
1402.52/1406.62	c   presolving       : 0.3711 (included in solving)
1402.52/1406.62	c B&B Tree           :
1402.52/1406.62	c   nodes (total)    : 78109
1402.52/1406.62	c Solution           :
1402.52/1406.62	c   Solutions found  : 0
1402.52/1406.62	c   Primal Bound     :          -
1402.52/1406.62	c   Dual Bound       :          -
1402.52/1406.62	c Gap                :          -
1402.52/1406.66	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61446 MiB free)
  memory of node 1: 64473 MiB (63391 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=33519, runsolver pid=33516
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 4.05 4.09 4.09 5/266 33520
/proc/meminfo: memFree=127779272/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=77260 memory=65336 CPUtime=0.09 cores=5,7
/proc/33519/stat : 33519 (fscip) R 33516 33519 28847 0 -1 4194304 14044 0 0 0 8 1 0 0 20 0 1 0 5181350 79114240 16334 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 19315 16334 2598 3035 0 15711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 77260 KiB
Current children cumulated memory: 65336 KiB

[startup+0.205819 s]*
/proc/loadavg: 4.05 4.09 4.09 5/266 33520
/proc/meminfo: memFree=127763508/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=87080 memory=75780 CPUtime=0.2 cores=5,7
/proc/33519/stat : 33519 (fscip) R 33516 33519 28847 0 -1 4194304 22384 0 0 0 17 3 0 0 20 0 1 0 5181350 89169920 18945 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 21770 18945 2694 3035 0 18166 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 87080 KiB
Current children cumulated memory: 75780 KiB

[startup+0.305865 s]*
/proc/loadavg: 4.05 4.09 4.09 5/266 33520
/proc/meminfo: memFree=127764732/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=90956 memory=78900 CPUtime=0.3 cores=5,7
/proc/33519/stat : 33519 (fscip) R 33516 33519 28847 0 -1 4194304 25152 0 0 0 27 3 0 0 20 0 1 0 5181350 93138944 19725 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 22739 19725 2710 3035 0 19135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 90956 KiB
Current children cumulated memory: 78900 KiB

[startup+0.701061 s]
/proc/loadavg: 4.05 4.09 4.09 5/268 33522
/proc/meminfo: memFree=127677472/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=325644 memory=207216 CPUtime=0.68 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 56208 0 0 0 61 7 0 0 20 0 3 0 5181350 333459456 51804 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 81411 51804 2790 3035 0 61676 0
[pid=33519/tid=33521] ppid=33516 vsize=325644 memory=1896 CPUtime=0.21 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 16048 0 0 0 20 1 0 0 20 0 3 0 5181395 333459456 51804 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=325644 memory=257 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5181401 333459456 51804 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 325644 KiB
Current children cumulated memory: 207216 KiB

[startup+1.50021 s]
/proc/loadavg: 4.05 4.09 4.09 5/268 33522
/proc/meminfo: memFree=127616908/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=325788 memory=230280 CPUtime=1.48 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 63633 0 0 0 140 8 0 0 20 0 3 0 5181350 333606912 57570 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 81447 57570 2934 3035 0 67447 0
[pid=33519/tid=33521] ppid=33516 vsize=325788 memory=257 CPUtime=1 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 23473 0 0 0 98 2 0 0 20 0 3 0 5181395 333606912 57570 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=325788 memory=0 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5181401 333606912 57570 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 325788 KiB
Current children cumulated memory: 230280 KiB

[startup+3.10568 s]
/proc/loadavg: 4.05 4.09 4.09 5/268 33524
/proc/meminfo: memFree=127607956/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=325788 memory=230728 CPUtime=3.07 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 69064 0 0 0 299 8 0 0 20 0 3 0 5181350 333606912 57682 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 81447 57682 2934 3035 0 67526 0
[pid=33519/tid=33521] ppid=33516 vsize=325788 memory=0 CPUtime=2.6 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 28897 0 0 0 258 2 0 0 20 0 3 0 5181395 333606912 57682 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=325788 memory=0 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 5181401 333606912 57682 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 325788 KiB
Current children cumulated memory: 230728 KiB

[startup+6.30018 s]
/proc/loadavg: 4.05 4.09 4.09 5/268 33524
/proc/meminfo: memFree=127586220/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=334048 memory=250284 CPUtime=6.26 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 108582 0 0 0 615 11 0 0 20 0 3 0 5181350 342065152 62571 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 83512 62571 2950 3035 0 74561 0
[pid=33519/tid=33521] ppid=33516 vsize=334048 memory=240004 CPUtime=5.79 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 68412 0 0 0 574 5 0 0 20 0 3 0 5181395 342065152 62571 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=334048 memory=230280 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 5181401 342065152 62571 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 334048 KiB
Current children cumulated memory: 250284 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.09 4.09 5/268 33527
/proc/meminfo: memFree=127576632/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=334720 memory=260108 CPUtime=12.65 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 128398 0 0 0 1253 12 0 0 20 0 3 0 5181350 342753280 65027 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 83680 65027 2998 3035 0 79925 0
[pid=33519/tid=33521] ppid=33516 vsize=334720 memory=250272 CPUtime=12.18 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 88186 0 0 0 1212 6 0 0 20 0 3 0 5181395 342753280 65027 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=334720 memory=11400 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 5181401 342753280 65027 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 334720 KiB
Current children cumulated memory: 260108 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 33528
/proc/meminfo: memFree=127518636/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=401324 memory=307480 CPUtime=25.42 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 184837 0 0 0 2525 17 0 0 20 0 3 0 5181350 410955776 76870 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 100331 76870 2998 3035 0 91810 0
[pid=33519/tid=33521] ppid=33516 vsize=401324 memory=13176 CPUtime=24.94 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 144572 0 0 0 2483 11 0 0 20 0 3 0 5181395 410955776 76870 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=401324 memory=11400 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5181401 410955776 76870 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 401324 KiB
Current children cumulated memory: 307480 KiB

[startup+51.106 s]
/proc/loadavg: 4.14 4.11 4.09 5/268 33531
/proc/meminfo: memFree=127492372/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=466860 memory=307756 CPUtime=50.94 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 232063 0 0 0 5073 21 0 0 20 0 3 0 5181350 478064640 76939 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 116715 76939 2998 3035 0 98656 0
[pid=33519/tid=33521] ppid=33516 vsize=466860 memory=307696 CPUtime=50.47 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 191724 0 0 0 5032 15 0 0 20 0 3 0 5181395 478064640 76939 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=466860 memory=307684 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 5181401 478064640 76939 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 466860 KiB
Current children cumulated memory: 307756 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 33542
/proc/meminfo: memFree=127410876/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=524276 memory=348376 CPUtime=101.96 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 299304 0 0 0 10168 28 0 0 20 0 3 0 5181350 536858624 87094 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 131069 87094 2998 3035 0 124751 0
[pid=33519/tid=33521] ppid=33516 vsize=524276 memory=-7307490086970548351 CPUtime=101.48 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 258910 0 0 0 10126 22 0 0 20 0 3 0 5181395 536858624 87094 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=524276 memory=345436 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 3 0 5181401 536858624 87094 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 524276 KiB
Current children cumulated memory: 348376 KiB

[startup+162.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/268 33552
/proc/meminfo: memFree=127321956/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=589812 memory=375744 CPUtime=161.76 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 347881 0 0 0 16142 34 0 0 20 0 3 0 5181350 603967488 93936 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 147453 93936 2998 3035 0 135138 0
[pid=33519/tid=33521] ppid=33516 vsize=589812 memory=361012 CPUtime=161.28 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 307432 0 0 0 16100 28 0 0 20 0 3 0 5181395 603967488 93936 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=589812 memory=11400 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 3 0 5181401 603967488 93936 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 589812 KiB
Current children cumulated memory: 375744 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/266 33563
/proc/meminfo: memFree=127283056/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=589812 memory=402716 CPUtime=221.56 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 383401 0 0 0 22115 41 0 0 20 0 3 0 5181350 603967488 100679 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 147453 100679 2998 3035 0 143332 0
[pid=33519/tid=33521] ppid=33516 vsize=589812 memory=388292 CPUtime=221.07 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 342913 0 0 0 22073 34 0 0 20 0 3 0 5181395 603967488 100679 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=589812 memory=387404 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 3 0 5181401 603967488 100679 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0

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

/proc/33519/statm: 235154 210818 2998 3035 0 224104 0
[pid=33519/tid=33521] ppid=33516 vsize=940616 memory=13176 CPUtime=1178.24 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 628822 0 0 0 117737 87 0 0 20 0 3 0 5181395 963190784 210818 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=940616 memory=843272 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 106 0 0 0 0 0 0 0 20 0 3 0 5181401 963190784 210818 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1178.79 s
Current children cumulated vsize: 940616 KiB
Current children cumulated memory: 843272 KiB

[startup+1242.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/266 33808
/proc/meminfo: memFree=126935556/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=940616 memory=843608 CPUtime=1238.64 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 677902 0 0 0 123766 98 0 0 20 0 3 0 5181350 963190784 210902 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 235154 210902 2998 3035 0 224104 0
[pid=33519/tid=33521] ppid=33516 vsize=940616 memory=843272 CPUtime=1238.08 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 637210 0 0 0 123719 89 0 0 20 0 3 0 5181395 963190784 210902 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=940616 memory=11400 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 108 0 0 0 0 0 0 0 20 0 3 0 5181401 963190784 210902 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1238.64 s
Current children cumulated vsize: 940616 KiB
Current children cumulated memory: 843608 KiB

[startup+1302.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/266 33819
/proc/meminfo: memFree=126931960/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=940616 memory=843828 CPUtime=1298.48 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 683492 0 0 0 129748 100 0 0 20 0 3 0 5181350 963190784 210957 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 235154 210957 2998 3035 0 225286 0
[pid=33519/tid=33521] ppid=33516 vsize=940616 memory=11400 CPUtime=1297.93 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 642789 0 0 0 129702 91 0 0 20 0 3 0 5181395 963190784 210957 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=940616 memory=11400 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 110 0 0 0 0 0 0 0 20 0 3 0 5181401 963190784 210957 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1298.48 s
Current children cumulated vsize: 940616 KiB
Current children cumulated memory: 843828 KiB

[startup+1362.3 s]
/proc/loadavg: 4.21 4.17 4.12 5/267 33830
/proc/meminfo: memFree=126922764/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=940616 memory=843840 CPUtime=1358.33 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 686122 0 0 0 135730 103 0 0 20 0 3 0 5181350 963190784 210960 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 235154 210960 2998 3035 0 226575 0
[pid=33519/tid=33521] ppid=33516 vsize=940616 memory=11400 CPUtime=1357.77 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 645408 0 0 0 135684 93 0 0 20 0 3 0 5181395 963190784 210960 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=940616 memory=12696 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 112 0 0 0 0 0 0 0 20 0 3 0 5181401 963190784 210960 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1358.33 s
Current children cumulated vsize: 940616 KiB
Current children cumulated memory: 843840 KiB

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

# cumulated CPU time of all completed processes:  user=1401.52 s, system=1.07465 s

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

[startup+1382.4 s]
/proc/loadavg: 4.15 4.16 4.12 5/267 33834
/proc/meminfo: memFree=126921912/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=940616 memory=843860 CPUtime=1378.38 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 689389 0 0 0 137734 104 0 0 20 0 3 0 5181350 963190784 210965 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 235154 210965 2998 3035 0 230008 0
[pid=33519/tid=33521] ppid=33516 vsize=940616 memory=843828 CPUtime=1377.81 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 648671 0 0 0 137687 94 0 0 20 0 3 0 5181395 963190784 210965 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=940616 memory=7294550016945392238 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 963190784 210965 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1378.38 s
Current children cumulated vsize: 940616 KiB
Current children cumulated memory: 843860 KiB

[startup+1395.2 s]
/proc/loadavg: 4.12 4.15 4.11 5/267 33836
/proc/meminfo: memFree=126919672/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=940616 memory=843876 CPUtime=1391.14 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 690472 0 0 0 139010 104 0 0 20 0 3 0 5181350 963190784 210969 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 235154 210969 2998 3035 0 230440 0
[pid=33519/tid=33521] ppid=33516 vsize=940616 memory=13176 CPUtime=1390.58 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 649750 0 0 0 138964 94 0 0 20 0 3 0 5181395 963190784 210969 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=940616 memory=11400 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 963190784 210969 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1391.14 s
Current children cumulated vsize: 940616 KiB
Current children cumulated memory: 843876 KiB

[startup+1401.6 s]
/proc/loadavg: 4.19 4.16 4.12 5/267 33836
/proc/meminfo: memFree=126919672/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=1006152 memory=843888 CPUtime=1397.53 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 690709 0 0 0 139649 104 0 0 20 0 3 0 5181350 1030299648 210972 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 251538 210972 2998 3035 0 231308 0
[pid=33519/tid=33521] ppid=33516 vsize=1006152 memory=1896 CPUtime=1396.96 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 649984 0 0 0 139602 94 0 0 20 0 3 0 5181395 1030299648 210972 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=1006152 memory=843876 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 1030299648 210972 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1397.53 s
Current children cumulated vsize: 1006152 KiB
Current children cumulated memory: 843888 KiB

[startup+1404.8 s]
/proc/loadavg: 4.17 4.16 4.12 5/267 33837
/proc/meminfo: memFree=126890160/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=1006152 memory=873044 CPUtime=1400.72 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 698863 0 0 0 139966 106 0 0 20 0 3 0 5181350 1030299648 218261 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 251538 218261 2998 3035 0 239332 0
[pid=33519/tid=33521] ppid=33516 vsize=1006152 memory=11400 CPUtime=1400.16 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 658138 0 0 0 139920 96 0 0 20 0 3 0 5181395 1030299648 218261 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=1006152 memory=843888 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 1030299648 218261 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1400.72 s
Current children cumulated vsize: 1006152 KiB
Current children cumulated memory: 873044 KiB

[startup+1405.6 s]
/proc/loadavg: 4.17 4.16 4.12 5/267 33837
/proc/meminfo: memFree=126890160/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=1006152 memory=873044 CPUtime=1401.52 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 698863 0 0 0 140046 106 0 0 20 0 3 0 5181350 1030299648 218261 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 251538 218261 2998 3035 0 239332 0
[pid=33519/tid=33521] ppid=33516 vsize=1006152 memory=11400 CPUtime=1400.95 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 658138 0 0 0 139999 96 0 0 20 0 3 0 5181395 1030299648 218261 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=1006152 memory=4860 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 1030299648 218261 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1401.52 s
Current children cumulated vsize: 1006152 KiB
Current children cumulated memory: 873044 KiB

[startup+1406.4 s]
/proc/loadavg: 4.17 4.16 4.12 5/267 33837
/proc/meminfo: memFree=126890180/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=1006152 memory=873168 CPUtime=1402.32 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 698871 0 0 0 140126 106 0 0 20 0 3 0 5181350 1030299648 218292 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 251538 218292 2998 3035 0 239332 0
[pid=33519/tid=33521] ppid=33516 vsize=1006152 memory=-7307490086970548351 CPUtime=1401.75 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 658146 0 0 0 140079 96 0 0 20 0 3 0 5181395 1030299648 218292 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=1006152 memory=12696 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 1030299648 218292 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1402.32 s
Current children cumulated vsize: 1006152 KiB
Current children cumulated memory: 873168 KiB

[startup+1406.6 s]
/proc/loadavg: 4.17 4.16 4.12 5/267 33837
/proc/meminfo: memFree=126890180/131524600 swapFree=131071216/131071996
[pid=33519] ppid=33516 vsize=1006152 memory=873168 CPUtime=1402.52 cores=5,7
/proc/33519/stat : 33519 (fscip) S 33516 33519 28847 0 -1 1077936128 699234 0 0 0 140146 106 0 0 20 0 3 0 5181350 1030299648 218292 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
/proc/33519/statm: 251538 218292 2998 3035 0 239332 0
[pid=33519/tid=33521] ppid=33516 vsize=1006152 memory=5472 CPUtime=1401.95 cores=5,7
/proc/33519/task/33521/stat : 33521 (fscip) R 33516 33519 28847 0 -1 4194368 658509 0 0 0 140099 96 0 0 20 0 3 0 5181395 1030299648 218292 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
[pid=33519/tid=33522] ppid=33516 vsize=1006152 memory=1940 CPUtime=0 cores=5,7
/proc/33519/task/33522/stat : 33522 (fscip) S 33516 33519 28847 0 -1 1077936192 114 0 0 0 0 0 0 0 20 0 3 0 5181401 1030299648 218292 134679101440 4194304 16623229 140736849696864 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 47955968 140736849703958 140736849704074 140736849704074 140736849711088 0
Current children cumulated CPU time: 1402.52 s
Current children cumulated vsize: 1006152 KiB
Current children cumulated memory: 873168 KiB

Child status: 0

Real time (s): 1406.67
CPU time (s): 1402.59
CPU user time (s): 1401.52
CPU system time (s): 1.07465
CPU usage (%): 99.7103
Max. virtual memory (cumulated for all children) (KiB): 1006152
Max. memory (cumulated for all children) (KiB): 873168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1401.52
system time used= 1.07465
maximum resident set size= 873168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 702987
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= 3974
involuntary context switches= 1022


# summary of solver processes directly reported to runsolver:
#   pid: 33519
#   total CPU time (s): 1402.59
#   total CPU user time (s): 1401.52
#   total CPU system time (s): 1.07465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.96748 second user time and 6.72829 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-31 02:30:43
IDJOB=4464574
IDBENCH=160421
IDSOLVER=3092
FILE ID=nodeC017/4464574-1722385843
RUNJOBID= nodeC017-1722378594-28860
SLURM_JOB_ID= 8249830
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l100-r099-n1.cnf-plain.pb.metafix.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-4464574-1722385843/watcher-4464574-1722385843 -o /tmp/evaluation-result-4464574-1722385843/solver-4464574-1722385843 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1722378594-28860 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464574-1722385843.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 432ceff95840c24def17352d86ee9883
RANDOM SEED=1390683433

nodeC017.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	: 0xb00002a
cpu MHz		: 3672.296
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3676.286
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.114
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3631.216
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.308
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.471
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.084
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3677.577
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127834212 kB
MemAvailable:   129194308 kB
Buffers:          101404 kB
Cached:          2091024 kB
SwapCached:           52 kB
Active:           271400 kB
Inactive:        2939772 kB
Active(anon):       1488 kB
Inactive(anon):  1038412 kB
Active(file):     269912 kB
Inactive(file):  1901360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             57672 kB
Writeback:             0 kB
AnonPages:       1018808 kB
Mapped:           124244 kB
Shmem:             21136 kB
KReclaimable:      57296 kB
Slab:             138396 kB
SReclaimable:      57296 kB
SUnreclaim:        81100 kB
KernelStack:        4232 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1049788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9184 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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:      185044 kB
DirectMap2M:     5879808 kB
DirectMap1G:    130023424 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC017 at 2024-07-31 02:54:10