Trace number 4515643

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
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 352.279 348.351

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
MD5SUM2ed11ed0a65f838ec27d78822f3aa2f3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.3422
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
Number of bits of the biggest sum of numbers5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4515643-1751234300.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.71/0.43	c ... done. Wall clock time 0.306s.
0.71/0.43	c declared #vars     53655
0.71/0.43	c #constraints  10732
0.71/0.43	c constraints type 
0.71/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10732
0.71/0.43	c 10732 constraints processed.
1.87/1.08	c cleaning 2500 clauses out of 5000 with flag 13285/5000
2.45/1.33	c cleaning 4248 clauses out of 8502 with flag 29464/11002
2.85/1.56	c cleaning 5625 clauses out of 11253 with flag 49562/18001
3.45/1.80	c cleaning 6809 clauses out of 13627 with flag 72228/26000
3.65/1.95	c cleaning 7890 clauses out of 15818 with flag 101678/35000
3.83/2.10	c cleaning 8938 clauses out of 17930 with flag 131539/45002
4.42/2.32	c cleaning 9989 clauses out of 19993 with flag 165588/56003
4.61/2.47	c cleaning 10998 clauses out of 22001 with flag 199170/68000
4.81/2.62	c cleaning 11999 clauses out of 24005 with flag 234639/81002
5.02/2.80	c cleaning 12996 clauses out of 26004 with flag 271689/95000
5.13/2.98	c cleaning 13998 clauses out of 28009 with flag 317219/110001
5.52/3.31	c cleaning 14968 clauses out of 30010 with flag 362434/126000
5.75/3.56	c cleaning 16015 clauses out of 32042 with flag 410870/143000
6.09/3.83	c cleaning 17011 clauses out of 34029 with flag 462996/161002
6.42/4.15	c cleaning 17954 clauses out of 36016 with flag 520219/180000
6.71/4.44	c cleaning 19016 clauses out of 38062 with flag 578071/200000
7.02/4.74	c cleaning 19985 clauses out of 40046 with flag 646548/221000
7.32/5.05	c cleaning 21025 clauses out of 42062 with flag 715283/243001
7.73/5.40	c cleaning 22014 clauses out of 44037 with flag 784458/266001
8.04/5.76	c cleaning 23004 clauses out of 46024 with flag 854532/290002
8.44/6.16	c cleaning 23996 clauses out of 48018 with flag 928649/315000
8.83/6.54	c cleaning 25000 clauses out of 50025 with flag 1028963/341003
9.25/6.95	c cleaning 25986 clauses out of 52022 with flag 1117855/368000
9.74/7.42	c cleaning 26979 clauses out of 54039 with flag 1201279/396003
10.14/7.81	c cleaning 28003 clauses out of 56057 with flag 1291536/425000
10.63/8.32	c cleaning 29001 clauses out of 58056 with flag 1391396/455002
11.03/8.76	c cleaning 30025 clauses out of 60053 with flag 1485211/486000
11.55/9.27	c cleaning 30993 clauses out of 62030 with flag 1598533/518002
12.09/9.75	c cleaning 31912 clauses out of 64036 with flag 1697172/551001
12.74/10.31	c cleaning 33052 clauses out of 66123 with flag 1797575/585000
13.24/10.81	c cleaning 34028 clauses out of 68071 with flag 1898263/620000
13.94/11.57	c cleaning 35016 clauses out of 70044 with flag 2007870/656001
14.54/12.11	c cleaning 36004 clauses out of 72029 with flag 2128801/693002
15.16/12.71	c cleaning 36996 clauses out of 74023 with flag 2249818/731000
15.97/13.53	c cleaning 37984 clauses out of 76028 with flag 2367732/770001
16.60/14.19	c cleaning 39005 clauses out of 78044 with flag 2487096/810001
17.38/14.96	c cleaning 40019 clauses out of 80039 with flag 2609964/851001
18.17/15.76	c cleaning 41003 clauses out of 82019 with flag 2734380/893000
19.10/16.64	c cleaning 41944 clauses out of 84018 with flag 2862431/936002
19.92/17.48	c cleaning 43026 clauses out of 86072 with flag 2989150/980000
20.82/18.39	c cleaning 44012 clauses out of 88047 with flag 3126654/1025001
21.72/19.23	c cleaning 44993 clauses out of 90034 with flag 3271172/1071000
22.65/20.18	c cleaning 45996 clauses out of 92043 with flag 3411993/1118002
23.60/21.10	c cleaning 47018 clauses out of 94047 with flag 3549045/1166002
24.60/22.01	c cleaning 48008 clauses out of 96027 with flag 3693153/1215000
25.45/22.83	c cleaning 48954 clauses out of 98020 with flag 3848506/1265001
26.14/23.57	c cleaning 49963 clauses out of 100065 with flag 4020989/1316000
27.11/24.46	c cleaning 50994 clauses out of 102103 with flag 4186371/1368001
28.04/25.37	c cleaning 52048 clauses out of 104110 with flag 4361133/1421002
29.01/26.22	c cleaning 53020 clauses out of 106061 with flag 4519580/1475001
30.00/27.25	c cleaning 54014 clauses out of 108044 with flag 4676417/1530004
30.99/28.27	c cleaning 54989 clauses out of 110026 with flag 4850314/1586000
31.89/29.14	c cleaning 55691 clauses out of 112038 with flag 5014148/1643001
33.02/30.20	c cleaning 56396 clauses out of 114349 with flag 5179582/1701003
34.32/31.53	c cleaning 56811 clauses out of 116950 with flag 5349570/1760000
35.82/33.08	c cleaning 58177 clauses out of 120139 with flag 5526170/1820000
37.06/34.20	c cleaning 58688 clauses out of 122963 with flag 5711411/1881001
38.12/35.40	c cleaning 59953 clauses out of 126274 with flag 5892233/1943000
39.23/36.52	c cleaning 60773 clauses out of 129323 with flag 6077794/2006002
40.43/37.78	c cleaning 61634 clauses out of 132548 with flag 6275848/2070000
41.45/38.79	c cleaning 63155 clauses out of 135917 with flag 6477884/2135003
42.65/39.99	c cleaning 63735 clauses out of 138760 with flag 6688143/2201001
44.28/41.59	c cleaning 64620 clauses out of 142025 with flag 6907833/2268001
45.69/42.94	c cleaning 65725 clauses out of 145404 with flag 7110111/2336000
47.28/44.51	c cleaning 67046 clauses out of 148681 with flag 7319496/2405002
48.47/45.79	c cleaning 67881 clauses out of 151635 with flag 7522982/2475002
49.97/47.23	c cleaning 68309 clauses out of 154754 with flag 7750491/2546002
51.97/49.21	c cleaning 69794 clauses out of 158443 with flag 7959357/2618000
53.82/51.05	c cleaning 70613 clauses out of 161651 with flag 8170492/2691002
55.31/52.50	c cleaning 71943 clauses out of 165037 with flag 8399797/2765001
56.51/53.77	c cleaning 72238 clauses out of 168093 with flag 8621310/2840000
58.40/55.68	c cleaning 73547 clauses out of 171856 with flag 8851186/2916001
59.91/57.11	c cleaning 74159 clauses out of 175308 with flag 9077306/2993000
61.36/58.57	c cleaning 75548 clauses out of 179150 with flag 9309265/3071001
63.75/60.91	c cleaning 75967 clauses out of 182601 with flag 9537789/3150000
65.54/62.70	c cleaning 77296 clauses out of 186635 with flag 9769665/3230001
67.44/64.63	c cleaning 79039 clauses out of 190338 with flag 10012057/3311000
69.00/66.30	c cleaning 79303 clauses out of 193299 with flag 10264756/3393000
70.93/68.24	c cleaning 80274 clauses out of 196996 with flag 10514320/3476000
73.35/70.60	c cleaning 80734 clauses out of 200723 with flag 10761729/3560001
75.55/72.82	c cleaning 82205 clauses out of 204988 with flag 11011091/3645000
78.44/75.74	c cleaning 83159 clauses out of 208785 with flag 11280624/3731002
81.53/78.85	c cleaning 83716 clauses out of 212624 with flag 11553860/3818000
83.49/80.75	c cleaning 85084 clauses out of 216909 with flag 11830509/3906001
86.19/83.40	c cleaning 86957 clauses out of 220824 with flag 12090572/3995000
88.68/85.90	c cleaning 87230 clauses out of 223869 with flag 12344638/4085002
91.07/88.32	c cleaning 88250 clauses out of 227639 with flag 12620145/4176002
93.57/90.87	c cleaning 89302 clauses out of 231390 with flag 12903917/4268003
97.04/94.29	c cleaning 90356 clauses out of 235085 with flag 13172876/4361000
100.27/97.50	c cleaning 91337 clauses out of 238729 with flag 13446259/4455000
102.65/99.91	c cleaning 91640 clauses out of 242392 with flag 13723944/4550000
104.95/102.22	c cleaning 92775 clauses out of 246752 with flag 14009223/4646000
108.52/105.78	c cleaning 94291 clauses out of 250977 with flag 14301876/4743000
111.91/109.15	c cleaning 95126 clauses out of 254686 with flag 14595792/4841000
115.71/112.90	c cleaning 96508 clauses out of 258561 with flag 14878044/4940001
118.19/115.49	c cleaning 96986 clauses out of 262053 with flag 15167566/5040001
122.27/119.41	c cleaning 97913 clauses out of 266066 with flag 15469458/5141000
124.39/121.56	c cleaning 99107 clauses out of 270153 with flag 15782346/5243000
126.68/123.88	c cleaning 99587 clauses out of 274047 with flag 16084585/5346001
130.59/127.89	c cleaning 100881 clauses out of 278461 with flag 16380383/5450002
135.06/132.26	c cleaning 101761 clauses out of 282579 with flag 16699211/5555001
138.85/136.08	c cleaning 103000 clauses out of 286820 with flag 17006765/5661003
142.64/139.81	c cleaning 104358 clauses out of 290817 with flag 17320523/5768000
146.94/144.19	c cleaning 105014 clauses out of 294461 with flag 17631135/5876002
151.92/149.03	c cleaning 106384 clauses out of 298445 with flag 17951130/5985000
155.91/153.07	c cleaning 106482 clauses out of 302061 with flag 18265364/6095000
158.69/155.86	c cleaning 108026 clauses out of 306580 with flag 18591316/6206001
163.44/160.74	c cleaning 109390 clauses out of 310553 with flag 18928893/6318000
167.61/164.83	c cleaning 110050 clauses out of 314163 with flag 19255402/6431000
172.30/169.53	c cleaning 111079 clauses out of 318115 with flag 19579588/6545002
177.59/174.89	c cleaning 112112 clauses out of 322034 with flag 19914160/6660000
181.69/178.87	c cleaning 113130 clauses out of 325922 with flag 20248914/6776000
185.68/182.86	c cleaning 113650 clauses out of 329794 with flag 20595566/6893002
189.87/187.09	c cleaning 114811 clauses out of 334144 with flag 20936052/7011002
194.50/191.76	c cleaning 115440 clauses out of 338333 with flag 21274013/7130002
199.01/196.14	c cleaning 116817 clauses out of 342893 with flag 21634427/7250002
203.50/200.62	c cleaning 117940 clauses out of 347075 with flag 21990313/7371001
208.89/206.06	c cleaning 119201 clauses out of 351134 with flag 22344068/7493000
213.01/210.01	c cleaning 119497 clauses out of 354933 with flag 22701008/7616000
217.69/214.78	c cleaning 121118 clauses out of 359436 with flag 23069090/7740000
222.21/219.35	c cleaning 121658 clauses out of 363318 with flag 23433713/7865000
227.93/225.00	c cleaning 122878 clauses out of 367660 with flag 23798458/7991000
231.72/228.73	c cleaning 123609 clauses out of 371782 with flag 24160769/8118000
235.50/232.50	c cleaning 124615 clauses out of 376176 with flag 24549001/8246003
239.10/236.13	c cleaning 125302 clauses out of 380558 with flag 24930129/8375000
243.69/240.70	c cleaning 126721 clauses out of 385257 with flag 25311131/8505001
248.08/245.01	c cleaning 127675 clauses out of 389536 with flag 25698795/8636001
253.59/250.62	c cleaning 128718 clauses out of 393861 with flag 26076583/8768001
257.12/254.08	c cleaning 129758 clauses out of 398142 with flag 26470214/8901000
260.50/257.42	c cleaning 130561 clauses out of 402384 with flag 26857998/9035000
263.95/260.74	c cleaning 132012 clauses out of 406823 with flag 27277988/9170000
267.16/263.96	c cleaning 131945 clauses out of 410815 with flag 27657862/9306004
272.74/269.55	c cleaning 133377 clauses out of 415868 with flag 28055894/9443002
276.21/272.85	c cleaning 133228 clauses out of 420490 with flag 28467288/9581001
280.29/276.99	c cleaning 134923 clauses out of 426261 with flag 28867681/9720000
284.47/281.24	c cleaning 135869 clauses out of 431338 with flag 29279715/9860000
290.48/287.13	c cleaning 136837 clauses out of 436469 with flag 29697767/10001000
294.17/290.89	c cleaning 137332 clauses out of 441635 with flag 30116241/10143003
301.94/298.69	c cleaning 139317 clauses out of 447300 with flag 30525030/10286000
307.58/304.12	c cleaning 140634 clauses out of 451983 with flag 30943276/10430000
311.47/308.09	c cleaning 140952 clauses out of 456350 with flag 31373186/10575001
316.58/313.27	c cleaning 142378 clauses out of 461398 with flag 31795103/10721001
322.00/318.52	c cleaning 143327 clauses out of 466019 with flag 32220728/10868000
327.69/324.26	c cleaning 144222 clauses out of 470693 with flag 32647788/11016001
333.58/330.16	c cleaning 145170 clauses out of 475470 with flag 33082368/11165000
339.69/336.17	c cleaning 146288 clauses out of 480300 with flag 33518952/11315000
345.36/341.82	c cleaning 147105 clauses out of 485013 with flag 33963506/11466001
351.24/347.76	c cleaning 148031 clauses out of 489909 with flag 34406177/11618002
352.01/348.22	c starts		: 7721
352.01/348.23	c conflicts		: 11632294
352.01/348.23	c decisions		: 297996607
352.01/348.23	c propagations		: 379160964
352.01/348.23	c inspects		: 1796060669
352.01/348.23	c shortcuts		: 0
352.01/348.23	c learnt literals	: 11
352.01/348.23	c learnt binary clauses	: 42
352.01/348.23	c learnt ternary clauses	: 57787
352.01/348.23	c learnt constraints	: 11632282
352.01/348.23	c ignored constraints	: 0
352.01/348.23	c root simplifications	: 0
352.01/348.23	c removed literals (reason simplification)	: 9553240
352.01/348.23	c reason swapping (by a shorter reason)	: 0
352.01/348.23	c Calls to reduceDB	: 148
352.01/348.23	c Number of update (reduction) of LBD	: 2016552
352.01/348.23	c Imported unit clauses	: 0
352.01/348.23	c No decision after first conflict	: false
352.01/348.23	c number of reductions to clauses (during analyze)	: 0
352.01/348.23	c number of learned constraints concerned by reduction	: 0
352.01/348.23	c number of learning phase by resolution	: 0
352.01/348.23	c number of learning phase by cutting planes	: 0
352.01/348.23	c number of rounding to 1 operations	: 0
352.01/348.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
352.01/348.23	c number of reductions of the coefficients by power 2 	: 0
352.01/348.23	c number of right shift for reduction by power 2 	: 0
352.01/348.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
352.01/348.23	c number of ending skipping 	: 0
352.01/348.23	c number of internal skipping 	: 0
352.01/348.23	c number of derivation steps 	: 0
352.01/348.23	c number of skipped derivation steps 	: 0
352.01/348.23	c number of remaining unassigned 	: 0
352.01/348.23	c number of remaining assigned 	: 0
352.01/348.23	c number of falsified literals weakened from reason	: 0
352.01/348.23	c number of falsified literals weakened from conflict	: 0
352.01/348.23	c time for arithmetic operations	: 0
352.01/348.23	c minimum degree of deleted constraints	: null
352.01/348.23	c maximum degree of deleted constraints	: null
352.01/348.23	c number of deleted constraints	: 0
352.01/348.23	c speed (assignments/second)	: 1090207.1491828356
352.01/348.23	c non guided choices	: 277991782
352.20/348.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 356116
352.20/348.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 42
352.20/348.32	s UNSATISFIABLE
352.20/348.32	c Total wall clock time (in seconds): 348.199

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:18:45 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515643-1751234300/watcher-4515643-1751234300 -o /tmp/evaluation-result-4515643-1751234300/solver-4515643-1751234300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515643-1751234300 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515643-1751234300.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=35561, runsolver pid=35558
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.36 4.31 4.14 5/344 35579
/proc/meminfo: memFree=82979352/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=18930384 memory=57764 CPUtime=0.13 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 6601 0 0 0 11 2 0 0 20 0 18 0 39109415 19384713216 14441 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4732596 14441 5331 1 0 547640 0
[pid=35561/tid=35563] ppid=35558 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 5100 0 0 0 7 1 0 0 20 0 18 0 39109417 19384713216 14441 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39109419 19384713216 14441 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39109419 19384713216 14441 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57764 KiB

[startup+0.205912 s]*
/proc/loadavg: 4.36 4.31 4.14 6/344 35579
/proc/meminfo: memFree=82960576/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=18930384 memory=67936 CPUtime=0.32 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 7021 0 0 0 30 2 0 0 20 0 18 0 39109415 19384713216 16984 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4732596 16984 5395 1 0 547909 0
[pid=35561/tid=35563] ppid=35558 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 5276 0 0 0 15 1 0 0 20 0 18 0 39109417 19384713216 16984 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39109419 19384713216 16984 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39109419 19384713216 16984 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67936 KiB

[startup+0.305911 s]*
/proc/loadavg: 4.36 4.31 4.14 6/344 35579
/proc/meminfo: memFree=82915080/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=18930384 memory=115436 CPUtime=0.52 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 8756 0 0 0 48 4 0 0 20 0 18 0 39109415 19384713216 28859 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4732596 28859 5395 1 0 548993 0
[pid=35561/tid=35563] ppid=35558 vsize=18930384 memory=-6000919472706512748 CPUtime=0.26 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 5298 0 0 0 24 2 0 0 20 0 18 0 39109417 19384713216 28859 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39109419 19384713216 28859 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39109419 19384713216 28859 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 115436 KiB

[startup+0.70022 s]
/proc/loadavg: 4.36 4.31 4.14 6/346 35581
/proc/meminfo: memFree=82852900/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=180024 CPUtime=1.26 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 14003 0 0 0 120 6 0 0 20 0 20 0 39109415 19521036288 45006 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 45006 5427 1 0 552172 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=18048 CPUtime=0.61 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 5386 0 0 0 58 3 0 0 20 0 20 0 39109417 19521036288 45006 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 45006 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 45006 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 45006 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180024 KiB

[startup+1.50025 s]
/proc/loadavg: 4.36 4.31 4.14 8/346 35581
/proc/meminfo: memFree=82814848/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=205244 CPUtime=2.85 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 25013 0 0 0 277 8 0 0 20 0 20 0 39109415 19521036288 51311 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 51311 5459 1 0 553992 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=0 CPUtime=1.37 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 6095 0 0 0 133 4 0 0 20 0 20 0 39109417 19521036288 51311 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 51311 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 51311 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 51311 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205244 KiB

[startup+3.10582 s]
/proc/loadavg: 4.36 4.31 4.14 6/346 35581
/proc/meminfo: memFree=81591084/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=229688 CPUtime=5.32 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 27516 0 0 0 521 11 0 0 20 0 20 0 39109415 19521036288 57422 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 57422 5491 1 0 660516 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 6596 0 0 0 283 6 0 0 20 0 20 0 39109417 19521036288 57422 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=-6000919472706512748 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 57422 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 57422 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 57422 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229688 KiB

[startup+6.30021 s]
/proc/loadavg: 4.33 4.31 4.14 5/346 35581
/proc/meminfo: memFree=79238220/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=621428 CPUtime=8.63 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 27809 0 0 0 840 23 0 0 20 0 20 0 39109415 19521036288 155357 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 155357 5491 1 0 660528 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=0 CPUtime=6.04 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 6826 0 0 0 587 17 0 0 20 0 20 0 39109417 19521036288 155357 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 155357 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 155357 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=205372 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 155357 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 621428 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.30 4.14 5/346 35581
/proc/meminfo: memFree=78266872/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=842612 CPUtime=15.16 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 31372 0 0 0 1481 35 0 0 20 0 20 0 39109415 19521036288 210653 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 210653 5491 1 0 660530 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=205372 CPUtime=12.37 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 7923 0 0 0 1210 27 0 0 20 0 20 0 39109417 19521036288 210653 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 210653 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=838516 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 210653 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 210653 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 15.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 842612 KiB

[startup+25.5002 s]
/proc/loadavg: 4.53 4.35 4.16 5/346 35581
/proc/meminfo: memFree=77318288/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=1268664 CPUtime=28.24 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 35384 0 0 0 2769 55 0 0 20 0 20 0 39109415 19521036288 317166 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 317166 5491 1 0 660532 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=-6000919472706512748 CPUtime=25.06 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 9518 0 0 0 2460 46 0 0 20 0 20 0 39109417 19521036288 317166 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 317166 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 317166 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=16420 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 317166 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 28.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1268664 KiB

[startup+51.1059 s]
/proc/loadavg: 4.49 4.35 4.16 5/346 35582
/proc/meminfo: memFree=74764992/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=1666196 CPUtime=53.92 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 39202 0 0 0 5307 85 0 0 20 0 20 0 39109415 19521036288 416549 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 416549 5491 1 0 660535 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=1531016 CPUtime=50.21 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 11406 0 0 0 4951 70 0 0 20 0 20 0 39109417 19521036288 416549 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=1526860 CPUtime=0 cores=5,7

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

/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 495180 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=1980720 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 214 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 495180 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=1980720 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 495180 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 225.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1980720 KiB

[startup+282.3 s]
/proc/loadavg: 4.51 4.38 4.21 5/348 35623
/proc/meminfo: memFree=60188176/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=2233252 CPUtime=285.56 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 48840 0 0 0 28341 215 0 0 20 0 20 0 39109415 19521036288 558313 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 558313 5491 1 0 660642 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=14412 CPUtime=278.24 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 17331 0 0 0 27642 182 0 0 20 0 20 0 39109417 19521036288 558313 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 558313 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=19584 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 214 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 558313 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=1805744 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 558313 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 285.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2233252 KiB

[startup+342.3 s]
/proc/loadavg: 4.44 4.37 4.22 5/349 35626
/proc/meminfo: memFree=57086708/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=2356604 CPUtime=345.86 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 50764 0 0 0 34343 243 0 0 20 0 20 0 39109415 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 589151 5491 1 0 660702 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=18048 CPUtime=337.49 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 18908 0 0 0 33542 207 0 0 20 0 20 0 39109417 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=14412 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=2356604 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 258 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=2356604 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 345.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2356604 KiB

[startup+348.351 s]
# the end of solver process 35561 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=349.795 s, system=2.48481 s

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

[startup+342.4 s]
/proc/loadavg: 4.44 4.37 4.22 5/349 35626
/proc/meminfo: memFree=57086708/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=2356604 CPUtime=345.96 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 50764 0 0 0 34353 243 0 0 20 0 20 0 39109415 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 589151 5491 1 0 660702 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=14412 CPUtime=337.59 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 18908 0 0 0 33552 207 0 0 20 0 20 0 39109417 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=2356604 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 258 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 345.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2356604 KiB

[startup+345.6 s]
/proc/loadavg: 4.41 4.37 4.22 5/349 35626
/proc/meminfo: memFree=56969564/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=2356604 CPUtime=349.15 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 50908 0 0 0 34671 244 0 0 20 0 20 0 39109415 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 589151 5491 1 0 660702 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=2356604 CPUtime=340.78 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 19052 0 0 0 33870 208 0 0 20 0 20 0 39109417 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 258 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 349.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2356604 KiB

[startup+347.2 s]
/proc/loadavg: 4.41 4.37 4.22 6/349 35626
/proc/meminfo: memFree=56896948/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=2356604 CPUtime=350.75 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 51017 0 0 0 34830 245 0 0 20 0 20 0 39109415 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 589151 5491 1 0 660702 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=2356604 CPUtime=342.37 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 19160 0 0 0 34029 208 0 0 20 0 20 0 39109417 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 258 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 350.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2356604 KiB

[startup+348 s]*
/proc/loadavg: 4.41 4.37 4.22 6/349 35626
/proc/meminfo: memFree=56844228/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19063512 memory=2356604 CPUtime=351.65 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 52904 0 0 0 34919 246 0 0 20 0 20 0 39109415 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4765878 589151 5491 1 0 660704 0
[pid=35561/tid=35563] ppid=35558 vsize=19063512 memory=-6000919472706512748 CPUtime=343.18 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) R 35558 35561 34474 0 -1 4194368 20307 0 0 0 34108 210 0 0 20 0 20 0 39109417 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 258 0 0 0 0 0 0 0 20 0 20 0 39109419 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35581] ppid=35558 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/35561/task/35581/stat : 35581 (Timer-0) S 35558 35561 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39109460 19521036288 589151 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 351.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2356604 KiB

[startup+348.2 s]
/proc/loadavg: 4.41 4.37 4.22 6/349 35626
/proc/meminfo: memFree=56844228/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19196640 memory=2389952 CPUtime=352.01 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 54993 0 0 0 34954 247 0 0 20 0 20 0 39109415 19657359360 597488 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4799160 597488 5523 1 0 661310 0
[pid=35561/tid=35563] ppid=35558 vsize=19196640 memory=2688 CPUtime=343.26 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) S 35558 35561 34474 0 -1 4194368 21261 0 0 0 34116 210 0 0 20 0 20 0 39109417 19657359360 597488 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19196640 memory=2432 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19657359360 597488 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19196640 memory=3328 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 258 0 0 0 0 0 0 0 20 0 20 0 39109419 19657359360 597488 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 352.01 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2389952 KiB

[startup+348.3 s]
/proc/loadavg: 4.41 4.37 4.22 6/349 35626
/proc/meminfo: memFree=56844228/131250000 swapFree=33010684/33010684
[pid=35561] ppid=35558 vsize=19196640 memory=2392256 CPUtime=352.2 cores=5,7
/proc/35561/stat : 35561 (java) S 35558 35561 34474 0 -1 4194304 56216 0 0 0 34973 247 0 0 20 0 20 0 39109415 19657359360 598064 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
/proc/35561/statm: 4799160 598064 5523 1 0 661342 0
[pid=35561/tid=35563] ppid=35558 vsize=19196640 memory=18048 CPUtime=343.26 cores=5,7
/proc/35561/task/35563/stat : 35563 (java) S 35558 35561 34474 0 -1 4194368 21261 0 0 0 34116 210 0 0 20 0 20 0 39109417 19657359360 598064 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35572] ppid=35558 vsize=19196640 memory=14412 CPUtime=0 cores=5,7
/proc/35561/task/35572/stat : 35572 (Finalizer) S 35558 35561 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39109419 19657359360 598064 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
[pid=35561/tid=35579] ppid=35558 vsize=19196640 memory=2356604 CPUtime=0 cores=5,7
/proc/35561/task/35579/stat : 35579 (Common-Cleaner) S 35558 35561 34474 0 -1 4194368 260 0 0 0 0 0 0 0 20 0 20 0 39109419 19657359360 598064 18446744073709551615 94361916702720 94361916706416 140735330323392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94361916714232 94361916715024 94361930289152 140735330326832 140735330327014 140735330327014 140735330332616 0
Current children cumulated CPU time: 352.2 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2392256 KiB

Child status: 20

Real time (s): 348.351
CPU time (s): 352.279
CPU user time (s): 349.795
CPU system time (s): 2.48481
CPU usage (%): 101.128
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2392256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.795
system time used= 2.48482
maximum resident set size= 2392384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2595360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13727
involuntary context switches= 2214


# summary of solver processes directly reported to runsolver:
#   pid: 35561
#   total CPU time (s): 352.279
#   total CPU user time (s): 349.795
#   total CPU system time (s): 2.48481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.864632 second user time and 1.58831 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 23:58:20
IDJOB=4515643
IDBENCH=165325
IDSOLVER=3364
FILE ID=nodeC033/4515643-1751234300
RUNJOBID= nodeC033-1751234104-34968
SLURM_JOB_ID= 9587701
Free space on /tmp= 432764 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515643-1751234300/watcher-4515643-1751234300 -o /tmp/evaluation-result-4515643-1751234300/solver-4515643-1751234300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515643-1751234300 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515643-1751234300.opb

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

MD5SUM BENCH= 2ed11ed0a65f838ec27d78822f3aa2f3
RANDOM SEED=1114020578

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        83011652 kB
MemAvailable:   93700972 kB
Buffers:            3280 kB
Cached:         11486380 kB
SwapCached:            0 kB
Active:         36227648 kB
Inactive:       11226960 kB
Active(anon):   35983092 kB
Inactive(anon):        0 kB
Active(file):     244556 kB
Inactive(file): 11226960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           4285844 kB
Writeback:             0 kB
AnonPages:      35967736 kB
Mapped:           123768 kB
Shmem:             18120 kB
KReclaimable:     114088 kB
Slab:             335924 kB
SReclaimable:     114088 kB
SUnreclaim:       221836 kB
KernelStack:        5280 kB
PageTables:        74044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   37523824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35538944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC033 at 2025-06-30 00:04:09