Trace number 4513014

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 2025-06-06? (TO) 3600.19 3604.29

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-4.opb
MD5SUM62b9b3a7043eef7698d06bd9353a3da3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark255.636
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4513014-1751210146.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.32/0.27	c ... done. Wall clock time 0.137s.
0.32/0.27	c declared #vars     4128
0.32/0.27	c #constraints  9984
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.32/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.32/0.27	c org.sat4j.specs.Constr$1 => 904
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
0.32/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.32/0.27	c 9984 constraints processed.
1.67/0.98	c cleaning 2497 clauses out of 4999 with flag 16194/5001
2.40/1.42	c cleaning 4241 clauses out of 8501 with flag 39490/11000
3.52/2.00	c cleaning 5620 clauses out of 11259 with flag 67831/18000
4.11/2.62	c cleaning 6800 clauses out of 13639 with flag 100464/26000
4.81/3.30	c cleaning 7890 clauses out of 15839 with flag 141338/35000
5.52/4.06	c cleaning 8973 clauses out of 17949 with flag 187705/45000
6.42/4.97	c cleaning 9973 clauses out of 19976 with flag 238692/56000
7.42/5.95	c cleaning 10993 clauses out of 22003 with flag 298219/68000
8.53/7.03	c cleaning 11984 clauses out of 24010 with flag 365205/81000
9.72/8.29	c cleaning 13002 clauses out of 26028 with flag 437973/95002
11.14/9.65	c cleaning 14002 clauses out of 28024 with flag 517512/110000
12.54/11.03	c cleaning 15009 clauses out of 30025 with flag 603767/126003
14.06/12.54	c cleaning 15982 clauses out of 32013 with flag 697081/143000
15.77/14.20	c cleaning 16990 clauses out of 34031 with flag 798231/161000
17.47/15.95	c cleaning 18000 clauses out of 36041 with flag 906565/180000
19.37/17.81	c cleaning 18992 clauses out of 38042 with flag 1022381/200001
21.36/19.87	c cleaning 20018 clauses out of 40050 with flag 1143688/221001
23.66/22.14	c cleaning 21016 clauses out of 42032 with flag 1270766/243001
26.07/24.56	c cleaning 22002 clauses out of 44016 with flag 1405713/266001
28.67/27.10	c cleaning 22976 clauses out of 46013 with flag 1549197/290000
31.25/29.77	c cleaning 23971 clauses out of 48038 with flag 1696647/315001
34.05/32.52	c cleaning 25014 clauses out of 50066 with flag 1848820/341000
36.94/35.49	c cleaning 26013 clauses out of 52053 with flag 2015730/368001
40.03/38.58	c cleaning 26991 clauses out of 54039 with flag 2185927/396000
43.56/42.08	c cleaning 28015 clauses out of 56048 with flag 2359711/425000
47.25/45.70	c cleaning 28993 clauses out of 58034 with flag 2540637/455001
51.04/49.51	c cleaning 30014 clauses out of 60041 with flag 2734200/486001
55.04/53.51	c cleaning 30999 clauses out of 62026 with flag 2928764/518000
59.33/57.80	c cleaning 32000 clauses out of 64027 with flag 3132210/551000
63.75/62.28	c cleaning 33014 clauses out of 66028 with flag 3346502/585001
68.34/66.89	c cleaning 34007 clauses out of 68014 with flag 3563079/620001
73.13/71.63	c cleaning 34969 clauses out of 70006 with flag 3786344/656000
78.17/76.67	c cleaning 36010 clauses out of 72037 with flag 4015417/693000
83.36/81.84	c cleaning 36966 clauses out of 74027 with flag 4253082/731000
88.85/87.39	c cleaning 38027 clauses out of 76061 with flag 4495407/770000
94.55/93.08	c cleaning 38998 clauses out of 78034 with flag 4740845/810000
100.55/99.05	c cleaning 40011 clauses out of 80037 with flag 5000363/851001
106.85/105.31	c cleaning 40999 clauses out of 82025 with flag 5260294/893000
113.23/111.75	c cleaning 42003 clauses out of 84026 with flag 5530038/936000
120.05/118.51	c cleaning 43001 clauses out of 86023 with flag 5806656/980000
126.94/125.42	c cleaning 44000 clauses out of 88022 with flag 6090078/1025000
133.93/132.44	c cleaning 45011 clauses out of 90022 with flag 6379679/1071000
141.35/139.89	c cleaning 45985 clauses out of 92011 with flag 6677381/1118000
148.93/147.44	c cleaning 47004 clauses out of 94028 with flag 6983974/1166002
156.72/155.25	c cleaning 47980 clauses out of 96022 with flag 7297206/1215000
164.84/163.36	c cleaning 48993 clauses out of 98042 with flag 7613985/1265000
173.22/171.77	c cleaning 49998 clauses out of 100050 with flag 7939648/1316001
182.00/180.59	c cleaning 50989 clauses out of 102053 with flag 8271450/1368002
191.13/189.60	c cleaning 51986 clauses out of 104062 with flag 8610732/1421000
200.21/198.73	c cleaning 53022 clauses out of 106076 with flag 8955208/1475000
209.92/208.40	c cleaning 54002 clauses out of 108054 with flag 9307742/1530000
219.76/218.32	c cleaning 55023 clauses out of 110052 with flag 9663718/1586000
229.85/228.45	c cleaning 56006 clauses out of 112031 with flag 10032141/1643002
240.34/238.90	c cleaning 56988 clauses out of 114024 with flag 10402260/1701001
251.22/249.83	c cleaning 57993 clauses out of 116035 with flag 10772526/1760000
262.19/260.84	c cleaning 58994 clauses out of 118042 with flag 11151354/1820000
273.61/272.22	c cleaning 59984 clauses out of 120048 with flag 11540815/1881000
285.08/283.78	c cleaning 61012 clauses out of 122064 with flag 11930446/1943000
297.26/295.97	c cleaning 61985 clauses out of 124052 with flag 12325851/2006000
309.89/308.52	c cleaning 63007 clauses out of 126067 with flag 12726951/2070000
322.37/321.09	c cleaning 64026 clauses out of 128060 with flag 13138121/2135000
335.63/334.30	c cleaning 65010 clauses out of 130035 with flag 13556992/2201001
349.41/348.13	c cleaning 65974 clauses out of 132024 with flag 13978993/2268000
363.03/361.75	c cleaning 66996 clauses out of 134050 with flag 14412960/2336000
377.20/375.97	c cleaning 67991 clauses out of 136054 with flag 14851714/2405000
391.97/390.77	c cleaning 69025 clauses out of 138065 with flag 15294476/2475002
407.13/405.95	c cleaning 69999 clauses out of 140040 with flag 15746068/2546002
422.61/421.40	c cleaning 70988 clauses out of 142040 with flag 16195706/2618001
438.52/437.32	c cleaning 72010 clauses out of 144051 with flag 16655606/2691000
454.49/453.36	c cleaning 72973 clauses out of 146041 with flag 17128473/2765000
470.46/469.38	c cleaning 74013 clauses out of 148069 with flag 17602742/2840001
487.12/486.07	c cleaning 74988 clauses out of 150056 with flag 18082787/2916001
503.99/502.98	c cleaning 76013 clauses out of 152067 with flag 18573434/2993000
521.57/520.51	c cleaning 77014 clauses out of 154054 with flag 19064791/3071000
539.43/538.43	c cleaning 77989 clauses out of 156040 with flag 19560602/3150000
557.79/556.85	c cleaning 78996 clauses out of 158052 with flag 20066657/3230001
576.45/575.56	c cleaning 79998 clauses out of 160055 with flag 20582704/3311000
595.30/594.40	c cleaning 81001 clauses out of 162057 with flag 21095318/3393000
614.76/613.93	c cleaning 82001 clauses out of 164056 with flag 21623096/3476000
634.87/634.04	c cleaning 82998 clauses out of 166055 with flag 22152081/3560000
655.33/654.56	c cleaning 84010 clauses out of 168059 with flag 22683211/3645002
675.98/675.25	c cleaning 84968 clauses out of 170048 with flag 23230897/3731001
696.85/696.19	c cleaning 85978 clauses out of 172080 with flag 23781940/3818001
718.90/718.25	c cleaning 87036 clauses out of 174101 with flag 24333363/3906000
741.25/740.61	c cleaning 88003 clauses out of 176066 with flag 24890647/3995001
763.87/763.26	c cleaning 88993 clauses out of 178062 with flag 25455083/4085000
786.73/786.10	c cleaning 90015 clauses out of 180069 with flag 26029117/4176000
810.36/809.85	c cleaning 91020 clauses out of 182054 with flag 26611598/4268000
834.11/833.65	c cleaning 91981 clauses out of 184035 with flag 27196989/4361001
858.36/857.94	c cleaning 93003 clauses out of 186053 with flag 27788719/4455000
883.29/882.97	c cleaning 94008 clauses out of 188050 with flag 28384473/4550000
908.84/908.51	c cleaning 94984 clauses out of 190043 with flag 28988222/4646001
934.65/934.39	c cleaning 96015 clauses out of 192058 with flag 29601356/4743000
960.89/960.66	c cleaning 97007 clauses out of 194045 with flag 30217229/4841002
987.63/987.43	c cleaning 97960 clauses out of 196036 with flag 30838395/4940000
1014.96/1014.88	c cleaning 99009 clauses out of 198078 with flag 31460582/5040002
1042.80/1042.71	c cleaning 99991 clauses out of 200069 with flag 32096746/5141002
1070.93/1070.96	c cleaning 101019 clauses out of 202076 with flag 32736618/5243000
1099.66/1099.73	c cleaning 102012 clauses out of 204057 with flag 33389055/5346000
1129.03/1129.06	c cleaning 102973 clauses out of 206045 with flag 34046922/5450000
1158.76/1158.87	c cleaning 104031 clauses out of 208075 with flag 34706609/5555003
1189.30/1189.40	c cleaning 105006 clauses out of 210042 with flag 35373089/5661001
1219.74/1219.92	c cleaning 106008 clauses out of 212035 with flag 36045485/5768000
1251.18/1251.44	c cleaning 106969 clauses out of 214028 with flag 36722111/5876001
1283.52/1283.84	c cleaning 107970 clauses out of 216059 with flag 37408983/5985001
1316.66/1316.99	c cleaning 108980 clauses out of 218088 with flag 38101023/6095000
1349.70/1350.02	c cleaning 110048 clauses out of 220108 with flag 38793622/6206000
1383.43/1383.81	c cleaning 111006 clauses out of 222063 with flag 39493240/6318003
1417.35/1417.87	c cleaning 112023 clauses out of 224054 with flag 40199529/6431000
1452.07/1452.68	c cleaning 112965 clauses out of 226031 with flag 40919852/6545000
1487.39/1488.03	c cleaning 114012 clauses out of 228067 with flag 41641881/6660001
1524.03/1524.32	c cleaning 115016 clauses out of 230055 with flag 42367863/6776001
1560.37/1560.72	c cleaning 115957 clauses out of 232038 with flag 43097453/6893000
1597.19/1597.65	c cleaning 117016 clauses out of 234081 with flag 43833190/7011000
1635.12/1635.61	c cleaning 118033 clauses out of 236065 with flag 44575136/7130000
1673.65/1674.25	c cleaning 118987 clauses out of 238033 with flag 45321358/7250001
1712.77/1713.44	c cleaning 120012 clauses out of 240045 with flag 46074874/7371000
1751.96/1752.69	c cleaning 120978 clauses out of 242033 with flag 46834887/7493000
1791.88/1792.69	c cleaning 122019 clauses out of 244057 with flag 47598990/7616002
1832.91/1833.75	c cleaning 122996 clauses out of 246036 with flag 48370891/7740000
1873.82/1874.78	c cleaning 123988 clauses out of 248040 with flag 49146385/7865000
1913.33/1914.33	c cleaning 124989 clauses out of 250053 with flag 49929072/7991001
1954.33/1955.48	c cleaning 126010 clauses out of 252063 with flag 50714488/8118000
1996.34/1997.56	c cleaning 127003 clauses out of 254053 with flag 51516789/8246000
2039.41/2040.60	c cleaning 128006 clauses out of 256050 with flag 52316605/8375000
2083.50/2084.80	c cleaning 129023 clauses out of 258045 with flag 53122557/8505001
2127.70/2129.16	c cleaning 129984 clauses out of 260021 with flag 53938625/8636000
2173.00/2174.52	c cleaning 130994 clauses out of 262039 with flag 54758439/8768002
2219.79/2221.46	c cleaning 131973 clauses out of 264043 with flag 55585767/8901000
2266.38/2268.19	c cleaning 133009 clauses out of 266072 with flag 56418884/9035002
2313.76/2315.62	c cleaning 134005 clauses out of 268061 with flag 57260296/9170000
2361.36/2363.29	c cleaning 135005 clauses out of 270057 with flag 58101111/9306001
2409.76/2411.70	c cleaning 135995 clauses out of 272052 with flag 58947669/9443001
2459.07/2461.16	c cleaning 137004 clauses out of 274056 with flag 59807366/9581000
2507.56/2509.73	c cleaning 138005 clauses out of 276052 with flag 60665128/9720000
2556.37/2558.68	c cleaning 139016 clauses out of 278047 with flag 61533108/9860000
2606.27/2608.64	c cleaning 139994 clauses out of 280032 with flag 62403280/10001001
2657.77/2660.24	c cleaning 141002 clauses out of 282037 with flag 63285248/10143000
2709.55/2712.09	c cleaning 141994 clauses out of 284035 with flag 64169224/10286000
2762.14/2764.76	c cleaning 142997 clauses out of 286041 with flag 65052626/10430000
2815.63/2818.36	c cleaning 144009 clauses out of 288044 with flag 65947918/10575000
2869.52/2872.30	c cleaning 144993 clauses out of 290035 with flag 66851310/10721000
2924.30/2927.20	c cleaning 146007 clauses out of 292042 with flag 67762578/10868000
2980.18/2983.21	c cleaning 146971 clauses out of 294036 with flag 68682318/11016001
3036.84/3040.10	c cleaning 147995 clauses out of 296064 with flag 69606725/11165000
3095.20/3098.52	c cleaning 148989 clauses out of 298070 with flag 70537851/11315001
3154.20/3157.52	c cleaning 150020 clauses out of 300080 with flag 71471055/11466000
3213.87/3217.38	c cleaning 150994 clauses out of 302061 with flag 72410312/11618001
3274.02/3277.68	c cleaning 152013 clauses out of 304067 with flag 73353336/11771001
3335.18/3338.94	c cleaning 153004 clauses out of 306053 with flag 74301535/11925000
3396.93/3400.81	c cleaning 153994 clauses out of 308049 with flag 75264149/12080000
3459.00/3463.01	c cleaning 155001 clauses out of 310055 with flag 76232594/12236000
3521.87/3526.02	c cleaning 155995 clauses out of 312054 with flag 77204390/12393000
3585.98/3590.16	c cleaning 157021 clauses out of 314061 with flag 78179309/12551002
3600.04/3604.21	c starts		: 113986
3600.04/3604.21	c conflicts		: 12595801
3600.04/3604.21	c decisions		: 118157123
3600.04/3604.21	c propagations		: 1683722555
3600.04/3604.21	c inspects		: 37618702928
3600.04/3604.21	c shortcuts		: 0
3600.04/3604.21	c learnt literals	: 3
3600.04/3604.21	c learnt binary clauses	: 55
3600.04/3604.21	c learnt ternary clauses	: 857
3600.04/3604.21	c learnt constraints	: 12595798
3600.04/3604.21	c ignored constraints	: 0
3600.04/3604.21	c root simplifications	: 0
3600.04/3604.21	c removed literals (reason simplification)	: 11087574
3600.04/3604.22	c reason swapping (by a shorter reason)	: 0
3600.04/3604.22	c Calls to reduceDB	: 154
3600.04/3604.22	c Number of update (reduction) of LBD	: 2633945
3600.04/3604.22	c Imported unit clauses	: 0
3600.04/3604.22	c No decision after first conflict	: false
3600.04/3604.22	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.22	c number of learned constraints concerned by reduction	: 0
3600.04/3604.22	c number of learning phase by resolution	: 0
3600.04/3604.22	c number of learning phase by cutting planes	: 0
3600.04/3604.22	c number of rounding to 1 operations	: 0
3600.04/3604.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.22	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.22	c number of right shift for reduction by power 2 	: 0
3600.04/3604.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.22	c number of ending skipping 	: 0
3600.04/3604.22	c number of internal skipping 	: 0
3600.04/3604.22	c number of derivation steps 	: 0
3600.04/3604.22	c number of skipped derivation steps 	: 0
3600.04/3604.22	c number of remaining unassigned 	: 0
3600.04/3604.22	c number of remaining assigned 	: 0
3600.04/3604.22	c number of falsified literals weakened from reason	: 0
3600.04/3604.22	c number of falsified literals weakened from conflict	: 0
3600.04/3604.22	c time for arithmetic operations	: 0
3600.04/3604.22	c minimum degree of deleted constraints	: null
3600.04/3604.22	c maximum degree of deleted constraints	: null
3600.04/3604.22	c number of deleted constraints	: 0
3600.04/3604.22	c speed (assignments/second)	: 467189.785781494
3600.04/3604.22	c non guided choices	: 26893
3600.04/3604.23	c timeout
3600.04/3604.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 201784
3600.04/3604.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 55
3600.04/3604.28	s UNKNOWN
3600.04/3604.28	c Total wall clock time (in seconds): 3604.15

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: 63665 MiB (59548 MiB free)
  memory of node 1: 64507 MiB (61448 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513014-1751210146/watcher-4513014-1751210146 -o /tmp/evaluation-result-4513014-1751210146/solver-4513014-1751210146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26873 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513014-1751210146.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 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=27147, runsolver pid=27144
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.05 4.07 3.79 7/336 27165
/proc/meminfo: memFree=123878908/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18930384 memory=57624 CPUtime=0.12 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 6571 0 0 0 10 2 0 0 20 0 18 0 36692399 19384713216 14406 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4732596 14406 5333 1 0 547619 0
[pid=27147/tid=27149] ppid=27144 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 36692401 19384713216 14406 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36692403 19384713216 14406 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36692403 19384713216 14406 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57624 KiB

[startup+0.205649 s]*
/proc/loadavg: 4.05 4.07 3.79 7/336 27165
/proc/meminfo: memFree=123865612/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18930384 memory=70104 CPUtime=0.32 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 7012 0 0 0 30 2 0 0 20 0 18 0 36692399 19384713216 17526 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4732596 17526 5429 1 0 547895 0
[pid=27147/tid=27149] ppid=27144 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 5271 0 0 0 16 2 0 0 20 0 18 0 36692401 19384713216 17526 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36692403 19384713216 17526 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36692403 19384713216 17526 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70104 KiB

[startup+0.305604 s]*
/proc/loadavg: 4.05 4.07 3.79 7/337 27166
/proc/meminfo: memFree=123844692/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18996948 memory=93140 CPUtime=0.51 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 8631 0 0 0 48 3 0 0 20 0 19 0 36692399 19452874752 23285 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4749237 23285 5429 1 0 549251 0
[pid=27147/tid=27149] ppid=27144 vsize=18996948 memory=-6000919489903420781 CPUtime=0.26 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 5342 0 0 0 24 2 0 0 20 0 19 0 36692401 19452874752 23285 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 23285 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 23285 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36692428 19452874752 23285 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93140 KiB

[startup+0.700268 s]
/proc/loadavg: 4.05 4.07 3.79 6/337 27166
/proc/meminfo: memFree=123832028/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18996948 memory=106608 CPUtime=1.28 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 14072 0 0 0 124 4 0 0 20 0 19 0 36692399 19452874752 26652 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4749237 26652 5461 1 0 552034 0
[pid=27147/tid=27149] ppid=27144 vsize=18996948 memory=17408 CPUtime=0.62 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 5371 0 0 0 60 2 0 0 20 0 19 0 36692401 19452874752 26652 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 26652 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 26652 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36692428 19452874752 26652 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106608 KiB

[startup+1.50025 s]
/proc/loadavg: 4.05 4.07 3.79 6/337 27166
/proc/meminfo: memFree=123824004/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18996948 memory=117988 CPUtime=2.59 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 19840 0 0 0 254 5 0 0 20 0 19 0 36692399 19452874752 29497 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4749237 29497 5461 1 0 553145 0
[pid=27147/tid=27149] ppid=27144 vsize=18996948 memory=0 CPUtime=1.39 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 5768 0 0 0 137 2 0 0 20 0 19 0 36692401 19452874752 29497 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 29497 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 29497 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36692428 19452874752 29497 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117988 KiB

[startup+3.10549 s]
/proc/loadavg: 4.05 4.07 3.79 5/337 27166
/proc/meminfo: memFree=123800868/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18996948 memory=133868 CPUtime=4.62 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 24000 0 0 0 457 5 0 0 20 0 19 0 36692399 19452874752 33467 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4749237 33467 5461 1 0 553969 0
[pid=27147/tid=27149] ppid=27144 vsize=18996948 memory=10752 CPUtime=2.98 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 6104 0 0 0 296 2 0 0 20 0 19 0 36692401 19452874752 33467 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18996948 memory=-6000919489903420781 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 33467 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 33467 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36692428 19452874752 33467 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133868 KiB

[startup+6.3002 s]
/proc/loadavg: 4.05 4.07 3.79 5/337 27166
/proc/meminfo: memFree=123780388/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=18996948 memory=144716 CPUtime=7.82 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 24211 0 0 0 776 6 0 0 20 0 19 0 36692399 19452874752 36179 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4749237 36179 5493 1 0 553969 0
[pid=27147/tid=27149] ppid=27144 vsize=18996948 memory=0 CPUtime=6.17 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 6211 0 0 0 614 3 0 0 20 0 19 0 36692401 19452874752 36179 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 36179 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36692403 19452874752 36179 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=18996948 memory=123080 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36692428 19452874752 36179 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 144716 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.06 3.79 5/338 27167
/proc/meminfo: memFree=123747620/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=173820 CPUtime=14.28 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 29589 0 0 0 1421 7 0 0 20 0 20 0 36692399 19521036288 43455 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 43455 5493 1 0 554258 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=123080 CPUtime=12.55 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 7292 0 0 0 1251 4 0 0 20 0 20 0 36692401 19521036288 43455 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=173820 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 43455 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 43455 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 43455 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173820 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.08 3.80 5/338 27168
/proc/meminfo: memFree=123673840/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=180036 CPUtime=27.07 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 31519 0 0 0 2699 8 0 0 20 0 20 0 36692399 19521036288 45009 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 45009 5493 1 0 554258 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=173820 CPUtime=25.31 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 7864 0 0 0 2527 4 0 0 20 0 20 0 36692401 19521036288 45009 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 45009 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 45009 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=180036 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 45009 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180036 KiB

[startup+51.1055 s]
/proc/loadavg: 4.07 4.07 3.81 5/338 27168
/proc/meminfo: memFree=123636984/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=215136 CPUtime=52.65 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 32706 0 0 0 5255 10 0 0 20 0 20 0 36692399 19521036288 53784 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 53784 5493 1 0 554258 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=180036 CPUtime=50.82 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 8225 0 0 0 5078 4 0 0 20 0 20 0 36692401 19521036288 53784 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0

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

/proc/meminfo: memFree=122754584/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2128496 CPUtime=3218.86 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 73707 0 0 0 321753 133 0 0 20 0 20 0 36692399 19521036288 532124 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532124 5493 1 0 556670 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=2128496 CPUtime=3212.2 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 27787 0 0 0 321210 10 0 0 20 0 20 0 36692401 19521036288 532124 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=7438613558869401108 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532124 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=2128496 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 874 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532124 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=2128496 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532124 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3218.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/340 27604
/proc/meminfo: memFree=122609296/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3278.71 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 74528 0 0 0 327737 134 0 0 20 0 20 0 36692399 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532412 5493 1 0 556670 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3272.03 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 28452 0 0 0 327193 10 0 0 20 0 20 0 36692401 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 998 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=4787216020442607265 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3278.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/340 27612
/proc/meminfo: memFree=122430580/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3338.57 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 75247 0 0 0 333722 135 0 0 20 0 20 0 36692399 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532412 5493 1 0 556670 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3331.87 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 29013 0 0 0 333177 10 0 0 20 0 20 0 36692401 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 1103 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=-4050210904893406609 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3338.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/338 27614
/proc/meminfo: memFree=122368728/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3398.42 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 75386 0 0 0 339706 136 0 0 20 0 20 0 36692399 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532412 5493 1 0 556682 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3391.71 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 29144 0 0 0 339160 11 0 0 20 0 20 0 36692401 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 1103 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3398.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/338 27616
/proc/meminfo: memFree=122318496/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3458.29 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 76161 0 0 0 345692 137 0 0 20 0 20 0 36692399 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532412 5493 1 0 556682 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=14384 CPUtime=3451.56 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 29896 0 0 0 345145 11 0 0 20 0 20 0 36692401 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 1103 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3458.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/338 27618
/proc/meminfo: memFree=122317372/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3518.17 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 77171 0 0 0 351678 139 0 0 20 0 20 0 36692399 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532412 5493 1 0 556682 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3511.42 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 30827 0 0 0 351131 11 0 0 20 0 20 0 36692401 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=-6000919489903420781 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 1175 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3518.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129648 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/339 27621
/proc/meminfo: memFree=122276304/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3578.04 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 77303 0 0 0 357664 140 0 0 20 0 20 0 36692399 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 532412 5493 1 0 556682 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=2129648 CPUtime=3571.27 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 30946 0 0 0 357116 11 0 0 20 0 20 0 36692401 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 1179 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=2129648 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 532412 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3578.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2129648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 4.13 4.10 4.09 5/339 27621
/proc/meminfo: memFree=122030808/131249996 swapFree=33010684/33010684
[pid=27147] ppid=27144 vsize=19063512 memory=2139924 CPUtime=3600.04 cores=5,7
/proc/27147/stat : 27147 (java) S 27144 27147 26860 0 -1 4194304 77830 0 0 0 359863 141 0 0 20 0 20 0 36692399 19521036288 534981 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
/proc/27147/statm: 4765878 534981 5493 1 0 556682 0
[pid=27147/tid=27149] ppid=27144 vsize=19063512 memory=12288 CPUtime=3592.96 cores=5,7
/proc/27147/task/27149/stat : 27149 (java) R 27144 27147 26860 0 -1 4194368 30970 0 0 0 359285 11 0 0 20 0 20 0 36692401 19521036288 534981 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27158] ppid=27144 vsize=19063512 memory=2732 CPUtime=0 cores=5,7
/proc/27147/task/27158/stat : 27158 (Finalizer) S 27144 27147 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 534981 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27165] ppid=27144 vsize=19063512 memory=-6000919489903420781 CPUtime=0 cores=5,7
/proc/27147/task/27165/stat : 27165 (Common-Cleaner) S 27144 27147 26860 0 -1 4194368 1179 0 0 0 0 0 0 0 20 0 20 0 36692403 19521036288 534981 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
[pid=27147/tid=27166] ppid=27144 vsize=19063512 memory=5172 CPUtime=0 cores=5,7
/proc/27147/task/27166/stat : 27166 (Timer-0) S 27144 27147 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36692428 19521036288 534981 18446744073709551615 94796900134912 94796900138608 140725801183296 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94796900146424 94796900147216 94796905832448 140725801187713 140725801187814 140725801187814 140725801193416 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2139924 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.76 s, system=1.42749 s

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

Child status: 143

Real time (s): 3604.29
CPU time (s): 3600.19
CPU user time (s): 3598.76
CPU system time (s): 1.42749
CPU usage (%): 99.886
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2139924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.76
system time used= 1.42749
maximum resident set size= 2140948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103157
involuntary context switches= 2542


# summary of solver processes directly reported to runsolver:
#   pid: 27147
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.76
#   total CPU system time (s): 1.42749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.96278 second user time and 16.5013 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 17:15:46
IDJOB=4513014
IDBENCH=162247
IDSOLVER=3363
FILE ID=nodeC022/4513014-1751210146
RUNJOBID= nodeC022-1751208407-26873
SLURM_JOB_ID= 9587640
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513014-1751210146/watcher-4513014-1751210146 -o /tmp/evaluation-result-4513014-1751210146/solver-4513014-1751210146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26873 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513014-1751210146.opb

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

MD5SUM BENCH= 62b9b3a7043eef7698d06bd9353a3da3
RANDOM SEED=7533661

nodeC022 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		: 3599.720
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	: 6999.44
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		: 3599.746
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	: 6999.44
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		: 3603.737
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	: 6999.44
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		: 3599.894
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	: 6999.44
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		: 3599.716
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	: 6999.44
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.032
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	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123901116 kB
MemAvailable:   124554276 kB
Buffers:            3280 kB
Cached:          1457812 kB
SwapCached:            0 kB
Active:          5573656 kB
Inactive:        1209452 kB
Active(anon):    5340076 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1209452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:       5325076 kB
Mapped:           122176 kB
Shmem:             18060 kB
KReclaimable:      98332 kB
Slab:             185772 kB
SReclaimable:      98332 kB
SUnreclaim:        87440 kB
KernelStack:        5152 kB
PageTables:        14080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7072652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5124096 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 18:15:51