Trace number 4426772

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-02OPTIMUM 845.302 848.32

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
MD5SUMdddb0d744d834e2d5f9db141b6c49ab7
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark28.0548
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints899
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.00/0.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 31256576, getVmSize() = 31256576, SCIPgetMemUsed() = 6439048, SCIPgetMemTotal() = 9368616, SCIPgetMemExternEstim() = 4556277
0.00/0.03	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.60/0.64	c ** Estimated virtualMemUsedAtSolver = 24521386, getVmSize() = 42307584, SCIPgetMemUsed() = 10102283, SCIPgetMemTotal() = 18844387, SCIPgetMemExternEstim() = 4556277
0.60/0.64	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.60/0.64	c Original Problem   :
0.60/0.64	c   Problem name     : instance-4426772-1720905618
0.60/0.64	c   Variables        : 1130 (1130 binary, 0 integer, 0 implicit integer, 0 continuous)
0.60/0.64	c   Constraints      : 3607
0.60/0.64	c   Objective sense  : minimize
0.60/0.64	c Presolved Problem  :
0.60/0.64	c   Variables        : 1137 (1126 binary, 0 integer, 11 implicit integer, 0 continuous)
0.60/0.64	c   Constraints      : 2596
0.60/0.64	c Constraints        : Number
0.60/0.64	c   knapsack         : 1 
0.60/0.64	c   setppc           : 51 
0.60/0.64	c   linear           : 895 
0.60/0.64	c   logicor          : 1629 
0.60/0.64	c   indicator        : 20 
0.60/0.64	c ** Instance transfer method used: 0
0.60/0.66	c ** ParaScipInstance copy does not increase the number of variables. **
0.60/0.67	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.60/0.67	c                                Nodes    Active                                            
0.60/0.67	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.69/0.77	c *       1              0           1         1         502.0000                -          -
0.69/0.78	c *       1              0           1         1         301.0000                -          -
4.47/4.54	c *       5              5           6         1         297.0000           0.0000          -
4.98/5.10	c *       5              5           6         1         244.0000           0.0000          -
4.98/5.10	c         5              5           6         1         244.0000           0.0000          -
5.46/5.52	c *       6             19           8         1         204.0000           0.0000          -
7.45/7.58	c *       8             55          30         1         200.0000           0.0000          -
7.55/7.61	c *       8             55          30         1         177.0000           0.0000          -
9.96/10.06	c *      10            101          51         1         157.0000           0.0000          -
10.25/10.33	c *      10            101          51         1         151.0000           0.0000          -
10.25/10.33	c        10            101          51         1         151.0000           0.0000          -
11.54/11.62	c *      12            119          57         1         128.0000           0.0000          -
11.54/11.62	c *      12            119          57         1         127.0000           0.0000          -
12.54/12.67	c *      13            145          65         1         124.0000           0.0000          -
12.54/12.68	c *      13            145          65         1         121.0000           0.0000          -
12.96/13.02	c *      13            174          80         1          69.0000           0.0000          -
12.96/13.10	c *      13            174          80         1          58.0000           0.0000          -
15.83/15.92	c        16            301         103         1          58.0000           0.0000          -
21.03/21.19	c        21           1091         299         1          58.0000           0.0000          -
26.90/27.03	c        27           1745         586         1          58.0000           0.0000          -
32.48/32.61	c        33           2292         233         1          58.0000           0.0000          -
37.55/37.70	c        38           3085         511         1          58.0000           0.0000          -
42.64/42.82	c        43           4222         921         1          58.0000           0.0000          -
43.04/43.23	c *      43           4222         921         1          19.0000           0.0000          -
48.13/48.38	c        48           5625         593         1          19.0000           0.0000          -
53.30/53.53	c        54           7100         728         1          19.0000           0.0000          -
58.49/58.76	c        59           9164         870         1          19.0000           0.0000          -
63.97/64.22	c        64          10847         959         1          19.0000           0.0000          -
68.95/69.29	c        69          12890        1020         1          19.0000           0.0000          -
74.33/74.67	c        75          14603        1187         1          19.0000           0.0000          -
79.51/79.85	c        80          16156        1317         1          19.0000           0.0000          -
84.59/84.95	c        85          18422        1410         1          19.0000           0.0000          -
89.79/90.15	c        90          20922        1540         1          19.0000           0.0000          -
95.07/95.42	c        95          22444        1653         1          19.0000           0.0000          -
100.04/100.47	c       100          23833        1734         1          19.0000           0.0000          -
105.33/105.73	c       106          24941        1804         1          19.0000           0.0000          -
110.51/110.92	c       111          26559        2139         1          19.0000           0.0000          -
115.60/116.08	c       116          27527        2248         1          19.0000           0.0000          -
121.58/122.09	c       122          28956        2421         1          19.0000           0.0000          -
126.66/127.13	c       127          30383        2619         1          19.0000           0.0000          -
131.74/132.23	c       132          32137        2868         1          19.0000           0.0000          -
136.81/137.30	c       137          34168        3066         1          19.0000           0.0000          -
141.80/142.35	c       142          36316        3260         1          19.0000           0.0000          -
146.89/147.40	c       147          38189        3496         1          19.0000           0.0000          -
152.06/152.67	c       153          39382        3719         1          19.0000           0.0000          -
157.15/157.77	c       158          40809        3925         1          19.0000           0.0000          -
162.62/163.24	c       163          41856        4109         1          19.0000           0.0000          -
167.91/168.50	c       169          42616        4236         1          19.0000           0.0000          -
173.00/173.62	c       174          44032        4343         1          19.0000           0.0000          -
178.17/178.81	c       179          45397        4594         1          19.0000           0.0000          -
183.47/184.12	c       184          47406        4897         1          19.0000           0.0000          -
188.45/189.18	c       189          49739        5276         1          19.0000           0.0000          -
193.51/194.23	c       194          51344        5588         1          19.0000           0.0000          -
198.60/199.34	c       199          53422        6007         1          19.0000           0.0000          -
204.29/205.10	c       205          54572        6326         1          19.0000           0.0000          -
209.38/210.15	c       210          56160        6713         1          19.0000           0.0000          -
214.54/215.30	c       215          57925        7058         1          19.0000           0.0000          -
219.53/220.39	c       220          58485        7133         1          19.0000           0.0000          -
224.70/225.51	c       226          60200        7519         1          19.0000           0.0000          -
229.89/230.76	c       231          62187        7849         1          19.0000           0.0000          -
234.97/235.85	c       236          63611        8087         1          19.0000           0.0000          -
240.26/241.12	c       241          64919        8381         1          19.0000           0.0000          -
245.34/246.29	c       246          65932        8579         1          19.0000           0.0000          -
250.51/251.46	c       251          67330        8878         1          19.0000           0.0000          -
255.80/256.76	c       257          68777        9128         1          19.0000           0.0000          -
261.10/262.02	c       262          70035        9416         1          19.0000           0.0000          -
266.26/267.28	c       267          71255        9644         1          19.0000           0.0000          -
271.45/272.46	c       272          72466        9818         1          19.0000           0.0000          -
276.53/277.56	c       278          73585        9981         1          19.0000           0.0000          -
281.71/282.75	c       283          74395       10139         1          19.0000           0.0000          -
287.10/288.14	c       288          75387       10303         1          19.0000           0.0000          -
292.28/293.33	c       293          76440       10477         1          19.0000           0.0000          -
297.36/298.47	c       298          77540       10693         1          19.0000           0.0000          -
302.64/303.73	c       304          78649       10830         1          19.0000           0.0000          -
307.72/308.80	c       309          79872       11056         1          19.0000           0.0000          -
312.92/314.10	c       314          80499       11162         1          19.0000           0.0000          -
318.18/319.39	c       319          81218       11269         1          19.0000           0.0000          -
323.46/324.66	c       325          82091       11420         1          19.0000           0.0000          -
328.75/329.98	c       330          83010       11557         1          19.0000           0.0000          -
334.13/335.34	c       335          83974       11734         1          19.0000           0.0000          -
339.62/340.81	c       341          85282       11939         1          19.0000           0.0000          -
344.70/345.97	c       346          86994       12257         1          19.0000           0.0000          -
349.79/351.09	c       351          88491       12474         1          19.0000           0.0000          -
355.35/356.65	c       357          90153       12716         1          19.0000           0.0000          -
360.54/361.80	c       362          91719       12940         1          19.0000           0.0000          -
365.53/366.85	c       367          93798       13281         1          19.0000           0.0000          -
370.60/371.90	c       372          96052       13746         1          19.0000           0.0000          -
375.80/377.13	c       377          97942       14054         1          19.0000           0.0000          -
380.87/382.26	c       382          98844       14300         1          19.0000           0.0000          -
386.15/387.53	c       388          99695       14447         1          19.0000           0.0000          -
391.23/392.64	c       393         101236       14740         1          19.0000           0.0000          -
396.41/397.81	c       398         102775       15051         1          19.0000           0.0000          -
401.50/402.93	c       403         104106       15217         1          19.0000           0.0000          -
406.48/407.98	c       408         105546       15569         1          19.0000           0.0000          -
411.96/413.46	c       413         105780       15639         1          19.0000           0.0000          -
417.05/418.53	c       419         107426       15923         1          19.0000           0.0000          -
422.33/423.82	c       424         109186       16283         1          19.0000           0.0000          -
427.52/429.05	c       429         111028       16709         1          19.0000           0.0000          -
432.69/434.21	c       434         112375       16962         1          19.0000           0.0000          -
437.77/439.34	c       439         113691       17241         1          19.0000           0.0000          -
442.85/444.48	c       444         115550       17571         1          19.0000           0.0000          -
448.13/449.70	c       450         116807       17806         1          19.0000           0.0000          -
453.12/454.77	c       455         118388       18067         1          19.0000           0.0000          -
458.31/459.98	c       460         119684       18273         1          19.0000           0.0000          -
463.59/465.27	c       465         120431       18435         1          19.0000           0.0000          -
468.67/470.39	c       470         121092       18604         1          19.0000           0.0000          -
474.05/475.73	c       476         121969       18834         1          19.0000           0.0000          -
479.34/481.02	c       481         122589       18987         1          19.0000           0.0000          -
484.72/486.40	c       486         123365       19190         1          19.0000           0.0000          -
489.89/491.61	c       492         124137       19322         1          19.0000           0.0000          -
494.98/496.70	c       497         125470       19540         1          19.0000           0.0000          -
500.16/502.01	c       502         126804       19737         1          19.0000           0.0000          -
505.26/507.05	c       507         128538       20019         1          19.0000           0.0000          -
510.62/512.49	c       512         129787       20183         1          19.0000           0.0000          -
515.81/517.68	c       518         130819       20316         1          19.0000           0.0000          -
520.89/522.78	c       523         131673       20395         1          19.0000           0.0000          -
526.18/528.06	c       528         132892       20496         1          19.0000           0.0000          -
531.27/533.11	c       533         134248       20782         1          19.0000           0.0000          -
536.44/538.36	c       538         135889       20999         1          19.0000           0.0000          -
541.52/543.43	c       543         137281       21196         1          19.0000           0.0000          -
546.69/548.61	c       549         138672       21391         1          19.0000           0.0000          -
552.19/554.11	c       554         139963       21551         1          19.0000           0.0000          -
557.35/559.35	c       559         141250       21715         1          19.0000           0.0741          -
562.34/564.35	c       564         142570       21842         1          19.0000           0.1585          -
567.72/569.77	c       570         144110       21929         1          19.0000           0.2692          -
572.80/574.89	c       575         145320       21974         1          19.0000           0.3333          -
577.88/579.90	c       580         146780       22000         1          19.0000           0.4062          -
583.26/585.38	c       585         148506       22027         1          19.0000           0.5000          -
588.45/590.50	c       591         149790       22043         1          19.0000           0.5633          -
593.54/595.69	c       596         150890       22046         1          19.0000           0.6624          -
598.71/600.80	c       601         152040       22023         1          19.0000           0.7169          -
603.70/605.84	c       606         153530       22017         1          19.0000           0.8222          -
608.68/610.85	c       611         154980       21952         1          19.0000           0.9375          -
613.66/615.88	c       616         156500       21847         1          19.0000           1.0800          -
618.74/620.96	c       621         157720       21778         1          19.0000           1.1515          -
623.83/626.06	c       626         159050       21665         1          19.0000           1.2188          -
628.82/631.08	c       631         160430       21532         1          19.0000           1.3000          -
634.58/636.82	c       637         161810       21426         1          19.0000           1.3684          -
639.67/641.90	c       642         163162       21340         1          19.0000           1.4444          -
644.65/646.98	c       647         164470       21187         1          19.0000           1.5100          -
649.74/652.06	c       652         165960       20991         1          19.0000           1.6000          -
654.83/657.16	c       657         167100       20863         1          19.0000           1.6500          -
659.20/661.50	c *     662         168410       20698         1          18.0000           1.7351          -
659.20/661.53	c *     662         168410       20698         1          16.0000           1.7351          -
660.00/662.39	c       662         168729       18215         1          16.0000           1.7500          -
665.19/667.54	c       668         170340       17807         1          16.0000           1.9358          -
670.37/672.75	c       673         171810       17399         1          16.0000           2.0313          -
675.54/677.97	c       678         173180       17066         1          16.0000           2.1613          -
680.74/683.17	c       683         174580       16695         1          16.0000           2.2500          -
685.72/688.19	c       688         176200       16259         1          16.0000           2.4143          -
691.09/693.55	c       694         177880       15803         1          16.0000           2.5000          -
696.17/698.60	c       699         179560       15355         1          16.0000           2.6481          -
701.15/703.68	c       704         181320       14828         1          16.0000           2.7625    479.19%
706.22/708.75	c       709         183000       14344         1          16.0000           2.8889    453.85%
711.30/713.81	c       714         184710       13888         1          16.0000           3.0172    430.29%
716.28/718.87	c       719         186400       13443         1          16.0000           3.1778    403.50%
721.75/724.34	c       724         188303       12942         1          16.0000           3.2500    392.31%
726.83/729.46	c       729         189870       12592         1          16.0000           3.3000    384.85%
731.92/734.51	c       735         191259       12287         1          16.0000           3.4000    370.59%
737.41/740.10	c       740         192931       11898         1          16.0000           3.5000    357.14%
742.68/745.30	c       745         194470       11584         1          16.0000           3.6000    344.44%
747.66/750.30	c       750         196080       11171         1          16.0000           3.6912    333.46%
753.24/755.95	c       756         197976       10760         1          16.0000           3.7500    326.67%
758.34/761.01	c       761         199880       10340         1          16.0000           3.8375    316.94%
763.31/766.10	c       766         201600        9911         1          16.0000           3.9722    302.80%
768.39/771.11	c       771         203279        9437         1          16.0000           4.0625    293.85%
773.37/776.13	c       776         204760        9069         1          16.0000           4.1894    281.92%
778.35/781.18	c       781         206340        8689         1          16.0000           4.3200    270.37%
783.62/786.43	c       786         208140        8177         1          16.0000           4.3714    266.01%
788.60/791.46	c       791         209910        7689         1          16.0000           4.5333    252.94%
793.88/796.79	c       797         211560        7178         1          16.0000           4.6429    244.62%
798.96/801.83	c       802         213500        6606         1          16.0000           4.8333    231.03%
804.45/807.31	c       807         215550        5930         1          16.0000           5.0000    220.00%
809.43/812.37	c       812         217540        5291         1          16.0000           5.2778    203.16%
814.40/817.39	c       817         219340        4658         1          16.0000           5.5205    189.83%
819.49/822.40	c       822         220980        4114         1          16.0000           5.8390    174.02%
824.56/827.51	c       828         222890        3410         1          16.0000           6.1111    161.82%
829.75/832.75	c       833         224840        2615         1          16.0000           6.5000    146.15%
834.72/837.78	c       838         226670        1632         1          16.0000           7.2500    120.69%
840.12/843.19	c       843         227661         962         1          16.0000           8.0000    100.00%
845.18/848.20	c       848         228972          10         1          16.0000          12.0000     33.33%
845.18/848.22	c       848         228981           0         0          16.0000          16.0000      0.00%
845.18/848.26	c       848         228981           0         0          16.0000          16.0000          -
845.18/848.26	c SCIP Status        : c problem is solved
845.18/848.26	c Total Time         : 848.2600
845.18/848.26	c   solving          : 848.2600
845.18/848.26	c   presolving       : 0.6155 (included in solving)
845.18/848.26	c B&B Tree           :
845.18/848.26	c   nodes (total)    : 228981
845.18/848.26	c Solution           :
845.18/848.26	c   Solutions found  : 18
845.18/848.26	c   Primal Bound     : +1.60000000000000e+01
845.18/848.26	c   Dual Bound       : +1.60000000000000e+01
845.18/848.26	c Gap                : 0.00000 %
845.18/848.27	o 16
845.18/848.27	s OPTIMUM FOUND
845.18/848.27	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
845.18/848.27	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
845.18/848.27	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
845.18/848.27	v -x167 -x166 -x165 -x164 x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
845.18/848.27	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
845.18/848.27	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
845.18/848.27	v -x104 x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
845.18/848.27	v -x79 x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 
845.18/848.27	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
845.18/848.27	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
845.18/848.27	v -x1 

Verifier Data

OK	16

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: 64096 MiB (62052 MiB free)
  memory of node 1: 64473 MiB (62355 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426772-1720905618/watcher-4426772-1720905618 -o /tmp/evaluation-result-4426772-1720905618/solver-4426772-1720905618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720905497-717723 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426772-1720905618.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=718347, runsolver pid=718344
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 3.98 3.78 3.91 5/252 718348
/proc/meminfo: memFree=127377716/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=37044 memory=26464 CPUtime=0.1 cores=1,3
/proc/718347/stat : 718347 (fscip) R 718344 718347 715511 0 -1 4194304 4195 0 0 0 9 1 0 0 20 0 1 0 142717673 37933056 6616 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 9261 6616 2670 3032 0 5661 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 37044 KiB
Current children cumulated memory: 26464 KiB

[startup+0.213444 s]*
/proc/loadavg: 3.98 3.78 3.91 5/252 718348
/proc/meminfo: memFree=127377212/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=37580 memory=26728 CPUtime=0.22 cores=1,3
/proc/718347/stat : 718347 (fscip) R 718344 718347 715511 0 -1 4194304 4315 0 0 0 21 1 0 0 20 0 1 0 142717673 38481920 6682 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 9395 6682 2670 3032 0 5795 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 37580 KiB
Current children cumulated memory: 26728 KiB

[startup+0.31323 s]*
/proc/loadavg: 3.98 3.78 3.91 5/252 718348
/proc/meminfo: memFree=127376400/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=37580 memory=26728 CPUtime=0.32 cores=1,3
/proc/718347/stat : 718347 (fscip) R 718344 718347 715511 0 -1 4194304 4315 0 0 0 31 1 0 0 20 0 1 0 142717673 38481920 6682 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 9395 6682 2670 3032 0 5795 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 37580 KiB
Current children cumulated memory: 26728 KiB

[startup+0.700559 s]
/proc/loadavg: 3.98 3.78 3.91 5/252 718349
/proc/meminfo: memFree=127375816/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=127924 memory=41188 CPUtime=0.69 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 8481 0 0 0 67 2 0 0 20 0 3 0 142717673 130994176 10297 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 31981 10297 2718 3032 0 14218 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 127924 KiB
Current children cumulated memory: 41188 KiB

[startup+1.50041 s]
/proc/loadavg: 3.98 3.78 3.91 5/254 718351
/proc/meminfo: memFree=127353040/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=131028 memory=61768 CPUtime=1.48 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 13517 0 0 0 145 3 0 0 20 0 3 0 142717673 134172672 15442 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 32757 15442 2862 3032 0 19661 0
[pid=718347/tid=718350] ppid=718344 vsize=131028 memory=4140 CPUtime=0.82 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 7636 0 0 0 81 1 0 0 20 0 3 0 142717738 134172672 15442 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=131028 memory=2164 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 142717741 134172672 15442 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 131028 KiB
Current children cumulated memory: 61768 KiB

[startup+3.11297 s]
/proc/loadavg: 3.98 3.78 3.91 5/254 718351
/proc/meminfo: memFree=127312244/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=142328 memory=88716 CPUtime=3.08 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 25866 0 0 0 303 5 0 0 20 0 3 0 142717673 145743872 22179 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 35582 22179 2942 3032 0 27574 0
[pid=718347/tid=718350] ppid=718344 vsize=142328 memory=2164 CPUtime=2.42 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 19953 0 0 0 239 3 0 0 20 0 3 0 142717738 145743872 22179 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=142328 memory=108 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 142717741 145743872 22179 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 142328 KiB
Current children cumulated memory: 88716 KiB

[startup+6.3004 s]
/proc/loadavg: 3.98 3.78 3.91 5/254 718351
/proc/meminfo: memFree=127269592/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=207864 memory=126176 CPUtime=6.26 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 43918 0 0 0 619 7 0 0 20 0 3 0 142717673 212852736 31544 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 51966 31544 2990 3032 0 37013 0
[pid=718347/tid=718350] ppid=718344 vsize=207864 memory=0 CPUtime=5.6 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 37740 0 0 0 555 5 0 0 20 0 3 0 142717738 212852736 31544 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=207864 memory=2314990394540638808 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 142717741 212852736 31544 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 207864 KiB
Current children cumulated memory: 126176 KiB

[startup+12.7004 s]
/proc/loadavg: 3.98 3.78 3.91 5/254 718353
/proc/meminfo: memFree=127265860/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=207864 memory=128144 CPUtime=12.64 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 70003 0 0 0 1255 9 0 0 20 0 3 0 142717673 212852736 32036 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 51966 32036 3310 3032 0 37013 0
[pid=718347/tid=718350] ppid=718344 vsize=207864 memory=88716 CPUtime=11.98 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 62949 0 0 0 1191 7 0 0 20 0 3 0 142717738 212852736 32036 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=207864 memory=126856 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 142717741 212852736 32036 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 207864 KiB
Current children cumulated memory: 128144 KiB

[startup+25.5004 s]
/proc/loadavg: 3.99 3.80 3.91 5/254 718354
/proc/meminfo: memFree=127207520/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=207864 memory=171480 CPUtime=25.4 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 119316 0 0 0 2526 14 0 0 20 0 3 0 142717673 212852736 42870 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 51966 42870 3310 3032 0 48334 0
[pid=718347/tid=718350] ppid=718344 vsize=207864 memory=12712 CPUtime=24.73 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 112150 0 0 0 2461 12 0 0 20 0 3 0 142717738 212852736 42870 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=207864 memory=147516 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 3 0 142717741 212852736 42870 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 207864 KiB
Current children cumulated memory: 171480 KiB

[startup+51.113 s]
/proc/loadavg: 3.99 3.81 3.91 5/254 718359
/proc/meminfo: memFree=127090372/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=274340 memory=197900 CPUtime=50.93 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 189400 0 0 0 5071 22 0 0 20 0 3 0 142717673 280924160 49475 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 68585 49475 3310 3032 0 54587 0
[pid=718347/tid=718350] ppid=718344 vsize=274340 memory=171508 CPUtime=50.25 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 181859 0 0 0 5006 19 0 0 20 0 3 0 142717738 280924160 49475 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=274340 memory=171508 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 142717741 280924160 49475 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 274340 KiB
Current children cumulated memory: 197900 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 3.86 3.92 5/254 718368
/proc/meminfo: memFree=127026932/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=277268 memory=213252 CPUtime=101.94 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 267300 0 0 0 10161 33 0 0 20 0 3 0 142717673 283922432 53313 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 69317 53313 3310 3032 0 58378 0
[pid=718347/tid=718350] ppid=718344 vsize=277268 memory=210232 CPUtime=101.27 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 259609 0 0 0 10097 30 0 0 20 0 3 0 142717738 283922432 53313 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=277268 memory=12712 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 142717741 283922432 53313 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 277268 KiB
Current children cumulated memory: 213252 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 3.90 3.94 5/254 718379
/proc/meminfo: memFree=126974192/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=300268 memory=236112 CPUtime=161.73 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 335109 0 0 0 16128 45 0 0 20 0 3 0 142717673 307474432 59028 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 75067 59028 3310 3032 0 64490 0
[pid=718347/tid=718350] ppid=718344 vsize=300268 memory=231948 CPUtime=161.05 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 327302 0 0 0 16063 42 0 0 20 0 3 0 142717738 307474432 59028 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=300268 memory=232384 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 3 0 142717741 307474432 59028 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 300268 KiB
Current children cumulated memory: 236112 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 3.95 3.95 5/251 718389
/proc/meminfo: memFree=126547940/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=311668 memory=268128 CPUtime=221.52 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 383249 0 0 0 22095 57 0 0 20 0 3 0 142717673 319148032 67032 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 77917 67032 3310 3032 0 73406 0
[pid=718347/tid=718350] ppid=718344 vsize=311668 memory=242428 CPUtime=220.83 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 375380 0 0 0 22029 54 0 0 20 0 3 0 142717738 319148032 67032 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=311668 memory=265580 CPUtime=0 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 3 0 142717741 319148032 67032 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 311668 KiB
Current children cumulated memory: 268128 KiB


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

Current children cumulated memory: 417812 KiB

[startup+702.3 s]
/proc/loadavg: 4.11 4.08 4.01 5/251 719081
/proc/meminfo: memFree=126122748/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=539148 memory=436884 CPUtime=699.85 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 773892 0 0 0 69836 149 0 0 20 0 3 0 142717673 552087552 109221 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 134787 109221 3310 3032 0 118570 0
[pid=718347/tid=718350] ppid=718344 vsize=539148 memory=12320 CPUtime=699.05 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 765485 0 0 0 69763 142 0 0 20 0 3 0 142717738 552087552 109221 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=539148 memory=413772 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 75 0 0 0 0 1 0 0 20 0 3 0 142717741 552087552 109221 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 699.85 s
Current children cumulated vsize: 539148 KiB
Current children cumulated memory: 436884 KiB

[startup+762.3 s]
/proc/loadavg: 4.08 4.07 4.01 5/250 719092
/proc/meminfo: memFree=126053472/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=539148 memory=445752 CPUtime=759.62 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 842219 0 0 0 75798 164 0 0 20 0 3 0 142717673 552087552 111438 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 134787 111438 3310 3032 0 119267 0
[pid=718347/tid=718350] ppid=718344 vsize=539148 memory=38220 CPUtime=758.78 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 833762 0 0 0 75722 156 0 0 20 0 3 0 142717738 552087552 111438 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=539148 memory=445752 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 78 0 0 0 0 1 0 0 20 0 3 0 142717741 552087552 111438 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 759.62 s
Current children cumulated vsize: 539148 KiB
Current children cumulated memory: 445752 KiB

[startup+822.3 s]
/proc/loadavg: 4.20 4.11 4.02 5/250 719102
/proc/meminfo: memFree=126040764/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=539148 memory=451316 CPUtime=819.39 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 886354 0 0 0 81760 179 0 0 20 0 3 0 142717673 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 134787 112829 3310 3032 0 119986 0
[pid=718347/tid=718350] ppid=718344 vsize=539148 memory=6720664346227653486 CPUtime=818.51 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 877851 0 0 0 81682 169 0 0 20 0 3 0 142717738 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=539148 memory=2752 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 81 0 0 0 0 1 0 0 20 0 3 0 142717741 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 819.39 s
Current children cumulated vsize: 539148 KiB
Current children cumulated memory: 451316 KiB

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

# cumulated CPU time of all completed processes:  user=843.386 s, system=1.91612 s

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

[startup+832 s]*
/proc/loadavg: 4.17 4.10 4.02 5/250 719103
/proc/meminfo: memFree=126040704/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=539148 memory=451316 CPUtime=829.06 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 895508 0 0 0 82725 181 0 0 20 0 3 0 142717673 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 134787 112829 3310 3032 0 119986 0
[pid=718347/tid=718350] ppid=718344 vsize=539148 memory=4864 CPUtime=828.17 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 886970 0 0 0 82646 171 0 0 20 0 3 0 142717738 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=539148 memory=1309304 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 829.06 s
Current children cumulated vsize: 539148 KiB
Current children cumulated memory: 451316 KiB

[startup+838.4 s]
/proc/loadavg: 4.15 4.10 4.02 5/250 719103
/proc/meminfo: memFree=126025612/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=539148 memory=451316 CPUtime=835.42 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 900822 0 0 0 83358 184 0 0 20 0 3 0 142717673 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 134787 112829 3310 3032 0 119986 0
[pid=718347/tid=718350] ppid=718344 vsize=539148 memory=38220 CPUtime=834.51 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 892275 0 0 0 83279 172 0 0 20 0 3 0 142717738 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=539148 memory=451316 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 552087552 112829 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 835.42 s
Current children cumulated vsize: 539148 KiB
Current children cumulated memory: 451316 KiB

[startup+844.8 s]
/proc/loadavg: 4.13 4.10 4.02 5/250 719106
/proc/meminfo: memFree=125983208/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=604684 memory=493320 CPUtime=841.8 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 914119 0 0 0 83994 186 0 0 20 0 3 0 142717673 619196416 123330 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 151171 123330 3310 3032 0 131268 0
[pid=718347/tid=718350] ppid=718344 vsize=604684 memory=451316 CPUtime=840.88 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 905572 0 0 0 83914 174 0 0 20 0 3 0 142717738 619196416 123330 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=604684 memory=449956 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 619196416 123330 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 841.8 s
Current children cumulated vsize: 604684 KiB
Current children cumulated memory: 493320 KiB

[startup+846.4 s]
/proc/loadavg: 4.13 4.10 4.02 5/250 719106
/proc/meminfo: memFree=125983328/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=604684 memory=493412 CPUtime=843.39 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 914989 0 0 0 84153 186 0 0 20 0 3 0 142717673 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 151171 123353 3310 3032 0 131268 0
[pid=718347/tid=718350] ppid=718344 vsize=604684 memory=493412 CPUtime=842.48 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 906442 0 0 0 84073 175 0 0 20 0 3 0 142717738 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=604684 memory=2752 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 843.39 s
Current children cumulated vsize: 604684 KiB
Current children cumulated memory: 493412 KiB

[startup+847.2 s]
/proc/loadavg: 4.13 4.10 4.02 5/250 719106
/proc/meminfo: memFree=125983348/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=604684 memory=493412 CPUtime=844.19 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 915389 0 0 0 84232 187 0 0 20 0 3 0 142717673 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 151171 123353 3310 3032 0 131268 0
[pid=718347/tid=718350] ppid=718344 vsize=604684 memory=6720664346227653486 CPUtime=843.27 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 906842 0 0 0 84152 175 0 0 20 0 3 0 142717738 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=604684 memory=108 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 844.19 s
Current children cumulated vsize: 604684 KiB
Current children cumulated memory: 493412 KiB

[startup+848 s]*
/proc/loadavg: 4.13 4.10 4.02 5/250 719106
/proc/meminfo: memFree=125983364/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=604684 memory=493412 CPUtime=845 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 915934 0 0 0 84313 187 0 0 20 0 3 0 142717673 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 151171 123353 3310 3032 0 131268 0
[pid=718347/tid=718350] ppid=718344 vsize=604684 memory=6720664346227653486 CPUtime=844.08 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 907387 0 0 0 84233 175 0 0 20 0 3 0 142717738 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=604684 memory=-8693842196211088799 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 845 s
Current children cumulated vsize: 604684 KiB
Current children cumulated memory: 493412 KiB

[startup+848.2 s]
/proc/loadavg: 4.13 4.10 4.02 5/250 719106
/proc/meminfo: memFree=125983364/131655788 swapFree=131071996/131071996
[pid=718347] ppid=718344 vsize=604684 memory=493412 CPUtime=845.18 cores=1,3
/proc/718347/stat : 718347 (fscip) S 718344 718347 715511 0 -1 1077936128 916023 0 0 0 84331 187 0 0 20 0 3 0 142717673 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
/proc/718347/statm: 151171 123353 3310 3032 0 131268 0
[pid=718347/tid=718350] ppid=718344 vsize=604684 memory=1309304 CPUtime=844.27 cores=1,3
/proc/718347/task/718350/stat : 718350 (fscip) R 718344 718347 715511 0 -1 4194368 907476 0 0 0 84252 175 0 0 20 0 3 0 142717738 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
[pid=718347/tid=718351] ppid=718344 vsize=604684 memory=2688 CPUtime=0.01 cores=1,3
/proc/718347/task/718351/stat : 718351 (fscip) S 718344 718347 715511 0 -1 1077936192 82 0 0 0 0 1 0 0 20 0 3 0 142717741 619196416 123353 134679101440 4194304 16613245 140727870446656 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 46104576 140727870452705 140727870452821 140727870452821 140727870459888 0
Current children cumulated CPU time: 845.18 s
Current children cumulated vsize: 604684 KiB
Current children cumulated memory: 493412 KiB

[startup+848.301 s]*
/proc/loadavg: 4.13 4.10 4.02 5/249 719106
/proc/meminfo: memFree=126404648/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 848.32
CPU time (s): 845.302
CPU user time (s): 843.386
CPU system time (s): 1.91612
CPU usage (%): 99.6443
Max. virtual memory (cumulated for all children) (KiB): 604684
Max. memory (cumulated for all children) (KiB): 493412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 843.386
system time used= 1.91612
maximum resident set size= 493412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 922200
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= 6760
involuntary context switches= 854


# summary of solver processes directly reported to runsolver:
#   pid: 718347
#   total CPU time (s): 845.302
#   total CPU user time (s): 843.386
#   total CPU system time (s): 1.91612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2663 second user time and 7.60729 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 23:20:31
IDJOB=4426772
IDBENCH=143599
IDSOLVER=3044
FILE ID=nodeC004/4426772-1720905618
RUNJOBID= nodeC004-1720905497-717723
SLURM_JOB_ID= 7486070
Free space on /tmp= 723696 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4426772-1720905618/watcher-4426772-1720905618 -o /tmp/evaluation-result-4426772-1720905618/solver-4426772-1720905618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720905497-717723 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426772-1720905618.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= dddb0d744d834e2d5f9db141b6c49ab7
RANDOM SEED=1999732947

nodeC004.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.288
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.29
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		: 1596.423
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.37
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.442
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.29
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.309
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.37
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		: 3492.147
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.29
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		: 3492.147
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.37
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.433
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.29
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.321
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127394376 kB
MemAvailable:   127468236 kB
Buffers:          333020 kB
Cached:           588376 kB
SwapCached:            0 kB
Active:           533100 kB
Inactive:        3222204 kB
Active(anon):       3368 kB
Inactive(anon):  2868232 kB
Active(file):     529732 kB
Inactive(file):   353972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28356 kB
Writeback:            20 kB
AnonPages:       2833652 kB
Mapped:           137656 kB
Shmem:             37700 kB
KReclaimable:      60712 kB
Slab:             150228 kB
SReclaimable:      60712 kB
SUnreclaim:        89516 kB
KernelStack:        4032 kB
PageTables:        14864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2062520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46560 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 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:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC004 at 2024-07-13 23:34:39