Trace number 4450744

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 Default 2024-07-07? (TO) 3600.23 3606.9

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round21-1.opb
MD5SUM24b841e180e6c10fba8d79de5f0eab8c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.02162
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.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.12	c solving HOME/instance-4450744-1721414909.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.36/0.25	c ... done. Wall clock time 0.128s.
0.36/0.25	c declared #vars     3968
0.36/0.25	c #constraints  9216
0.36/0.25	c constraints type 
0.36/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.36/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.36/0.25	c org.sat4j.specs.Constr$1 => 936
0.36/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5952
0.36/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.36/0.25	c 9216 constraints processed.
1.69/0.93	c cleaning 2493 clauses out of 4998 with flag 15264/5000
2.30/1.36	c cleaning 4251 clauses out of 8505 with flag 37005/11000
3.06/1.86	c cleaning 5619 clauses out of 11254 with flag 64051/18000
3.80/2.46	c cleaning 6805 clauses out of 13635 with flag 97444/26000
4.72/3.11	c cleaning 7910 clauses out of 15831 with flag 138427/35001
5.42/3.86	c cleaning 8947 clauses out of 17922 with flag 184831/45002
6.32/4.70	c cleaning 9972 clauses out of 19974 with flag 238300/56001
7.22/5.67	c cleaning 10998 clauses out of 22001 with flag 298669/68000
8.32/6.78	c cleaning 11989 clauses out of 24004 with flag 364408/81001
9.52/7.98	c cleaning 12990 clauses out of 26014 with flag 437548/95000
10.83/9.28	c cleaning 13996 clauses out of 28024 with flag 516256/110000
12.22/10.61	c cleaning 14985 clauses out of 30028 with flag 602100/126000
13.65/12.04	c cleaning 15981 clauses out of 32043 with flag 695554/143000
15.16/13.57	c cleaning 17022 clauses out of 34063 with flag 795298/161001
16.86/15.26	c cleaning 18010 clauses out of 36041 with flag 901218/180001
18.65/17.08	c cleaning 18990 clauses out of 38032 with flag 1015273/200002
20.66/19.07	c cleaning 19980 clauses out of 40040 with flag 1137398/221000
22.85/21.26	c cleaning 21011 clauses out of 42060 with flag 1265307/243000
25.15/23.56	c cleaning 21995 clauses out of 44050 with flag 1404177/266001
27.54/25.95	c cleaning 23009 clauses out of 46054 with flag 1546286/290000
30.13/28.52	c cleaning 23999 clauses out of 48045 with flag 1697217/315000
32.92/31.32	c cleaning 25009 clauses out of 50048 with flag 1853712/341002
35.92/34.30	c cleaning 26010 clauses out of 52038 with flag 2014288/368001
39.12/37.50	c cleaning 26979 clauses out of 54030 with flag 2186759/396003
42.41/40.81	c cleaning 28012 clauses out of 56049 with flag 2362427/425001
45.90/44.38	c cleaning 28994 clauses out of 58036 with flag 2546253/455000
49.83/48.28	c cleaning 29997 clauses out of 60042 with flag 2734196/486000
53.82/52.24	c cleaning 30987 clauses out of 62047 with flag 2930131/518002
57.91/56.35	c cleaning 32016 clauses out of 64062 with flag 3133486/551004
62.20/60.67	c cleaning 33003 clauses out of 66042 with flag 3344297/585000
66.92/65.32	c cleaning 33986 clauses out of 68040 with flag 3561558/620001
71.61/70.04	c cleaning 34999 clauses out of 70054 with flag 3786897/656001
76.60/75.01	c cleaning 36004 clauses out of 72055 with flag 4019781/693001
81.79/80.23	c cleaning 37020 clauses out of 74050 with flag 4259566/731000
87.29/85.70	c cleaning 37981 clauses out of 76032 with flag 4505323/770002
92.87/91.32	c cleaning 38987 clauses out of 78049 with flag 4759469/810000
98.69/97.17	c cleaning 40013 clauses out of 80062 with flag 5015376/851000
104.67/103.16	c cleaning 40982 clauses out of 82050 with flag 5282901/893001
111.06/109.52	c cleaning 42023 clauses out of 84068 with flag 5558387/936001
117.57/116.08	c cleaning 43015 clauses out of 86044 with flag 5834983/980000
124.44/122.94	c cleaning 43978 clauses out of 88029 with flag 6121034/1025000
131.67/130.16	c cleaning 44979 clauses out of 90051 with flag 6410570/1071000
138.84/137.39	c cleaning 46003 clauses out of 92074 with flag 6709519/1118002
146.53/145.07	c cleaning 47001 clauses out of 94070 with flag 7016459/1166001
154.21/152.75	c cleaning 47937 clauses out of 96069 with flag 7333995/1215001
162.29/160.86	c cleaning 49041 clauses out of 98133 with flag 7658249/1265002
170.70/169.26	c cleaning 50028 clauses out of 100090 with flag 7988759/1316000
179.28/177.89	c cleaning 51022 clauses out of 102062 with flag 8324307/1368000
188.18/186.75	c cleaning 51994 clauses out of 104040 with flag 8665535/1421000
197.56/196.18	c cleaning 53020 clauses out of 106047 with flag 9017581/1475001
207.17/205.72	c cleaning 53993 clauses out of 108027 with flag 9375079/1530001
217.05/215.66	c cleaning 55000 clauses out of 110036 with flag 9735391/1586003
227.21/225.87	c cleaning 56001 clauses out of 112033 with flag 10107769/1643000
237.69/236.39	c cleaning 56977 clauses out of 114032 with flag 10480602/1701000
248.56/247.29	c cleaning 58003 clauses out of 116055 with flag 10868965/1760000
259.63/258.33	c cleaning 59012 clauses out of 118053 with flag 11265431/1820001
271.13/269.88	c cleaning 60013 clauses out of 120040 with flag 11664379/1881000
283.00/281.75	c cleaning 61003 clauses out of 122028 with flag 12066154/1943001
295.06/293.81	c cleaning 61975 clauses out of 124024 with flag 12480639/2006000
307.43/306.23	c cleaning 62956 clauses out of 126050 with flag 12906024/2070001
320.14/318.99	c cleaning 64045 clauses out of 128093 with flag 13334459/2135000
333.40/332.22	c cleaning 64997 clauses out of 130048 with flag 13768228/2201000
346.77/345.61	c cleaning 66016 clauses out of 132051 with flag 14208393/2268000
360.64/359.59	c cleaning 66990 clauses out of 134036 with flag 14657960/2336001
374.96/373.89	c cleaning 68013 clauses out of 136045 with flag 15112121/2405000
389.62/388.50	c cleaning 68993 clauses out of 138032 with flag 15575857/2475000
404.47/403.43	c cleaning 69989 clauses out of 140039 with flag 16043034/2546000
419.83/418.85	c cleaning 71012 clauses out of 142050 with flag 16516498/2618000
435.55/434.50	c cleaning 71986 clauses out of 144039 with flag 17000885/2691001
451.31/450.31	c cleaning 73008 clauses out of 146052 with flag 17488605/2765000
467.56/466.60	c cleaning 73993 clauses out of 148045 with flag 17983471/2840001
484.32/483.41	c cleaning 75005 clauses out of 150052 with flag 18483028/2916001
501.27/500.43	c cleaning 76006 clauses out of 152046 with flag 18992276/2993000
518.58/517.78	c cleaning 76996 clauses out of 154041 with flag 19508109/3071001
536.54/535.74	c cleaning 77997 clauses out of 156044 with flag 20033537/3150000
554.88/554.12	c cleaning 79013 clauses out of 158047 with flag 20560759/3230000
573.43/572.79	c cleaning 80000 clauses out of 160034 with flag 21099220/3311000
592.68/592.02	c cleaning 80978 clauses out of 162036 with flag 21637617/3393002
612.33/611.78	c cleaning 81971 clauses out of 164057 with flag 22182964/3476001
632.42/631.85	c cleaning 83010 clauses out of 166085 with flag 22737966/3560000
652.47/651.98	c cleaning 84017 clauses out of 168076 with flag 23302537/3645001
673.30/672.81	c cleaning 85010 clauses out of 170058 with flag 23873709/3731000
694.65/694.28	c cleaning 86003 clauses out of 172048 with flag 24444840/3818000
716.39/716.08	c cleaning 86992 clauses out of 174047 with flag 25030449/3906002
738.91/738.55	c cleaning 87996 clauses out of 176054 with flag 25620900/3995001
761.46/761.18	c cleaning 88984 clauses out of 178057 with flag 26215293/4085000
784.29/784.09	c cleaning 90003 clauses out of 180073 with flag 26817399/4176000
807.93/807.72	c cleaning 91003 clauses out of 182071 with flag 27419376/4268001
832.16/832.02	c cleaning 92014 clauses out of 184067 with flag 28030328/4361000
856.49/856.49	c cleaning 92987 clauses out of 186054 with flag 28651238/4455001
881.37/881.34	c cleaning 94025 clauses out of 188066 with flag 29278547/4550000
906.60/906.60	c cleaning 94980 clauses out of 190041 with flag 29916424/4646000
932.73/932.82	c cleaning 96012 clauses out of 192061 with flag 30554733/4743000
959.34/959.53	c cleaning 97002 clauses out of 194051 with flag 31198412/4841002
986.46/986.73	c cleaning 97992 clauses out of 196048 with flag 31843333/4940001
1013.98/1014.36	c cleaning 99000 clauses out of 198055 with flag 32499114/5040000
1041.90/1042.26	c cleaning 100010 clauses out of 200056 with flag 33164181/5141001
1070.02/1070.42	c cleaning 101000 clauses out of 202046 with flag 33830193/5243001
1098.93/1099.45	c cleaning 101992 clauses out of 204048 with flag 34505134/5346003
1128.35/1128.93	c cleaning 103000 clauses out of 206054 with flag 35188039/5450001
1158.66/1159.35	c cleaning 104018 clauses out of 208054 with flag 35878366/5555001
1189.65/1190.01	c cleaning 104993 clauses out of 210036 with flag 36574595/5661001
1220.67/1221.18	c cleaning 105996 clauses out of 212042 with flag 37273833/5768000
1252.07/1252.67	c cleaning 107001 clauses out of 214046 with flag 37982524/5876000
1284.49/1285.16	c cleaning 107985 clauses out of 216045 with flag 38699886/5985000
1317.00/1317.73	c cleaning 109000 clauses out of 218060 with flag 39429144/6095000
1350.35/1351.11	c cleaning 110019 clauses out of 220061 with flag 40156172/6206001
1384.55/1385.43	c cleaning 111011 clauses out of 222041 with flag 40887400/6318000
1418.57/1419.57	c cleaning 112010 clauses out of 224031 with flag 41628218/6431001
1453.77/1454.85	c cleaning 112981 clauses out of 226020 with flag 42378094/6545000
1489.56/1490.78	c cleaning 114000 clauses out of 228039 with flag 43130575/6660000
1526.57/1527.73	c cleaning 115009 clauses out of 230040 with flag 43887853/6776001
1563.37/1564.60	c cleaning 115970 clauses out of 232031 with flag 44653067/6893001
1600.56/1601.99	c cleaning 117013 clauses out of 234063 with flag 45424245/7011003
1638.76/1640.20	c cleaning 118000 clauses out of 236047 with flag 46197888/7130000
1677.96/1679.52	c cleaning 119004 clauses out of 238047 with flag 46980692/7250000
1717.36/1718.97	c cleaning 120016 clauses out of 240043 with flag 47771896/7371000
1757.75/1759.46	c cleaning 120988 clauses out of 242027 with flag 48560334/7493000
1797.74/1799.56	c cleaning 122010 clauses out of 244039 with flag 49358261/7616000
1838.73/1840.61	c cleaning 122999 clauses out of 246029 with flag 50169115/7740000
1880.22/1882.21	c cleaning 123983 clauses out of 248030 with flag 50991265/7865000
1922.82/1924.85	c cleaning 124983 clauses out of 250048 with flag 51811419/7991001
1965.50/1967.61	c cleaning 125988 clauses out of 252066 with flag 52641711/8118002
2008.88/2011.14	c cleaning 127024 clauses out of 254077 with flag 53477127/8246001
2052.85/2055.26	c cleaning 127989 clauses out of 256052 with flag 54320153/8375000
2097.62/2100.10	c cleaning 129005 clauses out of 258065 with flag 55171412/8505002
2143.18/2145.75	c cleaning 129993 clauses out of 260058 with flag 56026332/8636000
2188.96/2191.67	c cleaning 130999 clauses out of 262067 with flag 56888378/8768002
2235.94/2238.77	c cleaning 132006 clauses out of 264067 with flag 57750573/8901001
2283.41/2286.39	c cleaning 132986 clauses out of 266062 with flag 58625230/9035002
2331.38/2334.43	c cleaning 134033 clauses out of 268075 with flag 59503310/9170001
2379.65/2382.83	c cleaning 134992 clauses out of 270042 with flag 60393185/9306001
2429.62/2432.95	c cleaning 136012 clauses out of 272049 with flag 61287687/9443000
2480.20/2483.53	c cleaning 137007 clauses out of 274037 with flag 62189428/9581000
2530.35/2533.83	c cleaning 137999 clauses out of 276030 with flag 63096828/9720000
2581.10/2584.70	c cleaning 138987 clauses out of 278031 with flag 64015925/9860000
2633.34/2637.19	c cleaning 140003 clauses out of 280044 with flag 64926498/10001000
2686.48/2690.47	c cleaning 140966 clauses out of 282042 with flag 65852311/10143001
2740.14/2744.13	c cleaning 142011 clauses out of 284078 with flag 66777189/10286003
2794.19/2798.34	c cleaning 143013 clauses out of 286064 with flag 67710368/10430000
2848.75/2853.07	c cleaning 144004 clauses out of 288051 with flag 68648089/10575000
2903.80/2908.25	c cleaning 144995 clauses out of 290048 with flag 69593114/10721001
2959.84/2964.47	c cleaning 146019 clauses out of 292052 with flag 70542539/10868000
3017.34/3022.04	c cleaning 146996 clauses out of 294034 with flag 71494028/11016001
3076.00/3081.20	c cleaning 147973 clauses out of 296037 with flag 72456339/11165000
3134.03/3139.51	c cleaning 148991 clauses out of 298064 with flag 73428681/11315000
3194.07/3199.79	c cleaning 150010 clauses out of 300073 with flag 74409972/11466000
3254.01/3259.81	c cleaning 151020 clauses out of 302063 with flag 75391763/11618000
3313.14/3319.15	c cleaning 152015 clauses out of 304043 with flag 76380828/11771000
3372.83/3378.93	c cleaning 152972 clauses out of 306029 with flag 77374284/11925001
3432.56/3438.82	c cleaning 153994 clauses out of 308056 with flag 78369989/12080000
3493.99/3500.43	c cleaning 155027 clauses out of 310063 with flag 79377792/12236001
3557.50/3564.19	c cleaning 155998 clauses out of 312035 with flag 80389143/12393000
3600.08/3606.82	c starts		: 120356
3600.08/3606.82	c timeout
3600.08/3606.82	c conflicts		: 12507346
3600.08/3606.82	c decisions		: 100449261
3600.08/3606.82	c propagations		: 1612525141
3600.08/3606.82	c inspects		: 40563323141
3600.08/3606.82	c shortcuts		: 0
3600.08/3606.82	c learnt literals	: 2
3600.08/3606.82	c learnt binary clauses	: 72
3600.08/3606.82	c learnt ternary clauses	: 983
3600.08/3606.82	c learnt constraints	: 12507344
3600.08/3606.82	c ignored constraints	: 0
3600.08/3606.82	c root simplifications	: 0
3600.08/3606.82	c removed literals (reason simplification)	: 0
3600.08/3606.82	c reason swapping (by a shorter reason)	: 0
3600.08/3606.82	c Calls to reduceDB	: 153
3600.08/3606.82	c Number of update (reduction) of LBD	: 2640332
3600.08/3606.82	c Imported unit clauses	: 0
3600.08/3606.82	c No decision after first conflict	: false
3600.08/3606.82	c number of reductions to clauses (during analyze)	: 0
3600.08/3606.82	c number of learned constraints concerned by reduction	: 0
3600.08/3606.82	c number of learning phase by resolution	: 0
3600.08/3606.82	c number of learning phase by cutting planes	: 0
3600.08/3606.82	c number of rounding to 1 operations	: 0
3600.08/3606.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3606.82	c number of reductions of the coefficients by power 2 	: 0
3600.08/3606.82	c number of right shift for reduction by power 2 	: 0
3600.08/3606.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3606.82	c number of ending skipping 	: 0
3600.08/3606.82	c number of internal skipping 	: 0
3600.08/3606.82	c number of derivation steps 	: 0
3600.08/3606.82	c number of skipped derivation steps 	: 0
3600.08/3606.82	c number of remaining unassigned 	: 0
3600.08/3606.82	c number of remaining assigned 	: 0
3600.08/3606.82	c number of falsified literals weakened from reason	: 0
3600.08/3606.82	c number of falsified literals weakened from conflict	: 0
3600.08/3606.82	c time for arithmetic operations	: 0
3600.08/3606.83	c minimum degree of deleted constraints	: null
3600.08/3606.83	c maximum degree of deleted constraints	: null
3600.08/3606.83	c number of deleted constraints	: 0
3600.08/3606.83	c speed (assignments/second)	: 447108.17464590975
3600.08/3606.83	c non guided choices	: 14696
3600.08/3606.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 270311
3600.08/3606.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 72
3600.08/3606.88	s UNKNOWN
3600.08/3606.88	c Total wall clock time (in seconds): 3606.767

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450744-1721414909/watcher-4450744-1721414909 -o /tmp/evaluation-result-4450744-1721414909/solver-4450744-1721414909 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024582 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450744-1721414909.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
solver pid=1027622, runsolver pid=1027619
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 4.10 4.17 4.14 5/329 1027640
/proc/meminfo: memFree=127314948/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=18975048 memory=65032 CPUtime=0.13 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 7122 0 0 0 12 1 0 0 20 0 18 0 193657082 19430449152 16258 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4743762 16258 5728 1 0 549341 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 5703 0 0 0 8 1 0 0 20 0 18 0 193657082 19430449152 16258 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193657085 19430449152 16258 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193657085 19430449152 16258 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65032 KiB

[startup+0.213279 s]*
/proc/loadavg: 4.10 4.17 4.14 7/329 1027640
/proc/meminfo: memFree=127299216/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=18975048 memory=82972 CPUtime=0.36 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 8142 0 0 0 34 2 0 0 20 0 18 0 193657082 19430449152 20743 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4743762 20743 5845 1 0 549986 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=18975048 memory=6876556183782621315 CPUtime=0.2 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 5887 0 0 0 19 1 0 0 20 0 18 0 193657082 19430449152 20743 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=18975048 memory=1676398 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193657085 19430449152 20743 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193657085 19430449152 20743 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82972 KiB

[startup+0.306278 s]*
/proc/loadavg: 4.10 4.17 4.14 7/330 1027641
/proc/meminfo: memFree=127283148/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19041612 memory=96688 CPUtime=0.53 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 9318 0 0 0 51 2 0 0 20 0 19 0 193657082 19498610688 24172 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4760403 24172 5845 1 0 551065 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19041612 memory=-7308319077851490913 CPUtime=0.27 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 5928 0 0 0 26 1 0 0 20 0 19 0 193657082 19498610688 24172 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 24172 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 24172 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193657107 19498610688 24172 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96688 KiB

[startup+0.702267 s]
/proc/loadavg: 4.10 4.17 4.14 6/330 1027641
/proc/meminfo: memFree=127271636/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19041612 memory=110260 CPUtime=1.3 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 13891 0 0 0 127 3 0 0 20 0 19 0 193657082 19498610688 27565 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4760403 27565 5861 1 0 553370 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19041612 memory=12420 CPUtime=0.65 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 5934 0 0 0 64 1 0 0 20 0 19 0 193657082 19498610688 27565 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 27565 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 27565 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19041612 memory=39476 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193657107 19498610688 27565 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 110260 KiB

[startup+1.50027 s]
/proc/loadavg: 4.10 4.17 4.14 5/330 1027641
/proc/meminfo: memFree=127265944/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19041612 memory=122680 CPUtime=2.63 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 20665 0 0 0 259 4 0 0 20 0 19 0 193657082 19498610688 30670 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4760403 30670 5861 1 0 554791 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19041612 memory=12420 CPUtime=1.45 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 6330 0 0 0 143 2 0 0 20 0 19 0 193657082 19498610688 30670 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 30670 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 30670 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19041612 memory=65 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193657107 19498610688 30670 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 122680 KiB

[startup+3.10569 s]
/proc/loadavg: 4.17 4.18 4.15 5/330 1027641
/proc/meminfo: memFree=127184132/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19041612 memory=137856 CPUtime=4.72 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 22608 0 0 0 467 5 0 0 20 0 19 0 193657082 19498610688 34464 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4760403 34464 5861 1 0 555449 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19041612 memory=0 CPUtime=3.04 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 6678 0 0 0 302 2 0 0 20 0 19 0 193657082 19498610688 34464 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 34464 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19041612 memory=125028 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 34464 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193657107 19498610688 34464 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 137856 KiB

[startup+6.30028 s]
/proc/loadavg: 4.17 4.18 4.15 6/330 1027643
/proc/meminfo: memFree=127165692/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19041612 memory=158156 CPUtime=7.92 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 22786 0 0 0 787 5 0 0 20 0 19 0 193657082 19498610688 39539 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4760403 39539 5861 1 0 555449 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19041612 memory=12420 CPUtime=6.22 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 6791 0 0 0 620 2 0 0 20 0 19 0 193657082 19498610688 39539 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 39539 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19041612 memory=7738416034833195884 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193657085 19498610688 39539 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19041612 memory=5468 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193657107 19498610688 39539 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158156 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.19 4.15 5/331 1027644
/proc/meminfo: memFree=127130452/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=191640 CPUtime=14.36 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 27886 0 0 0 1429 7 0 0 20 0 20 0 193657082 19566772224 47910 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 47910 5917 1 0 555754 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=0 CPUtime=12.58 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 7860 0 0 0 1255 3 0 0 20 0 20 0 193657082 19566772224 47910 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=191612 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 47910 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 47910 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=16156 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 47910 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191640 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.20 4.15 5/331 1027645
/proc/meminfo: memFree=127111760/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=197908 CPUtime=27.14 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 30670 0 0 0 2706 8 0 0 20 0 20 0 193657082 19566772224 49477 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 49477 5917 1 0 555754 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=191612 CPUtime=25.33 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 8934 0 0 0 2530 3 0 0 20 0 20 0 193657082 19566772224 49477 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=16156 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 49477 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=191640 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 49477 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 49477 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 27.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197908 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 4.18 4.15 5/331 1027650
/proc/meminfo: memFree=126893480/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=278084 CPUtime=52.73 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 34187 0 0 0 5262 11 0 0 20 0 20 0 193657082 19566772224 69521 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 69521 5917 1 0 555754 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=237056 CPUtime=50.74 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 10468 0 0 0 5071 3 0 0 20 0 20 0 193657082 19566772224 69521 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0

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

/proc/meminfo: memFree=123053536/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3216.61 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 128968 0 0 0 321492 169 0 0 20 0 20 0 193657082 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534842 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=2139344 CPUtime=3208.56 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 60374 0 0 0 320832 24 0 0 20 0 20 0 193657082 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=2139344 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=2139344 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 4484 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3216.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.16 4/307 1029526
/proc/meminfo: memFree=124768984/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3276.44 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 130394 0 0 0 327474 170 0 0 20 0 20 0 193657082 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534842 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3268.36 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 61513 0 0 0 326812 24 0 0 20 0 20 0 193657082 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 4624 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3276.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.22 4.17 5/332 1029571
/proc/meminfo: memFree=124352436/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3336.33 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 132701 0 0 0 333461 172 0 0 20 0 20 0 193657082 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534842 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3328.09 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 62421 0 0 0 332785 24 0 0 20 0 20 0 193657082 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 4764 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=47456 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534842 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3336.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.19 4.17 5/331 1029582
/proc/meminfo: memFree=124160376/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=3396.16 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 134289 0 0 0 339442 174 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534843 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3387.89 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 63476 0 0 0 338765 24 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 4909 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3396.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139372 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.20 4.17 5/331 1029660
/proc/meminfo: memFree=125923512/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=3456 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 135580 0 0 0 345423 177 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534843 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=2139368 CPUtime=3447.69 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 64480 0 0 0 344745 24 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 5049 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3456 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.18 4.17 5/331 1029671
/proc/meminfo: memFree=125577332/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=3515.82 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 136931 0 0 0 351404 178 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534843 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=3507.49 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 65543 0 0 0 350725 24 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=39476 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 5189 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3515.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139372 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.16 4.16 5/331 1029683
/proc/meminfo: memFree=125328080/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=3575.65 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 138356 0 0 0 357385 180 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534843 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=47456 CPUtime=3567.29 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 66668 0 0 0 356704 25 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 5329 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3575.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.8 s]
/proc/loadavg: 4.11 4.16 4.16 6/331 1029687
/proc/meminfo: memFree=125114332/131524600 swapFree=131071996/131071996
[pid=1027622] ppid=1027619 vsize=19108176 memory=2139372 CPUtime=3600.08 cores=0,2
/proc/1027622/stat : 1027622 (java) S 1027619 1027622 1024572 0 -1 1077936128 138703 0 0 0 359827 181 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
/proc/1027622/statm: 4777044 534843 5917 1 0 558868 0
[pid=1027622/tid=1027624] ppid=1027619 vsize=19108176 memory=-7308319077851490913 CPUtime=3591.71 cores=0,2
/proc/1027622/task/1027624/stat : 1027624 (java) R 1027619 1027622 1024572 0 -1 4194368 67007 0 0 0 359146 25 0 0 20 0 20 0 193657082 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027633] ppid=1027619 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1027622/task/1027633/stat : 1027633 (Finalizer) S 1027619 1027622 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027640] ppid=1027619 vsize=19108176 memory=47456 CPUtime=0 cores=0,2
/proc/1027622/task/1027640/stat : 1027640 (Common-Cleaner) S 1027619 1027622 1024572 0 -1 1077936192 5329 0 0 0 0 0 0 0 20 0 20 0 193657085 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
[pid=1027622/tid=1027641] ppid=1027619 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1027622/task/1027641/stat : 1027641 (Timer-0) S 1027619 1027622 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193657107 19566772224 534843 134679101440 93843558133760 93843558137456 140733395087328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843558145272 93843558146064 93843563331584 140733395092485 140733395092575 140733395092575 140733395099592 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139372 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.4 s, system=1.82509 s

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

Child status: 143

Real time (s): 3606.9
CPU time (s): 3600.23
CPU user time (s): 3598.4
CPU system time (s): 1.82509
CPU usage (%): 99.815
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2139372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.4
system time used= 1.82509
maximum resident set size= 2141280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102703
involuntary context switches= 25909


# summary of solver processes directly reported to runsolver:
#   pid: 1027622
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.4
#   total CPU system time (s): 1.82509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.842 second user time and 15.6638 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 20:48:42
IDJOB=4450744
IDBENCH=162227
IDSOLVER=3058
FILE ID=nodeC026/4450744-1721414909
RUNJOBID= nodeC026-1721410942-1024582
SLURM_JOB_ID= 7545477
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size160-round21-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450744-1721414909/watcher-4450744-1721414909 -o /tmp/evaluation-result-4450744-1721414909/solver-4450744-1721414909 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024582 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450744-1721414909.opb

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

MD5SUM BENCH= 24b841e180e6c10fba8d79de5f0eab8c
RANDOM SEED=56568451

nodeC026.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		: 3637.938
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.74
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		: 3684.561
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.45
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		: 3606.667
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.74
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		: 3600.201
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.45
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		: 3663.490
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.74
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		: 3684.631
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.45
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		: 3604.638
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127358656 kB
MemAvailable:   127892028 kB
Buffers:          565816 kB
Cached:           814280 kB
SwapCached:            0 kB
Active:          1081076 kB
Inactive:        2471864 kB
Active(anon):       1548 kB
Inactive(anon):  2217200 kB
Active(file):    1079528 kB
Inactive(file):   254664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1024 kB
Writeback:             0 kB
AnonPages:       2169864 kB
Mapped:           127324 kB
Shmem:             45912 kB
KReclaimable:      78004 kB
Slab:             188420 kB
SReclaimable:      78004 kB
SUnreclaim:       110416 kB
KernelStack:        5024 kB
PageTables:        14416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7384544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1904640 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 21:48:49