Trace number 4452562

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.15 3633.1

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-506428.0.u.opb
MD5SUMbe38a350659e0c4d627f3ed91afb1797
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 benchmark574.907
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42981
Total number of constraints129926
Number of constraints which are clauses129808
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint2
Maximum length of a constraint1969
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 6515545
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500000069
Number of bits of the biggest sum of numbers29
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.15	--- Begin Solver configuration ---
0.09/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.15	Learn all clauses as in MiniSAT
0.09/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	Expensive reason simplification
0.09/0.15	Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	timeout=2147483s
0.09/0.15	DB Simplification allowed=false
0.09/0.15	Listener: none
0.09/0.15	--- End Solver configuration ---
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4452562-1721841437.opb
0.09/0.15	c reading problem ... 
0.09/0.15	c using VERIPB proof format
0.09/0.16	c  no objective function found
1.23/0.76	c ... done. Wall clock time 0.597s.
1.23/0.76	c declared #vars     42981
1.23/0.76	c #constraints  130021
1.23/0.76	c constraints type 
1.23/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 88939
1.23/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 95
1.23/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
1.23/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40964
1.23/0.76	c 130021 constraints processed.
6.26/3.37	c cleaning 2500 clauses out of 5000 with flag 11573/5000
10.01/6.24	c cleaning 4236 clauses out of 8500 with flag 26587/11000
12.28/8.43	c cleaning 5632 clauses out of 11264 with flag 42022/18000
13.40/9.58	c cleaning 6812 clauses out of 13632 with flag 58541/26000
14.71/10.88	c cleaning 7909 clauses out of 15822 with flag 77703/35002
16.23/12.31	c cleaning 8952 clauses out of 17915 with flag 98565/45004
18.02/14.05	c cleaning 9979 clauses out of 19962 with flag 121276/56003
20.02/16.00	c cleaning 10984 clauses out of 21980 with flag 146226/68000
21.90/17.92	c cleaning 11998 clauses out of 23998 with flag 173290/81002
24.60/20.64	c cleaning 12995 clauses out of 25998 with flag 203545/95000
29.10/25.16	c cleaning 13997 clauses out of 28003 with flag 238620/110000
31.68/27.71	c cleaning 14995 clauses out of 30006 with flag 273811/126000
34.54/30.53	c cleaning 16002 clauses out of 32012 with flag 312615/143001
37.30/33.29	c cleaning 16998 clauses out of 34009 with flag 352321/161000
42.18/38.27	c cleaning 18005 clauses out of 36011 with flag 397572/180000
44.88/40.96	c cleaning 18997 clauses out of 38006 with flag 439379/200000
51.57/47.67	c cleaning 19996 clauses out of 40009 with flag 487516/221000
59.84/55.99	c cleaning 21004 clauses out of 42013 with flag 540987/243000
72.30/68.54	c cleaning 22005 clauses out of 44009 with flag 604657/266000
77.32/73.58	c cleaning 22998 clauses out of 46004 with flag 653251/290000
82.87/79.02	c cleaning 24000 clauses out of 48006 with flag 703951/315000
88.63/84.77	c cleaning 24997 clauses out of 50006 with flag 756655/341000
94.87/90.84	c cleaning 26003 clauses out of 52011 with flag 811379/368002
100.96/96.98	c cleaning 27004 clauses out of 54008 with flag 868186/396002
107.80/103.87	c cleaning 27998 clauses out of 56002 with flag 926976/425000
115.09/111.15	c cleaning 29003 clauses out of 58005 with flag 987881/455001
122.98/118.86	c cleaning 30001 clauses out of 60002 with flag 1050688/486001
130.26/126.18	c cleaning 30999 clauses out of 62001 with flag 1115613/518001
138.04/134.00	c cleaning 31996 clauses out of 64002 with flag 1182476/551001
146.10/142.08	c cleaning 33001 clauses out of 66005 with flag 1251217/585000
154.62/150.55	c cleaning 33997 clauses out of 68005 with flag 1322270/620001
163.48/159.51	c cleaning 35000 clauses out of 70007 with flag 1395510/656000
176.96/172.98	c cleaning 35993 clauses out of 72008 with flag 1481467/693001
185.63/181.64	c cleaning 37002 clauses out of 74016 with flag 1573475/731002
197.42/193.48	c cleaning 38002 clauses out of 76012 with flag 1672054/770000
205.89/201.91	c cleaning 39003 clauses out of 78011 with flag 1759753/810001
211.59/207.56	c cleaning 40002 clauses out of 80007 with flag 1844485/851000
220.47/216.47	c cleaning 40996 clauses out of 82007 with flag 1938690/893002
225.48/222.10	c cleaning 42001 clauses out of 84009 with flag 2031695/936000
231.09/227.53	c cleaning 42996 clauses out of 86008 with flag 2126723/980000
236.69/233.13	c cleaning 44002 clauses out of 88012 with flag 2223120/1025000
242.79/239.18	c cleaning 45003 clauses out of 90010 with flag 2322257/1071000
254.77/251.19	c cleaning 46000 clauses out of 92008 with flag 2436759/1118001
262.02/258.56	c cleaning 46995 clauses out of 94008 with flag 2541882/1166001
269.00/265.59	c cleaning 48001 clauses out of 96013 with flag 2649129/1215001
275.89/272.37	c cleaning 49000 clauses out of 98012 with flag 2756652/1265001
286.75/283.47	c cleaning 49998 clauses out of 100012 with flag 2878174/1316001
296.94/293.52	c cleaning 50999 clauses out of 102013 with flag 3003746/1368000
304.11/300.75	c cleaning 51998 clauses out of 104015 with flag 3125902/1421001
312.20/308.77	c cleaning 53005 clauses out of 106016 with flag 3248627/1475000
320.27/317.06	c cleaning 54003 clauses out of 108012 with flag 3372687/1530001
328.81/325.45	c cleaning 55003 clauses out of 110009 with flag 3500397/1586001
347.19/343.99	c cleaning 55998 clauses out of 112006 with flag 3656243/1643001
363.42/360.25	c cleaning 57004 clauses out of 114008 with flag 3801363/1701001
396.78/393.78	c cleaning 57998 clauses out of 116004 with flag 3999099/1760001
407.27/404.15	c cleaning 59000 clauses out of 118005 with flag 4135478/1820000
417.72/414.67	c cleaning 59997 clauses out of 120005 with flag 4280460/1881000
428.69/425.61	c cleaning 60999 clauses out of 122008 with flag 4423012/1943000
450.83/448.00	c cleaning 61998 clauses out of 124009 with flag 4581591/2006000
478.22/475.30	c cleaning 62998 clauses out of 126011 with flag 4780996/2070000
501.40/498.66	c cleaning 64004 clauses out of 128013 with flag 4978526/2135000
517.61/514.86	c cleaning 65001 clauses out of 130010 with flag 5156659/2201001
543.92/541.27	c cleaning 65995 clauses out of 132008 with flag 5361788/2268000
557.36/554.67	c cleaning 67004 clauses out of 134014 with flag 5537946/2336001
567.94/565.21	c cleaning 67996 clauses out of 136009 with flag 5703140/2405000
584.30/581.50	c cleaning 68999 clauses out of 138013 with flag 5885286/2475000
601.54/598.88	c cleaning 70006 clauses out of 140015 with flag 6071509/2546001
625.99/623.31	c cleaning 70989 clauses out of 142008 with flag 6286513/2618000
655.85/653.34	c cleaning 71999 clauses out of 144020 with flag 6517801/2691001
685.14/682.70	c cleaning 72999 clauses out of 146021 with flag 6757025/2765001
714.91/712.66	c cleaning 74005 clauses out of 148021 with flag 7028649/2840000
763.78/761.66	c cleaning 75002 clauses out of 150016 with flag 7347399/2916000
798.54/795.92	c cleaning 76006 clauses out of 152018 with flag 7632511/2993004
843.33/841.29	c cleaning 76997 clauses out of 154008 with flag 7935799/3071000
885.16/883.39	c cleaning 78001 clauses out of 156011 with flag 8232723/3150000
901.49/899.97	c cleaning 79001 clauses out of 158010 with flag 8450365/3230000
923.81/922.43	c cleaning 79999 clauses out of 160010 with flag 8732705/3311001
935.54/934.31	c cleaning 81002 clauses out of 162011 with flag 8979336/3393001
948.22/947.10	c cleaning 82000 clauses out of 164009 with flag 9229696/3476001
960.10/959.13	c cleaning 82998 clauses out of 166008 with flag 9482673/3560000
985.39/984.42	c cleaning 83994 clauses out of 168010 with flag 9772469/3645000
998.78/997.98	c cleaning 85003 clauses out of 170016 with flag 10015270/3731000
1017.11/1016.23	c cleaning 85999 clauses out of 172014 with flag 10271690/3818001
1037.51/1036.79	c cleaning 87006 clauses out of 174015 with flag 10517700/3906001
1051.74/1051.09	c cleaning 87996 clauses out of 176008 with flag 10724287/3995000
1065.62/1064.83	c cleaning 89003 clauses out of 178012 with flag 10919801/4085000
1079.25/1078.45	c cleaning 90000 clauses out of 180011 with flag 11115484/4176002
1093.71/1093.09	c cleaning 90993 clauses out of 182009 with flag 11315072/4268000
1151.17/1150.64	c cleaning 91998 clauses out of 184016 with flag 11710795/4361000
1215.55/1215.23	c cleaning 93004 clauses out of 186019 with flag 12138010/4455001
1273.90/1273.85	c cleaning 93998 clauses out of 188014 with flag 12561625/4550000
1321.85/1321.98	c cleaning 94998 clauses out of 190016 with flag 12940149/4646000
1363.75/1364.07	c cleaning 96002 clauses out of 192018 with flag 13300847/4743000
1377.81/1378.08	c cleaning 96999 clauses out of 194016 with flag 13569005/4841000
1430.44/1433.28	c cleaning 97999 clauses out of 196017 with flag 14005123/4940000
1480.25/1483.12	c cleaning 98994 clauses out of 198018 with flag 14428959/5040000
1504.31/1507.24	c cleaning 100007 clauses out of 200025 with flag 14716415/5141001
1534.64/1538.25	c cleaning 101000 clauses out of 202017 with flag 15043155/5243000
1574.99/1578.73	c cleaning 101997 clauses out of 204017 with flag 15480732/5346000
1630.29/1634.50	c cleaning 103001 clauses out of 206021 with flag 15928833/5450001
1680.94/1686.15	c cleaning 104001 clauses out of 208019 with flag 16358312/5555000
1713.01/1718.05	c cleaning 105003 clauses out of 210018 with flag 16718124/5661000
1729.29/1734.65	c cleaning 106003 clauses out of 212015 with flag 16986836/5768000
1778.93/1784.49	c cleaning 107002 clauses out of 214012 with flag 17402333/5876000
1828.01/1833.71	c cleaning 107996 clauses out of 216011 with flag 17855466/5985001
1867.26/1873.07	c cleaning 108998 clauses out of 218015 with flag 18271457/6095001
1899.73/1905.62	c cleaning 110004 clauses out of 220016 with flag 18654923/6206000
1942.45/1948.50	c cleaning 111001 clauses out of 222013 with flag 19075658/6318001
1986.40/1992.60	c cleaning 112002 clauses out of 224013 with flag 19502230/6431002
2010.83/2017.15	c cleaning 112998 clauses out of 226010 with flag 19906539/6545001
2058.18/2064.68	c cleaning 113994 clauses out of 228011 with flag 20368368/6660000
2109.00/2115.37	c cleaning 115000 clauses out of 230017 with flag 20836529/6776000
2170.85/2177.50	c cleaning 115998 clauses out of 232017 with flag 21369133/6893000
2227.98/2235.47	c cleaning 117007 clauses out of 234020 with flag 21890100/7011001
2265.06/2272.76	c cleaning 117998 clauses out of 236012 with flag 22304714/7130000
2314.33/2322.13	c cleaning 119001 clauses out of 238014 with flag 22806275/7250000
2340.65/2348.65	c cleaning 120001 clauses out of 240013 with flag 23177927/7371000
2376.10/2384.45	c cleaning 120999 clauses out of 242015 with flag 23540637/7493003
2416.21/2424.60	c cleaning 122006 clauses out of 244015 with flag 23991877/7616002
2482.77/2491.48	c cleaning 122995 clauses out of 246007 with flag 24578416/7740000
2533.49/2542.47	c cleaning 123995 clauses out of 248012 with flag 25088000/7865000
2576.13/2585.15	c cleaning 124996 clauses out of 250017 with flag 25549092/7991000
2598.58/2607.65	c cleaning 126006 clauses out of 252021 with flag 25929182/8118000
2624.26/2633.41	c cleaning 127003 clauses out of 254016 with flag 26329537/8246001
2674.83/2684.76	c cleaning 127995 clauses out of 256012 with flag 26856284/8375000
2710.04/2719.93	c cleaning 129005 clauses out of 258018 with flag 27267530/8505001
2743.81/2753.81	c cleaning 129996 clauses out of 260012 with flag 27598153/8636000
2772.25/2782.23	c cleaning 130998 clauses out of 262016 with flag 27925741/8768000
2835.34/2845.70	c cleaning 131999 clauses out of 264018 with flag 28535316/8901000
2912.70/2923.29	c cleaning 133004 clauses out of 266021 with flag 29214425/9035002
2977.81/2988.51	c cleaning 134000 clauses out of 268016 with flag 29796636/9170001
3037.72/3048.85	c cleaning 135004 clauses out of 270015 with flag 30401737/9306000
3097.97/3109.27	c cleaning 135996 clauses out of 272011 with flag 31005869/9443000
3154.25/3165.68	c cleaning 136998 clauses out of 274015 with flag 31597409/9581000
3197.23/3208.74	c cleaning 138002 clauses out of 276017 with flag 32227093/9720000
3235.41/3247.08	c cleaning 139002 clauses out of 278015 with flag 32673814/9860000
3292.49/3304.66	c cleaning 140001 clauses out of 280014 with flag 33256047/10001001
3333.90/3346.18	c cleaning 140999 clauses out of 282012 with flag 33739924/10143000
3376.26/3388.53	c cleaning 141998 clauses out of 284014 with flag 34214738/10286001
3423.13/3454.61	c cleaning 142998 clauses out of 286016 with flag 34632409/10430001
3487.09/3519.03	c cleaning 144001 clauses out of 288018 with flag 35259646/10575001
3527.95/3560.10	c cleaning 145001 clauses out of 290018 with flag 35801364/10721002
3574.27/3607.06	c cleaning 145999 clauses out of 292016 with flag 36338968/10868001
3600.00/3633.02	c starts		: 20644
3600.00/3633.02	c conflicts		: 10948625
3600.00/3633.02	c decisions		: 13375532
3600.00/3633.02	c propagations		: 7824541921
3600.00/3633.02	c inspects		: 33232100206
3600.00/3633.02	c shortcuts		: 0
3600.00/3633.02	c learnt literals	: 0
3600.00/3633.02	c learnt binary clauses	: 20
3600.00/3633.02	c learnt ternary clauses	: 118
3600.00/3633.02	c learnt constraints	: 10948625
3600.00/3633.02	c ignored constraints	: 0
3600.00/3633.02	c root simplifications	: 0
3600.00/3633.02	c removed literals (reason simplification)	: 172592304
3600.00/3633.02	c timeout
3600.00/3633.02	c reason swapping (by a shorter reason)	: 0
3600.00/3633.02	c Calls to reduceDB	: 143
3600.00/3633.02	c Number of update (reduction) of LBD	: 437754
3600.00/3633.02	c Imported unit clauses	: 0
3600.00/3633.02	c No decision after first conflict	: false
3600.00/3633.02	c number of reductions to clauses (during analyze)	: 0
3600.00/3633.02	c number of learned constraints concerned by reduction	: 0
3600.00/3633.02	c number of learning phase by resolution	: 0
3600.00/3633.02	c number of learning phase by cutting planes	: 0
3600.00/3633.02	c number of rounding to 1 operations	: 0
3600.00/3633.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3633.02	c number of reductions of the coefficients by power 2 	: 0
3600.00/3633.02	c number of right shift for reduction by power 2 	: 0
3600.00/3633.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3633.02	c number of ending skipping 	: 0
3600.00/3633.02	c number of internal skipping 	: 0
3600.00/3633.02	c number of derivation steps 	: 0
3600.00/3633.02	c number of skipped derivation steps 	: 0
3600.00/3633.02	c number of remaining unassigned 	: 0
3600.00/3633.02	c number of remaining assigned 	: 0
3600.00/3633.02	c number of falsified literals weakened from reason	: 0
3600.00/3633.02	c number of falsified literals weakened from conflict	: 0
3600.00/3633.02	c time for arithmetic operations	: 0
3600.00/3633.02	c minimum degree of deleted constraints	: null
3600.00/3633.02	c maximum degree of deleted constraints	: null
3600.00/3633.02	c number of deleted constraints	: 0
3600.00/3633.02	c speed (assignments/second)	: 2154180.613497
3600.00/3633.02	c non guided choices	: 273131
3600.00/3633.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 226621
3600.00/3633.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 20
3600.00/3633.08	s UNKNOWN
3600.00/3633.08	c Total wall clock time (in seconds): 3632.928

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452562-1721841437/watcher-4452562-1721841437 -o /tmp/evaluation-result-4452562-1721841437/solver-4452562-1721841437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199508 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452562-1721841437 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452562-1721841437.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=199575, runsolver pid=199571

[startup+0.100044 s]*
/proc/loadavg: 0.48 0.95 1.31 13/328 199642
/proc/meminfo: memFree=122237576/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=18975048 memory=59584 CPUtime=0.09 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 6792 0 15 0 8 1 0 0 20 0 18 0 20667041 19430449152 14896 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4743762 14896 5714 1 0 548959 0
[pid=199575/tid=199577] ppid=199571 vsize=18975048 memory=4026561586 CPUtime=0.06 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 5665 0 15 0 5 1 0 0 20 0 18 0 20667041 19430449152 14896 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667046 19430449152 14896 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 20667047 19430449152 14896 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59584 KiB

[startup+0.206033 s]*
/proc/loadavg: 0.48 0.95 1.31 14/328 199642
/proc/meminfo: memFree=122154828/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=18975048 memory=104380 CPUtime=0.28 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 7724 0 15 0 25 3 0 0 20 0 18 0 20667041 19430449152 26095 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4743762 26095 5817 1 0 549637 0
[pid=199575/tid=199577] ppid=199571 vsize=18975048 memory=4782652875487838339 CPUtime=0.15 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 6005 0 15 0 13 2 0 0 20 0 18 0 20667041 19430449152 26095 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=18975048 memory=1535086 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667046 19430449152 26095 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 20667047 19430449152 26095 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 104380 KiB

[startup+0.311402 s]*
/proc/loadavg: 0.48 0.95 1.31 13/331 199645
/proc/meminfo: memFree=122055580/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=18975048 memory=147416 CPUtime=0.48 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 9253 0 15 0 44 4 0 0 20 0 18 0 20667041 19430449152 36854 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4743762 36854 5817 1 0 550613 0
[pid=199575/tid=199577] ppid=199571 vsize=18975048 memory=-9103575174352773820 CPUtime=0.25 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 6031 0 15 0 22 3 0 0 20 0 18 0 20667041 19430449152 36854 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=18975048 memory=1471061275443364185 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667046 19430449152 36854 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 20667047 19430449152 36854 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 147416 KiB

[startup+0.710036 s]
/proc/loadavg: 0.48 0.95 1.31 10/332 199646
/proc/meminfo: memFree=121918248/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19041612 memory=210796 CPUtime=1.23 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 16494 0 15 0 117 6 0 0 20 0 19 0 20667041 19498610688 52699 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4760403 52699 5823 1 0 555769 0
[pid=199575/tid=199577] ppid=199571 vsize=19041612 memory=5432 CPUtime=0.58 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) S 199571 199575 199498 0 -1 1077936192 6040 0 15 0 55 3 0 0 20 0 19 0 20667041 19498610688 52699 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19041612 memory=12304 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20667046 19498610688 52699 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 20667047 19498610688 52699 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 210796 KiB

[startup+1.50104 s]
/proc/loadavg: 1.33 1.12 1.36 12/335 199649
/proc/meminfo: memFree=121735776/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=216792 CPUtime=2.79 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 18001 0 15 0 272 7 0 0 20 0 20 0 20667041 19566772224 54198 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 54198 5849 1 0 556851 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=12304 CPUtime=1.29 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 6120 0 15 0 126 3 0 0 20 0 20 0 20667041 19566772224 54198 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 54198 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 54198 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 54198 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 216792 KiB

[startup+3.10604 s]
/proc/loadavg: 1.33 1.12 1.36 10/335 199716
/proc/meminfo: memFree=121430520/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=226688 CPUtime=5.92 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 25428 0 15 0 584 8 0 0 20 0 20 0 20667041 19566772224 56672 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 56672 5871 1 0 556864 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=0 CPUtime=2.77 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 6336 0 15 0 274 3 0 0 20 0 20 0 20667041 19566772224 56672 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 56672 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 56672 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 56672 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 226688 KiB

[startup+6.30191 s]
/proc/loadavg: 1.70 1.20 1.38 7/335 199784
/proc/meminfo: memFree=120593984/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=396636 CPUtime=10.16 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 29728 0 15 0 1003 13 0 0 20 0 20 0 20667041 19566772224 99159 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 99159 5871 1 0 1018631 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=0 CPUtime=5.94 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 7817 0 15 0 586 8 0 0 20 0 20 0 20667041 19566772224 99159 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 99159 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 99159 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=68244 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 99159 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 396636 KiB

[startup+12.706 s]
/proc/loadavg: 1.89 1.25 1.40 6/336 199787
/proc/meminfo: memFree=119018564/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=738840 CPUtime=16.64 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 32573 0 15 0 1640 24 0 0 20 0 20 0 20667041 19566772224 184710 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 184710 5871 1 0 1018642 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=581028 CPUtime=12.24 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 8670 0 15 0 1208 16 0 0 20 0 20 0 20667041 19566772224 184710 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 184710 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=226688 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 184710 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 184710 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 16.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 738840 KiB

[startup+25.5002 s]
/proc/loadavg: 2.21 1.34 1.43 5/312 199885
/proc/meminfo: memFree=117973480/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=1541952 CPUtime=29.49 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 37268 0 15 0 2905 44 0 0 20 0 20 0 20667041 19566772224 385488 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 385488 5871 1 0 1018662 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=581028 CPUtime=24.94 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 10723 0 15 0 2459 35 0 0 20 0 20 0 20667041 19566772224 385488 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=1541948 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 385488 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=1541948 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 385488 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=398684 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 385488 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 29.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1541952 KiB

[startup+51.1057 s]
/proc/loadavg: 3.14 1.65 1.53 5/336 199929
/proc/meminfo: memFree=115009352/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=2326396 CPUtime=55.06 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 44290 0 15 0 5437 69 0 0 20 0 20 0 20667041 19566772224 581599 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 581599 5871 1 0 1018667 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=11944 CPUtime=50.31 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 13625 0 15 0 4972 59 0 0 20 0 20 0 20667041 19566772224 581599 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=2326396 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 581599 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=2326384 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 581599 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0

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

/proc/meminfo: memFree=60779680/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035024 CPUtime=3210.93 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 262808 0 15 0 320075 1018 0 0 20 0 20 0 20667041 19566772224 1008756 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008756 5871 1 0 1023459 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=4035024 CPUtime=3178 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 126526 0 15 0 316931 869 0 0 20 0 20 0 20667041 19566772224 1008756 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1637 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008756 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=4035024 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3311 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008756 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008756 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3210.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.28 4.19 6/337 202287
/proc/meminfo: memFree=59970164/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035060 CPUtime=3270.34 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 265924 0 15 0 326002 1032 0 0 20 0 20 0 20667041 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008765 5871 1 0 1023459 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=4035060 CPUtime=3236.79 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 128212 0 15 0 322798 881 0 0 20 0 20 0 20667041 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1678 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3270.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035060 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.26 4.19 7/337 202299
/proc/meminfo: memFree=59132980/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035060 CPUtime=3330.1 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 266320 0 15 0 331961 1049 0 0 20 0 20 0 20667041 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008765 5871 1 0 1023459 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=12304 CPUtime=3296.27 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 128495 0 15 0 328731 896 0 0 20 0 20 0 20667041 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1696 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=15884 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3330.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035060 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.27 4.19 2/337 202309
/proc/meminfo: memFree=58443544/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035060 CPUtime=3377.62 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 266986 0 15 0 336699 1063 0 0 20 0 20 0 20667041 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008765 5871 1 0 1023459 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=4035060 CPUtime=3343.3 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) D 199571 199575 199498 0 -1 4194368 129105 0 15 0 333421 909 0 0 20 0 20 0 20667041 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1705 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3405 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008765 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3377.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035060 KiB

[startup+3462.31 s]
/proc/loadavg: 4.42 4.32 4.21 6/337 202322
/proc/meminfo: memFree=57774776/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035156 CPUtime=3430.76 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 279440 0 15 0 341997 1079 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008789 5871 1 0 1023480 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=4035060 CPUtime=3395.42 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 131928 0 15 0 338620 922 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 3665 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=68244 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=4035060 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3405 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=4035156 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3430.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035156 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.29 4.21 6/335 202333
/proc/meminfo: memFree=57015976/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035156 CPUtime=3490.37 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 281750 0 15 0 347945 1092 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008789 5871 1 0 1023480 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=12304 CPUtime=3454.52 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 132706 0 15 0 344519 933 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3697 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=68244 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=-9103575174352773820 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3454 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=-9103575174352773820 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3490.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035156 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.25 4.20 6/334 202344
/proc/meminfo: memFree=56165808/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035156 CPUtime=3549.89 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 282664 0 15 0 353878 1111 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008789 5871 1 0 1023480 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=12304 CPUtime=3513.68 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 133440 0 15 0 350417 951 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3741 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=68244 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=5432 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3454 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=5432 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3549.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633 s]*
/proc/loadavg: 4.10 4.23 4.19 5/309 202382
/proc/meminfo: memFree=57659452/131524600 swapFree=131054968/131071996
[pid=199575] ppid=199571 vsize=19108176 memory=4035156 CPUtime=3600 cores=0,2
/proc/199575/stat : 199575 (java) S 199571 199575 199498 0 -1 1077936128 285120 0 15 0 358876 1124 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
/proc/199575/statm: 4777044 1008789 5871 1 0 1023480 0
[pid=199575/tid=199577] ppid=199571 vsize=19108176 memory=7665813113729799787 CPUtime=3563.46 cores=0,2
/proc/199575/task/199577/stat : 199577 (java) R 199571 199575 199498 0 -1 4194368 135019 0 15 0 355383 963 0 0 20 0 20 0 20667041 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3801 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199610] ppid=199571 vsize=19108176 memory=1470490620200583769 CPUtime=0 cores=0,2
/proc/199575/task/199610/stat : 199610 (Finalizer) S 199571 199575 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667046 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199640] ppid=199571 vsize=19108176 memory=-8960300051966173884 CPUtime=0 cores=0,2
/proc/199575/task/199640/stat : 199640 (Common-Cleaner) S 199571 199575 199498 0 -1 1077936192 3540 0 0 0 0 0 0 0 20 0 20 0 20667047 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
[pid=199575/tid=199648] ppid=199571 vsize=19108176 memory=1470490620200583769 CPUtime=0 cores=0,2
/proc/199575/task/199648/stat : 199648 (Timer-0) S 199571 199575 199498 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20667117 19566772224 1008789 134679101440 94898502950912 94898502954608 140730087620416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94898502962424 94898502963216 94898519494656 140730087629739 140730087629921 140730087629921 140730087636936 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.88 s, system=11.2712 s

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

Child status: 143

Real time (s): 3633.1
CPU time (s): 3600.15
CPU user time (s): 3588.88
CPU system time (s): 11.2712
CPU usage (%): 99.0929
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4035156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.88
system time used= 11.2712
maximum resident set size= 4036672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288534
page faults= 15
swaps= 0
block input operations= 4800
block output operations= 17712344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115035
involuntary context switches= 29775


# summary of solver processes directly reported to runsolver:
#   pid: 199575
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3588.88
#   total CPU system time (s): 11.2712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.91463 second user time and 18.0214 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:17:17
IDJOB=4452562
IDBENCH=164450
IDSOLVER=3079
FILE ID=nodeC028/4452562-1721841437
RUNJOBID= nodeC028-1721841436-199508
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-506428.0.u.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-4452562-1721841437/watcher-4452562-1721841437 -o /tmp/evaluation-result-4452562-1721841437/solver-4452562-1721841437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199508 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452562-1721841437 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452562-1721841437.opb

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

MD5SUM BENCH= be38a350659e0c4d627f3ed91afb1797
RANDOM SEED=1137233412

nodeC028.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		: 3624.997
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.46
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		: 3652.087
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.51
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		: 3654.742
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.46
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		: 3652.985
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.51
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		: 3612.039
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.46
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		: 3651.326
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.51
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		: 3639.192
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.46
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		: 3644.794
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122398744 kB
MemAvailable:   129686700 kB
Buffers:          265592 kB
Cached:          7808088 kB
SwapCached:          264 kB
Active:          2262264 kB
Inactive:        6180172 kB
Active(anon):       4380 kB
Inactive(anon):   416476 kB
Active(file):    2257884 kB
Inactive(file):  5763696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:              7484 kB
Writeback:             4 kB
AnonPages:        367936 kB
Mapped:            96064 kB
Shmem:             52100 kB
KReclaimable:     212396 kB
Slab:             333364 kB
SReclaimable:     212396 kB
SUnreclaim:       120968 kB
KernelStack:        3832 kB
PageTables:        10252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     661184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-24 20:17:50