Trace number 4512978

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.19 3604.13

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round23-5.opb
MD5SUM86944514b434ff8020a355b19ddc8d04
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4512978-1751208407.opb
0.09/0.15	c reading problem ... 
0.09/0.15	c  no objective function found
0.48/0.31	c ... done. Wall clock time 0.157s.
0.48/0.31	c declared #vars     4288
0.48/0.31	c #constraints  10720
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.48/0.31	c org.sat4j.specs.Constr$1 => 856
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.48/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
0.48/0.31	c 10720 constraints processed.
1.85/1.09	c cleaning 2493 clauses out of 4999 with flag 15506/5001
2.71/1.56	c cleaning 4242 clauses out of 8506 with flag 36886/11001
3.54/2.10	c cleaning 5623 clauses out of 11263 with flag 64904/18000
4.14/2.67	c cleaning 6813 clauses out of 13640 with flag 97266/26000
4.84/3.31	c cleaning 7848 clauses out of 15827 with flag 135816/35000
5.54/4.05	c cleaning 8966 clauses out of 17979 with flag 179608/45000
6.34/4.87	c cleaning 9986 clauses out of 20013 with flag 230365/56000
7.34/5.80	c cleaning 11007 clauses out of 22028 with flag 286426/68001
8.34/6.83	c cleaning 12004 clauses out of 24020 with flag 348185/81000
9.35/7.89	c cleaning 13000 clauses out of 26017 with flag 419007/95001
10.55/9.06	c cleaning 13987 clauses out of 28016 with flag 493063/110000
11.74/10.30	c cleaning 14998 clauses out of 30029 with flag 575915/126000
13.17/11.68	c cleaning 15969 clauses out of 32033 with flag 666390/143002
14.70/13.15	c cleaning 17007 clauses out of 34062 with flag 762729/161000
16.39/14.80	c cleaning 18011 clauses out of 36055 with flag 863768/180000
18.08/16.54	c cleaning 19010 clauses out of 38045 with flag 974407/200001
19.88/18.39	c cleaning 20000 clauses out of 40035 with flag 1094352/221001
21.88/20.38	c cleaning 21006 clauses out of 42034 with flag 1216978/243000
23.97/22.47	c cleaning 21953 clauses out of 44028 with flag 1347590/266000
26.27/24.70	c cleaning 23000 clauses out of 46076 with flag 1486163/290001
28.57/27.03	c cleaning 24023 clauses out of 48075 with flag 1630931/315000
31.06/29.55	c cleaning 25008 clauses out of 50053 with flag 1781958/341001
33.77/32.21	c cleaning 25971 clauses out of 52045 with flag 1938457/368001
36.46/34.96	c cleaning 27023 clauses out of 54073 with flag 2097836/396000
39.46/37.94	c cleaning 28009 clauses out of 56051 with flag 2267876/425001
42.45/40.99	c cleaning 28922 clauses out of 58041 with flag 2447150/455000
45.74/44.22	c cleaning 30054 clauses out of 60119 with flag 2632502/486000
49.35/47.84	c cleaning 31028 clauses out of 62066 with flag 2822280/518001
53.25/51.72	c cleaning 31986 clauses out of 64037 with flag 3019839/551000
57.24/55.73	c cleaning 33009 clauses out of 66052 with flag 3222902/585001
61.53/60.00	c cleaning 34013 clauses out of 68042 with flag 3434077/620000
65.95/64.43	c cleaning 34970 clauses out of 70029 with flag 3652946/656000
70.44/68.93	c cleaning 35997 clauses out of 72062 with flag 3876886/693003
75.23/73.70	c cleaning 37001 clauses out of 74065 with flag 4113389/731003
80.26/78.71	c cleaning 37985 clauses out of 76062 with flag 4353139/770001
85.35/83.89	c cleaning 39015 clauses out of 78077 with flag 4598960/810001
90.74/89.26	c cleaning 39987 clauses out of 80061 with flag 4851253/851000
96.43/94.91	c cleaning 41005 clauses out of 82075 with flag 5109849/893001
102.14/100.69	c cleaning 42010 clauses out of 84069 with flag 5378690/936000
108.33/106.83	c cleaning 43017 clauses out of 86059 with flag 5652270/980000
114.63/113.18	c cleaning 44002 clauses out of 88042 with flag 5933555/1025000
121.13/119.69	c cleaning 45009 clauses out of 90040 with flag 6218716/1071000
127.92/126.43	c cleaning 45962 clauses out of 92033 with flag 6516772/1118002
134.95/133.44	c cleaning 46998 clauses out of 94069 with flag 6817947/1166000
142.03/140.53	c cleaning 48003 clauses out of 96071 with flag 7126001/1215000
149.31/147.88	c cleaning 48984 clauses out of 98068 with flag 7439425/1265000
157.12/155.60	c cleaning 49999 clauses out of 100085 with flag 7759222/1316001
165.01/163.53	c cleaning 51032 clauses out of 102085 with flag 8086030/1368000
173.09/171.66	c cleaning 52014 clauses out of 104055 with flag 8422263/1421002
181.61/180.10	c cleaning 52972 clauses out of 106039 with flag 8763898/1475000
190.28/188.87	c cleaning 54013 clauses out of 108068 with flag 9110034/1530001
199.30/197.88	c cleaning 55017 clauses out of 110055 with flag 9469454/1586001
208.58/207.16	c cleaning 55992 clauses out of 112037 with flag 9829937/1643000
217.96/216.58	c cleaning 56982 clauses out of 114045 with flag 10202091/1701000
227.98/226.55	c cleaning 57989 clauses out of 116063 with flag 10578268/1760000
238.35/236.94	c cleaning 59010 clauses out of 118074 with flag 10956094/1820000
248.63/247.26	c cleaning 59994 clauses out of 120065 with flag 11342082/1881001
259.31/257.92	c cleaning 61024 clauses out of 122071 with flag 11734067/1943001
270.31/268.94	c cleaning 61992 clauses out of 124046 with flag 12137629/2006000
281.68/280.32	c cleaning 62980 clauses out of 126054 with flag 12540751/2070000
293.37/292.01	c cleaning 64007 clauses out of 128074 with flag 12955586/2135000
305.23/303.92	c cleaning 65027 clauses out of 130067 with flag 13379547/2201000
317.77/316.47	c cleaning 65996 clauses out of 132040 with flag 13807950/2268000
330.46/329.16	c cleaning 66971 clauses out of 134044 with flag 14239574/2336000
343.42/342.12	c cleaning 68016 clauses out of 136073 with flag 14676206/2405000
356.90/355.62	c cleaning 69029 clauses out of 138058 with flag 15118126/2475001
370.53/369.22	c cleaning 70009 clauses out of 140028 with flag 15566738/2546000
384.40/383.12	c cleaning 70992 clauses out of 142021 with flag 16026782/2618002
398.38/397.15	c cleaning 71990 clauses out of 144027 with flag 16489433/2691000
413.14/411.98	c cleaning 72998 clauses out of 146037 with flag 16959033/2765000
428.21/427.02	c cleaning 74009 clauses out of 148040 with flag 17435785/2840001
443.62/442.47	c cleaning 74992 clauses out of 150031 with flag 17917190/2916001
459.48/458.30	c cleaning 76005 clauses out of 152040 with flag 18405969/2993002
475.74/474.60	c cleaning 77001 clauses out of 154034 with flag 18898107/3071001
492.11/491.07	c cleaning 77967 clauses out of 156033 with flag 19402393/3150001
508.98/507.96	c cleaning 79015 clauses out of 158065 with flag 19906778/3230000
526.31/525.24	c cleaning 79986 clauses out of 160051 with flag 20419454/3311001
543.88/542.82	c cleaning 81020 clauses out of 162064 with flag 20935680/3393000
561.54/560.55	c cleaning 81987 clauses out of 164044 with flag 21460832/3476000
579.60/578.66	c cleaning 83002 clauses out of 166057 with flag 21999013/3560000
598.36/597.45	c cleaning 84023 clauses out of 168055 with flag 22530493/3645000
617.42/616.56	c cleaning 85014 clauses out of 170032 with flag 23079588/3731000
637.33/636.43	c cleaning 86002 clauses out of 172018 with flag 23633785/3818000
657.19/656.35	c cleaning 86970 clauses out of 174017 with flag 24189910/3906001
677.75/676.99	c cleaning 87980 clauses out of 176046 with flag 24751991/3995000
698.81/698.00	c cleaning 88999 clauses out of 178066 with flag 25320003/4085000
720.07/719.35	c cleaning 90018 clauses out of 180067 with flag 25894508/4176000
741.92/741.21	c cleaning 90998 clauses out of 182049 with flag 26478127/4268000
763.88/763.27	c cleaning 92002 clauses out of 184051 with flag 27066964/4361000
786.49/785.87	c cleaning 92950 clauses out of 186049 with flag 27661244/4455000
809.35/808.70	c cleaning 94023 clauses out of 188100 with flag 28259680/4550001
832.60/832.07	c cleaning 94993 clauses out of 190076 with flag 28857733/4646000
856.55/856.05	c cleaning 96013 clauses out of 192083 with flag 29468092/4743000
880.89/880.40	c cleaning 97006 clauses out of 194070 with flag 30086663/4841000
905.85/905.46	c cleaning 98015 clauses out of 196066 with flag 30705741/4940002
931.39/931.04	c cleaning 99002 clauses out of 198049 with flag 31327127/5040000
957.26/956.85	c cleaning 100000 clauses out of 200047 with flag 31963541/5141000
983.11/982.74	c cleaning 101014 clauses out of 202047 with flag 32604519/5243000
1009.15/1008.87	c cleaning 101995 clauses out of 204033 with flag 33251020/5346000
1036.41/1036.19	c cleaning 102997 clauses out of 206039 with flag 33906706/5450001
1063.95/1063.71	c cleaning 103975 clauses out of 208042 with flag 34568434/5555001
1092.28/1092.19	c cleaning 104987 clauses out of 210066 with flag 35238674/5661000
1120.60/1120.40	c cleaning 105994 clauses out of 212079 with flag 35913982/5768000
1149.55/1149.45	c cleaning 107023 clauses out of 214086 with flag 36590694/5876001
1179.59/1179.60	c cleaning 108011 clauses out of 216062 with flag 37270508/5985000
1209.52/1209.57	c cleaning 109006 clauses out of 218051 with flag 37960929/6095000
1240.25/1240.34	c cleaning 109992 clauses out of 220045 with flag 38651499/6206000
1270.69/1270.89	c cleaning 110954 clauses out of 222053 with flag 39354534/6318000
1302.53/1302.78	c cleaning 112003 clauses out of 224099 with flag 40062005/6431000
1334.97/1335.14	c cleaning 113027 clauses out of 226097 with flag 40770895/6545001
1367.40/1367.67	c cleaning 114013 clauses out of 228069 with flag 41491740/6660000
1400.33/1400.65	c cleaning 114998 clauses out of 230056 with flag 42218972/6776000
1434.56/1434.94	c cleaning 115981 clauses out of 232058 with flag 42954266/6893000
1469.18/1469.62	c cleaning 117022 clauses out of 234079 with flag 43688721/7011002
1504.31/1504.86	c cleaning 118007 clauses out of 236056 with flag 44430231/7130001
1539.83/1540.50	c cleaning 118994 clauses out of 238048 with flag 45179059/7250000
1576.67/1577.22	c cleaning 119962 clauses out of 240056 with flag 45931742/7371002
1613.49/1614.15	c cleaning 121037 clauses out of 242092 with flag 46690572/7493000
1651.01/1651.74	c cleaning 121976 clauses out of 244055 with flag 47454239/7616000
1689.53/1690.37	c cleaning 123029 clauses out of 246080 with flag 48223086/7740001
1727.85/1728.75	c cleaning 123989 clauses out of 248050 with flag 49004746/7865000
1765.08/1766.05	c cleaning 125010 clauses out of 250063 with flag 49793479/7991002
1803.01/1804.01	c cleaning 126021 clauses out of 252052 with flag 50587078/8118001
1842.12/1843.30	c cleaning 126994 clauses out of 254032 with flag 51383639/8246002
1882.16/1883.05	c cleaning 127971 clauses out of 256038 with flag 52198602/8375002
1922.67/1923.60	c cleaning 128991 clauses out of 258065 with flag 53008782/8505000
1963.69/1964.70	c cleaning 130023 clauses out of 260076 with flag 53824176/8636002
2005.00/2006.13	c cleaning 130990 clauses out of 262051 with flag 54646953/8768000
2047.31/2048.54	c cleaning 131975 clauses out of 264061 with flag 55475708/8901000
2089.84/2091.15	c cleaning 133029 clauses out of 266086 with flag 56311179/9035000
2134.25/2135.62	c cleaning 134012 clauses out of 268058 with flag 57154004/9170001
2178.53/2179.94	c cleaning 135003 clauses out of 270045 with flag 58000922/9306000
2223.14/2224.67	c cleaning 135999 clauses out of 272043 with flag 58855271/9443001
2268.85/2270.44	c cleaning 136969 clauses out of 274043 with flag 59722880/9581000
2314.64/2316.38	c cleaning 138001 clauses out of 276074 with flag 60592009/9720000
2361.35/2363.16	c cleaning 139021 clauses out of 278075 with flag 61456161/9860002
2408.44/2410.37	c cleaning 139987 clauses out of 280055 with flag 62334589/10001003
2456.52/2458.51	c cleaning 141029 clauses out of 282065 with flag 63222327/10143000
2505.41/2507.50	c cleaning 142008 clauses out of 284036 with flag 64108000/10286000
2555.21/2557.36	c cleaning 142930 clauses out of 286028 with flag 65002483/10430000
2605.41/2607.67	c cleaning 144011 clauses out of 288098 with flag 65901976/10575000
2656.50/2658.80	c cleaning 145017 clauses out of 290087 with flag 66810473/10721000
2708.39/2710.89	c cleaning 146000 clauses out of 292071 with flag 67717762/10868001
2761.28/2763.83	c cleaning 147009 clauses out of 294070 with flag 68642690/11016000
2815.06/2817.77	c cleaning 147981 clauses out of 296061 with flag 69567348/11165000
2868.85/2871.62	c cleaning 149013 clauses out of 298081 with flag 70500642/11315001
2923.87/2926.60	c cleaning 150023 clauses out of 300068 with flag 71441638/11466001
2978.26/2981.11	c cleaning 150973 clauses out of 302044 with flag 72386282/11618000
3033.95/3036.96	c cleaning 151994 clauses out of 304071 with flag 73336164/11771000
3090.04/3093.14	c cleaning 152989 clauses out of 306077 with flag 74290648/11925000
3147.51/3150.72	c cleaning 154022 clauses out of 308090 with flag 75255484/12080002
3205.29/3208.68	c cleaning 155012 clauses out of 310066 with flag 76218100/12236000
3264.59/3267.92	c cleaning 156011 clauses out of 312054 with flag 77190683/12393000
3323.76/3327.26	c cleaning 156976 clauses out of 314044 with flag 78175991/12551001
3383.85/3387.46	c cleaning 157992 clauses out of 316067 with flag 79165931/12710000
3444.53/3448.30	c cleaning 158973 clauses out of 318076 with flag 80155149/12870001
3506.09/3509.92	c cleaning 160023 clauses out of 320102 with flag 81156796/13031000
3567.51/3571.43	c cleaning 160994 clauses out of 322080 with flag 82158471/13193001
3600.04/3604.01	c timeout
3600.04/3604.02	c starts		: 105921
3600.04/3604.03	c conflicts		: 13290369
3600.04/3604.03	c decisions		: 135191009
3600.04/3604.03	c propagations		: 1837816310
3600.04/3604.03	c inspects		: 37672568565
3600.04/3604.03	c shortcuts		: 0
3600.04/3604.03	c learnt literals	: 2
3600.04/3604.03	c learnt binary clauses	: 36
3600.04/3604.03	c learnt ternary clauses	: 595
3600.04/3604.03	c learnt constraints	: 13290367
3600.04/3604.03	c ignored constraints	: 0
3600.04/3604.03	c root simplifications	: 0
3600.04/3604.03	c removed literals (reason simplification)	: 9567745
3600.04/3604.03	c reason swapping (by a shorter reason)	: 0
3600.04/3604.03	c Calls to reduceDB	: 158
3600.04/3604.03	c Number of update (reduction) of LBD	: 2740747
3600.04/3604.03	c Imported unit clauses	: 0
3600.04/3604.03	c No decision after first conflict	: false
3600.04/3604.03	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.03	c number of learned constraints concerned by reduction	: 0
3600.04/3604.03	c number of learning phase by resolution	: 0
3600.04/3604.03	c number of learning phase by cutting planes	: 0
3600.04/3604.03	c number of rounding to 1 operations	: 0
3600.04/3604.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.03	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.03	c number of right shift for reduction by power 2 	: 0
3600.04/3604.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.03	c number of ending skipping 	: 0
3600.04/3604.03	c number of internal skipping 	: 0
3600.04/3604.03	c number of derivation steps 	: 0
3600.04/3604.03	c number of skipped derivation steps 	: 0
3600.04/3604.03	c number of remaining unassigned 	: 0
3600.04/3604.03	c number of remaining assigned 	: 0
3600.04/3604.03	c number of falsified literals weakened from reason	: 0
3600.04/3604.03	c number of falsified literals weakened from conflict	: 0
3600.04/3604.03	c time for arithmetic operations	: 0
3600.04/3604.03	c minimum degree of deleted constraints	: null
3600.04/3604.03	c maximum degree of deleted constraints	: null
3600.04/3604.03	c number of deleted constraints	: 0
3600.04/3604.03	c speed (assignments/second)	: 509978.827380997
3600.04/3604.03	c non guided choices	: 44798
3600.04/3604.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 258418
3600.04/3604.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 36
3600.04/3604.09	s UNKNOWN
3600.04/3604.09	c Total wall clock time (in seconds): 3603.943

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (63037 MiB free)
  memory of node 1: 64507 MiB (63069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512978-1751208407/watcher-4512978-1751208407 -o /tmp/evaluation-result-4512978-1751208407/solver-4512978-1751208407 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26872 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512978-1751208407.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=26929, runsolver pid=26913

[startup+0.100526 s]*
/proc/loadavg: 1.14 1.34 1.84 9/338 26997
/proc/meminfo: memFree=129012628/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18930384 memory=51828 CPUtime=0.09 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 6137 0 0 0 8 1 0 0 20 0 18 0 36518507 19384713216 12957 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4732596 12957 5330 1 0 547241 0
[pid=26929/tid=26949] ppid=26913 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) S 26913 26929 26860 0 -1 4194368 4955 0 0 0 5 1 0 0 20 0 18 0 36518508 19384713216 12957 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36518510 19384713216 12957 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36518511 19384713216 12957 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51828 KiB

[startup+0.205213 s]*
/proc/loadavg: 1.14 1.34 1.84 13/338 26997
/proc/meminfo: memFree=128963608/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18930384 memory=63940 CPUtime=0.29 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 7014 0 0 0 27 2 0 0 20 0 18 0 36518507 19384713216 15985 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4732596 15985 5426 1 0 547897 0
[pid=26929/tid=26949] ppid=26913 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 5259 0 0 0 14 1 0 0 20 0 18 0 36518508 19384713216 15985 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18930384 memory=16880 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36518510 19384713216 15985 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36518511 19384713216 15985 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63940 KiB

[startup+0.305198 s]*
/proc/loadavg: 1.14 1.34 1.84 14/340 26999
/proc/meminfo: memFree=128867640/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18930384 memory=95040 CPUtime=0.48 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 8588 0 0 0 45 3 0 0 20 0 18 0 36518507 19384713216 23760 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4732596 23760 5426 1 0 548956 0
[pid=26929/tid=26949] ppid=26913 vsize=18930384 memory=-6000919494248195693 CPUtime=0.22 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) S 26913 26929 26860 0 -1 4194368 5300 0 0 0 21 1 0 0 20 0 18 0 36518508 19384713216 23760 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36518510 19384713216 23760 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36518511 19384713216 23760 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95040 KiB

[startup+0.700199 s]
/proc/loadavg: 1.14 1.34 1.84 10/342 27001
/proc/meminfo: memFree=128815728/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18996948 memory=115276 CPUtime=1.24 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 14864 0 0 0 120 4 0 0 20 0 19 0 36518507 19452874752 28819 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4749237 28819 5426 1 0 553646 0
[pid=26929/tid=26949] ppid=26913 vsize=18996948 memory=17408 CPUtime=0.58 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 5344 0 0 0 56 2 0 0 20 0 19 0 36518508 19452874752 28819 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518510 19452874752 28819 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518511 19452874752 28819 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518539 19452874752 28819 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115276 KiB

[startup+1.50021 s]
/proc/loadavg: 1.14 1.34 1.84 11/342 27001
/proc/meminfo: memFree=128787816/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18996948 memory=123200 CPUtime=2.71 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 20612 0 0 0 266 5 0 0 20 0 19 0 36518507 19452874752 30800 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4749237 30800 5426 1 0 553929 0
[pid=26929/tid=26949] ppid=26913 vsize=18996948 memory=0 CPUtime=1.35 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 5577 0 0 0 133 2 0 0 20 0 19 0 36518508 19452874752 30800 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518510 19452874752 30800 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518511 19452874752 30800 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518539 19452874752 30800 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123200 KiB

[startup+3.10478 s]
/proc/loadavg: 1.14 1.34 1.84 6/342 27001
/proc/meminfo: memFree=128704916/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18996948 memory=140588 CPUtime=4.64 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 23038 0 0 0 458 6 0 0 20 0 19 0 36518507 19452874752 35147 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4749237 35147 5426 1 0 554138 0
[pid=26929/tid=26949] ppid=26913 vsize=18996948 memory=10752 CPUtime=2.95 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 6066 0 0 0 293 2 0 0 20 0 19 0 36518508 19452874752 35147 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18996948 memory=-6000919494248195693 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518510 19452874752 35147 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518511 19452874752 35147 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518539 19452874752 35147 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140588 KiB

[startup+6.30017 s]
/proc/loadavg: 1.37 1.39 1.85 6/342 27001
/proc/meminfo: memFree=128610744/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=18996948 memory=161268 CPUtime=7.84 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 23242 0 0 0 777 7 0 0 20 0 19 0 36518507 19452874752 40317 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4749237 40317 5458 1 0 554138 0
[pid=26929/tid=26949] ppid=26913 vsize=18996948 memory=0 CPUtime=6.14 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 6186 0 0 0 611 3 0 0 20 0 19 0 36518508 19452874752 40317 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518510 19452874752 40317 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518511 19452874752 40317 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=18996948 memory=123200 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518539 19452874752 40317 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161268 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.43 1.86 6/346 27005
/proc/meminfo: memFree=128532080/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=174108 CPUtime=14.29 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 28576 0 0 0 1421 8 0 0 20 0 20 0 36518507 19521036288 43527 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 43527 5522 1 0 554427 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=123200 CPUtime=12.5 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 6715 0 0 0 1247 3 0 0 20 0 20 0 36518508 19521036288 43527 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=174108 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 43527 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 43527 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 43527 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174108 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.56 1.90 6/344 27005
/proc/meminfo: memFree=128499076/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=180348 CPUtime=27.07 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 31279 0 0 0 2699 8 0 0 20 0 20 0 36518507 19521036288 45087 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 45087 5522 1 0 554427 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=0 CPUtime=25.25 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 7756 0 0 0 2522 3 0 0 20 0 20 0 36518508 19521036288 45087 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=174108 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 45087 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 45087 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 45087 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180348 KiB

[startup+51.1052 s]
/proc/loadavg: 2.83 1.77 1.96 6/345 27007
/proc/meminfo: memFree=128335124/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=194824 CPUtime=52.65 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 32324 0 0 0 5256 9 0 0 20 0 20 0 36518507 19521036288 48706 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 48706 5522 1 0 554427 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=194824 CPUtime=50.76 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 7900 0 0 0 5073 3 0 0 20 0 20 0 36518508 19521036288 48706 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=194824 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 48706 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=-6000919494248195693 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=121502444/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3218.97 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 71362 0 0 0 321762 135 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3212.42 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 27188 0 0 0 321233 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 906 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3218.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/340 27246
/proc/meminfo: memFree=121320320/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3278.96 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 73404 0 0 0 327759 137 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3272.16 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 28046 0 0 0 327207 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 906 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3278.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/340 27249
/proc/meminfo: memFree=121320056/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3338.84 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 73454 0 0 0 333745 139 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3332.01 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 28046 0 0 0 333192 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=19712 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 950 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=9216 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3338.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.03 5/340 27251
/proc/meminfo: memFree=121320104/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3398.72 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 73867 0 0 0 339731 141 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3391.86 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 28278 0 0 0 339177 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 950 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3398.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/339 27253
/proc/meminfo: memFree=121320152/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3458.59 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 74639 0 0 0 345717 142 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3451.71 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 28946 0 0 0 345162 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 950 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=-4050210904893407892 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3458.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/339 27255
/proc/meminfo: memFree=121320104/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3518.45 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 75608 0 0 0 351701 144 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3511.54 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 29733 0 0 0 351145 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 1031 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3518.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.03 5/340 27258
/proc/meminfo: memFree=121307860/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3578.38 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 76323 0 0 0 357692 146 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3571.31 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 29744 0 0 0 357122 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 1075 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=2065176 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3578.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604 s]*
/proc/loadavg: 4.08 4.09 4.03 5/340 27260
/proc/meminfo: memFree=121266548/131249996 swapFree=33010684/33010684
[pid=26929] ppid=26913 vsize=19063512 memory=2065176 CPUtime=3600.04 cores=1,3
/proc/26929/stat : 26929 (java) S 26913 26929 26860 0 -1 4194304 76325 0 0 0 359857 147 0 0 20 0 20 0 36518507 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
/proc/26929/statm: 4765878 516294 5522 1 0 556592 0
[pid=26929/tid=26949] ppid=26913 vsize=19063512 memory=-6000919489903420781 CPUtime=3592.95 cores=1,3
/proc/26929/task/26949/stat : 26949 (java) R 26913 26929 26860 0 -1 4194368 29745 0 0 0 359286 9 0 0 20 0 20 0 36518508 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26988] ppid=26913 vsize=19063512 memory=7826019586363269509 CPUtime=0 cores=1,3
/proc/26929/task/26988/stat : 26988 (Finalizer) S 26913 26929 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518510 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=26997] ppid=26913 vsize=19063512 memory=9088 CPUtime=0 cores=1,3
/proc/26929/task/26997/stat : 26997 (Common-Cleaner) S 26913 26929 26860 0 -1 4194368 1075 0 0 0 0 0 0 0 20 0 20 0 36518511 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
[pid=26929/tid=27001] ppid=26913 vsize=19063512 memory=9216 CPUtime=0 cores=1,3
/proc/26929/task/27001/stat : 27001 (Timer-0) S 26913 26929 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518539 19521036288 516294 18446744073709551615 94358817513472 94358817517168 140731869932768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94358817524984 94358817525776 94358827331584 140731869936001 140731869936102 140731869936102 140731869941704 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2065176 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.71 s, system=1.48258 s

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

Child status: 143

Real time (s): 3604.13
CPU time (s): 3600.19
CPU user time (s): 3598.71
CPU system time (s): 1.48258
CPU usage (%): 99.8907
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2065176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.71
system time used= 1.48258
maximum resident set size= 2066328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78515
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103683
involuntary context switches= 2794


# summary of solver processes directly reported to runsolver:
#   pid: 26929
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.71
#   total CPU system time (s): 1.48258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38219 second user time and 16.6748 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 16:46:47
IDJOB=4512978
IDBENCH=162230
IDSOLVER=3363
FILE ID=nodeC022/4512978-1751208407
RUNJOBID= nodeC022-1751208407-26872
SLURM_JOB_ID= 9587640
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512978-1751208407/watcher-4512978-1751208407 -o /tmp/evaluation-result-4512978-1751208407/solver-4512978-1751208407 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26872 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512978-1751208407.opb

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=565763248

nodeC022 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129143680 kB
MemAvailable:   129794960 kB
Buffers:            3280 kB
Cached:          1455872 kB
SwapCached:            0 kB
Active:           315508 kB
Inactive:        1207528 kB
Active(anon):      81944 kB
Inactive(anon):        0 kB
Active(file):     233564 kB
Inactive(file):  1207528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4380 kB
Writeback:             0 kB
AnonPages:         67116 kB
Mapped:           102200 kB
Shmem:             18060 kB
KReclaimable:      98456 kB
Slab:             185276 kB
SReclaimable:      98456 kB
SUnreclaim:        86820 kB
KernelStack:        4304 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     334664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 17:46:52