Trace number 4501946

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 3603.2

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_3-sat.opb
MD5SUM69f6f997ce8de3d1a51b1c8599cc504d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19838
Total number of constraints62894
Number of constraints which are clauses62462
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint1
Maximum length of a constraint90
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4501946-1751160637.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.71/0.47	c ... done. Wall clock time 0.338s.
0.71/0.47	c declared #vars     19838
0.71/0.47	c #constraints  62894
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 46629
0.71/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 432
0.71/0.47	c org.sat4j.specs.Constr$1 => 5776
0.71/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 2297
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7760
0.71/0.47	c 62894 constraints processed.
2.87/1.55	c cleaning 2499 clauses out of 5006 with flag 24756/5006
3.83/2.34	c cleaning 4252 clauses out of 8507 with flag 55162/11006
4.92/3.36	c cleaning 5613 clauses out of 11249 with flag 86712/18000
6.10/4.45	c cleaning 6813 clauses out of 13638 with flag 132168/26002
7.47/5.73	c cleaning 7897 clauses out of 15823 with flag 183513/35000
9.06/7.22	c cleaning 8958 clauses out of 17926 with flag 239391/45000
10.66/8.81	c cleaning 9974 clauses out of 19968 with flag 296197/56000
12.55/10.71	c cleaning 10996 clauses out of 21995 with flag 364472/68001
14.25/12.50	c cleaning 11991 clauses out of 23998 with flag 440368/81000
16.27/14.44	c cleaning 12988 clauses out of 26008 with flag 517352/95001
18.06/16.25	c cleaning 13996 clauses out of 28019 with flag 608813/110000
20.36/18.55	c cleaning 14999 clauses out of 30023 with flag 700869/126000
22.78/20.93	c cleaning 15998 clauses out of 32025 with flag 805449/143001
25.50/23.60	c cleaning 16996 clauses out of 34027 with flag 917971/161001
28.69/26.81	c cleaning 18008 clauses out of 36032 with flag 1029046/180002
31.38/29.60	c cleaning 19001 clauses out of 38024 with flag 1144554/200002
34.67/32.86	c cleaning 20002 clauses out of 40024 with flag 1278648/221003
38.27/36.44	c cleaning 20998 clauses out of 42020 with flag 1419794/243001
41.86/40.06	c cleaning 21994 clauses out of 44021 with flag 1566744/266000
45.47/43.65	c cleaning 23012 clauses out of 46027 with flag 1725429/290000
49.16/47.34	c cleaning 24002 clauses out of 48015 with flag 1894758/315000
53.46/51.63	c cleaning 24999 clauses out of 50013 with flag 2071047/341000
57.95/56.11	c cleaning 26000 clauses out of 52016 with flag 2246288/368002
62.54/60.79	c cleaning 26993 clauses out of 54016 with flag 2436656/396002
67.32/65.52	c cleaning 28001 clauses out of 56021 with flag 2632849/425000
72.71/70.91	c cleaning 29005 clauses out of 58022 with flag 2841088/455002
78.39/76.49	c cleaning 29999 clauses out of 60015 with flag 3049171/486000
84.71/82.40	c cleaning 30993 clauses out of 62019 with flag 3264781/518003
90.70/88.22	c cleaning 32004 clauses out of 64024 with flag 3483887/551001
96.49/94.01	c cleaning 33001 clauses out of 66020 with flag 3722179/585001
102.68/100.23	c cleaning 34001 clauses out of 68021 with flag 3959163/620003
109.40/106.99	c cleaning 35004 clauses out of 70017 with flag 4206844/656000
116.46/114.09	c cleaning 35990 clauses out of 72013 with flag 4446825/693000
123.84/121.46	c cleaning 37000 clauses out of 74025 with flag 4708899/731002
130.93/128.55	c cleaning 37996 clauses out of 76024 with flag 4985982/770001
138.81/136.43	c cleaning 39002 clauses out of 78027 with flag 5266007/810000
146.83/144.42	c cleaning 39988 clauses out of 80025 with flag 5568889/851000
154.12/151.79	c cleaning 41000 clauses out of 82037 with flag 5844725/893000
161.70/159.39	c cleaning 42004 clauses out of 84037 with flag 6126265/936000
170.09/167.74	c cleaning 43004 clauses out of 86033 with flag 6414155/980000
178.90/176.54	c cleaning 44000 clauses out of 88029 with flag 6713997/1025000
187.98/185.61	c cleaning 44997 clauses out of 90031 with flag 7040452/1071002
197.16/194.82	c cleaning 46000 clauses out of 92032 with flag 7358022/1118000
206.84/204.57	c cleaning 47004 clauses out of 94032 with flag 7666525/1166000
216.56/214.21	c cleaning 48014 clauses out of 96029 with flag 8016742/1215001
226.34/224.04	c cleaning 49000 clauses out of 98014 with flag 8343606/1265000
236.63/234.33	c cleaning 50003 clauses out of 100014 with flag 8670414/1316000
247.10/244.85	c cleaning 51003 clauses out of 102012 with flag 9004912/1368001
258.12/255.89	c cleaning 51995 clauses out of 104010 with flag 9374607/1421002
268.90/266.68	c cleaning 52995 clauses out of 106013 with flag 9717090/1475000
279.67/277.40	c cleaning 53992 clauses out of 108020 with flag 10069161/1530002
290.79/288.54	c cleaning 55005 clauses out of 110027 with flag 10442976/1586001
301.87/299.69	c cleaning 56000 clauses out of 112021 with flag 10818920/1643000
313.35/311.15	c cleaning 57002 clauses out of 114021 with flag 11191263/1701000
326.16/323.95	c cleaning 57997 clauses out of 116020 with flag 11602945/1760001
339.14/336.94	c cleaning 58988 clauses out of 118022 with flag 12001008/1820000
352.31/350.12	c cleaning 60006 clauses out of 120034 with flag 12384244/1881000
365.01/362.85	c cleaning 60993 clauses out of 122028 with flag 12781201/1943000
378.79/376.62	c cleaning 62008 clauses out of 124035 with flag 13193579/2006000
393.17/391.08	c cleaning 63009 clauses out of 126027 with flag 13665930/2070000
407.88/405.78	c cleaning 64002 clauses out of 128018 with flag 14162064/2135000
422.85/420.77	c cleaning 65007 clauses out of 130016 with flag 14638173/2201000
437.13/435.03	c cleaning 65985 clauses out of 132009 with flag 15064458/2268000
451.32/449.21	c cleaning 67001 clauses out of 134025 with flag 15485680/2336001
465.79/463.76	c cleaning 67997 clauses out of 136023 with flag 15934440/2405000
481.46/479.47	c cleaning 69006 clauses out of 138026 with flag 16399479/2475000
497.98/495.99	c cleaning 70003 clauses out of 140022 with flag 16857207/2546002
512.56/510.54	c cleaning 71003 clauses out of 142020 with flag 17331028/2618003
528.62/526.64	c cleaning 71995 clauses out of 144014 with flag 17821014/2691000
545.79/543.83	c cleaning 72996 clauses out of 146019 with flag 18294843/2765000
562.99/561.00	c cleaning 74011 clauses out of 148023 with flag 18756397/2840000
580.95/579.09	c cleaning 74993 clauses out of 150012 with flag 19256659/2916000
598.42/596.50	c cleaning 76002 clauses out of 152021 with flag 19724972/2993002
615.89/614.02	c cleaning 77000 clauses out of 154019 with flag 20243864/3071002
633.15/631.36	c cleaning 77988 clauses out of 156017 with flag 20729684/3150000
650.87/649.09	c cleaning 78999 clauses out of 158029 with flag 21212354/3230000
669.63/667.83	c cleaning 80002 clauses out of 160030 with flag 21755246/3311000
689.79/688.05	c cleaning 81002 clauses out of 162028 with flag 22273289/3393000
710.95/709.21	c cleaning 82002 clauses out of 164027 with flag 22795574/3476001
732.01/730.35	c cleaning 83004 clauses out of 166027 with flag 23327722/3560003
751.96/750.38	c cleaning 83997 clauses out of 168021 with flag 23857246/3645001
771.89/770.29	c cleaning 84988 clauses out of 170023 with flag 24408831/3731000
793.45/791.89	c cleaning 86005 clauses out of 172036 with flag 24962261/3818001
813.51/811.91	c cleaning 86998 clauses out of 174031 with flag 25512311/3906001
834.87/833.30	c cleaning 88004 clauses out of 176034 with flag 26080266/3995002
855.84/854.34	c cleaning 89006 clauses out of 178028 with flag 26645414/4085000
877.35/875.82	c cleaning 90000 clauses out of 180022 with flag 27225654/4176000
901.08/899.63	c cleaning 90997 clauses out of 182022 with flag 27827883/4268000
923.44/922.04	c cleaning 92002 clauses out of 184025 with flag 28416887/4361000
946.90/945.50	c cleaning 92992 clauses out of 186024 with flag 29009078/4455001
970.75/969.43	c cleaning 94007 clauses out of 188032 with flag 29588128/4550001
995.60/994.36	c cleaning 94998 clauses out of 190024 with flag 30206770/4646000
1020.91/1019.61	c cleaning 96007 clauses out of 192028 with flag 30814092/4743002
1046.85/1045.61	c cleaning 96987 clauses out of 194020 with flag 31415153/4841001
1070.51/1069.30	c cleaning 98006 clauses out of 196032 with flag 32022716/4940000
1095.07/1093.93	c cleaning 99005 clauses out of 198026 with flag 32614771/5040000
1122.00/1120.94	c cleaning 99996 clauses out of 200022 with flag 33221810/5141001
1147.85/1146.80	c cleaning 101003 clauses out of 202025 with flag 33834399/5243000
1176.08/1175.01	c cleaning 101999 clauses out of 204025 with flag 34475709/5346003
1203.52/1202.58	c cleaning 103003 clauses out of 206024 with flag 35096655/5450001
1230.76/1229.87	c cleaning 103999 clauses out of 208020 with flag 35718025/5555000
1258.51/1257.64	c cleaning 105008 clauses out of 210021 with flag 36341356/5661000
1285.74/1284.93	c cleaning 106001 clauses out of 212016 with flag 36962461/5768003
1314.37/1313.62	c cleaning 106995 clauses out of 214012 with flag 37586131/5876000
1343.20/1342.56	c cleaning 107987 clauses out of 216017 with flag 38233983/5985000
1371.52/1370.87	c cleaning 108996 clauses out of 218030 with flag 38900868/6095000
1401.44/1400.80	c cleaning 110002 clauses out of 220034 with flag 39567133/6206000
1431.88/1431.36	c cleaning 111000 clauses out of 222032 with flag 40224062/6318000
1464.40/1463.95	c cleaning 112003 clauses out of 224032 with flag 40909927/6431000
1495.53/1495.12	c cleaning 112991 clauses out of 226029 with flag 41568464/6545000
1528.05/1527.78	c cleaning 114013 clauses out of 228038 with flag 42303159/6660000
1559.27/1559.09	c cleaning 115003 clauses out of 230025 with flag 42989219/6776000
1592.06/1591.50	c cleaning 116012 clauses out of 232023 with flag 43702887/6893001
1623.60/1623.17	c cleaning 116992 clauses out of 234012 with flag 44408068/7011002
1656.01/1655.66	c cleaning 118000 clauses out of 236018 with flag 45141952/7130000
1689.14/1688.87	c cleaning 119003 clauses out of 238018 with flag 45857433/7250000
1723.55/1723.38	c cleaning 119997 clauses out of 240018 with flag 46559284/7371003
1757.77/1757.64	c cleaning 120990 clauses out of 242018 with flag 47271777/7493000
1793.24/1793.11	c cleaning 122008 clauses out of 244030 with flag 48089429/7616002
1827.26/1827.23	c cleaning 123001 clauses out of 246021 with flag 48842422/7740001
1861.37/1861.31	c cleaning 124001 clauses out of 248020 with flag 49601650/7865001
1896.79/1896.89	c cleaning 124998 clauses out of 250018 with flag 50332943/7991000
1931.43/1931.50	c cleaning 125994 clauses out of 252020 with flag 51084598/8118000
1966.76/1966.94	c cleaning 127009 clauses out of 254026 with flag 51835289/8246000
2003.39/2003.66	c cleaning 127998 clauses out of 256017 with flag 52633798/8375000
2038.72/2039.08	c cleaning 128991 clauses out of 258019 with flag 53508190/8505000
2077.92/2078.37	c cleaning 129996 clauses out of 260028 with flag 54250280/8636000
2116.03/2116.47	c cleaning 131011 clauses out of 262032 with flag 55009820/8768000
2154.57/2155.05	c cleaning 132003 clauses out of 264026 with flag 55786696/8901005
2194.49/2195.01	c cleaning 133002 clauses out of 266021 with flag 56568394/9035003
2232.91/2233.51	c cleaning 134004 clauses out of 268016 with flag 57328831/9170000
2272.74/2273.43	c cleaning 134994 clauses out of 270015 with flag 58140518/9306003
2311.37/2312.12	c cleaning 136005 clauses out of 272021 with flag 58918879/9443003
2352.79/2353.61	c cleaning 137007 clauses out of 274013 with flag 59724348/9581000
2396.10/2396.99	c cleaning 138001 clauses out of 276008 with flag 60507712/9720002
2438.82/2439.78	c cleaning 138988 clauses out of 278006 with flag 61342784/9860001
2478.74/2479.78	c cleaning 140001 clauses out of 280017 with flag 62136337/10001000
2520.67/2521.73	c cleaning 140999 clauses out of 282017 with flag 62952834/10143001
2563.28/2564.45	c cleaning 142002 clauses out of 284017 with flag 63739217/10286000
2606.80/2608.01	c cleaning 142996 clauses out of 286016 with flag 64562329/10430001
2649.30/2650.54	c cleaning 144006 clauses out of 288019 with flag 65364867/10575000
2692.22/2693.53	c cleaning 145001 clauses out of 290014 with flag 66193634/10721001
2737.82/2739.23	c cleaning 146000 clauses out of 292012 with flag 67011451/10868000
2783.13/2784.62	c cleaning 147001 clauses out of 294012 with flag 67820357/11016000
2829.33/2830.99	c cleaning 147984 clauses out of 296011 with flag 68667704/11165000
2874.23/2875.94	c cleaning 148990 clauses out of 298027 with flag 69551216/11315000
2922.32/2924.18	c cleaning 150001 clauses out of 300037 with flag 70381794/11466000
2969.20/2971.07	c cleaning 151005 clauses out of 302036 with flag 71210123/11618000
3016.60/3018.54	c cleaning 152004 clauses out of 304031 with flag 72061698/11771000
3064.61/3066.70	c cleaning 153006 clauses out of 306027 with flag 72894185/11925000
3111.31/3113.49	c cleaning 153994 clauses out of 308024 with flag 73765320/12080003
3160.72/3162.97	c cleaning 155002 clauses out of 310027 with flag 74616772/12236000
3209.42/3211.71	c cleaning 155998 clauses out of 312030 with flag 75501403/12393005
3261.63/3264.06	c cleaning 156995 clauses out of 314028 with flag 76388578/12551001
3312.30/3314.79	c cleaning 158012 clauses out of 316035 with flag 77235847/12710003
3363.00/3365.60	c cleaning 158995 clauses out of 318022 with flag 78115593/12870002
3412.89/3415.50	c cleaning 159996 clauses out of 320025 with flag 78986405/13031000
3463.56/3466.34	c cleaning 161017 clauses out of 322033 with flag 79883455/13193004
3517.72/3520.62	c cleaning 161994 clauses out of 324013 with flag 80792771/13356001
3572.10/3575.12	c cleaning 163004 clauses out of 326018 with flag 81676633/13520000
3600.04/3603.12	c starts		: 48637
3600.04/3603.12	c conflicts		: 13604970
3600.04/3603.12	c decisions		: 21008492
3600.04/3603.12	c propagations		: 5827144464
3600.04/3603.12	c inspects		: 40276863138
3600.04/3603.12	c shortcuts		: 0
3600.04/3603.12	c learnt literals	: 0
3600.04/3603.12	c learnt binary clauses	: 5
3600.04/3603.12	c learnt ternary clauses	: 5926
3600.04/3603.12	c learnt constraints	: 13604970
3600.04/3603.12	c ignored constraints	: 0
3600.04/3603.12	c root simplifications	: 0
3600.04/3603.12	c removed literals (reason simplification)	: 161284039
3600.04/3603.12	c reason swapping (by a shorter reason)	: 0
3600.04/3603.12	c Calls to reduceDB	: 160
3600.04/3603.12	c Number of update (reduction) of LBD	: 4594941
3600.04/3603.12	c Imported unit clauses	: 0
3600.04/3603.12	c No decision after first conflict	: false
3600.04/3603.12	c number of reductions to clauses (during analyze)	: 0
3600.04/3603.12	c number of learned constraints concerned by reduction	: 0
3600.04/3603.12	c number of learning phase by resolution	: 0
3600.04/3603.12	c number of learning phase by cutting planes	: 0
3600.04/3603.12	c number of rounding to 1 operations	: 0
3600.04/3603.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3603.12	c number of reductions of the coefficients by power 2 	: 0
3600.04/3603.12	c number of right shift for reduction by power 2 	: 0
3600.04/3603.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3603.12	c number of ending skipping 	: 0
3600.04/3603.12	c number of internal skipping 	: 0
3600.04/3603.12	c number of derivation steps 	: 0
3600.04/3603.12	c number of skipped derivation steps 	: 0
3600.04/3603.12	c number of remaining unassigned 	: 0
3600.04/3603.12	c number of remaining assigned 	: 0
3600.04/3603.12	c number of falsified literals weakened from reason	: 0
3600.04/3603.12	c number of falsified literals weakened from conflict	: 0
3600.04/3603.12	c time for arithmetic operations	: 0
3600.04/3603.12	c minimum degree of deleted constraints	: null
3600.04/3603.12	c maximum degree of deleted constraints	: null
3600.04/3603.12	c number of deleted constraints	: 0
3600.04/3603.12	c speed (assignments/second)	: 1617465.996861189
3600.04/3603.12	c non guided choices	: 5081
3600.04/3603.14	c timeout
3600.04/3603.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 247979
3600.04/3603.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
3600.04/3603.19	s UNKNOWN
3600.04/3603.19	c Total wall clock time (in seconds): 3603.061

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501946-1751160637/watcher-4501946-1751160637 -o /tmp/evaluation-result-4501946-1751160637/solver-4501946-1751160637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4501946-1751160637.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
Current StackSize limit: 8192 KiB

solver pid=22572, runsolver pid=22569

[startup+0.100061 s]*
/proc/loadavg: 4.41 4.21 4.12 5/338 22590
/proc/meminfo: memFree=126016788/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=18930384 memory=57772 CPUtime=0.13 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 6608 0 0 0 11 2 0 0 20 0 18 0 31741510 19384713216 14443 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4732596 14443 5338 1 0 547642 0
[pid=22572/tid=22574] ppid=22569 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 5106 0 0 0 6 1 0 0 20 0 18 0 31741511 19384713216 14443 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31741513 19384713216 14443 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=18930384 memory=59585004336188 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31741514 19384713216 14443 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.205797 s]*
/proc/loadavg: 4.41 4.21 4.12 6/338 22590
/proc/meminfo: memFree=126015276/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=18930384 memory=72052 CPUtime=0.33 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 7014 0 0 0 30 3 0 0 20 0 18 0 31741510 19384713216 18013 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4732596 18013 5402 1 0 547890 0
[pid=22572/tid=22574] ppid=22569 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 5264 0 0 0 16 1 0 0 20 0 18 0 31741511 19384713216 18013 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=18930384 memory=16163 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31741513 19384713216 18013 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31741514 19384713216 18013 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72052 KiB

[startup+0.305767 s]*
/proc/loadavg: 4.41 4.21 4.12 6/338 22590
/proc/meminfo: memFree=126006140/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=18930384 memory=117112 CPUtime=0.52 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 8492 0 0 0 48 4 0 0 20 0 18 0 31741510 19384713216 29278 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4732596 29278 5402 1 0 548883 0
[pid=22572/tid=22574] ppid=22569 vsize=18930384 memory=-6000919468394769005 CPUtime=0.28 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 5303 0 0 0 25 3 0 0 20 0 18 0 31741511 19384713216 29278 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31741513 19384713216 29278 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31741514 19384713216 29278 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117112 KiB

[startup+0.70025 s]
/proc/loadavg: 4.41 4.21 4.12 8/340 22592
/proc/meminfo: memFree=125963416/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=177236 CPUtime=1.28 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 15060 0 0 0 122 6 0 0 20 0 20 0 31741510 19521036288 44309 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 44309 5466 1 0 553665 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=17408 CPUtime=0.65 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 5364 0 0 0 61 4 0 0 20 0 20 0 31741511 19521036288 44309 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 44309 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 44309 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=4740 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 44309 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177236 KiB

[startup+1.50022 s]
/proc/loadavg: 4.41 4.21 4.12 6/340 22592
/proc/meminfo: memFree=125944744/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=182052 CPUtime=2.87 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 22964 0 0 0 279 8 0 0 20 0 20 0 31741510 19521036288 45513 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 45513 5466 1 0 554502 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=0 CPUtime=1.43 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 5508 0 0 0 139 4 0 0 20 0 20 0 31741511 19521036288 45513 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 45513 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 45513 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=4740 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 45513 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182052 KiB

[startup+3.10566 s]
/proc/loadavg: 4.41 4.21 4.12 6/340 22592
/proc/meminfo: memFree=125940680/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=182692 CPUtime=4.73 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 24481 0 0 0 465 8 0 0 20 0 20 0 31741510 19521036288 45673 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 45673 5498 1 0 554550 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=10496 CPUtime=3.02 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 6500 0 0 0 298 4 0 0 20 0 20 0 31741511 19521036288 45673 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=-6000919468394769005 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 45673 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 45673 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 45673 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182692 KiB

[startup+6.30015 s]
/proc/loadavg: 4.37 4.21 4.12 5/340 22593
/proc/meminfo: memFree=125924216/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=175860 CPUtime=8.12 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 26789 0 0 0 804 8 0 0 20 0 20 0 31741510 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 43965 5498 1 0 554568 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=0 CPUtime=6.21 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 6608 0 0 0 617 4 0 0 20 0 20 0 31741511 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=182436 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175860 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.20 4.12 5/340 22593
/proc/meminfo: memFree=125924256/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=175860 CPUtime=14.55 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 29133 0 0 0 1447 8 0 0 20 0 20 0 31741510 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 43965 5498 1 0 554568 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=182436 CPUtime=12.6 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 7719 0 0 0 1256 4 0 0 20 0 20 0 31741511 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=175860 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 43965 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175860 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.21 4.12 5/340 22593
/proc/meminfo: memFree=125850296/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=184276 CPUtime=27.39 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 32242 0 0 0 2730 9 0 0 20 0 20 0 31741510 19521036288 46069 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 46069 5498 1 0 554568 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=-6000919468394769005 CPUtime=25.35 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 8912 0 0 0 2531 4 0 0 20 0 20 0 31741511 19521036288 46069 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 46069 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 46069 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 46069 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 27.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184276 KiB

[startup+51.1055 s]
/proc/loadavg: 4.22 4.19 4.11 5/340 22593
/proc/meminfo: memFree=125764328/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=196660 CPUtime=52.96 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 33579 0 0 0 5286 10 0 0 20 0 20 0 31741510 19521036288 49165 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 49165 5498 1 0 554568 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=196660 CPUtime=50.88 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 8973 0 0 0 5084 4 0 0 20 0 20 0 31741511 19521036288 49165 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=196660 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 49165 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0

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

/proc/meminfo: memFree=121962496/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3279.98 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 71818 0 0 0 327892 106 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1832860 CPUtime=3272.72 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 26793 0 0 0 327261 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=1832860 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 609 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=46464 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3279.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/343 22777
/proc/meminfo: memFree=121964960/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3339.85 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 72441 0 0 0 333878 107 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3332.58 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 27294 0 0 0 333247 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3339.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/342 22780
/proc/meminfo: memFree=121980948/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3399.72 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 72908 0 0 0 339864 108 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3392.42 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 27649 0 0 0 339231 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 784 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3399.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.18 4.13 5/342 22981
/proc/meminfo: memFree=125771884/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3459.57 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 73149 0 0 0 345848 109 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3452.26 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 27881 0 0 0 345215 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3459.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.12 5/340 23049
/proc/meminfo: memFree=126776892/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3519.42 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 73410 0 0 0 351833 109 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3512.1 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 28137 0 0 0 351199 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3519.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.18 4.13 6/341 23118
/proc/meminfo: memFree=126706692/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3579.28 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 74458 0 0 0 357817 111 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3571.94 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 29013 0 0 0 357183 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 867 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3579.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.11 s]
/proc/loadavg: 4.27 4.18 4.13 5/341 23118
/proc/meminfo: memFree=126616588/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3600.04 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 74560 0 0 0 359893 111 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3592.69 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 29110 0 0 0 359258 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=-6000919468394769005 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 867 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.06 s, system=1.13005 s

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

[startup+3603.11 s]
/proc/loadavg: 4.27 4.18 4.13 5/341 23118
/proc/meminfo: memFree=126616588/131250000 swapFree=33010684/33010684
[pid=22572] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3600.04 cores=5,7
/proc/22572/stat : 22572 (java) S 22569 22572 21059 0 -1 4194304 74560 0 0 0 359893 111 0 0 20 0 20 0 31741510 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
/proc/22572/statm: 4765878 475137 5498 1 0 559238 0
[pid=22572/tid=22574] ppid=22569 vsize=19063512 memory=1900548 CPUtime=3592.69 cores=5,7
/proc/22572/task/22574/stat : 22574 (java) R 22569 22572 21059 0 -1 4194368 29110 0 0 0 359258 11 0 0 20 0 20 0 31741511 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22583] ppid=22569 vsize=19063512 memory=1900548 CPUtime=0 cores=5,7
/proc/22572/task/22583/stat : 22583 (Finalizer) S 22569 22572 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31741513 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22590] ppid=22569 vsize=19063512 memory=-6000919468394769005 CPUtime=0 cores=5,7
/proc/22572/task/22590/stat : 22590 (Common-Cleaner) S 22569 22572 21059 0 -1 4194368 867 0 0 0 0 0 0 0 20 0 20 0 31741514 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
[pid=22572/tid=22592] ppid=22569 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/22572/task/22592/stat : 22592 (Timer-0) S 22569 22572 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31741559 19521036288 475137 18446744073709551615 94456943583232 94456943586928 140735677085008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94456943594744 94456943595536 94456953483264 140735677090177 140735677090278 140735677090278 140735677095880 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1900548 KiB

Child status: 143

Real time (s): 3603.2
CPU time (s): 3600.19
CPU user time (s): 3599.06
CPU system time (s): 1.13005
CPU usage (%): 99.9164
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1900548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 1.13005
maximum resident set size= 1901572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107874
involuntary context switches= 2772


# summary of solver processes directly reported to runsolver:
#   pid: 22572
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.06
#   total CPU system time (s): 1.13005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51398 second user time and 16.9349 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 03:30:37
IDJOB=4501946
IDBENCH=152982
IDSOLVER=3363
FILE ID=nodeC018/4501946-1751160637
RUNJOBID= nodeC018-1751156866-21072
SLURM_JOB_ID= 9587480
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_3-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501946-1751160637/watcher-4501946-1751160637 -o /tmp/evaluation-result-4501946-1751160637/solver-4501946-1751160637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4501946-1751160637.opb

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

MD5SUM BENCH= 69f6f997ce8de3d1a51b1c8599cc504d
RANDOM SEED=1881840818

nodeC018 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.830
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.66
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.830
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126028728 kB
MemAvailable:   125654588 kB
Buffers:            3280 kB
Cached:           415188 kB
SwapCached:            0 kB
Active:          4410196 kB
Inactive:         159324 kB
Active(anon):    4169128 kB
Inactive(anon):        0 kB
Active(file):     241068 kB
Inactive(file):   159324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2700 kB
Writeback:            20 kB
AnonPages:       4153644 kB
Mapped:           122380 kB
Shmem:             18076 kB
KReclaimable:      86288 kB
Slab:             169756 kB
SReclaimable:      86288 kB
SUnreclaim:        83468 kB
KernelStack:        5164 kB
PageTables:        11760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7110032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3944448 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC018 at 2025-06-29 04:30:40