Trace number 4516542

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.2 3597.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1000.shuf-2.opb
MD5SUMd62b6d7ed7c7da9e25546add04a48ef7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.119834
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4001
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints1748
Minimum length of a constraint4
Maximum length of a constraint5
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4516542-1751239690.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c  no objective function found
0.31/0.22	c ... done. Wall clock time 0.086s.
0.31/0.22	c declared #vars     4001
0.31/0.22	c #constraints  2000
0.31/0.22	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2000
0.31/0.22	c 2000 constraints processed.
1.87/1.08	c cleaning 2494 clauses out of 5001 with flag 51502/5001
2.90/1.81	c cleaning 4246 clauses out of 8506 with flag 131512/11000
3.88/2.76	c cleaning 5622 clauses out of 11262 with flag 229469/18002
4.78/3.67	c cleaning 6815 clauses out of 13638 with flag 342055/26000
5.58/4.45	c cleaning 7907 clauses out of 15825 with flag 465058/35002
6.57/5.36	c cleaning 8938 clauses out of 17916 with flag 594509/45000
7.67/6.48	c cleaning 9967 clauses out of 19978 with flag 752441/56000
8.68/7.41	c cleaning 10998 clauses out of 22011 with flag 929404/68000
9.48/8.22	c cleaning 11997 clauses out of 24013 with flag 1073772/81000
10.68/9.40	c cleaning 12983 clauses out of 26016 with flag 1278771/95000
11.88/10.62	c cleaning 14003 clauses out of 28033 with flag 1467178/110000
13.79/12.55	c cleaning 15005 clauses out of 30030 with flag 1712811/126000
15.91/14.67	c cleaning 16001 clauses out of 32025 with flag 1980234/143000
18.57/17.21	c cleaning 17005 clauses out of 34025 with flag 2309192/161001
20.27/18.92	c cleaning 17999 clauses out of 36019 with flag 2598037/180000
21.97/20.67	c cleaning 18989 clauses out of 38022 with flag 2866881/200002
24.11/22.72	c cleaning 20006 clauses out of 40032 with flag 3155202/221001
26.30/25.00	c cleaning 20996 clauses out of 42025 with flag 3465442/243000
29.64/28.23	c cleaning 22006 clauses out of 44029 with flag 3882566/266000
33.83/32.45	c cleaning 23001 clauses out of 46026 with flag 4317073/290003
38.58/37.13	c cleaning 24006 clauses out of 48023 with flag 4808072/315001
40.48/39.07	c cleaning 24990 clauses out of 50016 with flag 5139564/341000
44.42/42.97	c cleaning 25997 clauses out of 52028 with flag 5528886/368002
46.92/45.41	c cleaning 26997 clauses out of 54029 with flag 5916143/396000
49.77/48.24	c cleaning 27993 clauses out of 56032 with flag 6305540/425000
52.16/50.67	c cleaning 29000 clauses out of 58040 with flag 6718430/455001
55.50/53.94	c cleaning 30000 clauses out of 60042 with flag 7164283/486003
58.39/56.85	c cleaning 31004 clauses out of 62040 with flag 7605044/518001
61.14/59.52	c cleaning 31996 clauses out of 64035 with flag 8051689/551000
63.54/61.94	c cleaning 32997 clauses out of 66040 with flag 8497898/585001
66.18/64.54	c cleaning 33980 clauses out of 68043 with flag 8950728/620001
69.57/67.97	c cleaning 35015 clauses out of 70062 with flag 9437296/656000
72.62/70.90	c cleaning 36007 clauses out of 72048 with flag 9960669/693001
78.16/76.44	c cleaning 36991 clauses out of 74042 with flag 10520078/731002
81.35/79.66	c cleaning 38021 clauses out of 76051 with flag 11070581/770002
85.09/83.32	c cleaning 38975 clauses out of 78028 with flag 11655055/810000
92.13/90.38	c cleaning 39992 clauses out of 80053 with flag 12329182/851000
99.01/97.27	c cleaning 40972 clauses out of 82061 with flag 13017609/893000
102.79/100.96	c cleaning 42001 clauses out of 84090 with flag 13662038/936001
106.48/104.65	c cleaning 43015 clauses out of 86091 with flag 14313209/980003
112.63/110.52	c cleaning 44012 clauses out of 88074 with flag 15004426/1025001
116.23/114.12	c cleaning 44992 clauses out of 90061 with flag 15637820/1071000
120.29/118.16	c cleaning 45999 clauses out of 92069 with flag 16317747/1118000
124.87/122.77	c cleaning 47007 clauses out of 94072 with flag 17036032/1166002
129.07/126.95	c cleaning 47981 clauses out of 96064 with flag 17757811/1215001
133.23/131.08	c cleaning 48986 clauses out of 98083 with flag 18474869/1265001
137.41/135.24	c cleaning 50005 clauses out of 100097 with flag 19209401/1316001
141.79/139.55	c cleaning 50997 clauses out of 102092 with flag 19961465/1368001
146.38/144.19	c cleaning 52005 clauses out of 104095 with flag 20739544/1421001
150.86/148.69	c cleaning 52977 clauses out of 106091 with flag 21557595/1475002
155.51/153.24	c cleaning 54009 clauses out of 108112 with flag 22352753/1530000
163.79/161.50	c cleaning 55007 clauses out of 110106 with flag 23362423/1586003
167.99/165.78	c cleaning 55995 clauses out of 112097 with flag 24177838/1643001
172.96/170.63	c cleaning 57024 clauses out of 114103 with flag 25021517/1701002
178.05/175.71	c cleaning 57999 clauses out of 116077 with flag 25949602/1760000
182.81/180.46	c cleaning 58996 clauses out of 118081 with flag 26863433/1820003
187.59/185.23	c cleaning 59989 clauses out of 120082 with flag 27811840/1881000
192.58/190.25	c cleaning 60995 clauses out of 122093 with flag 28717425/1943000
197.64/195.25	c cleaning 61995 clauses out of 124099 with flag 29692509/2006001
202.63/200.26	c cleaning 62984 clauses out of 126103 with flag 30696906/2070000
207.91/205.55	c cleaning 64014 clauses out of 128119 with flag 31746365/2135000
213.37/210.69	c cleaning 65012 clauses out of 130105 with flag 32793259/2201000
218.76/216.05	c cleaning 65992 clauses out of 132093 with flag 33828839/2268000
223.95/221.25	c cleaning 67011 clauses out of 134101 with flag 34871243/2336000
229.34/226.66	c cleaning 68000 clauses out of 136093 with flag 35993183/2405003
234.90/232.16	c cleaning 68995 clauses out of 138094 with flag 37120252/2475004
251.06/248.35	c cleaning 70017 clauses out of 140095 with flag 38358349/2546000
256.75/254.04	c cleaning 71005 clauses out of 142079 with flag 39542570/2618001
262.33/259.68	c cleaning 71949 clauses out of 144074 with flag 40707842/2691001
268.46/265.60	c cleaning 73017 clauses out of 146124 with flag 41908360/2765000
274.24/271.43	c cleaning 73988 clauses out of 148108 with flag 43146555/2840001
280.23/277.42	c cleaning 75005 clauses out of 150119 with flag 44392513/2916000
286.41/283.68	c cleaning 75992 clauses out of 152115 with flag 45675973/2993001
292.51/289.76	c cleaning 77006 clauses out of 154123 with flag 46969568/3071001
299.17/296.35	c cleaning 78001 clauses out of 156118 with flag 48290699/3150002
305.86/303.05	c cleaning 79012 clauses out of 158117 with flag 49671528/3230002
312.24/309.40	c cleaning 80008 clauses out of 160105 with flag 51026343/3311002
318.84/316.05	c cleaning 80987 clauses out of 162099 with flag 52439238/3393004
325.61/322.87	c cleaning 81994 clauses out of 164109 with flag 53876341/3476001
333.03/330.16	c cleaning 82980 clauses out of 166115 with flag 55288489/3560001
343.50/340.60	c cleaning 84028 clauses out of 168134 with flag 56723889/3645000
350.08/347.21	c cleaning 84992 clauses out of 170106 with flag 58128907/3731000
357.67/354.88	c cleaning 85981 clauses out of 172115 with flag 59671794/3818001
364.85/362.01	c cleaning 86997 clauses out of 174134 with flag 61196428/3906001
372.67/369.71	c cleaning 88023 clauses out of 176136 with flag 62727619/3995000
379.95/377.02	c cleaning 89009 clauses out of 178114 with flag 64309013/4085001
387.33/384.49	c cleaning 90008 clauses out of 180108 with flag 65888499/4176004
395.43/392.03	c cleaning 90989 clauses out of 182097 with flag 67429260/4268001
402.91/399.57	c cleaning 91981 clauses out of 184107 with flag 69073061/4361000
410.89/407.59	c cleaning 93023 clauses out of 186126 with flag 70727447/4455000
418.67/415.32	c cleaning 94016 clauses out of 188108 with flag 72431498/4550005
426.64/423.24	c cleaning 94992 clauses out of 190087 with flag 74075062/4646000
434.43/431.07	c cleaning 95993 clauses out of 192097 with flag 75774646/4743002
442.41/439.02	c cleaning 96990 clauses out of 194103 with flag 77452936/4841001
450.50/447.15	c cleaning 97995 clauses out of 196112 with flag 79185150/4940000
459.08/455.78	c cleaning 99003 clauses out of 198117 with flag 80944574/5040000
467.46/464.17	c cleaning 99983 clauses out of 200115 with flag 82760418/5141001
476.17/472.78	c cleaning 101001 clauses out of 202131 with flag 84598699/5243000
485.14/481.79	c cleaning 101990 clauses out of 204130 with flag 86439170/5346000
494.82/491.40	c cleaning 103032 clauses out of 206140 with flag 88308525/5450000
503.41/500.01	c cleaning 104005 clauses out of 208108 with flag 90172425/5555000
512.08/508.76	c cleaning 105001 clauses out of 210104 with flag 92052099/5661001
522.38/518.90	c cleaning 105988 clauses out of 212102 with flag 93953323/5768000
531.36/527.90	c cleaning 107015 clauses out of 214116 with flag 95877098/5876002
540.64/537.28	c cleaning 107987 clauses out of 216099 with flag 97882881/5985000
550.01/546.57	c cleaning 108998 clauses out of 218115 with flag 99800916/6095003
559.39/555.91	c cleaning 109997 clauses out of 220114 with flag 101798887/6206000
568.77/565.30	c cleaning 111009 clauses out of 222117 with flag 103837250/6318000
578.35/574.94	c cleaning 112005 clauses out of 224110 with flag 105867635/6431002
588.14/584.63	c cleaning 113012 clauses out of 226104 with flag 107938093/6545001
597.72/594.28	c cleaning 113976 clauses out of 228091 with flag 110059653/6660000
607.60/604.17	c cleaning 115000 clauses out of 230116 with flag 112165995/6776001
617.17/613.79	c cleaning 115989 clauses out of 232115 with flag 114278629/6893000
627.83/624.01	c cleaning 117009 clauses out of 234128 with flag 116440104/7011002
637.81/634.08	c cleaning 117998 clauses out of 236117 with flag 118674394/7130000
648.58/644.84	c cleaning 119005 clauses out of 238120 with flag 120901277/7250001
658.86/655.08	c cleaning 120054 clauses out of 240114 with flag 123092367/7371000
669.13/665.39	c cleaning 120988 clauses out of 242061 with flag 125345529/7493001
679.61/675.86	c cleaning 121962 clauses out of 244072 with flag 127646235/7616000
690.98/687.24	c cleaning 123010 clauses out of 246110 with flag 129970882/7740000
701.76/698.06	c cleaning 124011 clauses out of 248103 with flag 132259480/7865003
712.91/709.13	c cleaning 124971 clauses out of 250089 with flag 134619495/7991000
723.98/720.27	c cleaning 125991 clauses out of 252118 with flag 136997205/8118000
735.26/731.52	c cleaning 127064 clauses out of 254128 with flag 139400794/8246001
746.64/742.91	c cleaning 127987 clauses out of 256063 with flag 141823192/8375000
758.12/754.40	c cleaning 128971 clauses out of 258076 with flag 144299746/8505000
769.56/765.87	c cleaning 129971 clauses out of 260106 with flag 146730932/8636001
780.94/777.21	c cleaning 131001 clauses out of 262136 with flag 149238846/8768002
792.52/788.83	c cleaning 132011 clauses out of 264133 with flag 151712467/8901000
807.79/804.18	c cleaning 133006 clauses out of 266122 with flag 154138534/9035000
819.85/816.22	c cleaning 134012 clauses out of 268117 with flag 156767046/9170001
832.28/828.50	c cleaning 135010 clauses out of 270104 with flag 159349222/9306000
844.45/840.78	c cleaning 135995 clauses out of 272095 with flag 161991074/9443001
856.73/853.02	c cleaning 136998 clauses out of 274100 with flag 164615389/9581001
869.30/865.65	c cleaning 137997 clauses out of 276101 with flag 167254751/9720000
883.16/879.51	c cleaning 139006 clauses out of 278104 with flag 169855696/9860000
896.27/892.51	c cleaning 140013 clauses out of 280099 with flag 172575126/10001001
909.04/905.37	c cleaning 140986 clauses out of 282086 with flag 175279528/10143001
921.71/918.04	c cleaning 141986 clauses out of 284099 with flag 178037947/10286000
934.57/930.98	c cleaning 143001 clauses out of 286115 with flag 180834274/10430002
948.07/944.37	c cleaning 143994 clauses out of 288113 with flag 183652564/10575001
961.24/957.55	c cleaning 145005 clauses out of 290118 with flag 186489238/10721000
975.11/971.49	c cleaning 146006 clauses out of 292113 with flag 189275514/10868000
988.58/984.98	c cleaning 147011 clauses out of 294107 with flag 192156169/11016000
1002.64/998.72	c cleaning 147992 clauses out of 296097 with flag 195034434/11165001
1016.30/1012.43	c cleaning 148987 clauses out of 298104 with flag 197894334/11315000
1029.77/1025.93	c cleaning 149990 clauses out of 300117 with flag 200822792/11466000
1043.93/1040.03	c cleaning 151016 clauses out of 302127 with flag 203779679/11618000
1058.09/1054.27	c cleaning 152049 clauses out of 304111 with flag 206746933/11771000
1072.47/1068.64	c cleaning 152979 clauses out of 306063 with flag 209809707/11925001
1086.74/1082.99	c cleaning 153992 clauses out of 308083 with flag 212855216/12080000
1101.00/1097.24	c cleaning 154974 clauses out of 310091 with flag 215853370/12236000
1115.93/1112.12	c cleaning 155998 clauses out of 312118 with flag 218936997/12393001
1130.99/1127.22	c cleaning 157008 clauses out of 314120 with flag 222150484/12551001
1146.06/1142.34	c cleaning 158003 clauses out of 316111 with flag 225303264/12710000
1161.03/1157.37	c cleaning 158992 clauses out of 318108 with flag 228503367/12870000
1176.46/1172.68	c cleaning 160002 clauses out of 320116 with flag 231638095/13031000
1191.72/1187.99	c cleaning 161008 clauses out of 322114 with flag 234841462/13193000
1207.09/1203.31	c cleaning 162007 clauses out of 324107 with flag 238083358/13356001
1222.76/1219.02	c cleaning 162982 clauses out of 326100 with flag 241345668/13520001
1238.61/1234.92	c cleaning 164024 clauses out of 328120 with flag 244645091/13685003
1254.89/1251.19	c cleaning 164983 clauses out of 330094 with flag 248006897/13851001
1270.75/1267.04	c cleaning 166008 clauses out of 332110 with flag 251363437/14018000
1286.60/1282.90	c cleaning 167007 clauses out of 334103 with flag 254718940/14186001
1302.85/1299.24	c cleaning 167995 clauses out of 336095 with flag 258117972/14355000
1319.23/1315.52	c cleaning 169008 clauses out of 338101 with flag 261529622/14525001
1335.59/1331.96	c cleaning 170001 clauses out of 340095 with flag 264895342/14696003
1352.66/1349.03	c cleaning 171046 clauses out of 342092 with flag 268460903/14868001
1369.52/1365.92	c cleaning 171962 clauses out of 344047 with flag 271941996/15041002
1386.86/1383.22	c cleaning 172968 clauses out of 346083 with flag 275515650/15215000
1403.73/1400.19	c cleaning 174005 clauses out of 348115 with flag 279048531/15390000
1420.79/1417.21	c cleaning 175002 clauses out of 350110 with flag 282570475/15566000
1437.95/1434.41	c cleaning 176002 clauses out of 352109 with flag 286220680/15743001
1455.54/1452.00	c cleaning 177001 clauses out of 354106 with flag 289861299/15921000
1473.31/1469.83	c cleaning 178003 clauses out of 356105 with flag 293496891/16100000
1490.96/1487.56	c cleaning 179018 clauses out of 358104 with flag 297211945/16280002
1509.05/1505.58	c cleaning 179998 clauses out of 360084 with flag 300961969/16461000
1527.00/1523.55	c cleaning 180994 clauses out of 362088 with flag 304747195/16643002
1545.17/1541.80	c cleaning 181985 clauses out of 364093 with flag 308467415/16826001
1564.51/1560.60	c cleaning 182989 clauses out of 366107 with flag 312325130/17010000
1582.97/1579.17	c cleaning 184019 clauses out of 368119 with flag 316178648/17195001
1601.72/1598.00	c cleaning 184993 clauses out of 370099 with flag 320086869/17381000
1620.31/1616.58	c cleaning 185987 clauses out of 372107 with flag 323929533/17568001
1639.18/1635.47	c cleaning 187018 clauses out of 374119 with flag 327803326/17756000
1658.23/1654.56	c cleaning 187990 clauses out of 376101 with flag 331775447/17945000
1678.15/1674.42	c cleaning 189005 clauses out of 378112 with flag 335816805/18135001
1697.62/1693.91	c cleaning 189991 clauses out of 380107 with flag 339761105/18326001
1716.57/1712.99	c cleaning 191017 clauses out of 382117 with flag 343709327/18518002
1736.33/1732.79	c cleaning 192006 clauses out of 384100 with flag 347713542/18711002
1756.96/1753.30	c cleaning 193009 clauses out of 386092 with flag 351839595/18905000
1776.81/1773.25	c cleaning 193985 clauses out of 388084 with flag 355918054/19100001
1797.17/1793.65	c cleaning 195008 clauses out of 390098 with flag 360065185/19296000
1818.13/1814.67	c cleaning 196043 clauses out of 392091 with flag 364277067/19493001
1839.22/1835.64	c cleaning 196985 clauses out of 394049 with flag 368483366/19691002
1859.97/1856.49	c cleaning 197988 clauses out of 396063 with flag 372704811/19890001
1880.93/1877.44	c cleaning 198997 clauses out of 398074 with flag 376974488/20090000
1901.58/1898.19	c cleaning 199978 clauses out of 400078 with flag 381246056/20291001
1922.43/1919.10	c cleaning 201005 clauses out of 402099 with flag 385540791/20493000
1943.92/1940.49	c cleaning 202006 clauses out of 404094 with flag 389857700/20696000
1964.87/1961.44	c cleaning 202994 clauses out of 406089 with flag 394189659/20900001
1986.02/1982.69	c cleaning 204002 clauses out of 408094 with flag 398519105/21105000
2007.28/2003.98	c cleaning 204996 clauses out of 410092 with flag 402882268/21311000
2029.22/2025.89	c cleaning 206002 clauses out of 412098 with flag 407228252/21518002
2050.96/2047.67	c cleaning 207001 clauses out of 414094 with flag 411723900/21726000
2073.19/2069.98	c cleaning 208023 clauses out of 416095 with flag 416217717/21935002
2095.43/2092.28	c cleaning 208985 clauses out of 418070 with flag 420657068/22145000
2117.75/2114.59	c cleaning 210008 clauses out of 420087 with flag 425163721/22356002
2140.70/2137.50	c cleaning 210998 clauses out of 422077 with flag 429739305/22568000
2162.95/2159.84	c cleaning 211994 clauses out of 424079 with flag 434259267/22781000
2186.80/2183.05	c cleaning 212992 clauses out of 426085 with flag 438938181/22995000
2209.45/2205.70	c cleaning 213989 clauses out of 428094 with flag 443499819/23210001
2232.60/2228.98	c cleaning 215014 clauses out of 430104 with flag 448121657/23426000
2256.52/2252.82	c cleaning 215989 clauses out of 432090 with flag 452851282/23643000
2279.68/2276.10	c cleaning 217004 clauses out of 434101 with flag 457560105/23861000
2303.32/2299.72	c cleaning 218012 clauses out of 436098 with flag 462221699/24080001
2327.89/2324.24	c cleaning 218994 clauses out of 438088 with flag 467029628/24300003
2351.83/2348.21	c cleaning 220021 clauses out of 440092 with flag 471816116/24521001
2375.69/2372.12	c cleaning 220992 clauses out of 442070 with flag 476669187/24743000
2399.63/2396.11	c cleaning 221999 clauses out of 444079 with flag 481523457/24966001
2423.92/2420.45	c cleaning 222995 clauses out of 446079 with flag 486335471/25190000
2448.06/2444.60	c cleaning 223997 clauses out of 448084 with flag 491215512/25415000
2472.71/2469.33	c cleaning 224987 clauses out of 450088 with flag 496133422/25641001
2497.06/2493.74	c cleaning 225999 clauses out of 452100 with flag 501066433/25868000
2522.55/2519.22	c cleaning 226993 clauses out of 454101 with flag 506064144/26096000
2547.00/2543.79	c cleaning 228021 clauses out of 456108 with flag 511039192/26325000
2571.84/2568.62	c cleaning 229012 clauses out of 458089 with flag 516065558/26555002
2597.19/2594.08	c cleaning 229991 clauses out of 460075 with flag 521145889/26786000
2623.09/2619.92	c cleaning 230992 clauses out of 462085 with flag 526254841/27018001
2648.73/2645.66	c cleaning 232006 clauses out of 464092 with flag 531436484/27251000
2674.68/2671.65	c cleaning 232990 clauses out of 466086 with flag 536604118/27485000
2700.72/2697.79	c cleaning 233996 clauses out of 468096 with flag 541820876/27720000
2728.05/2724.72	c cleaning 234969 clauses out of 470101 with flag 547090159/27956001
2754.69/2751.46	c cleaning 236046 clauses out of 472131 with flag 552403390/28193000
2781.34/2778.13	c cleaning 236990 clauses out of 474088 with flag 557612125/28431003
2808.24/2804.98	c cleaning 237990 clauses out of 476096 with flag 562902036/28670001
2835.78/2832.52	c cleaning 239006 clauses out of 478105 with flag 568259238/28910000
2862.83/2859.66	c cleaning 239997 clauses out of 480100 with flag 573595729/29151001
2890.61/2887.35	c cleaning 241002 clauses out of 482104 with flag 578978881/29393002
2917.55/2914.32	c cleaning 241998 clauses out of 484100 with flag 584350095/29636000
2945.49/2942.31	c cleaning 243023 clauses out of 486102 with flag 589834224/29880000
2973.34/2970.14	c cleaning 244014 clauses out of 488079 with flag 595296503/30125000
3000.87/2997.72	c cleaning 244982 clauses out of 490066 with flag 600778716/30371001
3029.12/3026.05	c cleaning 246011 clauses out of 492083 with flag 606278332/30618000
3057.36/3054.25	c cleaning 246966 clauses out of 494073 with flag 611813442/30866001
3085.91/3082.86	c cleaning 248023 clauses out of 496107 with flag 617379160/31115001
3114.54/3111.59	c cleaning 248997 clauses out of 498083 with flag 623004516/31365000
3143.46/3140.45	c cleaning 249990 clauses out of 500086 with flag 628593833/31616000
3173.40/3170.46	c cleaning 251050 clauses out of 502099 with flag 634320850/31868003
3202.75/3199.85	c cleaning 252015 clauses out of 504046 with flag 640017857/32121000
3231.64/3228.73	c cleaning 252984 clauses out of 506031 with flag 645652254/32375000
3261.78/3258.94	c cleaning 253989 clauses out of 508047 with flag 651445126/32630000
3291.82/3289.04	c cleaning 254995 clauses out of 510060 with flag 657171386/32886002
3321.10/3318.31	c cleaning 255969 clauses out of 512063 with flag 662929814/33143000
3351.14/3348.41	c cleaning 256990 clauses out of 514096 with flag 668765269/33401002
3382.07/3379.45	c cleaning 257997 clauses out of 516105 with flag 674736617/33660001
3412.07/3409.15	c cleaning 259032 clauses out of 518107 with flag 680515476/33920000
3440.81/3437.98	c cleaning 259991 clauses out of 520075 with flag 686300710/34181000
3470.16/3467.32	c cleaning 261006 clauses out of 522084 with flag 692128112/34443000
3499.63/3496.83	c cleaning 261985 clauses out of 524080 with flag 698071754/34706002
3528.95/3526.22	c cleaning 263005 clauses out of 526094 with flag 704063315/34970001
3558.97/3556.35	c cleaning 263994 clauses out of 528089 with flag 710127370/35235001
3588.98/3586.35	c cleaning 265012 clauses out of 530094 with flag 716166747/35501000
3600.05/3597.41	c timeout
3600.05/3597.41	c starts		: 106596
3600.05/3597.41	c conflicts		: 35609358
3600.05/3597.41	c decisions		: 204021907
3600.05/3597.41	c propagations		: 5234311643
3600.05/3597.41	c inspects		: 30214447685
3600.05/3597.41	c shortcuts		: 0
3600.05/3597.41	c learnt literals	: 0
3600.05/3597.41	c learnt binary clauses	: 0
3600.05/3597.41	c learnt ternary clauses	: 0
3600.05/3597.41	c learnt constraints	: 35609358
3600.05/3597.41	c ignored constraints	: 0
3600.05/3597.41	c root simplifications	: 0
3600.05/3597.41	c removed literals (reason simplification)	: 80901928
3600.05/3597.41	c reason swapping (by a shorter reason)	: 0
3600.05/3597.41	c Calls to reduceDB	: 262
3600.05/3597.42	c Number of update (reduction) of LBD	: 15715955
3600.05/3597.42	c Imported unit clauses	: 0
3600.05/3597.42	c No decision after first conflict	: false
3600.05/3597.42	c number of reductions to clauses (during analyze)	: 0
3600.05/3597.42	c number of learned constraints concerned by reduction	: 0
3600.05/3597.42	c number of learning phase by resolution	: 0
3600.05/3597.42	c number of learning phase by cutting planes	: 0
3600.05/3597.42	c number of rounding to 1 operations	: 0
3600.05/3597.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3597.42	c number of reductions of the coefficients by power 2 	: 0
3600.05/3597.42	c number of right shift for reduction by power 2 	: 0
3600.05/3597.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3597.42	c number of ending skipping 	: 0
3600.05/3597.42	c number of internal skipping 	: 0
3600.05/3597.42	c number of derivation steps 	: 0
3600.05/3597.42	c number of skipped derivation steps 	: 0
3600.05/3597.42	c number of remaining unassigned 	: 0
3600.05/3597.42	c number of remaining assigned 	: 0
3600.05/3597.42	c number of falsified literals weakened from reason	: 0
3600.05/3597.42	c number of falsified literals weakened from conflict	: 0
3600.05/3597.42	c time for arithmetic operations	: 0
3600.05/3597.42	c minimum degree of deleted constraints	: null
3600.05/3597.42	c maximum degree of deleted constraints	: null
3600.05/3597.42	c number of deleted constraints	: 0
3600.05/3597.42	c speed (assignments/second)	: 1455110.0380213126
3600.05/3597.42	c non guided choices	: 7927661
3600.05/3597.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 373440
3600.05/3597.48	s UNKNOWN
3600.05/3597.48	c Total wall clock time (in seconds): 3597.348

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: 63708 MiB (60480 MiB free)
  memory of node 1: 64465 MiB (63285 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516542-1751239690/watcher-4516542-1751239690 -o /tmp/evaluation-result-4516542-1751239690/solver-4516542-1751239690 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31772 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4516542-1751239690.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=33186, runsolver pid=33183
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.06 4.10 4.14 6/338 33204
/proc/meminfo: memFree=126704956/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=18930384 memory=57736 CPUtime=0.13 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 39646519 19384713216 14434 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4732596 14434 5340 1 0 547620 0
[pid=33186/tid=33188] ppid=33183 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 5078 0 0 0 6 1 0 0 20 0 18 0 39646520 19384713216 14434 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39646522 19384713216 14434 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39646523 19384713216 14434 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57736 KiB

[startup+0.205802 s]*
/proc/loadavg: 4.06 4.10 4.14 7/338 33204
/proc/meminfo: memFree=126651772/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=18930384 memory=107060 CPUtime=0.31 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 7048 0 0 0 28 3 0 0 20 0 18 0 39646519 19384713216 26765 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4732596 26765 5436 1 0 547906 0
[pid=33186/tid=33188] ppid=33183 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) S 33183 33186 31759 0 -1 4194368 5288 0 0 0 14 3 0 0 20 0 18 0 39646520 19384713216 26765 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39646522 19384713216 26765 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39646523 19384713216 26765 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107060 KiB

[startup+0.305706 s]*
/proc/loadavg: 4.06 4.10 4.14 6/339 33205
/proc/meminfo: memFree=126619132/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=18996948 memory=137260 CPUtime=0.51 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 9151 0 0 0 46 5 0 0 20 0 19 0 39646519 19452874752 34315 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4749237 34315 5436 1 0 549565 0
[pid=33186/tid=33188] ppid=33183 vsize=18996948 memory=-6000919494131280236 CPUtime=0.26 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 5343 0 0 0 23 3 0 0 20 0 19 0 39646520 19452874752 34315 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39646522 19452874752 34315 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39646523 19452874752 34315 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39646542 19452874752 34315 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137260 KiB

[startup+0.700245 s]
/proc/loadavg: 4.06 4.10 4.14 6/339 33205
/proc/meminfo: memFree=126619132/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=18996948 memory=152296 CPUtime=1.27 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 12358 0 0 0 121 6 0 0 20 0 19 0 39646519 19452874752 38074 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4749237 38074 5468 1 0 552125 0
[pid=33186/tid=33188] ppid=33183 vsize=18996948 memory=17536 CPUtime=0.66 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 5350 0 0 0 62 4 0 0 20 0 19 0 39646520 19452874752 38074 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39646522 19452874752 38074 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39646523 19452874752 38074 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39646542 19452874752 38074 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152296 KiB

[startup+1.50024 s]
/proc/loadavg: 4.06 4.10 4.14 6/339 33205
/proc/meminfo: memFree=126607200/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=18996948 memory=167348 CPUtime=2.54 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 18758 0 0 0 247 7 0 0 20 0 19 0 39646519 19452874752 41837 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4749237 41837 5468 1 0 552691 0
[pid=33186/tid=33188] ppid=33183 vsize=18996948 memory=10752 CPUtime=1.43 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 6478 0 0 0 139 4 0 0 20 0 19 0 39646520 19452874752 41837 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39646522 19452874752 41837 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39646523 19452874752 41837 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39646542 19452874752 41837 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 167348 KiB

[startup+3.10528 s]
/proc/loadavg: 4.06 4.10 4.14 5/340 33206
/proc/meminfo: memFree=126578528/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=182072 CPUtime=4.29 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 19992 0 0 0 421 8 0 0 20 0 20 0 39646519 19521036288 45518 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 45518 5468 1 0 552980 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=10752 CPUtime=3.02 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 6763 0 0 0 298 4 0 0 20 0 20 0 39646520 19521036288 45518 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=-6000919494131280236 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 45518 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 45518 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 45518 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182072 KiB

[startup+6.30021 s]
/proc/loadavg: 4.14 4.12 4.15 5/340 33206
/proc/meminfo: memFree=126578876/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=179048 CPUtime=7.57 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 20601 0 0 0 749 8 0 0 20 0 20 0 39646519 19521036288 44762 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 44762 5500 1 0 552998 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=0 CPUtime=6.2 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 6853 0 0 0 616 4 0 0 20 0 20 0 39646520 19521036288 44762 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 44762 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 44762 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=167348 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 44762 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 7.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179048 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.15 5/340 33206
/proc/meminfo: memFree=126517640/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=197664 CPUtime=14.01 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 25598 0 0 0 1393 8 0 0 20 0 20 0 39646519 19521036288 49416 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 49416 5500 1 0 552998 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=167348 CPUtime=12.56 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 7636 0 0 0 1252 4 0 0 20 0 20 0 39646520 19521036288 49416 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 49416 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=197664 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 49416 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 49416 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 14.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197664 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.14 5/340 33206
/proc/meminfo: memFree=126382472/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=310528 CPUtime=26.9 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 28223 0 0 0 2679 11 0 0 20 0 20 0 39646519 19521036288 77632 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 77632 5500 1 0 552998 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=10752 CPUtime=25.24 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 8351 0 0 0 2520 4 0 0 20 0 20 0 39646520 19521036288 77632 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=197664 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 77632 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 77632 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 77632 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 310528 KiB

[startup+51.1057 s]
/proc/loadavg: 4.14 4.12 4.14 5/340 33207
/proc/meminfo: memFree=126042268/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=576832 CPUtime=52.67 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 28704 0 0 0 5250 17 0 0 20 0 20 0 39646519 19521036288 144208 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 144208 5500 1 0 552998 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=576832 CPUtime=50.56 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 8396 0 0 0 5052 4 0 0 20 0 20 0 39646520 19521036288 144208 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=513340 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=121059184/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3225.26 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 129020 0 0 0 322405 121 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3207.23 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 62191 0 0 0 320710 13 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 1770 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3225.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.46 4.18 4.12 5/342 33452
/proc/meminfo: memFree=121059208/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3285.13 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 130498 0 0 0 328391 122 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3267.08 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 63439 0 0 0 326695 13 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=-6000919494131280236 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 1899 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3285.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.16 4.12 5/342 33454
/proc/meminfo: memFree=121058828/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3345.06 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 132222 0 0 0 334382 124 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=14848 CPUtime=3326.88 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 64453 0 0 0 332675 13 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 1899 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3345.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.13 4.11 4/317 33490
/proc/meminfo: memFree=123194420/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3405.28 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 136320 0 0 0 340403 125 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3386.68 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 66767 0 0 0 338654 14 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=9984 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3405.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

[startup+3462.3 s]
/proc/loadavg: 3.44 3.94 4.04 4/317 33492
/proc/meminfo: memFree=123194336/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3465.17 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 137562 0 0 0 346390 127 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=9984 CPUtime=3446.54 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 67746 0 0 0 344640 14 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3465.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

[startup+3522.3 s]
/proc/loadavg: 2.72 3.65 3.93 3/290 33527
/proc/meminfo: memFree=125072936/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3525.06 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 139301 0 0 0 352379 127 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3506.34 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 68469 0 0 0 350620 14 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 2016 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3525.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

[startup+3582.3 s]
/proc/loadavg: 2.38 3.38 3.82 3/290 33529
/proc/meminfo: memFree=124851812/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3584.99 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 141320 0 0 0 358370 129 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558428 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3566.1 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 69318 0 0 0 356596 14 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=2179724 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 2102 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3584.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.4 s]
/proc/loadavg: 2.30 3.31 3.79 3/290 33530
/proc/meminfo: memFree=124778116/131249988 swapFree=33010684/33010684
[pid=33186] ppid=33183 vsize=19063512 memory=2179724 CPUtime=3600.05 cores=5,7
/proc/33186/stat : 33186 (java) S 33183 33186 31759 0 -1 4194304 141326 0 0 0 359876 129 0 0 20 0 20 0 39646519 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
/proc/33186/statm: 4765878 544931 5500 1 0 558431 0
[pid=33186/tid=33188] ppid=33183 vsize=19063512 memory=23476 CPUtime=3581.15 cores=5,7
/proc/33186/task/33188/stat : 33188 (java) R 33183 33186 31759 0 -1 4194368 69322 0 0 0 358101 14 0 0 20 0 20 0 39646520 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33197] ppid=33183 vsize=19063512 memory=17400 CPUtime=0 cores=5,7
/proc/33186/task/33197/stat : 33197 (Finalizer) S 33183 33186 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39646522 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33204] ppid=33183 vsize=19063512 memory=7040 CPUtime=0 cores=5,7
/proc/33186/task/33204/stat : 33204 (Common-Cleaner) S 33183 33186 31759 0 -1 4194368 2102 0 0 0 0 0 0 0 20 0 20 0 39646523 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
[pid=33186/tid=33205] ppid=33183 vsize=19063512 memory=2220 CPUtime=0 cores=5,7
/proc/33186/task/33205/stat : 33205 (Timer-0) S 33183 33186 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39646542 19521036288 544931 18446744073709551615 93997330071552 93997330075248 140735048508080 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997330083064 93997330083856 93997360078848 140735048509825 140735048509926 140735048509926 140735048515528 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.89 s, system=1.30536 s

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

Child status: 143

Real time (s): 3597.51
CPU time (s): 3600.2
CPU user time (s): 3598.89
CPU system time (s): 1.30536
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2179724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.89
system time used= 1.30536
maximum resident set size= 2181004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107008
involuntary context switches= 3284


# summary of solver processes directly reported to runsolver:
#   pid: 33186
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.89
#   total CPU system time (s): 1.30536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6215 second user time and 16.8805 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 01:28:10
IDJOB=4516542
IDBENCH=175651
IDSOLVER=3363
FILE ID=nodeC020/4516542-1751239690
RUNJOBID= nodeC020-1751232650-31772
SLURM_JOB_ID= 9587710
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1000.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516542-1751239690/watcher-4516542-1751239690 -o /tmp/evaluation-result-4516542-1751239690/solver-4516542-1751239690 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31772 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4516542-1751239690.opb

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

MD5SUM BENCH= d62b6d7ed7c7da9e25546add04a48ef7
RANDOM SEED=841439475

nodeC020 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.922
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.79
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.894
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.79
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.831
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.79
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		: 3544.499
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.79
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.903
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.79
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		: 3599.967
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.79
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.290
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.79
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		: 3606.262
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        126736828 kB
MemAvailable:   126850932 kB
Buffers:            3280 kB
Cached:           920444 kB
SwapCached:            0 kB
Active:          3306736 kB
Inactive:         613144 kB
Active(anon):    3014212 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   613144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1092 kB
Writeback:            12 kB
AnonPages:       2998508 kB
Mapped:           122728 kB
Shmem:             18056 kB
KReclaimable:      95348 kB
Slab:             182708 kB
SReclaimable:      95348 kB
SUnreclaim:        87360 kB
KernelStack:        5216 kB
PageTables:         9676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7062728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2793472 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC020 at 2025-06-30 02:28:07