Trace number 4451332

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 2024 2024-07-07? (TO) 3600.18 3630.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v080-n1.opb
MD5SUM139bb5ccb101e0ad3f28f227f0d5b150
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables159
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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 CUSTOM.v20240707
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		4.18.0-301.1.el8.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.08	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	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.14/0.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4451332-1721839505.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.14/0.15	c ... done. Wall clock time 0.017s.
0.14/0.15	c declared #vars     159
0.14/0.15	c #constraints  160
0.14/0.15	c constraints type 
0.14/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 158
0.14/0.15	c 160 constraints processed.
0.88/0.60	c cleaning 2493 clauses out of 5000 with flag 26349/5000
1.65/0.94	c cleaning 4237 clauses out of 8507 with flag 80701/11000
2.45/1.31	c cleaning 5627 clauses out of 11271 with flag 162255/18001
3.24/1.72	c cleaning 6811 clauses out of 13643 with flag 263128/26000
3.93/2.24	c cleaning 7907 clauses out of 15833 with flag 382272/35001
4.68/2.84	c cleaning 8951 clauses out of 17925 with flag 514724/45000
5.43/3.58	c cleaning 9974 clauses out of 19976 with flag 668385/56002
6.32/4.45	c cleaning 10992 clauses out of 22001 with flag 836619/68001
7.22/5.37	c cleaning 11994 clauses out of 24011 with flag 1000227/81003
8.21/6.36	c cleaning 12994 clauses out of 26015 with flag 1182635/95001
9.30/7.48	c cleaning 14001 clauses out of 28022 with flag 1392645/110002
10.50/8.66	c cleaning 14999 clauses out of 30019 with flag 1606760/126000
11.86/9.97	c cleaning 16002 clauses out of 32022 with flag 1835554/143002
13.40/11.43	c cleaning 17004 clauses out of 34019 with flag 2075367/161001
15.00/13.09	c cleaning 17999 clauses out of 36015 with flag 2340036/180001
16.88/14.92	c cleaning 18996 clauses out of 38015 with flag 2609565/200000
18.96/17.02	c cleaning 19999 clauses out of 40020 with flag 2909468/221001
21.14/19.22	c cleaning 20999 clauses out of 42020 with flag 3210666/243000
23.52/21.62	c cleaning 22000 clauses out of 44021 with flag 3524147/266000
26.00/24.10	c cleaning 23004 clauses out of 46023 with flag 3845857/290002
28.57/26.72	c cleaning 24003 clauses out of 48017 with flag 4207437/315000
31.34/29.52	c cleaning 24997 clauses out of 50015 with flag 4591524/341001
34.35/32.65	c cleaning 25992 clauses out of 52017 with flag 5001310/368000
37.42/35.79	c cleaning 27007 clauses out of 54025 with flag 5414181/396000
40.72/39.10	c cleaning 27996 clauses out of 56019 with flag 5829116/425001
43.90/42.21	c cleaning 28994 clauses out of 58024 with flag 6204079/455002
47.59/45.91	c cleaning 30007 clauses out of 60030 with flag 6588115/486002
51.48/49.84	c cleaning 31004 clauses out of 62022 with flag 6982595/518001
55.77/54.18	c cleaning 32002 clauses out of 64018 with flag 7408233/551001
59.76/58.18	c cleaning 32994 clauses out of 66017 with flag 7803866/585002
64.04/62.40	c cleaning 34004 clauses out of 68021 with flag 8242113/620000
68.66/67.14	c cleaning 34991 clauses out of 70018 with flag 8717444/656001
73.65/72.18	c cleaning 35997 clauses out of 72026 with flag 9209481/693000
78.83/77.30	c cleaning 37009 clauses out of 74030 with flag 9718115/731001
84.01/82.54	c cleaning 37998 clauses out of 76021 with flag 10215936/770001
89.60/88.11	c cleaning 38997 clauses out of 78022 with flag 10695637/810000
95.53/94.11	c cleaning 39996 clauses out of 80026 with flag 11199020/851001
101.71/100.37	c cleaning 40997 clauses out of 82029 with flag 11723003/893000
109.19/107.84	c cleaning 42000 clauses out of 84034 with flag 12326064/936002
116.37/115.10	c cleaning 43006 clauses out of 86033 with flag 12901804/980001
123.54/122.25	c cleaning 44005 clauses out of 88027 with flag 13413576/1025001
130.49/129.21	c cleaning 45001 clauses out of 90022 with flag 13942207/1071001
138.27/137.01	c cleaning 45992 clauses out of 92020 with flag 14506674/1118000
146.64/145.43	c cleaning 47001 clauses out of 94029 with flag 15126306/1166001
155.31/154.14	c cleaning 47998 clauses out of 96028 with flag 15763049/1215001
164.54/163.40	c cleaning 49003 clauses out of 98029 with flag 16440725/1265000
173.71/172.63	c cleaning 50004 clauses out of 100026 with flag 17099338/1316000
182.68/181.66	c cleaning 50999 clauses out of 102022 with flag 17760270/1368000
193.02/192.13	c cleaning 51993 clauses out of 104023 with flag 18435816/1421000
202.49/201.69	c cleaning 53002 clauses out of 106030 with flag 19128946/1475000
213.96/213.18	c cleaning 53998 clauses out of 108028 with flag 19853661/1530000
224.16/223.56	c cleaning 55005 clauses out of 110031 with flag 20573374/1586001
235.13/234.52	c cleaning 55995 clauses out of 112025 with flag 21279744/1643000
246.39/245.85	c cleaning 57006 clauses out of 114030 with flag 22053082/1701000
258.11/257.65	c cleaning 58001 clauses out of 116024 with flag 22767979/1760000
269.18/268.72	c cleaning 59002 clauses out of 118023 with flag 23499611/1820000
279.16/278.89	c cleaning 60001 clauses out of 120021 with flag 24282662/1881000
290.04/289.72	c cleaning 60991 clauses out of 122020 with flag 25147671/1943000
301.61/301.31	c cleaning 62004 clauses out of 124029 with flag 26018840/2006000
312.74/312.50	c cleaning 63005 clauses out of 126029 with flag 26860253/2070004
323.01/322.83	c cleaning 64000 clauses out of 128022 with flag 27725588/2135002
334.07/333.97	c cleaning 65000 clauses out of 130020 with flag 28531433/2201000
345.29/345.22	c cleaning 66002 clauses out of 132020 with flag 29211595/2268000
357.65/357.65	c cleaning 66995 clauses out of 134020 with flag 30114022/2336002
369.91/369.90	c cleaning 68000 clauses out of 136023 with flag 31009598/2405000
381.99/382.19	c cleaning 68991 clauses out of 138023 with flag 31893107/2475000
395.36/395.63	c cleaning 70004 clauses out of 140033 with flag 32800637/2546001
409.59/410.01	c cleaning 71003 clauses out of 142031 with flag 33685726/2618003
424.15/424.70	c cleaning 71992 clauses out of 144025 with flag 34582288/2691000
437.82/438.59	c cleaning 72998 clauses out of 146033 with flag 35541222/2765000
454.47/455.22	c cleaning 74003 clauses out of 148036 with flag 36579566/2840001
471.30/472.13	c cleaning 75008 clauses out of 150035 with flag 37620515/2916003
487.15/488.03	c cleaning 75995 clauses out of 152025 with flag 38629848/2993001
501.74/502.56	c cleaning 77005 clauses out of 154032 with flag 39580171/3071003
516.53/517.39	c cleaning 78009 clauses out of 156025 with flag 40550380/3150001
535.73/536.66	c cleaning 78995 clauses out of 158016 with flag 41570405/3230001
554.45/555.49	c cleaning 80001 clauses out of 160020 with flag 42581880/3311000
574.79/575.84	c cleaning 81003 clauses out of 162020 with flag 43732608/3393001
594.31/595.45	c cleaning 81995 clauses out of 164019 with flag 44807884/3476003
615.44/616.94	c cleaning 82999 clauses out of 166021 with flag 45924395/3560000
634.92/636.48	c cleaning 84006 clauses out of 168023 with flag 46980273/3645001
654.33/656.20	c cleaning 84986 clauses out of 170016 with flag 48029678/3731000
674.75/676.91	c cleaning 86005 clauses out of 172030 with flag 49079868/3818000
692.71/694.88	c cleaning 87004 clauses out of 174025 with flag 50176017/3906000
709.14/711.57	c cleaning 88004 clauses out of 176021 with flag 51250601/3995000
729.00/731.57	c cleaning 88994 clauses out of 178018 with flag 52418787/4085001
750.33/753.22	c cleaning 89994 clauses out of 180023 with flag 53617681/4176000
772.83/776.02	c cleaning 91004 clauses out of 182030 with flag 54873351/4268001
794.20/797.65	c cleaning 92007 clauses out of 184027 with flag 56220036/4361002
819.35/823.05	c cleaning 92992 clauses out of 186018 with flag 57583026/4455000
847.14/851.02	c cleaning 93991 clauses out of 188026 with flag 58932897/4550000
873.63/877.89	c cleaning 95007 clauses out of 190037 with flag 60239755/4646002
900.21/904.76	c cleaning 96003 clauses out of 192029 with flag 61661729/4743001
926.53/931.83	c cleaning 96997 clauses out of 194026 with flag 63087712/4841001
951.51/957.19	c cleaning 97997 clauses out of 196028 with flag 64458717/4940000
975.76/981.58	c cleaning 99006 clauses out of 198031 with flag 65809383/5040000
1004.45/1010.30	c cleaning 99997 clauses out of 200025 with flag 67237360/5141000
1027.95/1034.19	c cleaning 100994 clauses out of 202028 with flag 68586589/5243000
1056.01/1062.46	c cleaning 102000 clauses out of 204035 with flag 69946673/5346001
1087.14/1093.72	c cleaning 103003 clauses out of 206034 with flag 71380078/5450000
1116.65/1123.42	c cleaning 103996 clauses out of 208031 with flag 72883885/5555000
1149.81/1157.22	c cleaning 104996 clauses out of 210037 with flag 74573289/5661002
1182.11/1189.84	c cleaning 106006 clauses out of 212039 with flag 76243655/5768000
1214.41/1222.56	c cleaning 107008 clauses out of 214033 with flag 77801927/5876000
1245.60/1253.87	c cleaning 107986 clauses out of 216026 with flag 79514369/5985001
1277.59/1286.13	c cleaning 109001 clauses out of 218039 with flag 81255733/6095000
1310.42/1319.34	c cleaning 110000 clauses out of 220038 with flag 82944310/6206000
1346.32/1355.65	c cleaning 111009 clauses out of 222039 with flag 84634046/6318001
1380.72/1390.31	c cleaning 111997 clauses out of 224030 with flag 86275785/6431001
1414.88/1424.69	c cleaning 112995 clauses out of 226036 with flag 87931467/6545004
1448.77/1458.78	c cleaning 114005 clauses out of 228040 with flag 89659998/6660003
1484.78/1494.94	c cleaning 115003 clauses out of 230033 with flag 91244982/6776001
1522.26/1532.77	c cleaning 116009 clauses out of 232030 with flag 92998878/6893001
1561.42/1572.35	c cleaning 116993 clauses out of 234020 with flag 94751681/7011000
1598.02/1609.15	c cleaning 118003 clauses out of 236028 with flag 96477527/7130001
1636.16/1647.76	c cleaning 118994 clauses out of 238024 with flag 98238590/7250000
1671.07/1683.01	c cleaning 120002 clauses out of 240031 with flag 99854248/7371001
1708.87/1721.53	c cleaning 121009 clauses out of 242028 with flag 101563860/7493000
1742.52/1755.36	c cleaning 122000 clauses out of 244019 with flag 103278319/7616000
1781.12/1794.12	c cleaning 122993 clauses out of 246023 with flag 105031406/7740004
1819.39/1832.67	c cleaning 124001 clauses out of 248027 with flag 106870526/7865001
1860.79/1874.51	c cleaning 125003 clauses out of 250026 with flag 108759235/7991001
1905.93/1920.12	c cleaning 126002 clauses out of 252024 with flag 110648872/8118002
1950.68/1965.48	c cleaning 126990 clauses out of 254020 with flag 112469868/8246000
1990.82/2006.02	c cleaning 128003 clauses out of 256032 with flag 114273827/8375002
2034.80/2050.57	c cleaning 128998 clauses out of 258029 with flag 116096352/8505002
2079.08/2095.41	c cleaning 130005 clauses out of 260029 with flag 117914100/8636000
2128.09/2144.94	c cleaning 130995 clauses out of 262024 with flag 119992469/8768000
2169.67/2187.04	c cleaning 132008 clauses out of 264030 with flag 121755817/8901001
2212.04/2229.83	c cleaning 132987 clauses out of 266021 with flag 123494767/9035000
2259.84/2278.35	c cleaning 133999 clauses out of 268036 with flag 125314525/9170002
2306.29/2324.97	c cleaning 135004 clauses out of 270035 with flag 126935920/9306000
2350.50/2369.44	c cleaning 136002 clauses out of 272031 with flag 128649524/9443000
2397.23/2416.79	c cleaning 136994 clauses out of 274029 with flag 130276586/9581000
2450.81/2470.78	c cleaning 137992 clauses out of 276036 with flag 131976378/9720001
2491.98/2512.12	c cleaning 139016 clauses out of 278043 with flag 133647579/9860000
2537.35/2557.96	c cleaning 140004 clauses out of 280028 with flag 135457158/10001001
2597.41/2618.47	c cleaning 140997 clauses out of 282024 with flag 137261688/10143001
2653.01/2674.53	c cleaning 142002 clauses out of 284027 with flag 139110752/10286001
2705.63/2727.30	c cleaning 142996 clauses out of 286024 with flag 140962724/10430000
2764.59/2786.60	c cleaning 144001 clauses out of 288028 with flag 142875864/10575000
2819.99/2842.68	c cleaning 144999 clauses out of 290028 with flag 144750224/10721001
2878.94/2902.24	c cleaning 145993 clauses out of 292029 with flag 146621810/10868001
2935.91/2959.95	c cleaning 147001 clauses out of 294036 with flag 148448491/11016001
2982.40/3007.18	c cleaning 148007 clauses out of 296036 with flag 150454466/11165002
3029.47/3055.00	c cleaning 149008 clauses out of 298027 with flag 152467301/11315000
3080.91/3106.77	c cleaning 150002 clauses out of 300020 with flag 154457471/11466001
3141.56/3167.78	c cleaning 150989 clauses out of 302017 with flag 156542232/11618000
3207.36/3233.88	c cleaning 151991 clauses out of 304031 with flag 158585240/11771003
3269.96/3296.86	c cleaning 152997 clauses out of 306037 with flag 160544404/11925000
3334.94/3362.54	c cleaning 154016 clauses out of 308041 with flag 162533138/12080001
3392.67/3421.17	c cleaning 154996 clauses out of 310025 with flag 164620209/12236001
3453.76/3482.97	c cleaning 155996 clauses out of 312034 with flag 166677229/12393006
3516.68/3546.55	c cleaning 157006 clauses out of 314032 with flag 168669163/12551000
3579.37/3609.71	c cleaning 158004 clauses out of 316026 with flag 170644972/12710000
3600.04/3630.41	c starts		: 1610
3600.04/3630.41	c timeout
3600.04/3630.41	c conflicts		: 12770212
3600.04/3630.41	c decisions		: 14348064
3600.04/3630.41	c propagations		: 425862877
3600.04/3630.41	c inspects		: 50592587879
3600.04/3630.41	c shortcuts		: 0
3600.04/3630.41	c learnt literals	: 0
3600.04/3630.41	c learnt binary clauses	: 0
3600.04/3630.41	c learnt ternary clauses	: 0
3600.04/3630.41	c learnt constraints	: 12770212
3600.04/3630.41	c ignored constraints	: 0
3600.04/3630.41	c root simplifications	: 0
3600.04/3630.41	c removed literals (reason simplification)	: 73975116
3600.04/3630.41	c reason swapping (by a shorter reason)	: 0
3600.04/3630.41	c Calls to reduceDB	: 155
3600.04/3630.41	c Number of update (reduction) of LBD	: 4181543
3600.04/3630.41	c Imported unit clauses	: 0
3600.04/3630.41	c No decision after first conflict	: false
3600.04/3630.41	c number of reductions to clauses (during analyze)	: 0
3600.04/3630.41	c number of learned constraints concerned by reduction	: 0
3600.04/3630.41	c number of learning phase by resolution	: 0
3600.04/3630.41	c number of learning phase by cutting planes	: 0
3600.04/3630.41	c number of rounding to 1 operations	: 0
3600.04/3630.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3630.41	c number of reductions of the coefficients by power 2 	: 0
3600.04/3630.41	c number of right shift for reduction by power 2 	: 0
3600.04/3630.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3630.41	c number of ending skipping 	: 0
3600.04/3630.41	c number of internal skipping 	: 0
3600.04/3630.41	c number of derivation steps 	: 0
3600.04/3630.41	c number of skipped derivation steps 	: 0
3600.04/3630.41	c number of remaining unassigned 	: 0
3600.04/3630.41	c number of remaining assigned 	: 0
3600.04/3630.41	c number of falsified literals weakened from reason	: 0
3600.04/3630.41	c number of falsified literals weakened from conflict	: 0
3600.04/3630.41	c time for arithmetic operations	: 0
3600.04/3630.41	c minimum degree of deleted constraints	: null
3600.04/3630.41	c maximum degree of deleted constraints	: null
3600.04/3630.41	c number of deleted constraints	: 0
3600.04/3630.43	c speed (assignments/second)	: 117309.16234397472
3600.04/3630.43	c non guided choices	: 33
3600.04/3630.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 218234
3600.04/3630.49	s UNKNOWN
3600.04/3630.49	c Total wall clock time (in seconds): 3630.355

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: 63968 MiB (56637 MiB free)
  memory of node 1: 64473 MiB (59273 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451332-1721839505/watcher-4451332-1721839505 -o /tmp/evaluation-result-4451332-1721839505/solver-4451332-1721839505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721839470-206802 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4451332-1721839505 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451332-1721839505.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=207062, runsolver pid=207059

[startup+0.100108 s]*
/proc/loadavg: 2.76 2.77 3.34 8/332 207080
/proc/meminfo: memFree=118646132/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=18993908 memory=67972 CPUtime=0.14 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 7250 0 0 0 12 2 0 0 20 0 18 0 20478904 19449761792 16993 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4748477 16993 5844 1 0 549396 0
[pid=207062/tid=207064] ppid=207059 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 1078198336 5849 0 0 0 7 1 0 0 20 0 18 0 20478904 19449761792 16993 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=18993908 memory=232851243367 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20478907 19449761792 16993 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=18993908 memory=15534145914147786 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20478907 19449761792 16993 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67972 KiB

[startup+0.206399 s]*
/proc/loadavg: 2.76 2.77 3.34 7/333 207081
/proc/meminfo: memFree=118639452/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19060472 memory=74672 CPUtime=0.32 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 7695 0 0 0 30 2 0 0 20 0 19 0 20478904 19517923328 18668 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4765118 18668 6127 1 0 550025 0
[pid=207062/tid=207064] ppid=207059 vsize=19060472 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 6082 0 0 0 16 1 0 0 20 0 19 0 20478904 19517923328 18668 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19060472 memory=1446658 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20478907 19517923328 18668 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19060472 memory=14979970577467533 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20478907 19517923328 18668 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20478920 19517923328 18668 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 74672 KiB

[startup+0.312795 s]*
/proc/loadavg: 2.76 2.77 3.34 7/333 207081
/proc/meminfo: memFree=118621480/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19060472 memory=90896 CPUtime=0.52 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 9471 0 0 0 50 2 0 0 20 0 19 0 20478904 19517923328 22724 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4765118 22724 6127 1 0 551007 0
[pid=207062/tid=207064] ppid=207059 vsize=19060472 memory=-8527682878301774524 CPUtime=0.27 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 1077936192 6114 0 0 0 25 2 0 0 20 0 19 0 20478904 19517923328 22724 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20478907 19517923328 22724 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20478907 19517923328 22724 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20478920 19517923328 22724 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 90896 KiB

[startup+0.705409 s]
/proc/loadavg: 2.76 2.77 3.34 7/333 207081
/proc/meminfo: memFree=118592064/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19060472 memory=145260 CPUtime=1.26 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 12748 0 0 0 121 5 0 0 20 0 19 0 20478904 19517923328 36315 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4765118 36315 6161 1 0 553245 0
[pid=207062/tid=207064] ppid=207059 vsize=19060472 memory=75864 CPUtime=0.59 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 6179 0 0 0 56 3 0 0 20 0 19 0 20478904 19517923328 36315 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19060472 memory=12248 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20478907 19517923328 36315 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19060472 memory=2164 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20478907 19517923328 36315 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19060472 memory=5448 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20478920 19517923328 36315 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 145260 KiB

[startup+1.5004 s]
/proc/loadavg: 2.76 2.77 3.34 6/334 207082
/proc/meminfo: memFree=118518396/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=186176 CPUtime=2.84 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 20378 0 0 0 277 7 0 0 20 0 20 0 20478904 19586084864 46544 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 46544 6177 1 0 555793 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=12248 CPUtime=1.36 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 6533 0 0 0 132 4 0 0 20 0 20 0 20478904 19586084864 46544 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 46544 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=2164 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 46544 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=5448 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 46544 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 186176 KiB

[startup+3.1064 s]
/proc/loadavg: 2.86 2.79 3.34 5/334 207082
/proc/meminfo: memFree=118497560/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=188708 CPUtime=5.04 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 22262 0 0 0 494 10 0 0 20 0 20 0 20478904 19586084864 47177 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 47177 6193 1 0 555795 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=0 CPUtime=2.93 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 6912 0 0 0 288 5 0 0 20 0 20 0 20478904 19586084864 47177 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=-8527682878301774524 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 47177 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=12248 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 47177 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2164 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 47177 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 188708 KiB

[startup+6.3004 s]
/proc/loadavg: 2.86 2.79 3.34 5/334 207083
/proc/meminfo: memFree=118339620/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=335584 CPUtime=8.21 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 24035 0 0 0 805 16 0 0 20 0 20 0 20478904 19586084864 83896 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 83896 6193 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=12248 CPUtime=6.09 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 7563 0 0 0 597 12 0 0 20 0 20 0 20478904 19586084864 83896 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=2164 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 83896 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 83896 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=186348 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 83896 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 8.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 335584 KiB

[startup+12.7004 s]
/proc/loadavg: 3.03 2.83 3.35 5/334 207083
/proc/meminfo: memFree=117686896/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=935752 CPUtime=14.7 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 30657 0 0 0 1439 31 0 0 20 0 20 0 20478904 19586084864 233938 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 233938 6193 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=186348 CPUtime=12.43 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 8778 0 0 0 1217 26 0 0 20 0 20 0 20478904 19586084864 233938 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=841544 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 233938 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=626452 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 233938 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=12248 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 233938 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 14.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 935752 KiB

[startup+25.5004 s]
/proc/loadavg: 3.18 2.87 3.36 5/332 207086
/proc/meminfo: memFree=117251628/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=1163116 CPUtime=27.39 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 33184 0 0 0 2696 43 0 0 20 0 20 0 20478904 19586084864 290779 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 290779 6193 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=1163112 CPUtime=25.09 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 9865 0 0 0 2472 37 0 0 20 0 20 0 20478904 19586084864 290779 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 290779 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 290779 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 290779 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 27.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1163116 KiB

[startup+51.1057 s]
/proc/loadavg: 3.54 2.98 3.38 5/332 207089
/proc/meminfo: memFree=116617424/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=1322864 CPUtime=52.78 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 36692 0 0 0 5220 58 0 0 20 0 20 0 20478904 19586084864 330716 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 330716 6193 1 0 555811 0

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

/proc/meminfo: memFree=100719960/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2111840 CPUtime=3195.89 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 154866 0 0 0 318813 776 0 0 20 0 20 0 20478904 19586084864 527960 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 527960 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=2070860 CPUtime=3185.05 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 67401 0 0 0 317837 668 0 0 20 0 20 0 20478904 19586084864 527960 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1592 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=11496 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 527960 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=2111820 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 3617 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 527960 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2111840 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 527960 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3195.89 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2111840 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/332 208857
/proc/meminfo: memFree=100496248/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2134368 CPUtime=3255.59 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 157246 0 0 0 324772 787 0 0 20 0 20 0 20478904 19586084864 533592 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 533592 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=2111840 CPUtime=3244.59 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 68661 0 0 0 323783 676 0 0 20 0 20 0 20478904 19586084864 533592 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1606 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=7308611451169630819 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 533592 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=2134368 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 3750 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 533592 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2134368 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 533592 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3255.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2134368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/334 208871
/proc/meminfo: memFree=100310204/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2138464 CPUtime=3314.93 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 159612 0 0 0 330695 798 0 0 20 0 20 0 20478904 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 534616 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=2134368 CPUtime=3303.77 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 69918 0 0 0 329692 685 0 0 20 0 20 0 20478904 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1622 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=-8527682878301774524 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=2134368 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 3884 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2138464 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3314.93 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/334 208883
/proc/meminfo: memFree=100108888/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2138464 CPUtime=3374.33 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 161932 0 0 0 336625 808 0 0 20 0 20 0 20478904 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 534616 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=2134368 CPUtime=3363.05 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 71015 0 0 0 335611 694 0 0 20 0 20 0 20478904 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1630 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=2196 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=11496 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 4028 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2138464 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 534616 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3374.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/334 208893
/proc/meminfo: memFree=99928216/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2138492 CPUtime=3433.43 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 164211 0 0 0 342523 820 0 0 20 0 20 0 20478904 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 534623 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=2134368 CPUtime=3422.01 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 72197 0 0 0 341498 703 0 0 20 0 20 0 20478904 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1669 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=2196 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=2138464 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 4113 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=18928 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3433.43 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138492 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/333 208904
/proc/meminfo: memFree=99743008/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2138492 CPUtime=3492.7 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 166583 0 0 0 348439 831 0 0 20 0 20 0 20478904 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 534623 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=18928 CPUtime=3481.18 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 73406 0 0 0 347406 712 0 0 20 0 20 0 20478904 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1690 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=2138464 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=5640 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 4224 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2138492 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 534623 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3492.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138492 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/333 208983
/proc/meminfo: memFree=101752420/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2138496 CPUtime=3552.06 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 168970 0 0 0 354363 843 0 0 20 0 20 0 20478904 19586084864 534624 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 534624 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=2138492 CPUtime=3540.44 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 74623 0 0 0 353321 723 0 0 20 0 20 0 20478904 19586084864 534624 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1704 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=75972 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534624 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=2138496 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 4325 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534624 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=2138496 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 534624 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3552.06 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.4 s]
/proc/loadavg: 4.15 4.12 4.09 5/331 209193
/proc/meminfo: memFree=111619660/131524600 swapFree=131061696/131071996
[pid=207062] ppid=207059 vsize=19127036 memory=2138504 CPUtime=3600.04 cores=0,2
/proc/207062/stat : 207062 (java) S 207059 207062 206792 0 -1 1077936128 171324 0 0 0 359152 852 0 0 20 0 20 0 20478904 19586084864 534626 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
/proc/207062/statm: 4781759 534626 6209 1 0 555811 0
[pid=207062/tid=207064] ppid=207059 vsize=19127036 memory=75972 CPUtime=3588.28 cores=0,2
/proc/207062/task/207064/stat : 207064 (java) R 207059 207062 206792 0 -1 4194368 75803 0 0 0 358098 730 0 0 20 0 20 0 20478904 19586084864 534626 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1706 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207073] ppid=207059 vsize=19127036 memory=2164 CPUtime=0 cores=0,2
/proc/207062/task/207073/stat : 207073 (Finalizer) S 207059 207062 206792 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534626 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207080] ppid=207059 vsize=19127036 memory=5448 CPUtime=0 cores=0,2
/proc/207062/task/207080/stat : 207080 (Common-Cleaner) S 207059 207062 206792 0 -1 1077936192 4426 0 0 0 0 0 0 0 20 0 20 0 20478907 19586084864 534626 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
[pid=207062/tid=207081] ppid=207059 vsize=19127036 memory=1948 CPUtime=0 cores=0,2
/proc/207062/task/207081/stat : 207081 (Timer-0) S 207059 207062 206792 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20478920 19586084864 534626 134679101440 94333814398976 94333814402672 140724473402992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94333814410488 94333814411280 94333817020416 140724473406383 140724473406565 140724473406565 140724473413576 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2138504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.64 s, system=8.53665 s

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

Child status: 143

Real time (s): 3630.5
CPU time (s): 3600.18
CPU user time (s): 3591.64
CPU system time (s): 8.53665
CPU usage (%): 99.1647
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 2138504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.64
system time used= 8.53665
maximum resident set size= 2140196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5137104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107104
involuntary context switches= 33032


# summary of solver processes directly reported to runsolver:
#   pid: 207062
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3591.64
#   total CPU system time (s): 8.53665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.39994 second user time and 17.641 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-24 18:45:05
IDJOB=4451332
IDBENCH=162392
IDSOLVER=3079
FILE ID=nodeC020/4451332-1721839505
RUNJOBID= nodeC020-1721839470-206802
SLURM_JOB_ID= 7891544
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v080-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451332-1721839505/watcher-4451332-1721839505 -o /tmp/evaluation-result-4451332-1721839505/solver-4451332-1721839505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721839470-206802 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4451332-1721839505 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4451332-1721839505.opb

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

MD5SUM BENCH= 139bb5ccb101e0ad3f28f227f0d5b150
RANDOM SEED=116120582

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118693600 kB
MemAvailable:   126085136 kB
Buffers:          261792 kB
Cached:          7917980 kB
SwapCached:          120 kB
Active:          2588460 kB
Inactive:        9544924 kB
Active(anon):       2344 kB
Inactive(anon):  4005316 kB
Active(file):    2586116 kB
Inactive(file):  5539608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:            140684 kB
Writeback:             0 kB
AnonPages:       3952676 kB
Mapped:           129488 kB
Shmem:             53880 kB
KReclaimable:     211272 kB
Slab:             331840 kB
SReclaimable:     211272 kB
SUnreclaim:       120568 kB
KernelStack:        5056 kB
PageTables:        18176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7351488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18496 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3706880 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      363220 kB
DirectMap2M:    44498944 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC020 at 2024-07-24 19:45:36