Trace number 4432373

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.23 3607.5

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark130.294
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4432373-1721120974.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.18	c ... done. Wall clock time 0.053s.
0.13/0.18	c declared #vars     774
0.13/0.18	c #constraints  1024
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.13/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
0.13/0.18	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.13/0.18	c 1024 constraints processed.
0.13/0.19	c objective function length is 3 literals
1.28/0.72	c cleaning 2498 clauses out of 5001 with flag 30535/5001
2.12/1.21	c cleaning 4245 clauses out of 8502 with flag 84107/11000
2.73/1.88	c cleaning 5625 clauses out of 11258 with flag 162460/18001
3.52/2.52	c cleaning 6810 clauses out of 13633 with flag 231273/26001
4.13/3.19	c cleaning 7909 clauses out of 15822 with flag 306975/35000
5.02/3.99	c cleaning 8947 clauses out of 17914 with flag 373436/45001
5.82/4.74	c cleaning 9976 clauses out of 19966 with flag 452059/56000
6.61/5.55	c cleaning 10980 clauses out of 21990 with flag 551032/68000
7.72/6.65	c cleaning 12003 clauses out of 24010 with flag 659622/81000
9.02/7.92	c cleaning 13000 clauses out of 26007 with flag 745398/95000
10.32/9.26	c cleaning 14001 clauses out of 28007 with flag 837168/110000
11.91/10.83	c cleaning 15003 clauses out of 30006 with flag 952228/126000
13.55/12.50	c cleaning 15993 clauses out of 32007 with flag 1095504/143004
15.46/14.32	c cleaning 16997 clauses out of 34010 with flag 1222889/161000
17.67/16.51	c cleaning 17990 clauses out of 36013 with flag 1381236/180000
19.87/18.70	c cleaning 19001 clauses out of 38023 with flag 1532396/200000
21.67/20.55	c cleaning 20011 clauses out of 40024 with flag 1683377/221002
23.78/22.67	c cleaning 20998 clauses out of 42011 with flag 1836947/243000
26.37/25.20	c cleaning 21995 clauses out of 44013 with flag 1994351/266000
29.10/27.95	c cleaning 22991 clauses out of 46019 with flag 2169597/290001
31.99/30.81	c cleaning 23984 clauses out of 48028 with flag 2377083/315001
35.29/34.11	c cleaning 25022 clauses out of 50046 with flag 2586898/341003
38.82/37.64	c cleaning 26008 clauses out of 52022 with flag 2823571/368001
41.89/40.76	c cleaning 26994 clauses out of 54014 with flag 3033061/396001
45.17/44.03	c cleaning 28001 clauses out of 56019 with flag 3254798/425000
49.28/48.12	c cleaning 29005 clauses out of 58018 with flag 3486993/455000
53.14/52.04	c cleaning 29987 clauses out of 60016 with flag 3721847/486003
57.32/56.20	c cleaning 31004 clauses out of 62026 with flag 3966626/518000
62.05/60.98	c cleaning 32003 clauses out of 64022 with flag 4247487/551000
66.35/65.26	c cleaning 32995 clauses out of 66020 with flag 4497783/585001
72.14/71.02	c cleaning 34004 clauses out of 68024 with flag 4777577/620000
77.43/76.37	c cleaning 35004 clauses out of 70022 with flag 5092208/656002
82.92/81.84	c cleaning 36004 clauses out of 72017 with flag 5404061/693001
88.56/87.49	c cleaning 36996 clauses out of 74012 with flag 5776171/731000
94.85/93.74	c cleaning 37995 clauses out of 76018 with flag 6144521/770002
101.34/100.29	c cleaning 39007 clauses out of 78021 with flag 6529581/810000
108.21/107.12	c cleaning 39999 clauses out of 80014 with flag 6940325/851000
114.96/113.96	c cleaning 40999 clauses out of 82016 with flag 7264198/893001
122.92/121.96	c cleaning 42006 clauses out of 84017 with flag 7667813/936001
129.46/128.55	c cleaning 43000 clauses out of 86010 with flag 8050720/980000
136.50/135.60	c cleaning 43984 clauses out of 88010 with flag 8433886/1025000
143.14/142.38	c cleaning 45005 clauses out of 90026 with flag 8805870/1071000
151.92/151.15	c cleaning 45997 clauses out of 92021 with flag 9230883/1118000
160.60/159.81	c cleaning 47003 clauses out of 94025 with flag 9706170/1166001
168.52/167.75	c cleaning 48007 clauses out of 96021 with flag 10125565/1215000
177.30/176.53	c cleaning 49007 clauses out of 98019 with flag 10574818/1265005
185.32/184.50	c cleaning 49997 clauses out of 100007 with flag 11032529/1316000
194.29/193.50	c cleaning 50998 clauses out of 102011 with flag 11520249/1368001
203.08/202.34	c cleaning 52002 clauses out of 104014 with flag 11974573/1421002
213.00/212.28	c cleaning 52993 clauses out of 106011 with flag 12417810/1475001
222.39/221.67	c cleaning 54002 clauses out of 108017 with flag 12835032/1530000
232.73/231.93	c cleaning 55001 clauses out of 110016 with flag 13368585/1586001
244.30/243.51	c cleaning 56003 clauses out of 112016 with flag 13919954/1643002
256.28/255.54	c cleaning 56995 clauses out of 114011 with flag 14452319/1701000
267.40/266.61	c cleaning 58003 clauses out of 116016 with flag 14970112/1760000
278.67/277.99	c cleaning 58998 clauses out of 118017 with flag 15482871/1820004
291.85/291.19	c cleaning 59994 clauses out of 120016 with flag 16038470/1881001
305.07/304.33	c cleaning 61003 clauses out of 122021 with flag 16572444/1943000
317.74/317.06	c cleaning 61999 clauses out of 124019 with flag 17196316/2006001
330.72/330.07	c cleaning 63001 clauses out of 126019 with flag 17858962/2070000
343.10/342.44	c cleaning 64007 clauses out of 128020 with flag 18536606/2135002
357.12/356.44	c cleaning 64997 clauses out of 130011 with flag 19192560/2201000
369.50/368.88	c cleaning 66000 clauses out of 132017 with flag 19748776/2268003
385.17/384.18	c cleaning 66991 clauses out of 134015 with flag 20429962/2336001
401.14/400.16	c cleaning 68005 clauses out of 136024 with flag 21219044/2405001
417.29/416.30	c cleaning 68981 clauses out of 138019 with flag 21850471/2475001
432.93/432.00	c cleaning 70019 clauses out of 140039 with flag 22462158/2546002
449.49/448.57	c cleaning 71000 clauses out of 142018 with flag 23231214/2618000
466.16/465.26	c cleaning 71999 clauses out of 144020 with flag 23938966/2691002
483.31/482.33	c cleaning 73006 clauses out of 146019 with flag 24672500/2765000
501.68/500.79	c cleaning 73997 clauses out of 148013 with flag 25423831/2840000
518.55/517.62	c cleaning 75001 clauses out of 150016 with flag 26190580/2916000
538.52/537.67	c cleaning 76003 clauses out of 152017 with flag 27014601/2993002
559.35/558.46	c cleaning 76999 clauses out of 154012 with flag 27832568/3071000
580.31/579.47	c cleaning 77999 clauses out of 156014 with flag 28684652/3150001
601.97/601.14	c cleaning 78997 clauses out of 158014 with flag 29550672/3230000
623.21/622.45	c cleaning 79985 clauses out of 160017 with flag 30388813/3311000
643.65/642.85	c cleaning 81002 clauses out of 162033 with flag 31193481/3393001
666.71/665.95	c cleaning 82009 clauses out of 164034 with flag 32084631/3476004
686.17/685.44	c cleaning 83005 clauses out of 166021 with flag 32865050/3560000
707.43/706.78	c cleaning 83985 clauses out of 168018 with flag 33652509/3645002
730.19/729.50	c cleaning 85008 clauses out of 170032 with flag 34454824/3731001
755.81/755.12	c cleaning 86006 clauses out of 172023 with flag 35391194/3818000
783.05/782.40	c cleaning 87002 clauses out of 174018 with flag 36361780/3906001
806.91/806.32	c cleaning 87995 clauses out of 176015 with flag 37209260/3995000
830.87/830.30	c cleaning 89008 clauses out of 178022 with flag 38094121/4085002
856.11/855.54	c cleaning 89995 clauses out of 180012 with flag 39050494/4176000
881.57/881.02	c cleaning 91008 clauses out of 182019 with flag 39945390/4268002
908.33/907.88	c cleaning 91997 clauses out of 184010 with flag 40935983/4361001
933.77/933.37	c cleaning 93002 clauses out of 186016 with flag 41958577/4455004
957.34/956.91	c cleaning 93997 clauses out of 188010 with flag 42923978/4550000
984.79/984.45	c cleaning 94998 clauses out of 190014 with flag 43972224/4646001
1012.28/1011.89	c cleaning 95993 clauses out of 192015 with flag 44888809/4743000
1040.14/1039.71	c cleaning 97004 clauses out of 194024 with flag 45971871/4841002
1069.19/1068.83	c cleaning 98002 clauses out of 196018 with flag 47131020/4940000
1095.21/1094.59	c cleaning 98999 clauses out of 198016 with flag 48030887/5040000
1118.88/1118.26	c cleaning 99988 clauses out of 200017 with flag 48778915/5141000
1148.31/1147.60	c cleaning 101010 clauses out of 202029 with flag 49714933/5243000
1180.25/1179.65	c cleaning 102002 clauses out of 204019 with flag 50824384/5346000
1212.09/1211.55	c cleaning 103005 clauses out of 206020 with flag 51977903/5450003
1242.59/1242.09	c cleaning 103996 clauses out of 208012 with flag 53106362/5555000
1278.86/1278.69	c cleaning 104987 clauses out of 210017 with flag 54315646/5661001
1310.36/1310.47	c cleaning 106007 clauses out of 212029 with flag 55331369/5768000
1344.45/1344.86	c cleaning 107003 clauses out of 214023 with flag 56468871/5876001
1378.87/1379.33	c cleaning 108005 clauses out of 216020 with flag 57504746/5985001
1417.00/1417.57	c cleaning 108983 clauses out of 218015 with flag 58730792/6095001
1452.64/1453.20	c cleaning 109999 clauses out of 220031 with flag 59938740/6206000
1486.38/1487.09	c cleaning 111011 clauses out of 222032 with flag 61155545/6318000
1525.54/1526.16	c cleaning 112005 clauses out of 224021 with flag 62313108/6431000
1561.28/1561.92	c cleaning 113002 clauses out of 226016 with flag 63613651/6545000
1597.61/1598.30	c cleaning 113997 clauses out of 228014 with flag 64873519/6660000
1639.14/1639.98	c cleaning 115007 clauses out of 230017 with flag 66042065/6776000
1677.76/1678.64	c cleaning 115996 clauses out of 232010 with flag 67348581/6893000
1717.64/1718.52	c cleaning 116996 clauses out of 234015 with flag 68711006/7011001
1755.19/1756.17	c cleaning 118002 clauses out of 236018 with flag 70027806/7130000
1797.81/1798.83	c cleaning 119003 clauses out of 238017 with flag 71384023/7250001
1838.90/1839.95	c cleaning 119964 clauses out of 240013 with flag 72740396/7371000
1886.42/1887.59	c cleaning 121019 clauses out of 242051 with flag 74048173/7493002
1926.14/1927.35	c cleaning 122003 clauses out of 244030 with flag 75522106/7616000
1968.65/1969.98	c cleaning 122998 clauses out of 246031 with flag 76929457/7740004
2008.88/2009.88	c cleaning 123999 clauses out of 248029 with flag 78224777/7865000
2054.51/2055.50	c cleaning 125008 clauses out of 250030 with flag 79647567/7991000
2098.43/2099.52	c cleaning 126003 clauses out of 252023 with flag 80853961/8118001
2142.19/2143.56	c cleaning 127002 clauses out of 254021 with flag 82177885/8246002
2188.19/2189.98	c cleaning 127999 clauses out of 256018 with flag 83564870/8375001
2236.23/2238.22	c cleaning 129003 clauses out of 258019 with flag 84955083/8505001
2282.93/2285.35	c cleaning 130003 clauses out of 260015 with flag 86379604/8636000
2331.90/2334.77	c cleaning 130992 clauses out of 262012 with flag 87860855/8768000
2381.16/2384.42	c cleaning 131995 clauses out of 264020 with flag 89397417/8901000
2434.59/2438.37	c cleaning 133010 clauses out of 266025 with flag 91066640/9035000
2488.27/2492.41	c cleaning 134003 clauses out of 268015 with flag 92731978/9170000
2533.74/2538.39	c cleaning 134998 clauses out of 270013 with flag 94053491/9306001
2585.47/2590.52	c cleaning 135999 clauses out of 272016 with flag 95596395/9443002
2639.50/2644.95	c cleaning 137005 clauses out of 274017 with flag 97071025/9581002
2694.88/2700.56	c cleaning 138001 clauses out of 276010 with flag 98700873/9720000
2751.98/2757.72	c cleaning 138996 clauses out of 278011 with flag 100439538/9860002
2812.10/2817.83	c cleaning 139999 clauses out of 280014 with flag 101965174/10001001
2868.00/2873.81	c cleaning 141002 clauses out of 282015 with flag 103481701/10143001
2921.79/2927.25	c cleaning 141991 clauses out of 284012 with flag 104895568/10286000
2982.18/2987.73	c cleaning 142981 clauses out of 286021 with flag 106643169/10430000
3036.18/3041.70	c cleaning 143985 clauses out of 288040 with flag 108035895/10575000
3092.77/3098.42	c cleaning 145027 clauses out of 290059 with flag 109605763/10721004
3150.55/3156.34	c cleaning 146009 clauses out of 292028 with flag 111129207/10868000
3208.94/3214.79	c cleaning 147008 clauses out of 294021 with flag 112698533/11016002
3273.20/3279.11	c cleaning 148000 clauses out of 296013 with flag 114538154/11165002
3341.15/3347.25	c cleaning 148999 clauses out of 298011 with flag 116345429/11315000
3409.91/3416.13	c cleaning 149999 clauses out of 300013 with flag 118030311/11466001
3483.52/3489.81	c cleaning 151003 clauses out of 302014 with flag 119789883/11618001
3543.29/3550.16	c cleaning 152003 clauses out of 304011 with flag 121585461/11771001
3600.08/3607.43	c starts		: 28788
3600.08/3607.43	c timeout
3600.08/3607.43	c conflicts		: 11909574
3600.08/3607.43	c decisions		: 19199998
3600.08/3607.43	c propagations		: 812368946
3600.08/3607.43	c inspects		: 46094344657
3600.08/3607.43	c shortcuts		: 0
3600.08/3607.43	c learnt literals	: 0
3600.08/3607.43	c learnt binary clauses	: 0
3600.08/3607.43	c learnt ternary clauses	: 0
3600.08/3607.43	c learnt constraints	: 11909574
3600.08/3607.43	c ignored constraints	: 0
3600.08/3607.43	c root simplifications	: 0
3600.08/3607.43	c removed literals (reason simplification)	: 0
3600.08/3607.43	c reason swapping (by a shorter reason)	: 0
3600.08/3607.43	c Calls to reduceDB	: 149
3600.08/3607.43	c Number of update (reduction) of LBD	: 5825799
3600.08/3607.43	c Imported unit clauses	: 0
3600.08/3607.43	c No decision after first conflict	: false
3600.08/3607.43	c number of reductions to clauses (during analyze)	: 0
3600.08/3607.43	c number of learned constraints concerned by reduction	: 0
3600.08/3607.43	c number of learning phase by resolution	: 0
3600.08/3607.43	c number of learning phase by cutting planes	: 0
3600.08/3607.43	c number of rounding to 1 operations	: 0
3600.08/3607.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3607.43	c number of reductions of the coefficients by power 2 	: 0
3600.08/3607.43	c number of right shift for reduction by power 2 	: 0
3600.08/3607.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3607.43	c number of ending skipping 	: 0
3600.08/3607.43	c number of internal skipping 	: 0
3600.08/3607.43	c number of derivation steps 	: 0
3600.08/3607.43	c number of skipped derivation steps 	: 0
3600.08/3607.43	c number of remaining unassigned 	: 0
3600.08/3607.43	c number of remaining assigned 	: 0
3600.08/3607.43	c number of falsified literals weakened from reason	: 0
3600.08/3607.43	c number of falsified literals weakened from conflict	: 0
3600.08/3607.43	c time for arithmetic operations	: 0
3600.08/3607.43	c minimum degree of deleted constraints	: null
3600.08/3607.43	c maximum degree of deleted constraints	: null
3600.08/3607.43	c number of deleted constraints	: 0
3600.08/3607.43	c speed (assignments/second)	: 225205.50260947863
3600.08/3607.43	c non guided choices	: 756
3600.08/3607.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 290581
3600.08/3607.49	s UNKNOWN
3600.08/3607.49	c Total wall clock time (in seconds): 3607.362

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432373-1721120974/watcher-4432373-1721120974 -o /tmp/evaluation-result-4432373-1721120974/solver-4432373-1721120974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721113794-840454 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432373-1721120974.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=844646, runsolver pid=844643

[startup+0.100857 s]*
/proc/loadavg: 4.48 4.27 4.20 6/328 844664
/proc/meminfo: memFree=109832568/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=18975048 memory=66100 CPUtime=0.13 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 7077 0 0 0 11 2 0 0 20 0 18 0 164264410 19430449152 16525 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4743762 16525 5531 1 0 549317 0
[pid=844646/tid=844648] ppid=844643 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 1078198336 5646 0 0 0 7 1 0 0 20 0 18 0 164264410 19430449152 16525 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164264413 19430449152 16525 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=18975048 memory=13573695205540511 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164264413 19430449152 16525 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66100 KiB

[startup+0.206421 s]*
/proc/loadavg: 4.48 4.27 4.20 8/329 844665
/proc/meminfo: memFree=109824464/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19041612 memory=75620 CPUtime=0.33 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 7595 0 0 0 31 2 0 0 20 0 19 0 164264410 19498610688 18905 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4760403 18905 5856 1 0 549940 0
[pid=844646/tid=844648] ppid=844643 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 5933 0 0 0 16 1 0 0 20 0 19 0 164264410 19498610688 18905 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19041612 memory=17993 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 18905 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19041612 memory=15261445554177772 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 18905 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (java) R 844643 844646 840443 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 164264429 19498610688 18905 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75620 KiB

[startup+0.310422 s]*
/proc/loadavg: 4.48 4.27 4.20 7/329 844665
/proc/meminfo: memFree=109820540/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19041612 memory=78924 CPUtime=0.53 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 8183 0 0 0 51 2 0 0 20 0 19 0 164264410 19498610688 19731 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4760403 19731 5856 1 0 550202 0
[pid=844646/tid=844648] ppid=844643 vsize=19041612 memory=-8960303333253685948 CPUtime=0.26 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 5952 0 0 0 25 1 0 0 20 0 19 0 164264410 19498610688 19731 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 19731 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 19731 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 164264429 19498610688 19731 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78924 KiB

[startup+0.700422 s]
/proc/loadavg: 4.48 4.27 4.20 6/329 844665
/proc/meminfo: memFree=109808516/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19041612 memory=96016 CPUtime=1.28 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 13874 0 0 0 125 3 0 0 20 0 19 0 164264410 19498610688 24004 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4760403 24004 5887 1 0 553410 0
[pid=844646/tid=844648] ppid=844643 vsize=19041612 memory=43368 CPUtime=0.64 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 5990 0 0 0 63 1 0 0 20 0 19 0 164264410 19498610688 24004 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19041612 memory=12384 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 24004 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19041612 memory=2268 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 24004 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19041612 memory=1968 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 164264429 19498610688 24004 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96016 KiB

[startup+1.50042 s]
/proc/loadavg: 4.48 4.27 4.20 5/329 844665
/proc/meminfo: memFree=109798752/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19041612 memory=107124 CPUtime=2.43 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 18262 0 0 0 239 4 0 0 20 0 19 0 164264410 19498610688 26781 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4760403 26781 5887 1 0 553478 0
[pid=844646/tid=844648] ppid=844643 vsize=19041612 memory=12384 CPUtime=1.43 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 6435 0 0 0 141 2 0 0 20 0 19 0 164264410 19498610688 26781 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 26781 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19041612 memory=2268 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 26781 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19041612 memory=1968 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 164264429 19498610688 26781 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 107124 KiB

[startup+3.10552 s]
/proc/loadavg: 4.48 4.27 4.20 5/329 844665
/proc/meminfo: memFree=109773308/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19041612 memory=128488 CPUtime=4.13 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 19417 0 0 0 409 4 0 0 20 0 19 0 164264410 19498610688 32122 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4760403 32122 5887 1 0 553655 0
[pid=844646/tid=844648] ppid=844643 vsize=19041612 memory=0 CPUtime=3.02 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 6698 0 0 0 300 2 0 0 20 0 19 0 164264410 19498610688 32122 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19041612 memory=-8960303333253685948 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 32122 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19041612 memory=12384 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 32122 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19041612 memory=2268 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 164264429 19498610688 32122 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128488 KiB

[startup+6.30028 s]
/proc/loadavg: 4.44 4.27 4.20 4/308 844670
/proc/meminfo: memFree=114136856/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19041612 memory=163888 CPUtime=7.42 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 20630 0 0 0 736 6 0 0 20 0 19 0 164264410 19498610688 40972 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4760403 40972 5887 1 0 553656 0
[pid=844646/tid=844648] ppid=844643 vsize=19041612 memory=2268 CPUtime=6.21 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 7254 0 0 0 618 3 0 0 20 0 19 0 164264410 19498610688 40972 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 40972 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19041612 memory=12384 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164264413 19498610688 40972 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19041612 memory=6944656592455360608 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 164264429 19498610688 40972 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163888 KiB

[startup+12.7003 s]
/proc/loadavg: 4.40 4.26 4.20 5/330 844736
/proc/meminfo: memFree=113930672/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=184980 CPUtime=13.87 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 25072 0 0 0 1380 7 0 0 20 0 20 0 164264410 19566772224 46245 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 46245 5919 1 0 553945 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=12384 CPUtime=12.58 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 7816 0 0 0 1255 3 0 0 20 0 20 0 164264410 19566772224 46245 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=184956 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 46245 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=184812 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 46245 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=11608 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 46245 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 13.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184980 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.30 4.21 6/333 844877
/proc/meminfo: memFree=119975316/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=193332 CPUtime=26.67 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 28676 0 0 0 2659 8 0 0 20 0 20 0 164264410 19566772224 48333 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 48333 5935 1 0 553945 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=184956 CPUtime=25.34 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 9006 0 0 0 2530 4 0 0 20 0 20 0 164264410 19566772224 48333 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 48333 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=193324 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 48333 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=193252 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 48333 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 26.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193332 KiB

[startup+51.1064 s]
/proc/loadavg: 4.42 4.29 4.21 6/333 844949
/proc/meminfo: memFree=119793684/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=355656 CPUtime=52.25 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 33712 0 0 0 5212 13 0 0 20 0 20 0 164264410 19566772224 88914 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 88914 5935 1 0 553945 0

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

/proc/meminfo: memFree=118631416/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111828 CPUtime=3216.52 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 114224 0 0 0 321508 144 0 0 20 0 20 0 164264410 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527957 5935 1 0 557585 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=0 CPUtime=3205.62 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 42793 0 0 0 320547 15 0 0 20 0 20 0 164264410 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=2925744 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=2111828 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 1992 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=2111828 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3216.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111828 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.28 4.18 5/333 847517
/proc/meminfo: memFree=118630928/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111828 CPUtime=3276.39 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 114281 0 0 0 327493 146 0 0 20 0 20 0 164264410 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527957 5935 1 0 557585 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=2111812 CPUtime=3265.46 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 42845 0 0 0 326531 15 0 0 20 0 20 0 164264410 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=2111828 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 1992 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=11608 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527957 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3276.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.24 4.17 5/331 847527
/proc/meminfo: memFree=118587536/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111832 CPUtime=3336.26 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 114759 0 0 0 333478 148 0 0 20 0 20 0 164264410 19566772224 527958 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527958 5935 1 0 557587 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=2111828 CPUtime=3325.3 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 43175 0 0 0 332515 15 0 0 20 0 20 0 164264410 19566772224 527958 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527958 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=7160 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 2078 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527958 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=2111828 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527958 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3336.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.17 5/331 847537
/proc/meminfo: memFree=118586976/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111840 CPUtime=3396.13 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 115269 0 0 0 339463 150 0 0 20 0 20 0 164264410 19566772224 527960 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527960 5935 1 0 557589 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=2111828 CPUtime=3385.14 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 43669 0 0 0 338499 15 0 0 20 0 20 0 164264410 19566772224 527960 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=7160 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527960 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=2111840 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 2086 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527960 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=12384 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527960 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3396.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.20 4.17 5/331 847549
/proc/meminfo: memFree=118432856/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111852 CPUtime=3456 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 115429 0 0 0 345448 152 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527963 5935 1 0 557591 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=2111828 CPUtime=3444.99 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 43824 0 0 0 344484 15 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=7160 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=2111848 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 2086 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=2111848 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3456 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111852 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.20 4.17 5/331 847559
/proc/meminfo: memFree=118432520/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111852 CPUtime=3515.73 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 116331 0 0 0 351419 154 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527963 5935 1 0 557591 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=2111848 CPUtime=3504.41 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 43873 0 0 0 350426 15 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=2111852 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=11608 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 2086 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=2111852 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3515.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111852 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.20 4.17 5/331 847569
/proc/meminfo: memFree=118325452/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111852 CPUtime=3575.2 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 116534 0 0 0 357365 155 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527963 5935 1 0 557591 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=12384 CPUtime=3563.86 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 44049 0 0 0 356371 15 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=2111852 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=2111852 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 2086 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=2111852 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3575.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.4 s]
/proc/loadavg: 4.12 4.18 4.17 5/331 847573
/proc/meminfo: memFree=118278104/131524600 swapFree=131071996/131071996
[pid=844646] ppid=844643 vsize=19108176 memory=2111852 CPUtime=3600.08 cores=4,6
/proc/844646/stat : 844646 (java) S 844643 844646 840443 0 -1 1077936128 116844 0 0 0 359852 156 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
/proc/844646/statm: 4777044 527963 5935 1 0 557591 0
[pid=844646/tid=844648] ppid=844643 vsize=19108176 memory=-8960303333253685948 CPUtime=3588.73 cores=4,6
/proc/844646/task/844648/stat : 844648 (java) R 844643 844646 840443 0 -1 4194368 44208 0 0 0 358858 15 0 0 20 0 20 0 164264410 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844657] ppid=844643 vsize=19108176 memory=12384 CPUtime=0 cores=4,6
/proc/844646/task/844657/stat : 844657 (Finalizer) S 844643 844646 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844664] ppid=844643 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/844646/task/844664/stat : 844664 (Common-Cleaner) S 844643 844646 840443 0 -1 1077936192 2199 0 0 0 0 0 0 0 20 0 20 0 164264413 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
[pid=844646/tid=844665] ppid=844643 vsize=19108176 memory=16184 CPUtime=0 cores=4,6
/proc/844646/task/844665/stat : 844665 (Timer-0) S 844643 844646 840443 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164264429 19566772224 527963 134679101440 94597674799104 94597674802800 140722492046528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94597674810616 94597674811408 94597679837184 140722492048391 140722492048481 140722492048481 140722492055496 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2111852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.65 s, system=1.58042 s

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

Child status: 143

Real time (s): 3607.5
CPU time (s): 3600.23
CPU user time (s): 3598.65
CPU system time (s): 1.58042
CPU usage (%): 99.7984
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2111852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.65
system time used= 1.58042
maximum resident set size= 2113488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104647
involuntary context switches= 11972


# summary of solver processes directly reported to runsolver:
#   pid: 844646
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.65
#   total CPU system time (s): 1.58042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51457 second user time and 18.1797 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 11:09:46
IDJOB=4432373
IDBENCH=148776
IDSOLVER=3058
FILE ID=nodeC028/4432373-1721120974
RUNJOBID= nodeC028-1721113794-840454
SLURM_JOB_ID= 7505648
Free space on /tmp= 890048 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432373-1721120974/watcher-4432373-1721120974 -o /tmp/evaluation-result-4432373-1721120974/solver-4432373-1721120974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721113794-840454 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432373-1721120974.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=1947891253

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		: 3655.056
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.56
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		: 3690.997
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.59
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		: 3683.633
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.56
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.803
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.59
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		: 3654.322
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.56
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		: 3691.115
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.59
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		: 3629.063
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.56
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		: 3600.052
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109878580 kB
MemAvailable:   110404964 kB
Buffers:          397160 kB
Cached:           969132 kB
SwapCached:            0 kB
Active:           711796 kB
Inactive:       20311756 kB
Active(anon):       1536 kB
Inactive(anon): 19693436 kB
Active(file):     710260 kB
Inactive(file):   618320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1192 kB
Writeback:             0 kB
AnonPages:      19654116 kB
Mapped:           124208 kB
Shmem:             37720 kB
KReclaimable:      75256 kB
Slab:             178612 kB
SReclaimable:      75256 kB
SUnreclaim:       103356 kB
KernelStack:        5008 kB
PageTables:        48576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   23202256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61152 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19298304 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:      193236 kB
DirectMap2M:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC028 at 2024-07-16 12:09:54