Trace number 4512870

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.46 3604.63

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM94dee3519407525a3e2f33fb04ced940
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.09/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.12	c java.vm.version	22.0.1+8-16
0.09/0.12	c java.vm.vendor	Oracle Corporation
0.09/0.12	c sun.arch.data.model	64
0.09/0.12	c java.version		22.0.1
0.09/0.12	c os.name		Linux
0.09/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.12	c os.arch		amd64
0.09/0.12	c Free memory 		2104792832
0.09/0.12	c Max memory 		16282288128
0.09/0.12	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.16	c Pseudo Boolean Optimization by upper bound
0.09/0.16	c --- Begin Solver configuration ---
0.09/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.16	c Learn all clauses as in MiniSAT
0.09/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.16	c Expensive reason simplification
0.09/0.16	c Glucose 2.1 dynamic restart strategy
0.09/0.16	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.16	c timeout=2147483s
0.09/0.16	c DB Simplification allowed=false
0.09/0.16	c Listener: none
0.09/0.16	c --- End Solver configuration ---
0.09/0.16	c solving HOME/instance-4512870-1751208407.opb
0.09/0.16	c reading problem ... 
0.09/0.16	c  no objective function found
0.46/0.31	c ... done. Wall clock time 0.14s.
0.46/0.31	c declared #vars     4288
0.46/0.31	c #constraints  10816
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.46/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.46/0.31	c org.sat4j.specs.Constr$1 => 904
0.46/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.46/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.46/0.31	c 10816 constraints processed.
2.02/1.12	c cleaning 2497 clauses out of 4997 with flag 16453/5000
2.77/1.58	c cleaning 4242 clauses out of 8501 with flag 38395/11001
3.64/2.10	c cleaning 5614 clauses out of 11258 with flag 66388/18000
4.25/2.65	c cleaning 6783 clauses out of 13644 with flag 101990/26000
5.04/3.30	c cleaning 7913 clauses out of 15861 with flag 141649/35000
5.75/4.03	c cleaning 8927 clauses out of 17948 with flag 190633/45000
6.55/4.86	c cleaning 10003 clauses out of 20021 with flag 244742/56000
7.45/5.78	c cleaning 10986 clauses out of 22018 with flag 305187/68000
8.54/6.83	c cleaning 11998 clauses out of 24038 with flag 374306/81006
9.65/7.97	c cleaning 12982 clauses out of 26034 with flag 446871/95000
10.87/9.18	c cleaning 14017 clauses out of 28052 with flag 525903/110000
12.16/10.46	c cleaning 14994 clauses out of 30035 with flag 612306/126000
13.58/11.83	c cleaning 15975 clauses out of 32041 with flag 706759/143000
15.10/13.33	c cleaning 17013 clauses out of 34067 with flag 808649/161001
16.69/14.98	c cleaning 17980 clauses out of 36053 with flag 915996/180000
18.59/16.80	c cleaning 19033 clauses out of 38073 with flag 1028257/200000
20.49/18.76	c cleaning 20005 clauses out of 40041 with flag 1146224/221001
22.59/20.84	c cleaning 20990 clauses out of 42036 with flag 1274347/243001
24.89/23.13	c cleaning 21984 clauses out of 44045 with flag 1407333/266000
27.18/25.47	c cleaning 23001 clauses out of 46061 with flag 1549360/290000
29.78/28.02	c cleaning 24020 clauses out of 48061 with flag 1697190/315001
32.47/30.76	c cleaning 24978 clauses out of 50040 with flag 1846835/341000
35.36/33.62	c cleaning 26026 clauses out of 52063 with flag 2005152/368001
38.38/36.69	c cleaning 27004 clauses out of 54036 with flag 2169173/396000
41.67/39.91	c cleaning 28000 clauses out of 56033 with flag 2343018/425001
45.06/43.35	c cleaning 28997 clauses out of 58032 with flag 2519189/455000
48.66/46.98	c cleaning 29998 clauses out of 60035 with flag 2704621/486000
52.48/50.79	c cleaning 31006 clauses out of 62038 with flag 2898119/518001
56.38/54.66	c cleaning 31985 clauses out of 64032 with flag 3096617/551001
60.47/58.71	c cleaning 33015 clauses out of 66048 with flag 3300481/585002
64.66/62.97	c cleaning 33974 clauses out of 68031 with flag 3507050/620000
69.18/67.45	c cleaning 35001 clauses out of 70057 with flag 3722715/656000
73.78/72.06	c cleaning 35992 clauses out of 72056 with flag 3945364/693000
78.77/77.01	c cleaning 37023 clauses out of 74064 with flag 4176930/731000
83.99/82.22	c cleaning 37973 clauses out of 76041 with flag 4412260/770000
89.28/87.50	c cleaning 39019 clauses out of 78068 with flag 4651257/810000
94.57/92.84	c cleaning 39981 clauses out of 80050 with flag 4901747/851001
100.36/98.63	c cleaning 41023 clauses out of 82069 with flag 5152620/893001
106.46/104.74	c cleaning 42010 clauses out of 84046 with flag 5413336/936001
112.55/110.87	c cleaning 42994 clauses out of 86036 with flag 5680208/980001
119.15/117.44	c cleaning 43975 clauses out of 88041 with flag 5952663/1025000
125.76/124.00	c cleaning 45024 clauses out of 90066 with flag 6236548/1071000
132.45/130.73	c cleaning 45980 clauses out of 92043 with flag 6526169/1118001
139.67/137.93	c cleaning 46978 clauses out of 94062 with flag 6819036/1166000
146.94/145.20	c cleaning 48011 clauses out of 96084 with flag 7118647/1215000
154.53/152.83	c cleaning 48986 clauses out of 98073 with flag 7426303/1265000
162.54/160.83	c cleaning 50012 clauses out of 100087 with flag 7736346/1316000
170.72/169.07	c cleaning 51025 clauses out of 102075 with flag 8051130/1368000
179.31/177.69	c cleaning 52015 clauses out of 104050 with flag 8373196/1421000
188.13/186.41	c cleaning 53006 clauses out of 106035 with flag 8695848/1475000
197.20/195.55	c cleaning 53996 clauses out of 108030 with flag 9031210/1530001
206.59/204.91	c cleaning 54978 clauses out of 110035 with flag 9366902/1586002
216.18/214.58	c cleaning 55987 clauses out of 112055 with flag 9712898/1643000
226.09/224.41	c cleaning 57031 clauses out of 114070 with flag 10063545/1701002
236.17/234.55	c cleaning 58010 clauses out of 116037 with flag 10422188/1760000
246.45/244.89	c cleaning 58949 clauses out of 118027 with flag 10781098/1820000
257.44/255.80	c cleaning 60003 clauses out of 120080 with flag 11152182/1881002
268.52/266.91	c cleaning 61013 clauses out of 122075 with flag 11531006/1943000
280.10/278.50	c cleaning 62011 clauses out of 124063 with flag 11910172/2006001
291.68/290.18	c cleaning 62989 clauses out of 126052 with flag 12300680/2070001
303.71/302.16	c cleaning 63976 clauses out of 128062 with flag 12692965/2135000
316.07/314.57	c cleaning 65028 clauses out of 130087 with flag 13093971/2201001
328.64/327.19	c cleaning 65998 clauses out of 132058 with flag 13499353/2268000
341.61/340.10	c cleaning 67019 clauses out of 134060 with flag 13912019/2336000
354.97/353.50	c cleaning 67996 clauses out of 136041 with flag 14328586/2405000
368.49/367.10	c cleaning 68987 clauses out of 138045 with flag 14749893/2475000
382.65/381.21	c cleaning 70011 clauses out of 140059 with flag 15172981/2546001
397.02/395.65	c cleaning 70995 clauses out of 142047 with flag 15609598/2618000
411.79/410.44	c cleaning 71978 clauses out of 144052 with flag 16052353/2691000
426.82/425.48	c cleaning 73024 clauses out of 146074 with flag 16501566/2765000
442.49/441.18	c cleaning 73993 clauses out of 148052 with flag 16949885/2840002
458.05/456.77	c cleaning 75021 clauses out of 150057 with flag 17410213/2916000
474.12/472.82	c cleaning 76002 clauses out of 152036 with flag 17873627/2993000
490.29/489.07	c cleaning 77005 clauses out of 154034 with flag 18342224/3071000
507.40/506.15	c cleaning 78016 clauses out of 156031 with flag 18812424/3150002
524.76/523.54	c cleaning 78999 clauses out of 158013 with flag 19291938/3230000
542.53/541.35	c cleaning 79974 clauses out of 160014 with flag 19780094/3311000
560.99/559.84	c cleaning 81009 clauses out of 162040 with flag 20272644/3393000
579.54/578.50	c cleaning 81965 clauses out of 164031 with flag 20770038/3476000
598.80/597.75	c cleaning 83017 clauses out of 166066 with flag 21274383/3560000
618.32/617.23	c cleaning 83985 clauses out of 168052 with flag 21786380/3645003
638.08/637.03	c cleaning 84997 clauses out of 170066 with flag 22298365/3731002
658.53/657.57	c cleaning 85968 clauses out of 172068 with flag 22818904/3818001
678.77/677.88	c cleaning 87017 clauses out of 174100 with flag 23342497/3906001
699.82/698.95	c cleaning 88041 clauses out of 176082 with flag 23871570/3995000
721.56/720.79	c cleaning 89011 clauses out of 178041 with flag 24414617/4085000
744.01/743.17	c cleaning 89951 clauses out of 180031 with flag 24955093/4176001
766.05/765.27	c cleaning 90988 clauses out of 182079 with flag 25504617/4268000
788.82/788.06	c cleaning 92013 clauses out of 184092 with flag 26062028/4361001
812.26/811.50	c cleaning 93010 clauses out of 186080 with flag 26618800/4455002
835.90/835.28	c cleaning 94025 clauses out of 188069 with flag 27183281/4550001
859.85/859.26	c cleaning 94994 clauses out of 190043 with flag 27753098/4646000
884.70/884.15	c cleaning 95986 clauses out of 192049 with flag 28331911/4743000
909.70/909.13	c cleaning 96988 clauses out of 194064 with flag 28914154/4841001
935.34/934.84	c cleaning 98039 clauses out of 196077 with flag 29506430/4940002
961.39/960.90	c cleaning 99008 clauses out of 198036 with flag 30101512/5040000
988.23/987.81	c cleaning 99996 clauses out of 200028 with flag 30703157/5141000
1015.38/1015.08	c cleaning 100968 clauses out of 202032 with flag 31310588/5243000
1043.42/1043.14	c cleaning 102018 clauses out of 204065 with flag 31923867/5346001
1071.46/1071.23	c cleaning 102969 clauses out of 206046 with flag 32538369/5450000
1100.75/1100.49	c cleaning 104005 clauses out of 208077 with flag 33155342/5555000
1129.77/1129.57	c cleaning 105020 clauses out of 210073 with flag 33776642/5661001
1159.09/1159.00	c cleaning 105997 clauses out of 212052 with flag 34408028/5768000
1189.12/1189.06	c cleaning 106994 clauses out of 214055 with flag 35043466/5876000
1219.83/1219.85	c cleaning 107998 clauses out of 216061 with flag 35684047/5985000
1250.85/1250.97	c cleaning 108995 clauses out of 218064 with flag 36332263/6095001
1282.67/1282.75	c cleaning 109984 clauses out of 220069 with flag 36988953/6206001
1314.50/1314.66	c cleaning 110993 clauses out of 222085 with flag 37654625/6318001
1346.73/1346.90	c cleaning 112030 clauses out of 224093 with flag 38323785/6431002
1379.85/1380.17	c cleaning 112985 clauses out of 226061 with flag 38985770/6545000
1413.58/1414.00	c cleaning 114007 clauses out of 228079 with flag 39664611/6660003
1447.71/1448.13	c cleaning 115021 clauses out of 230070 with flag 40349975/6776001
1482.73/1483.25	c cleaning 115993 clauses out of 232049 with flag 41035934/6893001
1518.87/1519.12	c cleaning 117015 clauses out of 234057 with flag 41731371/7011002
1554.69/1555.02	c cleaning 118011 clauses out of 236042 with flag 42426585/7130002
1591.11/1591.50	c cleaning 118996 clauses out of 238029 with flag 43126014/7250000
1628.52/1629.04	c cleaning 120017 clauses out of 240034 with flag 43830063/7371001
1666.04/1666.68	c cleaning 120972 clauses out of 242016 with flag 44545464/7493000
1704.66/1705.33	c cleaning 121998 clauses out of 244044 with flag 45262463/7616000
1743.47/1744.24	c cleaning 123010 clauses out of 246046 with flag 45988406/7740000
1782.86/1783.67	c cleaning 123977 clauses out of 248038 with flag 46724499/7865002
1823.07/1823.91	c cleaning 125017 clauses out of 250060 with flag 47453379/7991001
1863.88/1864.89	c cleaning 126016 clauses out of 252043 with flag 48193088/8118001
1905.29/1906.36	c cleaning 126990 clauses out of 254026 with flag 48950904/8246000
1947.40/1948.58	c cleaning 127966 clauses out of 256036 with flag 49700600/8375000
1989.31/1990.58	c cleaning 129004 clauses out of 258070 with flag 50463446/8505000
2032.52/2033.83	c cleaning 129989 clauses out of 260066 with flag 51227056/8636000
2076.54/2077.86	c cleaning 131026 clauses out of 262079 with flag 51994991/8768002
2120.75/2122.15	c cleaning 132011 clauses out of 264051 with flag 52772424/8901000
2166.15/2167.67	c cleaning 132973 clauses out of 266040 with flag 53554035/9035000
2211.86/2213.46	c cleaning 134003 clauses out of 268068 with flag 54345487/9170001
2258.15/2259.90	c cleaning 134994 clauses out of 270064 with flag 55136274/9306000
2305.75/2307.54	c cleaning 135996 clauses out of 272070 with flag 55940900/9443000
2353.65/2355.56	c cleaning 136996 clauses out of 274074 with flag 56743856/9581000
2401.05/2402.93	c cleaning 138021 clauses out of 276080 with flag 57561744/9720002
2449.35/2451.37	c cleaning 139021 clauses out of 278058 with flag 58379085/9860001
2498.85/2500.95	c cleaning 139998 clauses out of 280036 with flag 59192275/10001000
2549.14/2551.35	c cleaning 140993 clauses out of 282039 with flag 60017047/10143001
2600.13/2602.45	c cleaning 142017 clauses out of 284046 with flag 60849948/10286001
2651.52/2653.91	c cleaning 142997 clauses out of 286029 with flag 61686683/10430001
2703.71/2706.25	c cleaning 143978 clauses out of 288031 with flag 62524455/10575000
2756.49/2759.04	c cleaning 144996 clauses out of 290053 with flag 63367250/10721000
2810.07/2812.79	c cleaning 146004 clauses out of 292057 with flag 64222346/10868000
2864.05/2866.84	c cleaning 147012 clauses out of 294053 with flag 65078498/11016000
2919.03/2921.96	c cleaning 147971 clauses out of 296041 with flag 65945884/11165000
2974.69/2977.73	c cleaning 149029 clauses out of 298070 with flag 66814282/11315000
3030.75/3033.97	c cleaning 149992 clauses out of 300042 with flag 67691837/11466001
3087.89/3091.24	c cleaning 151009 clauses out of 302049 with flag 68572973/11618000
3146.26/3149.64	c cleaning 152001 clauses out of 304041 with flag 69461452/11771001
3205.54/3209.02	c cleaning 153015 clauses out of 306039 with flag 70355582/11925000
3264.80/3268.49	c cleaning 153962 clauses out of 308024 with flag 71256565/12080000
3324.37/3328.14	c cleaning 154971 clauses out of 310063 with flag 72164337/12236001
3384.24/3388.14	c cleaning 156028 clauses out of 312092 with flag 73076599/12393001
3446.01/3450.08	c cleaning 157018 clauses out of 314064 with flag 73995653/12551001
3508.46/3512.66	c cleaning 157985 clauses out of 316045 with flag 74914665/12710000
3572.53/3576.85	c cleaning 159010 clauses out of 318061 with flag 75840381/12870001
3600.27/3604.55	c starts		: 105510
3600.27/3604.55	c conflicts		: 12951014
3600.27/3604.55	c decisions		: 114196580
3600.27/3604.55	c propagations		: 1699155031
3600.27/3604.55	c inspects		: 37201702690
3600.27/3604.55	c shortcuts		: 0
3600.27/3604.55	c learnt literals	: 3
3600.27/3604.55	c learnt binary clauses	: 53
3600.27/3604.55	c learnt ternary clauses	: 812
3600.27/3604.55	c learnt constraints	: 12951011
3600.27/3604.55	c ignored constraints	: 0
3600.27/3604.55	c root simplifications	: 0
3600.27/3604.55	c removed literals (reason simplification)	: 11993450
3600.27/3604.55	c reason swapping (by a shorter reason)	: 0
3600.27/3604.55	c Calls to reduceDB	: 156
3600.27/3604.55	c Number of update (reduction) of LBD	: 2761397
3600.27/3604.55	c Imported unit clauses	: 0
3600.27/3604.55	c No decision after first conflict	: false
3600.27/3604.55	c number of reductions to clauses (during analyze)	: 0
3600.27/3604.55	c number of learned constraints concerned by reduction	: 0
3600.27/3604.55	c number of learning phase by resolution	: 0
3600.27/3604.55	c number of learning phase by cutting planes	: 0
3600.27/3604.55	c number of rounding to 1 operations	: 0
3600.27/3604.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3604.55	c number of reductions of the coefficients by power 2 	: 0
3600.27/3604.55	c number of right shift for reduction by power 2 	: 0
3600.27/3604.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3604.55	c number of ending skipping 	: 0
3600.27/3604.55	c number of internal skipping 	: 0
3600.27/3604.55	c number of derivation steps 	: 0
3600.27/3604.55	c number of skipped derivation steps 	: 0
3600.27/3604.55	c number of remaining unassigned 	: 0
3600.27/3604.55	c number of remaining assigned 	: 0
3600.27/3604.55	c number of falsified literals weakened from reason	: 0
3600.27/3604.55	c number of falsified literals weakened from conflict	: 0
3600.27/3604.55	c time for arithmetic operations	: 0
3600.27/3604.55	c timeout
3600.27/3604.55	c minimum degree of deleted constraints	: null
3600.27/3604.55	c maximum degree of deleted constraints	: null
3600.27/3604.55	c number of deleted constraints	: 0
3600.27/3604.55	c speed (assignments/second)	: 471433.1817615565
3600.27/3604.55	c non guided choices	: 48084
3600.42/3604.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240011
3600.42/3604.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 53
3600.42/3604.61	s UNKNOWN
3600.42/3604.61	c Total wall clock time (in seconds): 3604.451

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 (63043 MiB free)
  memory of node 1: 64507 MiB (63073 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=26916, runsolver pid=26910

[startup+0.10006 s]*
/proc/loadavg: 1.14 1.34 1.84 6/338 26997
/proc/meminfo: memFree=129022552/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18930384 memory=51908 CPUtime=0.09 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 6153 0 0 0 7 2 0 0 20 0 18 0 36518504 19384713216 12977 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4732596 12977 5351 1 0 547269 0
[pid=26916/tid=26926] ppid=26910 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 4945 0 0 0 4 1 0 0 20 0 18 0 36518506 19384713216 12977 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18930384 memory=16880 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36518509 19384713216 12977 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36518509 19384713216 12977 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51908 KiB

[startup+0.205885 s]*
/proc/loadavg: 1.14 1.34 1.84 12/338 26997
/proc/meminfo: memFree=128980936/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18930384 memory=61824 CPUtime=0.26 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 6995 0 0 0 24 2 0 0 20 0 18 0 36518504 19384713216 15456 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4732596 15456 5447 1 0 547886 0
[pid=26916/tid=26926] ppid=26910 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 5247 0 0 0 13 1 0 0 20 0 18 0 36518506 19384713216 15456 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18930384 memory=16880 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36518509 19384713216 15456 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36518509 19384713216 15456 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61824 KiB

[startup+0.305739 s]*
/proc/loadavg: 1.14 1.34 1.84 10/338 26997
/proc/meminfo: memFree=128881440/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18930384 memory=97188 CPUtime=0.46 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 8565 0 0 0 42 4 0 0 20 0 18 0 36518504 19384713216 24297 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4732596 24297 5447 1 0 548943 0
[pid=26916/tid=26926] ppid=26910 vsize=18930384 memory=-6000919494248195693 CPUtime=0.23 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 5304 0 0 0 21 2 0 0 20 0 18 0 36518506 19384713216 24297 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36518509 19384713216 24297 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36518509 19384713216 24297 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97188 KiB

[startup+0.700218 s]
/proc/loadavg: 1.14 1.34 1.84 9/342 27001
/proc/meminfo: memFree=128827320/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18996948 memory=114688 CPUtime=1.22 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 14882 0 0 0 117 5 0 0 20 0 19 0 36518504 19452874752 28672 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4749237 28672 5447 1 0 553571 0
[pid=26916/tid=26926] ppid=26910 vsize=18996948 memory=17408 CPUtime=0.58 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 5343 0 0 0 56 2 0 0 20 0 19 0 36518506 19452874752 28672 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 28672 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 28672 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518536 19452874752 28672 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 114688 KiB

[startup+1.50022 s]
/proc/loadavg: 1.14 1.34 1.84 9/342 27001
/proc/meminfo: memFree=128787816/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18996948 memory=123156 CPUtime=2.77 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 20824 0 0 0 271 6 0 0 20 0 19 0 36518504 19452874752 30789 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4749237 30789 5479 1 0 553851 0
[pid=26916/tid=26926] ppid=26910 vsize=18996948 memory=10752 CPUtime=1.34 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 5603 0 0 0 132 2 0 0 20 0 19 0 36518506 19452874752 30789 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 30789 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 30789 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518536 19452874752 30789 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123156 KiB

[startup+3.10564 s]
/proc/loadavg: 1.14 1.34 1.84 5/342 27001
/proc/meminfo: memFree=128704916/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18996948 memory=138364 CPUtime=4.85 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 23388 0 0 0 479 6 0 0 20 0 19 0 36518504 19452874752 34591 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4749237 34591 5479 1 0 554021 0
[pid=26916/tid=26926] ppid=26910 vsize=18996948 memory=10752 CPUtime=2.94 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 6097 0 0 0 291 3 0 0 20 0 19 0 36518506 19452874752 34591 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18996948 memory=-6000919507133097581 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 34591 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 34591 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518536 19452874752 34591 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138364 KiB

[startup+6.30022 s]
/proc/loadavg: 1.37 1.39 1.85 5/342 27001
/proc/meminfo: memFree=128614840/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=18996948 memory=155968 CPUtime=8.05 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 23521 0 0 0 798 7 0 0 20 0 19 0 36518504 19452874752 38992 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4749237 38992 5479 1 0 554021 0
[pid=26916/tid=26926] ppid=26910 vsize=18996948 memory=0 CPUtime=6.13 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 6208 0 0 0 609 4 0 0 20 0 19 0 36518506 19452874752 38992 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 38992 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36518509 19452874752 38992 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=18996948 memory=123156 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36518536 19452874752 38992 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155968 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.43 1.86 5/346 27005
/proc/meminfo: memFree=128532080/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=19063512 memory=174952 CPUtime=14.5 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 29428 0 0 0 1442 8 0 0 20 0 20 0 36518504 19521036288 43738 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 43738 5511 1 0 554310 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=123156 CPUtime=12.5 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 7087 0 0 0 1246 4 0 0 20 0 20 0 36518506 19521036288 43738 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 43738 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=174952 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 43738 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 43738 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174952 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.56 1.90 5/344 27005
/proc/meminfo: memFree=128499076/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=19063512 memory=187336 CPUtime=27.28 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 30756 0 0 0 2719 9 0 0 20 0 20 0 36518504 19521036288 46834 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 46834 5511 1 0 554310 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=174952 CPUtime=25.23 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 7306 0 0 0 2519 4 0 0 20 0 20 0 36518506 19521036288 46834 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 46834 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 46834 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 46834 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 27.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187336 KiB

[startup+51.1057 s]
/proc/loadavg: 2.83 1.77 1.96 5/345 27007
/proc/meminfo: memFree=128335124/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=19063512 memory=236768 CPUtime=52.89 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 32159 0 0 0 5279 10 0 0 20 0 20 0 36518504 19521036288 59192 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 59192 5511 1 0 554310 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=201808 CPUtime=50.72 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 7856 0 0 0 5068 4 0 0 20 0 20 0 36518506 19521036288 59192 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 59192 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0

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

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/340 27246
/proc/meminfo: memFree=121320320/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3278.67 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 71775 0 0 0 327747 120 0 0 20 0 20 0 36518504 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 497997 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3271.97 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 28028 0 0 0 327169 28 0 0 20 0 20 0 36518506 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1047 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3278.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1991988 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=26916] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3338.54 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 72418 0 0 0 333733 121 0 0 20 0 20 0 36518504 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 497997 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3331.81 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 28663 0 0 0 333153 28 0 0 20 0 20 0 36518506 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1047 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=17456 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3338.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1991988 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=26916] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3398.41 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 73227 0 0 0 339719 122 0 0 20 0 20 0 36518504 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 497997 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3391.67 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 29192 0 0 0 339138 29 0 0 20 0 20 0 36518506 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=-6000919507133097581 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1160 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3398.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1991988 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=26916] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3458.27 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 74083 0 0 0 345704 123 0 0 20 0 20 0 36518504 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 497997 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3451.51 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 29909 0 0 0 345122 29 0 0 20 0 20 0 36518506 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=-6000919507133097581 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1278 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3458.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1991988 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=26916] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3518.15 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 74192 0 0 0 351690 125 0 0 20 0 20 0 36518504 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 497997 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=1991988 CPUtime=3511.37 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 30012 0 0 0 351107 30 0 0 20 0 20 0 36518506 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=1991988 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1278 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 497997 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3518.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1991988 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=26916] ppid=26910 vsize=19063512 memory=2002228 CPUtime=3578.01 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 74646 0 0 0 357676 125 0 0 20 0 20 0 36518504 19521036288 500557 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 500557 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=14384 CPUtime=3571.22 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 30462 0 0 0 357092 30 0 0 20 0 20 0 36518506 19521036288 500557 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 500557 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=2002228 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1278 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 500557 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=-6000919507133097581 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 500557 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3578.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2002228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.08 4.09 4.03 5/340 27260
/proc/meminfo: memFree=121266548/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=19063512 memory=2045236 CPUtime=3600.07 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 75162 0 0 0 359880 127 0 0 20 0 20 0 36518504 19521036288 511309 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4765878 511309 5511 1 0 556492 0
[pid=26916/tid=26926] ppid=26910 vsize=19063512 memory=2045236 CPUtime=3593.26 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) R 26910 26916 26860 0 -1 4194368 30953 0 0 0 359295 31 0 0 20 0 20 0 36518506 19521036288 511309 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19063512 memory=-6000919507133097581 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 511309 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1278 0 0 0 0 0 0 0 20 0 20 0 36518509 19521036288 511309 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26998] ppid=26910 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/26916/task/26998/stat : 26998 (Timer-0) S 26910 26916 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36518536 19521036288 511309 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2045236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.15 s, system=1.31689 s

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

[startup+3604.6 s]
/proc/loadavg: 4.08 4.09 4.03 5/340 27260
/proc/meminfo: memFree=121266548/131249996 swapFree=33010684/33010684
[pid=26916] ppid=26910 vsize=19263204 memory=2156572 CPUtime=3600.42 cores=4,6
/proc/26916/stat : 26916 (java) S 26910 26916 26860 0 -1 4194304 78009 0 0 0 359912 130 0 0 20 0 21 0 36518504 19725520896 539143 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
/proc/26916/statm: 4815801 539143 5543 1 0 557401 0
[pid=26916/tid=26926] ppid=26910 vsize=19263204 memory=1792 CPUtime=3593.28 cores=4,6
/proc/26916/task/26926/stat : 26926 (java) S 26910 26916 26860 0 -1 4194368 31060 0 0 0 359297 31 0 0 20 0 21 0 36518506 19725520896 539143 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26957] ppid=26910 vsize=19263204 memory=5632 CPUtime=0 cores=4,6
/proc/26916/task/26957/stat : 26957 (Finalizer) S 26910 26916 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36518509 19725520896 539143 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
[pid=26916/tid=26973] ppid=26910 vsize=19263204 memory=3072 CPUtime=0 cores=4,6
/proc/26916/task/26973/stat : 26973 (Common-Cleaner) S 26910 26916 26860 0 -1 4194368 1283 0 0 0 0 0 0 0 20 0 21 0 36518509 19725520896 539143 18446744073709551615 94914015649792 94914015653488 140735007945184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914015661304 94914015662096 94914016882688 140735007951233 140735007951334 140735007951334 140735007956936 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2156572 KiB

Child status: 143

Real time (s): 3604.63
CPU time (s): 3600.46
CPU user time (s): 3599.15
CPU system time (s): 1.31689
CPU usage (%): 99.8845
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2156572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.15
system time used= 1.31689
maximum resident set size= 2156828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103700
involuntary context switches= 3006


# summary of solver processes directly reported to runsolver:
#   pid: 26916
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3599.15
#   total CPU system time (s): 1.31689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42416 second user time and 16.9348 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 16:46:47
IDJOB=4512870
IDBENCH=162182
IDSOLVER=3363
FILE ID=nodeC022/4512870-1751208407
RUNJOBID= nodeC022-1751208407-26871
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-size128-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512870-1751208407/watcher-4512870-1751208407 -o /tmp/evaluation-result-4512870-1751208407/solver-4512870-1751208407 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26871 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512870-1751208407.opb

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

MD5SUM BENCH= 94dee3519407525a3e2f33fb04ced940
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.754
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		: 3599.780
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		: 3599.776
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		: 3600.198
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.640
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		: 3600.277
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.711
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		: 3370.346
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:        129148524 kB
MemAvailable:   129798396 kB
Buffers:            3280 kB
Cached:          1454464 kB
SwapCached:            0 kB
Active:           315468 kB
Inactive:        1206120 kB
Active(anon):      81904 kB
Inactive(anon):        0 kB
Active(file):     233564 kB
Inactive(file):  1206120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2968 kB
Writeback:             0 kB
AnonPages:         67076 kB
Mapped:           102212 kB
Shmem:             18060 kB
KReclaimable:      98456 kB
Slab:             185084 kB
SReclaimable:      98456 kB
SUnreclaim:        86628 kB
KernelStack:        4256 kB
PageTables:         2948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 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