Trace number 4517335

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-06? (TO) 3600.26 3614.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_comm/normalized-9arraycomm_teq_tvars_greater.opb
MD5SUM9dd26da760933c12ca47ea31d83a44d2
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 benchmark0.009822
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables504
Total number of constraints280
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 constraints280
Minimum length of a constraint2
Maximum length of a constraint36
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 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524287
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.42/0.36	c Pseudo Boolean Optimization by upper bound
0.42/0.36	c --- Begin Solver configuration ---
0.42/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.36	c Learn all clauses as in MiniSAT
0.42/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.36	c Expensive reason simplification
0.42/0.36	c Glucose 2.1 dynamic restart strategy
0.42/0.36	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.42/0.36	c timeout=2147483s
0.42/0.36	c DB Simplification allowed=false
0.42/0.36	c Listener: none
0.42/0.36	c --- End Solver configuration ---
0.42/0.36	c solving HOME/instance-4517335-1751243585.opb
0.42/0.36	c reading problem ... 
0.42/0.37	c using VERIPB proof format
0.42/0.37	c  no objective function found
0.59/0.46	c ... done. Wall clock time 0.094s.
0.59/0.46	c declared #vars     504
0.59/0.46	c #constraints  559
0.59/0.46	c constraints type 
0.59/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 270
0.59/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 289
0.59/0.47	c 559 constraints processed.
2.48/1.49	c cleaning 2498 clauses out of 5000 with flag 27595/5000
3.47/1.97	c cleaning 4242 clauses out of 8504 with flag 74446/11002
4.26/2.32	c cleaning 5624 clauses out of 11261 with flag 123408/18001
4.85/2.66	c cleaning 6811 clauses out of 13636 with flag 169563/26000
5.46/2.99	c cleaning 7902 clauses out of 15826 with flag 224451/35001
6.20/3.42	c cleaning 8952 clauses out of 17924 with flag 298577/45001
6.90/3.86	c cleaning 9972 clauses out of 19972 with flag 369131/56001
7.42/4.33	c cleaning 10990 clauses out of 21999 with flag 450823/68000
7.98/4.88	c cleaning 11989 clauses out of 24009 with flag 534838/81000
8.65/5.48	c cleaning 13001 clauses out of 26021 with flag 624642/95001
9.35/6.18	c cleaning 13989 clauses out of 28019 with flag 721098/110000
10.34/7.02	c cleaning 15000 clauses out of 30030 with flag 826621/126000
11.20/7.82	c cleaning 16006 clauses out of 32032 with flag 929690/143002
12.16/8.71	c cleaning 16998 clauses out of 34026 with flag 1053622/161002
13.24/9.72	c cleaning 17996 clauses out of 36026 with flag 1170579/180000
14.34/10.84	c cleaning 19007 clauses out of 38030 with flag 1288821/200000
15.55/12.10	c cleaning 20002 clauses out of 40024 with flag 1413211/221001
16.93/13.45	c cleaning 21001 clauses out of 42021 with flag 1552355/243000
18.34/14.81	c cleaning 22007 clauses out of 44021 with flag 1693788/266001
19.83/16.32	c cleaning 23002 clauses out of 46014 with flag 1839172/290001
21.54/18.05	c cleaning 23989 clauses out of 48012 with flag 1993549/315001
23.03/19.56	c cleaning 25002 clauses out of 50023 with flag 2150447/341001
24.91/21.41	c cleaning 26004 clauses out of 52020 with flag 2316182/368000
26.83/23.37	c cleaning 26996 clauses out of 54017 with flag 2487116/396001
28.93/25.44	c cleaning 28000 clauses out of 56020 with flag 2668921/425000
30.93/27.47	c cleaning 29005 clauses out of 58021 with flag 2843948/455001
33.42/29.90	c cleaning 30006 clauses out of 60016 with flag 3034316/486001
35.71/32.27	c cleaning 30997 clauses out of 62011 with flag 3252495/518002
38.01/34.53	c cleaning 32003 clauses out of 64013 with flag 3445375/551001
40.55/37.15	c cleaning 32993 clauses out of 66010 with flag 3658545/585001
43.24/39.82	c cleaning 33993 clauses out of 68016 with flag 3879854/620000
46.02/42.65	c cleaning 34999 clauses out of 70024 with flag 4098451/656001
49.32/46.01	c cleaning 35996 clauses out of 72025 with flag 4347477/693001
52.82/49.48	c cleaning 37004 clauses out of 74030 with flag 4583938/731002
56.21/52.86	c cleaning 38003 clauses out of 76025 with flag 4819596/770001
59.41/56.08	c cleaning 39006 clauses out of 78021 with flag 5047140/810000
63.00/59.67	c cleaning 39996 clauses out of 80015 with flag 5290867/851000
66.50/63.16	c cleaning 40994 clauses out of 82020 with flag 5538166/893001
70.28/66.90	c cleaning 42001 clauses out of 84025 with flag 5799657/936000
73.47/70.34	c cleaning 43002 clauses out of 86024 with flag 6033546/980000
76.66/73.58	c cleaning 44005 clauses out of 88023 with flag 6268592/1025001
81.16/78.10	c cleaning 44995 clauses out of 90018 with flag 6547949/1071001
85.53/82.40	c cleaning 46003 clauses out of 92024 with flag 6813672/1118002
90.02/86.93	c cleaning 46997 clauses out of 94019 with flag 7108880/1166000
94.01/90.96	c cleaning 47994 clauses out of 96024 with flag 7370927/1215002
98.60/95.53	c cleaning 49002 clauses out of 98030 with flag 7668803/1265002
102.57/99.67	c cleaning 49997 clauses out of 100026 with flag 7965716/1316000
105.97/103.03	c cleaning 51007 clauses out of 102030 with flag 8204179/1368001
110.45/107.59	c cleaning 52005 clauses out of 104022 with flag 8487521/1421000
115.14/112.20	c cleaning 52999 clauses out of 106017 with flag 8799083/1475000
119.93/117.03	c cleaning 54002 clauses out of 108019 with flag 9094164/1530001
125.03/122.19	c cleaning 54997 clauses out of 110016 with flag 9420085/1586000
129.70/126.87	c cleaning 56000 clauses out of 112019 with flag 9719880/1643000
135.16/132.47	c cleaning 57002 clauses out of 114019 with flag 10055234/1701000
139.95/137.23	c cleaning 58000 clauses out of 116017 with flag 10339134/1760000
145.93/143.24	c cleaning 59003 clauses out of 118017 with flag 10696447/1820000
151.62/149.00	c cleaning 59999 clauses out of 120015 with flag 11027824/1881001
158.00/155.38	c cleaning 61003 clauses out of 122015 with flag 11374170/1943000
164.59/162.02	c cleaning 61999 clauses out of 124012 with flag 11752377/2006000
170.26/167.73	c cleaning 62998 clauses out of 126013 with flag 12102864/2070000
176.45/173.95	c cleaning 63995 clauses out of 128017 with flag 12469459/2135002
183.55/181.04	c cleaning 65003 clauses out of 130022 with flag 12862142/2201002
190.71/188.20	c cleaning 66000 clauses out of 132017 with flag 13255065/2268000
197.90/195.51	c cleaning 66999 clauses out of 134017 with flag 13662588/2336000
204.50/202.18	c cleaning 67998 clauses out of 136019 with flag 14017749/2405001
211.07/208.74	c cleaning 69000 clauses out of 138020 with flag 14366053/2475000
218.05/215.76	c cleaning 70001 clauses out of 140020 with flag 14722624/2546000
226.11/223.99	c cleaning 71007 clauses out of 142019 with flag 15127720/2618000
233.10/230.93	c cleaning 71999 clauses out of 144012 with flag 15483450/2691000
241.01/238.82	c cleaning 72995 clauses out of 146013 with flag 15885722/2765000
248.09/245.99	c cleaning 73997 clauses out of 148019 with flag 16251415/2840001
256.78/254.78	c cleaning 75002 clauses out of 150021 with flag 16685748/2916000
265.17/263.14	c cleaning 76007 clauses out of 152022 with flag 17100104/2993003
273.15/271.19	c cleaning 77003 clauses out of 154012 with flag 17500107/3071000
281.52/279.56	c cleaning 77995 clauses out of 156009 with flag 17930479/3150000
290.52/288.61	c cleaning 78999 clauses out of 158014 with flag 18370955/3230000
299.20/297.34	c cleaning 79991 clauses out of 160015 with flag 18808000/3311000
308.39/306.57	c cleaning 81006 clauses out of 162025 with flag 19242063/3393001
317.57/315.86	c cleaning 81998 clauses out of 164018 with flag 19709738/3476000
329.44/327.75	c cleaning 83001 clauses out of 166021 with flag 20264473/3560001
338.92/337.20	c cleaning 84004 clauses out of 168019 with flag 20698771/3645000
350.00/348.48	c cleaning 84995 clauses out of 170016 with flag 21199493/3731001
360.10/358.50	c cleaning 85998 clauses out of 172020 with flag 21648385/3818000
370.69/369.17	c cleaning 87001 clauses out of 174023 with flag 22120753/3906001
381.96/380.57	c cleaning 88000 clauses out of 176021 with flag 22597970/3995000
394.13/392.78	c cleaning 89001 clauses out of 178022 with flag 23144917/4085001
407.12/405.85	c cleaning 90001 clauses out of 180020 with flag 23686101/4176000
419.19/417.90	c cleaning 91001 clauses out of 182020 with flag 24189916/4268001
430.77/429.54	c cleaning 91995 clauses out of 184018 with flag 24671897/4361000
444.26/443.19	c cleaning 93010 clauses out of 186023 with flag 25182336/4455000
456.02/454.98	c cleaning 93995 clauses out of 188014 with flag 25666294/4550001
469.80/469.73	c cleaning 95001 clauses out of 190019 with flag 26173639/4646001
484.27/484.20	c cleaning 95998 clauses out of 192017 with flag 26750156/4743000
498.05/498.04	c cleaning 96993 clauses out of 194020 with flag 27305109/4841001
511.88/512.00	c cleaning 97998 clauses out of 196026 with flag 27852804/4940000
525.64/525.71	c cleaning 99009 clauses out of 198028 with flag 28371218/5040000
542.27/542.40	c cleaning 99994 clauses out of 200019 with flag 29013773/5141000
557.46/557.67	c cleaning 101005 clauses out of 202025 with flag 29560052/5243000
571.92/572.19	c cleaning 101995 clauses out of 204021 with flag 30096285/5346001
589.31/589.46	c cleaning 103002 clauses out of 206026 with flag 30693358/5450001
605.96/606.17	c cleaning 104010 clauses out of 208023 with flag 31350952/5555000
623.57/623.79	c cleaning 104999 clauses out of 210013 with flag 31962411/5661000
642.00/642.24	c cleaning 105996 clauses out of 212014 with flag 32579371/5768000
659.78/660.08	c cleaning 107002 clauses out of 214020 with flag 33190334/5876002
677.03/677.33	c cleaning 108000 clauses out of 216018 with flag 33753031/5985002
696.49/696.87	c cleaning 108998 clauses out of 218016 with flag 34382972/6095000
715.35/715.78	c cleaning 109996 clauses out of 220019 with flag 35000153/6206001
735.21/735.63	c cleaning 111006 clauses out of 222024 with flag 35598408/6318002
756.58/759.35	c cleaning 112004 clauses out of 224016 with flag 36244476/6431000
780.27/783.02	c cleaning 112993 clauses out of 226013 with flag 36933347/6545001
802.56/805.45	c cleaning 114001 clauses out of 228020 with flag 37600003/6660001
824.33/827.20	c cleaning 114997 clauses out of 230018 with flag 38254535/6776000
848.53/851.47	c cleaning 115993 clauses out of 232021 with flag 38934022/6893000
869.88/872.80	c cleaning 117000 clauses out of 234029 with flag 39642875/7011001
897.29/900.24	c cleaning 118002 clauses out of 236028 with flag 40375577/7130000
925.00/928.04	c cleaning 119005 clauses out of 238026 with flag 41132663/7250000
953.63/956.74	c cleaning 120002 clauses out of 240021 with flag 41869223/7371000
982.42/985.53	c cleaning 121000 clauses out of 242020 with flag 42649174/7493001
1013.44/1022.12	c cleaning 122004 clauses out of 244019 with flag 43438884/7616000
1047.11/1055.85	c cleaning 122999 clauses out of 246016 with flag 44249765/7740001
1081.41/1090.18	c cleaning 124006 clauses out of 248016 with flag 45070311/7865000
1116.28/1125.15	c cleaning 124993 clauses out of 250010 with flag 45918590/7991000
1152.17/1161.04	c cleaning 125999 clauses out of 252019 with flag 46771514/8118002
1193.72/1202.64	c cleaning 126999 clauses out of 254019 with flag 47707721/8246001
1234.03/1243.10	c cleaning 127999 clauses out of 256020 with flag 48594553/8375001
1277.94/1287.02	c cleaning 129008 clauses out of 258020 with flag 49506340/8505000
1320.91/1330.04	c cleaning 129998 clauses out of 260012 with flag 50425252/8636000
1366.35/1375.57	c cleaning 130996 clauses out of 262015 with flag 51396565/8768001
1412.74/1422.11	c cleaning 132001 clauses out of 264019 with flag 52350485/8901001
1458.44/1467.83	c cleaning 133004 clauses out of 266017 with flag 53265541/9035000
1506.75/1516.20	c cleaning 133995 clauses out of 268013 with flag 54232697/9170000
1555.91/1565.45	c cleaning 135002 clauses out of 270018 with flag 55207377/9306000
1609.07/1618.78	c cleaning 136001 clauses out of 272017 with flag 56162103/9443001
1660.39/1670.16	c cleaning 137006 clauses out of 274016 with flag 57165778/9581001
1710.40/1720.27	c cleaning 137997 clauses out of 276009 with flag 58120819/9720000
1766.66/1776.52	c cleaning 139001 clauses out of 278012 with flag 59106943/9860000
1825.35/1836.75	c cleaning 139996 clauses out of 280011 with flag 60094186/10001000
1881.17/1892.69	c cleaning 141003 clauses out of 282016 with flag 61082250/10143001
1937.00/1948.53	c cleaning 141997 clauses out of 284014 with flag 62101595/10286002
1999.32/2010.99	c cleaning 142997 clauses out of 286015 with flag 63102630/10430000
2059.26/2070.91	c cleaning 143999 clauses out of 288018 with flag 64113435/10575000
2122.68/2134.54	c cleaning 145004 clauses out of 290020 with flag 65146296/10721001
2185.56/2197.58	c cleaning 146001 clauses out of 292015 with flag 66162923/10868000
2252.77/2264.83	c cleaning 147004 clauses out of 294016 with flag 67180145/11016002
2318.39/2330.54	c cleaning 147993 clauses out of 296012 with flag 68225087/11165002
2386.62/2398.98	c cleaning 149004 clauses out of 298017 with flag 69317925/11315000
2460.10/2472.53	c cleaning 150001 clauses out of 300013 with flag 70388934/11466000
2532.07/2544.60	c cleaning 150997 clauses out of 302012 with flag 71451440/11618000
2602.58/2615.21	c cleaning 152000 clauses out of 304015 with flag 72514661/11771000
2670.19/2682.99	c cleaning 152999 clauses out of 306017 with flag 73574359/11925002
2743.81/2756.73	c cleaning 154001 clauses out of 308016 with flag 74687597/12080000
2819.59/2832.68	c cleaning 155000 clauses out of 310017 with flag 75782957/12236002
2890.87/2904.10	c cleaning 155995 clauses out of 312015 with flag 76857423/12393000
2967.85/2981.16	c cleaning 157002 clauses out of 314023 with flag 78040406/12551003
3049.64/3063.06	c cleaning 158000 clauses out of 316018 with flag 79168852/12710000
3127.22/3140.88	c cleaning 159000 clauses out of 318019 with flag 80283763/12870001
3211.95/3225.76	c cleaning 160000 clauses out of 320018 with flag 81477693/13031000
3296.30/3310.24	c cleaning 161005 clauses out of 322018 with flag 82626884/13193000
3375.90/3389.90	c cleaning 162001 clauses out of 324013 with flag 83732158/13356000
3459.90/3474.10	c cleaning 163001 clauses out of 326012 with flag 84837263/13520000
3543.42/3557.76	c cleaning 164001 clauses out of 328012 with flag 86010813/13685001
3600.08/3614.52	c timeout
3600.08/3614.52	c starts		: 11928
3600.08/3614.52	c conflicts		: 13803505
3600.08/3614.52	c decisions		: 17145031
3600.08/3614.52	c propagations		: 374684396
3600.08/3614.52	c inspects		: 53107538336
3600.08/3614.52	c shortcuts		: 0
3600.08/3614.52	c learnt literals	: 0
3600.08/3614.52	c learnt binary clauses	: 20
3600.08/3614.52	c learnt ternary clauses	: 64
3600.08/3614.52	c learnt constraints	: 13803505
3600.08/3614.52	c ignored constraints	: 0
3600.08/3614.52	c root simplifications	: 0
3600.08/3614.52	c removed literals (reason simplification)	: 28550615
3600.08/3614.52	c reason swapping (by a shorter reason)	: 0
3600.08/3614.52	c Calls to reduceDB	: 161
3600.08/3614.52	c Number of update (reduction) of LBD	: 4186596
3600.08/3614.52	c Imported unit clauses	: 0
3600.08/3614.52	c No decision after first conflict	: false
3600.08/3614.52	c number of reductions to clauses (during analyze)	: 0
3600.08/3614.52	c number of learned constraints concerned by reduction	: 0
3600.08/3614.52	c number of learning phase by resolution	: 0
3600.08/3614.52	c number of learning phase by cutting planes	: 0
3600.08/3614.52	c number of rounding to 1 operations	: 0
3600.08/3614.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3614.52	c number of reductions of the coefficients by power 2 	: 0
3600.08/3614.52	c number of right shift for reduction by power 2 	: 0
3600.08/3614.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3614.52	c number of ending skipping 	: 0
3600.08/3614.52	c number of internal skipping 	: 0
3600.08/3614.52	c number of derivation steps 	: 0
3600.08/3614.52	c number of skipped derivation steps 	: 0
3600.08/3614.52	c number of remaining unassigned 	: 0
3600.08/3614.52	c number of remaining assigned 	: 0
3600.08/3614.52	c number of falsified literals weakened from reason	: 0
3600.08/3614.52	c number of falsified literals weakened from conflict	: 0
3600.08/3614.52	c time for arithmetic operations	: 0
3600.08/3614.52	c minimum degree of deleted constraints	: null
3600.08/3614.52	c maximum degree of deleted constraints	: null
3600.08/3614.52	c number of deleted constraints	: 0
3600.08/3614.53	c speed (assignments/second)	: 103674.29475992743
3600.08/3614.53	c non guided choices	: 11610
3600.08/3614.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 282495
3600.08/3614.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 20
3600.08/3614.59	s UNKNOWN
3600.08/3614.59	c Total wall clock time (in seconds): 3614.229

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63339 MiB free)
  memory of node 1: 64465 MiB (63928 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
solver pid=32747, runsolver pid=32734
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.14 4.15 4.17 10/320 32820
/proc/meminfo: memFree=130260824/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=18930344 memory=48864 CPUtime=0.09 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 5629 0 0 0 5 4 0 0 20 0 18 0 40037630 19384672256 12216 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4732586 12216 5060 1 0 546862 0
[pid=32747/tid=32758] ppid=32734 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4456512 4568 0 0 0 3 3 0 0 20 0 18 0 40037633 19384672256 12216 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=18930344 memory=15877 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40037638 19384672256 12216 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=18930344 memory=58494082614266 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 40037639 19384672256 12216 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 48864 KiB

[startup+0.213597 s]*
/proc/loadavg: 4.14 4.15 4.17 10/320 32820
/proc/meminfo: memFree=130249600/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=18930384 memory=53636 CPUtime=0.25 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 6066 0 0 0 20 5 0 0 20 0 18 0 40037630 19384713216 13409 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4732596 13409 5348 1 0 547231 0
[pid=32747/tid=32758] ppid=32734 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 4949 0 0 0 13 3 0 0 20 0 18 0 40037633 19384713216 13409 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=18930384 memory=15877 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40037638 19384713216 13409 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 40037639 19384713216 13409 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53636 KiB

[startup+0.313495 s]*
/proc/loadavg: 4.14 4.15 4.17 12/320 32820
/proc/meminfo: memFree=130224332/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=18930384 memory=59768 CPUtime=0.42 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 6569 0 0 0 36 6 0 0 20 0 18 0 40037630 19384713216 14942 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4732596 14942 5348 1 0 547695 0
[pid=32747/tid=32758] ppid=32734 vsize=18930384 memory=-6000919481329871468 CPUtime=0.26 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 5129 0 0 0 22 4 0 0 20 0 18 0 40037633 19384713216 14942 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40037638 19384713216 14942 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 40037639 19384713216 14942 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59768 KiB

[startup+0.700305 s]
/proc/loadavg: 4.14 4.15 4.17 14/321 32821
/proc/meminfo: memFree=130217492/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=18996948 memory=69112 CPUtime=1.1 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 8325 0 0 0 102 8 0 0 20 0 19 0 40037630 19452874752 17278 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4749237 17278 5412 1 0 549144 0
[pid=32747/tid=32758] ppid=32734 vsize=18996948 memory=17280 CPUtime=0.52 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 5344 0 0 0 48 4 0 0 20 0 19 0 40037633 19452874752 17278 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40037638 19452874752 17278 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 40037639 19452874752 17278 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40037678 19452874752 17278 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69112 KiB

[startup+1.50027 s]
/proc/loadavg: 4.14 4.15 4.17 11/324 32824
/proc/meminfo: memFree=130098524/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=18996948 memory=129956 CPUtime=2.67 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 18512 0 0 0 255 12 0 0 20 0 19 0 40037630 19452874752 32489 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4749237 32489 5412 1 0 552544 0
[pid=32747/tid=32758] ppid=32734 vsize=18996948 memory=0 CPUtime=1.23 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 6388 0 0 0 117 6 0 0 20 0 19 0 40037633 19452874752 32489 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40037638 19452874752 32489 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 40037639 19452874752 32489 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40037678 19452874752 32489 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 129956 KiB

[startup+3.10478 s]
/proc/loadavg: 4.14 4.15 4.17 9/328 32828
/proc/meminfo: memFree=129702380/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=179544 CPUtime=5.76 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 24118 0 0 0 559 17 0 0 20 0 20 0 40037630 19521036288 44886 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 44886 5444 1 0 554687 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=10496 CPUtime=2.8 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 6903 0 0 0 271 9 0 0 20 0 20 0 40037633 19521036288 44886 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=-6000919489919806060 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 44886 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 44886 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 44886 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179544 KiB

[startup+6.30034 s]
/proc/loadavg: 4.29 4.18 4.18 6/331 32831
/proc/meminfo: memFree=128868184/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=321568 CPUtime=9.54 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 26565 0 0 0 932 22 0 0 20 0 20 0 40037630 19521036288 80392 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 80392 5444 1 0 554690 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=0 CPUtime=5.96 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 7472 0 0 0 582 14 0 0 20 0 20 0 40037633 19521036288 80392 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 80392 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 80392 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=138392 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 80392 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 321568 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.18 4.18 6/331 32831
/proc/meminfo: memFree=127323836/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=714804 CPUtime=16.23 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 29680 0 0 0 1588 35 0 0 20 0 20 0 40037630 19521036288 178701 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 178701 5444 1 0 554690 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=138392 CPUtime=12.31 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 8410 0 0 0 1205 26 0 0 20 0 20 0 40037633 19521036288 178701 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=614452 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 178701 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 178701 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 178701 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 714804 KiB

[startup+25.5004 s]
/proc/loadavg: 4.20 4.17 4.18 6/331 32831
/proc/meminfo: memFree=125561856/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=1128700 CPUtime=29.03 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 31956 0 0 0 2853 50 0 0 20 0 20 0 40037630 19521036288 282175 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 282175 5476 1 0 554690 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=-6000919489919806060 CPUtime=25.03 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 9415 0 0 0 2463 40 0 0 20 0 20 0 40037633 19521036288 282175 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 282175 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 282175 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 282175 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 29.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1128700 KiB

[startup+51.1131 s]
/proc/loadavg: 4.21 4.17 4.18 7/331 32831
/proc/meminfo: memFree=124139556/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=1313036 CPUtime=54.53 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 32771 0 0 0 5385 68 0 0 20 0 20 0 40037630 19521036288 328259 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 328259 5476 1 0 554690 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=1313036 CPUtime=50.45 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 9587 0 0 0 4988 57 0 0 20 0 20 0 40037633 19521036288 328259 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=1306888 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 328259 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0

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

/proc/meminfo: memFree=98864976/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=1978424 CPUtime=3268.48 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 70575 0 0 0 326130 718 0 0 20 0 20 0 40037630 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 494606 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=1978424 CPUtime=3253.23 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 32434 0 0 0 324801 522 0 0 20 0 20 0 40037633 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=1978424 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=1978424 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1326 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3268.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1978424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.14 6/330 33008
/proc/meminfo: memFree=98551116/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=1978424 CPUtime=3328.32 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 71980 0 0 0 332103 729 0 0 20 0 20 0 40037630 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 494606 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=4252 CPUtime=3313.03 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 33652 0 0 0 330774 529 0 0 20 0 20 0 40037633 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=1978424 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 494606 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3328.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1978424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.14 6/329 33010
/proc/meminfo: memFree=98201152/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=1988752 CPUtime=3388.27 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 73306 0 0 0 338088 739 0 0 20 0 20 0 40037630 19521036288 497188 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 497188 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=1988752 CPUtime=3372.75 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 34323 0 0 0 336740 535 0 0 20 0 20 0 40037633 19521036288 497188 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 497188 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=1988752 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1506 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 497188 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=1988752 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 497188 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3388.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1988752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.14 7/329 33013
/proc/meminfo: memFree=97855124/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3448.22 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 73701 0 0 0 344075 747 0 0 20 0 20 0 40037630 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 504374 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=4252 CPUtime=3432.47 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 34391 0 0 0 342707 540 0 0 20 0 20 0 40037633 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1506 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3448.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017496 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.13 6/329 33015
/proc/meminfo: memFree=97557160/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3508.06 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 74115 0 0 0 350049 757 0 0 20 0 20 0 40037630 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 504374 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3492.27 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 34800 0 0 0 348680 547 0 0 20 0 20 0 40037633 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=1988752 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1506 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=2017496 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3508.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.13 4.14 7/331 33020
/proc/meminfo: memFree=97221656/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3567.95 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 75596 0 0 0 356029 766 0 0 20 0 20 0 40037630 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 504374 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=10496 CPUtime=3551.91 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 35656 0 0 0 354637 554 0 0 20 0 20 0 40037633 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=2017496 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=2017496 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=-6000919489919806060 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3567.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.5 s]
/proc/loadavg: 4.11 4.12 4.13 2/260 33119
/proc/meminfo: memFree=112365376/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3600.08 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 76146 0 0 0 359236 772 0 0 20 0 20 0 40037630 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 504374 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3584.01 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 36105 0 0 0 357843 558 0 0 20 0 20 0 40037633 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1593 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017496 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3614.61 s]
# the end of solver process 32747 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3592.52 s, system=7.74029 s

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

[startup+3614.5 s]
/proc/loadavg: 4.11 4.12 4.13 2/260 33119
/proc/meminfo: memFree=112365376/131382120 swapFree=33010160/33010684
[pid=32747] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3600.08 cores=0,2
/proc/32747/stat : 32747 (java) S 32734 32747 32315 0 -1 4194304 76146 0 0 0 359236 772 0 0 20 0 20 0 40037630 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
/proc/32747/statm: 4765878 504374 5476 1 0 554706 0
[pid=32747/tid=32758] ppid=32734 vsize=19063512 memory=2017496 CPUtime=3584.01 cores=0,2
/proc/32747/task/32758/stat : 32758 (java) R 32734 32747 32315 0 -1 4194368 36105 0 0 0 357843 558 0 0 20 0 20 0 40037633 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32796] ppid=32734 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/32747/task/32796/stat : 32796 (Finalizer) S 32734 32747 32315 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40037638 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32817] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32817/stat : 32817 (Common-Cleaner) S 32734 32747 32315 0 -1 4194368 1593 0 0 0 0 0 0 0 20 0 20 0 40037639 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
[pid=32747/tid=32821] ppid=32734 vsize=19063512 memory=16264 CPUtime=0 cores=0,2
/proc/32747/task/32821/stat : 32821 (Timer-0) S 32734 32747 32315 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40037678 19521036288 504374 18446744073709551615 94241971441664 94241971445360 140731470867648 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94241971453176 94241971453968 94241993048064 140731470870832 140731470871014 140731470871014 140731470876616 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017496 KiB

Child status: 143

Real time (s): 3614.61
CPU time (s): 3600.26
CPU user time (s): 3592.52
CPU system time (s): 7.74029
CPU usage (%): 99.603
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2017496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.52
system time used= 7.74029
maximum resident set size= 2018648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5174112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107094
involuntary context switches= 10436


# summary of solver processes directly reported to runsolver:
#   pid: 32747
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3592.52
#   total CPU system time (s): 7.74029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5474 second user time and 35.3493 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-30 02:33:05
IDJOB=4517335
IDBENCH=176056
IDSOLVER=3364
FILE ID=nodeC008/4517335-1751243585
RUNJOBID= nodeC008-1751243585-32693
SLURM_JOB_ID= 9587726
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_comm/normalized-9arraycomm_teq_tvars_greater.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517335-1751243585/watcher-4517335-1751243585 -o /tmp/evaluation-result-4517335-1751243585/solver-4517335-1751243585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751243585-32693 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517335-1751243585 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517335-1751243585.opb

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

MD5SUM BENCH= 9dd26da760933c12ca47ea31d83a44d2
RANDOM SEED=1814985426

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130311924 kB
MemAvailable:   129938800 kB
Buffers:            2144 kB
Cached:           417440 kB
SwapCached:            4 kB
Active:           288628 kB
Inactive:         201728 kB
Active(anon):      51884 kB
Inactive(anon):    36808 kB
Active(file):     236744 kB
Inactive(file):   164920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3308 kB
Writeback:            20 kB
AnonPages:         73920 kB
Mapped:           102624 kB
Shmem:             17916 kB
KReclaimable:      87968 kB
Slab:             170456 kB
SReclaimable:      87968 kB
SUnreclaim:        82488 kB
KernelStack:        3904 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC008 at 2025-06-30 03:33:20