Trace number 4464824

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-30OPT-167 1024.91 1028.41

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.opb
MD5SUM4a2fbd934e93739f7ac25dbfb2053862
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-167
Best CPU time to get the best result obtained on this benchmark999.467
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
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 constraint-1
Maximum length of a constraint0
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)624
Sum of products size (including duplicates)1248
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24924160, getVmSize() = 24924160, SCIPgetMemUsed() = 2938290, SCIPgetMemTotal() = 3429642, SCIPgetMemExternEstim() = 1381142
0.00/0.00	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 18056533, getVmSize() = 29245440, SCIPgetMemUsed() = 3295862, SCIPgetMemTotal() = 6420902, SCIPgetMemExternEstim() = 1381142
0.00/0.01	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4464824-1722386164
0.00/0.01	c   Variables        : 949 (325 binary, 0 integer, 624 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 624
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 949 (325 binary, 0 integer, 624 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 624
0.00/0.01	c Constraints        : Number
0.00/0.01	c   and              : 624 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.02	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.02	c                                Nodes    Active                                            
0.00/0.02	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.04	c *       0              0           1         1         -94.0000                -          -
0.00/0.05	c *       0              0           1         1        -112.0000                -          -
0.00/0.08	c *       0              0           1         1        -120.0000                -          -
0.00/0.09	c *       0              0           1         1        -136.0000                -          -
3.08/3.11	c *       3              0           1         1        -155.0000                -          -
5.96/6.08	c         6              2           1         1        -155.0000        -174.4577     12.55%
11.35/11.49	c        12              4           3         1        -155.0000        -174.4577     12.55%
16.73/16.83	c        17              9           8         1        -155.0000        -174.4577     12.55%
18.03/18.14	c *      18             12          11         1        -158.0000        -174.4577     10.42%
19.32/19.47	c *      19             24          23         1        -159.0000        -174.4577      9.72%
20.81/20.99	c *      21             61          54         1        -160.0000        -174.1314      8.83%
21.11/21.29	c *      21             61          54         1        -161.0000        -174.1314      8.16%
22.60/22.74	c        23             95          61         1        -161.0000        -174.1120      8.14%
26.90/27.07	c *      27            170          86         1        -163.0000        -173.8654      6.67%
26.90/27.08	c *      27            170          86         1        -164.0000        -173.8654      6.02%
29.39/29.54	c        30            209          81         1        -164.0000        -173.6267      5.87%
34.57/34.72	c        35            372         106         1        -164.0000        -173.3842      5.72%
39.76/39.92	c        40            532         120         1        -164.0000        -173.0387      5.51%
45.13/45.39	c        45            712         140         1        -164.0000        -172.9116      5.43%
50.21/50.43	c        50            902         156         1        -164.0000        -172.8195      5.38%
56.10/56.38	c        56           1036         180         1        -164.0000        -172.6808      5.29%
58.39/58.61	c *      59           1072         210         1        -165.0000        -172.6706      4.65%
58.39/58.62	c *      59           1072         210         1        -166.0000        -172.6706      4.02%
70.45/70.79	c        71           1096           1         1        -166.0000        -172.6153      3.99%
76.53/76.86	c        77           1117          22         1        -166.0000        -172.6153      3.99%
82.01/82.34	c        82           1230          43         1        -166.0000        -172.6153      3.99%
87.29/87.62	c        88           1346          47         1        -166.0000        -172.4212      3.87%
92.38/92.71	c        93           1446          55         1        -166.0000        -172.3978      3.85%
98.36/98.73	c        99           1570          73         1        -166.0000        -172.1986      3.73%
103.94/104.37	c       104           1703          96         1        -166.0000        -172.1928      3.73%
109.13/109.52	c       110           1830         105         1        -166.0000        -172.1080      3.68%
114.61/115.06	c       115           1946         139         1        -166.0000        -171.9466      3.58%
120.19/120.65	c       121           2085         156         1        -166.0000        -171.9133      3.56%
125.27/125.77	c       126           2191         156         1        -166.0000        -171.8824      3.54%
130.85/131.37	c       131           2306         163         1        -166.0000        -171.8424      3.52%
136.54/137.02	c       137           2471         196         1        -166.0000        -171.8292      3.51%
141.62/142.18	c       142           2607         216         1        -166.0000        -171.7919      3.49%
146.70/147.21	c       147           2756         227         1        -166.0000        -171.7810      3.48%
152.78/153.32	c       153           2886         249         1        -166.0000        -171.7721      3.48%
158.26/158.89	c       159           3056         279         1        -166.0000        -171.7325      3.45%
164.83/165.48	c       165           3228         293         1        -166.0000        -171.7144      3.44%
170.52/171.17	c       171           3389         316         1        -166.0000        -171.6715      3.42%
175.79/176.44	c       176           3576         331         1        -166.0000        -171.6383      3.40%
180.88/181.56	c       182           3704         345         1        -166.0000        -171.6219      3.39%
186.37/187.04	c       187           3866         381         1        -166.0000        -171.5818      3.36%
192.25/192.95	c       193           3989         398         1        -166.0000        -171.5767      3.36%
197.33/198.07	c       198           4099         408         1        -166.0000        -171.5662      3.35%
203.31/204.06	c       204           4177         414         1        -166.0000        -171.5632      3.35%
209.29/210.02	c       210           4238         429         1        -166.0000        -171.5555      3.35%
214.47/215.29	c       215           4316         443         1        -166.0000        -171.5475      3.34%
220.15/220.93	c       221           4414         453         1        -166.0000        -171.5448      3.34%
221.44/222.22	c *     222           4425         454         1        -167.0000        -171.5407      2.72%
225.83/226.60	c       227           4486         401         1        -167.0000        -171.5343      2.72%
231.81/232.60	c       233           4559         416         1        -167.0000        -171.5215      2.71%
237.79/238.61	c       239           4623         434         1        -167.0000        -171.5205      2.71%
243.47/244.36	c       244           4726         439         1        -167.0000        -171.5123      2.70%
249.25/250.14	c       250           4783         448         1        -167.0000        -171.5123      2.70%
254.73/255.62	c       256           4879         448         1        -167.0000        -171.5022      2.70%
260.22/261.11	c       261           5005         460         1        -167.0000        -171.5009      2.70%
266.00/267.00	c       267           5090         469         1        -167.0000        -171.4943      2.69%
272.18/273.16	c       273           5149         482         1        -167.0000        -171.4931      2.69%
278.65/279.63	c       280           5229         496         1        -167.0000        -171.4900      2.69%
284.93/285.92	c       286           5284         493         1        -167.0000        -171.4790      2.68%
290.91/291.94	c       292           5350         501         1        -167.0000        -171.4526      2.67%
296.40/297.49	c       298           5419         508         1        -167.0000        -171.4366      2.66%
301.48/302.57	c       303           5448         507         1        -167.0000        -171.4216      2.65%
307.06/308.11	c       308           5489         520         1        -167.0000        -171.4143      2.64%
312.34/313.43	c       313           5556         521         1        -167.0000        -171.4115      2.64%
317.32/318.46	c       318           5616         525         1        -167.0000        -171.4036      2.64%
322.50/323.64	c       324           5676         529         1        -167.0000        -171.3833      2.62%
328.39/329.59	c       330           5758         529         1        -167.0000        -171.3794      2.62%
333.77/334.97	c       335           5805         534         1        -167.0000        -171.3615      2.61%
339.76/340.91	c       341           5850         543         1        -167.0000        -171.3512      2.61%
345.73/346.99	c       347           5909         550         1        -167.0000        -171.3460      2.60%
351.41/352.64	c       353           5954         553         1        -167.0000        -171.3460      2.60%
358.09/359.32	c       359           5984         553         1        -167.0000        -171.3460      2.60%
363.97/365.28	c       365           6029         562         1        -167.0000        -171.3458      2.60%
369.95/371.23	c       371           6070         557         1        -167.0000        -171.3458      2.60%
375.23/376.56	c       377           6100         559         1        -167.0000        -171.3375      2.60%
380.41/381.75	c       382           6158         563         1        -167.0000        -171.3375      2.60%
386.20/387.57	c       388           6195         558         1        -167.0000        -171.3372      2.60%
391.98/393.37	c       393           6226         557         1        -167.0000        -171.3277      2.59%
397.06/398.43	c       398           6260         555         1        -167.0000        -171.3277      2.59%
402.15/403.56	c       404           6295         550         1        -167.0000        -171.3277      2.59%
407.63/409.05	c       409           6339         550         1        -167.0000        -171.3245      2.59%
413.41/414.80	c       415           6413         546         1        -167.0000        -171.3194      2.59%
418.39/419.86	c       420           6440         555         1        -167.0000        -171.3128      2.58%
423.87/425.38	c       425           6485         552         1        -167.0000        -171.3109      2.58%
429.45/430.94	c       431           6544         557         1        -167.0000        -171.3071      2.58%
435.24/436.75	c       437           6592         557         1        -167.0000        -171.3045      2.58%
440.32/441.85	c       442           6646         557         1        -167.0000        -171.2922      2.57%
445.41/446.95	c       447           6679         560         1        -167.0000        -171.2877      2.57%
450.89/452.41	c       452           6712         557         1        -167.0000        -171.2842      2.57%
456.87/458.46	c       458           6748         559         1        -167.0000        -171.2706      2.56%
462.75/464.36	c       464           6780         559         1        -167.0000        -171.2688      2.56%
468.34/469.90	c       470           6822         563         1        -167.0000        -171.2656      2.55%
473.42/475.05	c       475           6858         571         1        -167.0000        -171.2603      2.55%
479.09/480.78	c       481           6906         579         1        -167.0000        -171.2476      2.54%
484.98/486.67	c       487           6939         586         1        -167.0000        -171.2378      2.54%
490.37/492.04	c       492           6968         593         1        -167.0000        -171.2321      2.53%
495.54/497.20	c       497           7003         594         1        -167.0000        -171.2069      2.52%
501.33/503.01	c       503           7038         595         1        -167.0000        -171.1917      2.51%
507.10/508.88	c       509           7070         593         1        -167.0000        -171.1900      2.51%
512.99/514.73	c       515           7106         589         1        -167.0000        -171.1834      2.51%
518.27/520.07	c       520           7136         581         1        -167.0000        -171.1772      2.50%
523.45/525.20	c       525           7182         587         1        -167.0000        -171.1759      2.50%
528.43/530.28	c       530           7198         591         1        -167.0000        -171.1697      2.50%
535.91/537.75	c       538           7238         583         1        -167.0000        -171.1661      2.49%
541.39/543.28	c       543           7280         581         1        -167.0000        -171.1617      2.49%
546.57/548.45	c       548           7308         577         1        -167.0000        -171.1617      2.49%
552.16/554.04	c       554           7349         582         1        -167.0000        -171.1493      2.48%
558.03/559.96	c       560           7379         582         1        -167.0000        -171.1493      2.48%
563.22/565.11	c       565           7406         579         1        -167.0000        -171.1451      2.48%
568.90/570.80	c       571           7425         570         1        -167.0000        -171.1401      2.48%
575.38/577.37	c       577           7446         565         1        -167.0000        -171.1401      2.48%
580.56/582.54	c       583           7471         560         1        -167.0000        -171.1401      2.48%
586.64/588.69	c       589           7507         554         1        -167.0000        -171.1377      2.48%
591.72/593.74	c       594           7556         553         1        -167.0000        -171.1281      2.47%
597.40/599.42	c       599           7585         542         1        -167.0000        -171.1203      2.47%
602.49/604.57	c       605           7618         535         1        -167.0000        -171.1117      2.46%
608.98/611.00	c       611           7649         532         1        -167.0000        -171.1117      2.46%
614.65/616.79	c       617           7693         530         1        -167.0000        -171.1117      2.46%
621.33/623.44	c       623           7737         528         1        -167.0000        -171.1104      2.46%
627.91/630.00	c       630           7772         519         1        -167.0000        -171.1104      2.46%
633.10/635.24	c       635           7796         513         1        -167.0000        -171.1075      2.46%
638.88/641.07	c       641           7825         508         1        -167.0000        -171.1075      2.46%
645.05/647.25	c       647           7890         499         1        -167.0000        -171.0988      2.45%
650.04/652.29	c       652           7912         497         1        -167.0000        -171.0988      2.45%
656.12/658.33	c       658           7936         493         1        -167.0000        -171.0846      2.45%
662.20/664.40	c       664           7959         486         1        -167.0000        -171.0584      2.43%
667.98/670.20	c       670           7995         480         1        -167.0000        -171.0524      2.43%
673.26/675.50	c       676           8036         475         1        -167.0000        -171.0497      2.42%
679.34/681.62	c       682           8064         467         1        -167.0000        -171.0497      2.42%
685.42/687.74	c       688           8091         462         1        -167.0000        -171.0435      2.42%
691.10/693.48	c       693           8127         456         1        -167.0000        -171.0434      2.42%
696.69/699.06	c       699           8164         449         1        -167.0000        -171.0434      2.42%
701.78/704.11	c       704           8196         445         1        -167.0000        -171.0391      2.42%
707.05/709.48	c       709           8218         441         1        -167.0000        -171.0381      2.42%
712.92/715.32	c       715           8246         435         1        -167.0000        -171.0371      2.42%
718.90/721.38	c       721           8282         431         1        -167.0000        -171.0321      2.41%
724.28/726.74	c       727           8317         430         1        -167.0000        -171.0262      2.41%
730.05/732.52	c       733           8354         425         1        -167.0000        -171.0205      2.41%
735.53/738.06	c       738           8376         417         1        -167.0000        -171.0205      2.41%
741.81/744.32	c       744           8406         413         1        -167.0000        -171.0193      2.41%
747.88/750.44	c       750           8423         412         1        -167.0000        -171.0185      2.41%
754.06/756.63	c       757           8457         406         1        -167.0000        -171.0185      2.41%
759.55/762.11	c       762           8506         409         1        -167.0000        -171.0003      2.40%
764.92/767.54	c       768           8556         401         1        -167.0000        -170.9792      2.38%
770.30/772.91	c       773           8578         393         1        -167.0000        -170.9792      2.38%
775.78/778.44	c       778           8597         394         1        -167.0000        -170.9753      2.38%
781.85/784.54	c       785           8624         385         1        -167.0000        -170.9753      2.38%
786.93/789.67	c       790           8655         376         1        -167.0000        -170.9609      2.37%
792.71/795.46	c       795           8687         372         1        -167.0000        -170.9593      2.37%
798.48/801.27	c       801           8722         363         1        -167.0000        -170.9533      2.37%
803.86/806.65	c       807           8750         359         1        -167.0000        -170.9533      2.37%
809.34/812.11	c       812           8774         347         1        -167.0000        -170.9533      2.37%
815.02/817.86	c       818           8802         337         1        -167.0000        -170.9413      2.36%
820.80/823.68	c       824           8823         330         1        -167.0000        -170.9413      2.36%
826.18/829.01	c       829           8842         321         1        -167.0000        -170.9409      2.36%
832.55/835.40	c       835           8871         314         1        -167.0000        -170.9409      2.36%
838.93/841.80	c       842           8901         310         1        -167.0000        -170.9403      2.36%
845.20/848.10	c       848           8945         304         1        -167.0000        -170.9403      2.36%
850.78/853.72	c       854           8971         302         1        -167.0000        -170.9403      2.36%
856.07/859.10	c       859           8993         302         1        -167.0000        -170.9241      2.35%
862.34/865.33	c       865           9023         290         1        -167.0000        -170.9140      2.34%
867.62/870.64	c       871           9040         285         1        -167.0000        -170.9140      2.34%
873.61/876.65	c       877           9070         277         1        -167.0000        -170.9136      2.34%
878.69/881.76	c       882           9096         267         1        -167.0000        -170.8955      2.33%
884.08/887.11	c       887           9119         264         1        -167.0000        -170.8865      2.33%
890.05/893.13	c       893           9153         256         1        -167.0000        -170.8827      2.32%
895.22/898.31	c       898           9183         252         1        -167.0000        -170.8725      2.32%
901.71/904.83	c       905           9213         246         1        -167.0000        -170.8725      2.32%
906.69/909.86	c       910           9239         236         1        -167.0000        -170.8725      2.32%
911.68/914.88	c       915           9266         223         1        -167.0000        -170.8707      2.32%
917.26/920.42	c       920           9301         214         1        -167.0000        -170.8699      2.32%
922.24/925.48	c       925           9319         210         1        -167.0000        -170.8556      2.31%
927.42/930.65	c       931           9350         203         1        -167.0000        -170.8492      2.30%
933.20/936.45	c       936           9381         194         1        -167.0000        -170.8254      2.29%
938.79/942.06	c       942           9405         182         1        -167.0000        -170.8169      2.29%
944.57/947.86	c       948           9442         173         1        -167.0000        -170.8106      2.28%
950.35/953.66	c       954           9481         160         1        -167.0000        -170.7731      2.26%
956.52/959.80	c       960           9509         150         1        -167.0000        -170.7731      2.26%
961.91/965.30	c       965           9540         139         1        -167.0000        -170.7459      2.24%
967.09/970.40	c       970           9566         131         1        -167.0000        -170.7296      2.23%
972.78/976.17	c       976           9592         119         1        -167.0000        -170.7296      2.23%
978.35/981.78	c       982           9625         112         1        -167.0000        -170.7296      2.23%
983.93/987.33	c       987           9639         104         1        -167.0000        -170.6978      2.21%
990.11/993.59	c       994           9673          88         1        -167.0000        -170.6654      2.19%
996.09/999.59	c      1000           9713          74         1        -167.0000        -170.5788      2.14%
1001.37/1004.82	c      1005           9746          63         1        -167.0000        -170.5655      2.14%
1006.35/1009.89	c      1010           9767          52         1        -167.0000        -170.5655      2.14%
1011.83/1015.36	c      1015           9806          41         1        -167.0000        -170.5108      2.10%
1017.92/1021.48	c      1021           9840          27         1        -167.0000        -170.4885      2.09%
1023.00/1026.51	c      1027           9876           7         1        -167.0000        -170.2868      1.97%
1024.29/1027.88	c      1028           9885           0         0        -167.0000        -167.0000      0.00%
1024.90/1028.40	c      1028           9885           0         0        -167.0000        -167.0000          -
1024.90/1028.40	c SCIP Status        : c problem is solved
1024.90/1028.40	c Total Time         : 1028.4000
1024.90/1028.40	c   solving          : 1028.4000
1024.90/1028.40	c   presolving       : 0.0086 (included in solving)
1024.90/1028.40	c B&B Tree           :
1024.90/1028.40	c   nodes (total)    : 9885
1024.90/1028.40	c Solution           :
1024.90/1028.40	c   Solutions found  : 16
1024.90/1028.40	c   Primal Bound     : -1.67000000000000e+02
1024.90/1028.40	c   Dual Bound       : -1.67000000000000e+02
1024.90/1028.40	c Gap                : 0.00000 %
1024.90/1028.40	o -167
1024.90/1028.40	s OPTIMUM FOUND
1024.90/1028.40	v -x238 x325 -x324 x225 -x221 -x210 -x209 -x208 x207 -x202 x280 -x319 x301 -x313 x195 -x312 x189 -x217 x186 x297 x179 x175 x176 -x170 
1024.90/1028.40	v x200 -x322 -x311 x317 x167 -x165 -x323 -x224 x298 -x161 -x184 -x160 -x159 -x293 x157 x302 -x258 -x153 -x276 x205 -x306 x239 
1024.90/1028.40	v -x150 x148 -x321 -x146 -x279 x308 x143 -x139 x192 x191 x164 -x190 -x187 -x188 x132 -x218 -x129 -x130 x265 x213 x126 x320 
1024.90/1028.40	v x287 x125 x124 -x206 x151 x263 x309 -x318 x286 -x121 x119 x194 x304 -x117 -x115 x163 x138 -x162 x246 x307 -x110 -x316 x185 -x108 
1024.90/1028.40	v -x315 -x314 x253 -x244 -x105 -x104 -x174 -x271 -x177 -x147 x103 -x173 x144 x266 -x203 -x99 x198 x118 -x300 x196 -x227 -x94 
1024.90/1028.40	v x135 x114 -x134 x242 -x88 -x222 x219 -x87 x183 x158 x84 x310 -x269 x259 x82 x120 -x81 -x168 x98 x250 -x77 x141 -x193 -x75 x112 
1024.90/1028.40	v x93 -x111 -x247 -x231 x71 x270 x215 -x131 x268 x69 -x290 -x296 x264 x251 x178 x102 x67 -x65 x100 -x64 x234 -x305 x80 -x289 
1024.90/1028.40	v x254 x61 -x166 x140 x116 -x226 -x58 x91 x74 -x90 -x303 x223 -x54 -x274 x109 -x52 x214 -x51 -x229 x154 x292 -x267 x272 -x230 
1024.90/1028.40	v -x50 -x152 x49 x285 x46 -x237 -x95 x45 -x137 -x44 -x72 x57 x299 x294 -x41 -x278 -x86 x85 -x39 x212 x182 -x38 -x123 -x66 x48 
1024.90/1028.40	v x257 -x101 -x47 -x37 x36 -x142 x96 x295 -x113 -x33 x291 x55 x43 x282 -x220 x216 -x70 x29 x284 -x181 -x156 x28 x32 x288 -x92 -x27 
1024.90/1028.40	v x53 -x25 -x281 x155 x128 -x24 x26 -x73 -x31 -x23 -x68 x40 -x30 -x21 x277 -x211 -x127 x107 -x20 -x197 x19 x22 -x56 x42 -x18 
1024.90/1028.40	v x273 -x180 x106 -x83 -x16 -x283 -x60 x228 x17 -x13 -x245 x204 -x171 x122 -x12 -x241 -x97 x252 x172 -x149 x145 -x10 x199 -x79 
1024.90/1028.40	v -x63 x9 x275 x249 x15 x11 -x8 -x235 x169 -x62 x7 x262 -x261 x240 -x6 -x248 -x76 -x35 x34 x5 -x256 -x255 x201 x78 -x4 -x260 
1024.90/1028.40	v x243 -x59 -x14 x3 -x233 -x133 x89 -x236 -x232 -x136 -x2 x1 

Verifier Data

OK	-167

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: 63931 MiB (62246 MiB free)
  memory of node 1: 64510 MiB (59614 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=35071, runsolver pid=35068
Current StackSize limit: 8192 KiB


[startup+0.100614 s]*
/proc/loadavg: 4.08 4.10 4.09 5/263 35074
/proc/meminfo: memFree=124756832/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=112760 memory=40808 CPUtime=0.09 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 7042 0 0 0 8 1 0 0 20 0 3 0 5218122 115466240 10202 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 28190 10202 2966 3035 0 13598 0
[pid=35071/tid=35073] ppid=35068 vsize=112760 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 4801 0 0 0 7 0 0 0 20 0 3 0 5218124 115466240 10202 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=112760 memory=232851243367 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5218124 115466240 10202 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 112760 KiB
Current children cumulated memory: 40808 KiB

[startup+0.205636 s]*
/proc/loadavg: 4.08 4.10 4.09 5/263 35074
/proc/meminfo: memFree=124756832/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=112760 memory=41128 CPUtime=0.19 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 7077 0 0 0 18 1 0 0 20 0 3 0 5218122 115466240 10282 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 28190 10282 2982 3035 0 13598 0
[pid=35071/tid=35073] ppid=35068 vsize=112760 memory=664970838410264707 CPUtime=0.17 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 4836 0 0 0 17 0 0 0 20 0 3 0 5218124 115466240 10282 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=112760 memory=18001 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5218124 115466240 10282 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 112760 KiB
Current children cumulated memory: 41128 KiB

[startup+0.305483 s]*
/proc/loadavg: 4.08 4.10 4.09 5/263 35074
/proc/meminfo: memFree=124756160/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=112760 memory=41128 CPUtime=0.29 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 7093 0 0 0 28 1 0 0 20 0 3 0 5218122 115466240 10282 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 28190 10282 2982 3035 0 13598 0
[pid=35071/tid=35073] ppid=35068 vsize=112760 memory=-5155626890763398021 CPUtime=0.27 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 4852 0 0 0 27 0 0 0 20 0 3 0 5218124 115466240 10282 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=112760 memory=0 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5218124 115466240 10282 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 112760 KiB
Current children cumulated memory: 41128 KiB

[startup+0.700216 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 35074
/proc/meminfo: memFree=124752344/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=114300 memory=49312 CPUtime=0.68 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 9137 0 0 0 67 1 0 0 20 0 3 0 5218122 117043200 12328 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 28575 12328 2982 3035 0 15492 0
[pid=35071/tid=35073] ppid=35068 vsize=114300 memory=0 CPUtime=0.66 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 6896 0 0 0 65 1 0 0 20 0 3 0 5218124 117043200 12328 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=114300 memory=0 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5218124 117043200 12328 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 114300 KiB
Current children cumulated memory: 49312 KiB

[startup+1.50022 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 35074
/proc/meminfo: memFree=124739240/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=126744 memory=67764 CPUtime=1.48 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 20016 0 0 0 146 2 0 0 20 0 3 0 5218122 129785856 16941 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 31686 16941 2982 3035 0 20567 0
[pid=35071/tid=35073] ppid=35068 vsize=126744 memory=0 CPUtime=1.46 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 17775 0 0 0 144 2 0 0 20 0 3 0 5218124 129785856 16941 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=126744 memory=0 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5218124 129785856 16941 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 126744 KiB
Current children cumulated memory: 67764 KiB

[startup+3.10537 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 35075
/proc/meminfo: memFree=124724444/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=126744 memory=68100 CPUtime=3.08 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 20419 0 0 0 306 2 0 0 20 0 3 0 5218122 129785856 17025 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 31686 17025 2982 3035 0 20926 0
[pid=35071/tid=35073] ppid=35068 vsize=126744 memory=2273 CPUtime=3.06 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 18177 0 0 0 304 2 0 0 20 0 3 0 5218124 129785856 17025 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=126744 memory=0 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5218124 129785856 17025 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 126744 KiB
Current children cumulated memory: 68100 KiB

[startup+6.30023 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 35075
/proc/meminfo: memFree=124707852/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=126744 memory=71688 CPUtime=6.26 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 21736 0 0 0 624 2 0 0 20 0 3 0 5218122 129785856 17922 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 31686 17922 2998 3035 0 22079 0
[pid=35071/tid=35073] ppid=35068 vsize=126744 memory=-5155626890763398021 CPUtime=6.24 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 19267 0 0 0 622 2 0 0 20 0 3 0 5218124 129785856 17922 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=126744 memory=71688 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 5218124 129785856 17922 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 126744 KiB
Current children cumulated memory: 71688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 35077
/proc/meminfo: memFree=124704516/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=126744 memory=71880 CPUtime=12.64 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 29941 0 0 0 1261 3 0 0 20 0 3 0 5218122 129785856 17970 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 31686 17970 2998 3035 0 22079 0
[pid=35071/tid=35073] ppid=35068 vsize=126744 memory=68256 CPUtime=12.62 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 27439 0 0 0 1260 2 0 0 20 0 3 0 5218124 129785856 17970 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=126744 memory=0 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 5218124 129785856 17970 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 126744 KiB
Current children cumulated memory: 71880 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 35078
/proc/meminfo: memFree=124636452/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=169488 memory=119844 CPUtime=25.4 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 76294 0 0 0 2535 5 0 0 20 0 3 0 5218122 173555712 29961 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 42372 29961 2998 3035 0 34617 0
[pid=35071/tid=35073] ppid=35068 vsize=169488 memory=71880 CPUtime=25.38 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 73486 0 0 0 2533 5 0 0 20 0 3 0 5218124 173555712 29961 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=169488 memory=11480 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5218124 173555712 29961 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 169488 KiB
Current children cumulated memory: 119844 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 35082
/proc/meminfo: memFree=124550388/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=200896 memory=164208 CPUtime=50.91 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 148418 0 0 0 5080 11 0 0 20 0 3 0 5218122 205717504 41052 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 50224 41052 2998 3035 0 46246 0
[pid=35071/tid=35073] ppid=35068 vsize=200896 memory=164208 CPUtime=50.89 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 145324 0 0 0 5078 11 0 0 20 0 3 0 5218124 205717504 41052 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=200896 memory=164208 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 3 0 5218124 205717504 41052 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 200896 KiB
Current children cumulated memory: 164208 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 35093
/proc/meminfo: memFree=124338452/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=377172 memory=304568 CPUtime=101.94 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 281425 0 0 0 10169 25 0 0 20 0 3 0 5218122 386224128 76142 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 94293 76142 2998 3035 0 81510 0
[pid=35071/tid=35073] ppid=35068 vsize=377172 memory=306608 CPUtime=101.92 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 278057 0 0 0 10167 25 0 0 20 0 3 0 5218124 386224128 76142 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=377172 memory=310688 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 5218124 386224128 76142 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 377172 KiB
Current children cumulated memory: 304568 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 35103
/proc/meminfo: memFree=124241744/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=375128 memory=302840 CPUtime=161.75 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 300867 0 0 0 16147 28 0 0 20 0 3 0 5218122 384131072 75710 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 93782 75710 2998 3035 0 80999 0
[pid=35071/tid=35073] ppid=35068 vsize=375128 memory=11480 CPUtime=161.72 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 297467 0 0 0 16145 27 0 0 20 0 3 0 5218124 384131072 75710 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=375128 memory=302524 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 5218124 384131072 75710 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 375128 KiB

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

/proc/35071/statm: 143584 122854 2998 3035 0 128515 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=489636 CPUtime=819.43 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 873143 0 0 0 81873 70 0 0 20 0 3 0 5218124 588120064 122854 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=489692 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 122854 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 819.5 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 491416 KiB

[startup+882.3 s]
/proc/loadavg: 4.24 4.20 4.13 5/265 35241
/proc/meminfo: memFree=123268920/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=492304 CPUtime=879.29 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 917772 0 0 0 87853 76 0 0 20 0 3 0 5218122 588120064 123076 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123076 2998 3035 0 128643 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=491416 CPUtime=879.21 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 913829 0 0 0 87848 73 0 0 20 0 3 0 5218124 588120064 123076 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=491444 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123076 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 879.29 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 492304 KiB

[startup+942.3 s]
/proc/loadavg: 4.13 4.18 4.12 5/265 35252
/proc/meminfo: memFree=123230160/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=493664 CPUtime=939.08 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 939972 0 0 0 93831 77 0 0 20 0 3 0 5218122 588120064 123416 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123416 2998 3035 0 128643 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=493488 CPUtime=939.01 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 936013 0 0 0 93826 75 0 0 20 0 3 0 5218124 588120064 123416 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=493496 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123416 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 939.08 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 493664 KiB

[startup+1002.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/265 35262
/proc/meminfo: memFree=123162464/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494176 CPUtime=998.88 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 959865 0 0 0 99809 79 0 0 20 0 3 0 5218122 588120064 123544 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123544 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=494172 CPUtime=998.8 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 955892 0 0 0 99804 76 0 0 20 0 3 0 5218124 588120064 123544 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=11480 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123544 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 998.88 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494176 KiB

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

# cumulated CPU time of all completed processes:  user=1024.09 s, system=0.818621 s

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

[startup+1011.2 s]
/proc/loadavg: 4.13 4.17 4.12 5/265 35262
/proc/meminfo: memFree=123157940/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494240 CPUtime=1007.75 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 959911 0 0 0 100696 79 0 0 20 0 3 0 5218122 588120064 123560 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123560 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=11480 CPUtime=1007.67 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 955938 0 0 0 100691 76 0 0 20 0 3 0 5218124 588120064 123560 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=0 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123560 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1007.75 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494240 KiB

[startup+1017.6 s]
/proc/loadavg: 4.12 4.16 4.12 5/265 35264
/proc/meminfo: memFree=123153672/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494436 CPUtime=1014.13 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 959946 0 0 0 101334 79 0 0 20 0 3 0 5218122 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123609 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=494240 CPUtime=1014.04 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 955973 0 0 0 101328 76 0 0 20 0 3 0 5218124 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=-7667215107206766202 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1014.13 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494436 KiB

[startup+1024 s]*
/proc/loadavg: 4.11 4.16 4.12 5/265 35266
/proc/meminfo: memFree=123148532/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494436 CPUtime=1020.51 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 969183 0 0 0 101971 80 0 0 20 0 3 0 5218122 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123609 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=2700 CPUtime=1020.43 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 965207 0 0 0 101966 77 0 0 20 0 3 0 5218124 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=4976 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1020.51 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494436 KiB

[startup+1025.6 s]
/proc/loadavg: 4.10 4.16 4.12 5/265 35266
/proc/meminfo: memFree=123148524/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494436 CPUtime=1022.1 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 969259 0 0 0 102130 80 0 0 20 0 3 0 5218122 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123609 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=494436 CPUtime=1022.02 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 965283 0 0 0 102125 77 0 0 20 0 3 0 5218124 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=494436 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123609 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1022.1 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494436 KiB

[startup+1027.2 s]
/proc/loadavg: 4.10 4.16 4.12 5/265 35266
/proc/meminfo: memFree=123147228/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494980 CPUtime=1023.7 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 969303 0 0 0 102290 80 0 0 20 0 3 0 5218122 588120064 123745 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123745 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=12840 CPUtime=1023.61 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 965327 0 0 0 102284 77 0 0 20 0 3 0 5218124 588120064 123745 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=13616 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123745 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1023.7 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494980 KiB

[startup+1028 s]*
/proc/loadavg: 4.10 4.16 4.12 5/265 35266
/proc/meminfo: memFree=123147444/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=574336 memory=494980 CPUtime=1024.5 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 969529 0 0 0 102370 80 0 0 20 0 3 0 5218122 588120064 123745 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 143584 123745 2998 3035 0 128707 0
[pid=35071/tid=35073] ppid=35068 vsize=574336 memory=21404 CPUtime=1024.42 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 965553 0 0 0 102365 77 0 0 20 0 3 0 5218124 588120064 123745 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=574336 memory=55092 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5218124 588120064 123745 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1024.5 s
Current children cumulated vsize: 574336 KiB
Current children cumulated memory: 494980 KiB

[startup+1028.4 s]
/proc/loadavg: 4.10 4.16 4.12 5/265 35266
/proc/meminfo: memFree=123147444/131524600 swapFree=131071996/131071996
[pid=35071] ppid=35068 vsize=389720 memory=357428 CPUtime=1024.9 cores=0,2
/proc/35071/stat : 35071 (fscip) S 35068 35071 29413 0 -1 1077936128 970813 0 0 0 102409 81 0 0 20 0 3 0 5218122 399073280 89357 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
/proc/35071/statm: 97430 89357 2998 3035 0 93200 0
[pid=35071/tid=35073] ppid=35068 vsize=388696 memory=-7667215107206766202 CPUtime=1024.82 cores=0,2
/proc/35071/task/35073/stat : 35073 (fscip) R 35068 35071 29413 0 -1 4194368 966839 0 0 0 102404 78 0 0 20 0 3 0 5218124 398024704 89101 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
[pid=35071/tid=35074] ppid=35068 vsize=388696 memory=16136 CPUtime=0 cores=0,2
/proc/35071/task/35074/stat : 35074 (fscip) S 35068 35071 29413 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5218124 398024704 89101 134679101440 4194304 16623229 140724566454064 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 34627584 140724566459414 140724566459530 140724566459530 140724566466544 0
Current children cumulated CPU time: 1024.9 s
Current children cumulated vsize: 389720 KiB
Current children cumulated memory: 357428 KiB

Child status: 0

Real time (s): 1028.41
CPU time (s): 1024.91
CPU user time (s): 1024.09
CPU system time (s): 0.818621
CPU usage (%): 99.6601
Max. virtual memory (cumulated for all children) (KiB): 574336
Max. memory (cumulated for all children) (KiB): 494980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1024.09
system time used= 0.818621
maximum resident set size= 494980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 971102
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= 3020
involuntary context switches= 7169


# summary of solver processes directly reported to runsolver:
#   pid: 35071
#   total CPU time (s): 1024.91
#   total CPU user time (s): 1024.09
#   total CPU system time (s): 0.818621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.20528 second user time and 4.53221 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-31 02:36:04
IDJOB=4464824
IDBENCH=160626
IDSOLVER=3092
FILE ID=nodeC031/4464824-1722386164
RUNJOBID= nodeC031-1722378597-29423
SLURM_JOB_ID= 8249854
Free space on /tmp= 890000 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.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-4464824-1722386164/watcher-4464824-1722386164 -o /tmp/evaluation-result-4464824-1722386164/solver-4464824-1722386164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722378597-29423 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464824-1722386164.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 4a2fbd934e93739f7ac25dbfb2053862
RANDOM SEED=30119640

nodeC031.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		: 3658.211
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.95
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		: 3682.583
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	: 7007.12
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		: 3668.448
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.95
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		: 3600.284
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	: 7007.12
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		: 3669.418
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.95
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		: 3682.594
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	: 7007.12
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		: 3605.933
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.277
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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124787084 kB
MemAvailable:   128904192 kB
Buffers:          100612 kB
Cached:          4845532 kB
SwapCached:            0 kB
Active:           268684 kB
Inactive:        5981436 kB
Active(anon):       1556 kB
Inactive(anon):  1323764 kB
Active(file):     267128 kB
Inactive(file):  4657672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28752 kB
Writeback:            16 kB
AnonPages:       1304080 kB
Mapped:           124568 kB
Shmem:             21336 kB
KReclaimable:      63908 kB
Slab:             145424 kB
SReclaimable:      63908 kB
SUnreclaim:        81516 kB
KernelStack:        4204 kB
PageTables:        11900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     904692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:      236244 kB
DirectMap2M:     8974336 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC031 at 2024-07-31 02:53:13