Trace number 4508467

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)115 3600.51 3630.78

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_16x16_009.opb.metafix.opb
MD5SUM6cf95a79097c212a609c1b13f8969201
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark0.01729
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.23/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.25	c java.vm.version	22.0.1+8-16
0.23/0.25	c java.vm.vendor	Oracle Corporation
0.23/0.25	c sun.arch.data.model	64
0.23/0.25	c java.version		22.0.1
0.23/0.25	c os.name		Linux
0.23/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.25	c os.arch		amd64
0.23/0.26	c Free memory 		2106806208
0.23/0.26	c Max memory 		16282288128
0.23/0.26	c Total memory 		2113929216
0.23/0.27	c Number of processors 	2
0.40/0.38	c Pseudo Boolean Optimization by upper bound
0.40/0.38	c --- Begin Solver configuration ---
0.40/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.38	c Learn all clauses as in MiniSAT
0.40/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.38	c Expensive reason simplification
0.40/0.38	c Glucose 2.1 dynamic restart strategy
0.40/0.38	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.40/0.38	c timeout=2147483s
0.40/0.38	c DB Simplification allowed=false
0.40/0.38	c Listener: none
0.40/0.38	c --- End Solver configuration ---
0.40/0.38	c solving HOME/instance-4508467-1751516281.opb
0.40/0.38	c reading problem ... 
0.40/0.40	c using VERIPB proof format
0.40/0.40	c  objective function found
0.55/0.50	c ... done. Wall clock time 0.111s.
0.55/0.50	c declared #vars     256
0.55/0.50	c #constraints  188
0.55/0.50	c constraints type 
0.55/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.55/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 161
0.55/0.51	c org.sat4j.specs.Constr$1 => 7
0.55/0.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.55/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9
0.55/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.55/0.51	c 188 constraints processed.
0.72/0.54	c objective function length is 256 literals
1.25/0.89	c SATISFIABLE
1.25/0.89	c OPTIMIZING...
1.25/0.89	c Got one! Elapsed wall clock time (in seconds):0.506
1.25/0.89	o 115
2.62/1.56	c cleaning 2806 clauses out of 5621 with flag 18431/5621
3.41/1.97	c cleaning 4400 clauses out of 8814 with flag 43916/11620
4.20/2.38	c cleaning 5693 clauses out of 11415 with flag 71866/18621
5.18/2.85	c cleaning 6827 clauses out of 13723 with flag 106267/26622
5.84/3.36	c cleaning 7943 clauses out of 15894 with flag 159032/35620
6.55/3.88	c cleaning 8974 clauses out of 17953 with flag 218656/45622
7.46/4.56	c cleaning 9986 clauses out of 19977 with flag 287396/56620
8.55/5.61	c cleaning 10975 clauses out of 21991 with flag 341828/68620
9.59/6.68	c cleaning 11999 clauses out of 24016 with flag 400194/81620
10.48/7.49	c cleaning 13000 clauses out of 26018 with flag 464095/95621
11.57/8.51	c cleaning 14004 clauses out of 28019 with flag 551990/110622
12.59/9.50	c cleaning 14984 clauses out of 30015 with flag 631728/126622
14.20/10.60	c cleaning 16005 clauses out of 32029 with flag 706083/143620
15.51/11.77	c cleaning 17006 clauses out of 34029 with flag 792349/161625
16.72/12.91	c cleaning 18007 clauses out of 36020 with flag 882157/180622
17.92/14.18	c cleaning 18977 clauses out of 38012 with flag 992901/200621
19.29/15.49	c cleaning 20004 clauses out of 40036 with flag 1097396/221622
20.78/16.93	c cleaning 20995 clauses out of 42031 with flag 1225053/243621
22.28/18.42	c cleaning 22009 clauses out of 44036 with flag 1342753/266621
24.16/20.21	c cleaning 23008 clauses out of 46029 with flag 1496186/290623
26.06/22.19	c cleaning 24000 clauses out of 48018 with flag 1618579/315620
27.96/24.04	c cleaning 25003 clauses out of 50018 with flag 1740087/341620
29.84/25.92	c cleaning 26001 clauses out of 52016 with flag 1865258/368621
31.94/28.07	c cleaning 26995 clauses out of 54015 with flag 1998396/396621
34.30/30.33	c cleaning 28006 clauses out of 56019 with flag 2141424/425620
36.56/32.99	c cleaning 28994 clauses out of 58014 with flag 2300629/455621
39.66/36.11	c cleaning 29999 clauses out of 60020 with flag 2507520/486621
43.04/39.41	c cleaning 30997 clauses out of 62020 with flag 2728650/518620
45.92/41.94	c cleaning 32005 clauses out of 64023 with flag 2884461/551620
48.80/44.80	c cleaning 32997 clauses out of 66019 with flag 3063226/585621
51.80/47.87	c cleaning 33996 clauses out of 68022 with flag 3258388/620621
55.10/51.18	c cleaning 35000 clauses out of 70025 with flag 3482320/656620
58.87/54.94	c cleaning 36007 clauses out of 72027 with flag 3729237/693622
62.28/58.34	c cleaning 37003 clauses out of 74018 with flag 3956390/731620
65.47/61.54	c cleaning 37986 clauses out of 76015 with flag 4143429/770620
69.25/65.54	c cleaning 39002 clauses out of 78030 with flag 4368869/810621
72.64/69.00	c cleaning 40006 clauses out of 80028 with flag 4554471/851621
76.64/72.95	c cleaning 41004 clauses out of 82021 with flag 4756670/893620
81.33/77.63	c cleaning 41997 clauses out of 84017 with flag 5018591/936620
85.61/81.98	c cleaning 42996 clauses out of 86020 with flag 5248504/980620
90.11/86.45	c cleaning 44008 clauses out of 88025 with flag 5494780/1025621
94.92/91.27	c cleaning 44977 clauses out of 90017 with flag 5731076/1071621
99.51/96.20	c cleaning 46012 clauses out of 92039 with flag 5994576/1118620
104.41/101.17	c cleaning 47003 clauses out of 94028 with flag 6265466/1166621
109.18/106.01	c cleaning 48008 clauses out of 96026 with flag 6493778/1215622
114.96/111.77	c cleaning 48999 clauses out of 98017 with flag 6796783/1265621
120.35/117.09	c cleaning 50004 clauses out of 100018 with flag 7053289/1316621
125.63/122.36	c cleaning 50985 clauses out of 102013 with flag 7292229/1368620
130.92/127.68	c cleaning 51997 clauses out of 104028 with flag 7539843/1421620
136.70/133.41	c cleaning 53012 clauses out of 106031 with flag 7824579/1475620
143.05/139.46	c cleaning 54000 clauses out of 108019 with flag 8063661/1530620
149.28/145.23	c cleaning 54984 clauses out of 110019 with flag 8330819/1586620
155.95/151.96	c cleaning 56006 clauses out of 112035 with flag 8627239/1643620
162.99/159.05	c cleaning 57000 clauses out of 114029 with flag 8927152/1701620
169.67/165.73	c cleaning 58008 clauses out of 116030 with flag 9229056/1760621
177.45/173.51	c cleaning 58998 clauses out of 118022 with flag 9555173/1820621
184.52/180.63	c cleaning 59994 clauses out of 120024 with flag 9860139/1881621
191.67/187.87	c cleaning 60993 clauses out of 122031 with flag 10163221/1943622
199.87/196.02	c cleaning 61997 clauses out of 124036 with flag 10512840/2006620
207.84/204.10	c cleaning 63015 clauses out of 126040 with flag 10809410/2070621
216.11/212.36	c cleaning 63995 clauses out of 128025 with flag 11129092/2135621
225.34/221.60	c cleaning 65002 clauses out of 130029 with flag 11507509/2201620
234.57/230.85	c cleaning 66009 clauses out of 132028 with flag 11830201/2268621
245.36/241.67	c cleaning 66994 clauses out of 134018 with flag 12190095/2336620
255.66/252.00	c cleaning 68007 clauses out of 136025 with flag 12568151/2405621
265.64/261.98	c cleaning 69001 clauses out of 138017 with flag 12975806/2475620
275.76/272.09	c cleaning 70002 clauses out of 140016 with flag 13306378/2546620
287.66/284.05	c cleaning 70977 clauses out of 142015 with flag 13744856/2618621
298.55/294.92	c cleaning 72009 clauses out of 144038 with flag 14077451/2691621
310.95/307.83	c cleaning 73000 clauses out of 146029 with flag 14425949/2765621
322.44/319.49	c cleaning 73996 clauses out of 148028 with flag 14797210/2840620
333.72/330.77	c cleaning 75007 clauses out of 150032 with flag 15194230/2916620
346.70/343.77	c cleaning 75974 clauses out of 152026 with flag 15655925/2993621
362.75/359.85	c cleaning 76977 clauses out of 154052 with flag 16200199/3071621
379.18/376.25	c cleaning 78010 clauses out of 156074 with flag 16776006/3150620
397.88/394.93	c cleaning 79005 clauses out of 158064 with flag 17363225/3230620
415.77/412.87	c cleaning 80008 clauses out of 160059 with flag 18029620/3311620
429.29/426.33	c cleaning 81018 clauses out of 162051 with flag 18555731/3393620
442.54/439.56	c cleaning 82008 clauses out of 164033 with flag 18983230/3476620
455.62/452.65	c cleaning 83009 clauses out of 166026 with flag 19431279/3560621
468.30/465.39	c cleaning 84004 clauses out of 168017 with flag 19881200/3645621
482.09/479.14	c cleaning 85000 clauses out of 170013 with flag 20309021/3731621
497.97/495.08	c cleaning 85990 clauses out of 172012 with flag 20834924/3818620
516.27/513.25	c cleaning 87004 clauses out of 174023 with flag 21413727/3906621
531.27/528.25	c cleaning 88002 clauses out of 176019 with flag 21842653/3995621
547.82/544.79	c cleaning 88999 clauses out of 178018 with flag 22326021/4085622
563.60/560.52	c cleaning 90003 clauses out of 180020 with flag 22829436/4176623
579.50/576.49	c cleaning 90986 clauses out of 182014 with flag 23305380/4268620
597.39/594.36	c cleaning 92003 clauses out of 184031 with flag 23780509/4361623
617.81/614.88	c cleaning 93004 clauses out of 186030 with flag 24495004/4455625
634.82/631.90	c cleaning 93994 clauses out of 188021 with flag 24957182/4550620
652.39/649.44	c cleaning 95010 clauses out of 190029 with flag 25389659/4646622
671.57/668.68	c cleaning 96008 clauses out of 192017 with flag 25908448/4743620
690.61/687.70	c cleaning 96993 clauses out of 194009 with flag 26407174/4841620
709.39/706.59	c cleaning 98005 clauses out of 196017 with flag 26872747/4940621
729.03/726.28	c cleaning 98996 clauses out of 198013 with flag 27342433/5040622
749.09/746.27	c cleaning 99995 clauses out of 200015 with flag 27814422/5141620
768.48/765.68	c cleaning 101003 clauses out of 202021 with flag 28325320/5243621
788.59/785.86	c cleaning 101974 clauses out of 204023 with flag 28957809/5346626
809.50/807.23	c cleaning 102990 clauses out of 206044 with flag 29460473/5450621
830.23/827.93	c cleaning 104004 clauses out of 208054 with flag 29981248/5555621
852.11/849.83	c cleaning 105016 clauses out of 210049 with flag 30562006/5661620
874.68/872.44	c cleaning 106007 clauses out of 212035 with flag 31086004/5768622
897.63/895.41	c cleaning 107005 clauses out of 214026 with flag 31648385/5876620
920.58/918.46	c cleaning 107982 clauses out of 216022 with flag 32188476/5985621
943.71/941.63	c cleaning 109014 clauses out of 218039 with flag 32786931/6095620
969.09/967.04	c cleaning 109988 clauses out of 220025 with flag 33354717/6206620
992.19/990.12	c cleaning 111008 clauses out of 222037 with flag 34007175/6318620
1017.68/1015.62	c cleaning 112012 clauses out of 224030 with flag 34616855/6431621
1044.88/1042.74	c cleaning 112990 clauses out of 226017 with flag 35206311/6545620
1071.68/1069.54	c cleaning 114009 clauses out of 228029 with flag 35798315/6660622
1097.65/1095.59	c cleaning 115005 clauses out of 230023 with flag 36402165/6776625
1122.29/1120.22	c cleaning 116002 clauses out of 232013 with flag 37023616/6893620
1148.52/1146.41	c cleaning 116983 clauses out of 234012 with flag 37594414/7011621
1176.91/1174.85	c cleaning 118009 clauses out of 236028 with flag 38282561/7130620
1205.06/1202.92	c cleaning 118975 clauses out of 238020 with flag 38883892/7250621
1232.01/1230.11	c cleaning 120012 clauses out of 240047 with flag 39508015/7371623
1260.68/1261.79	c cleaning 121012 clauses out of 242032 with flag 40248769/7493620
1289.30/1290.47	c cleaning 121977 clauses out of 244022 with flag 40901146/7616622
1326.31/1327.49	c cleaning 122978 clauses out of 246045 with flag 41756073/7740622
1371.94/1373.04	c cleaning 123995 clauses out of 248067 with flag 42868809/7865622
1414.33/1415.41	c cleaning 124995 clauses out of 250072 with flag 43964821/7991622
1457.16/1458.21	c cleaning 126004 clauses out of 252076 with flag 45177760/8118621
1497.47/1502.51	c cleaning 127025 clauses out of 254071 with flag 46122173/8246620
1528.53/1533.69	c cleaning 128018 clauses out of 256046 with flag 46802077/8375620
1557.50/1562.68	c cleaning 129005 clauses out of 258033 with flag 47543947/8505625
1589.04/1594.29	c cleaning 130010 clauses out of 260026 with flag 48275381/8636623
1622.54/1627.86	c cleaning 130993 clauses out of 262013 with flag 48960067/8768620
1653.10/1658.43	c cleaning 131990 clauses out of 264020 with flag 49780515/8901620
1687.75/1693.15	c cleaning 132994 clauses out of 266030 with flag 50497338/9035620
1723.27/1728.75	c cleaning 134016 clauses out of 268037 with flag 51186043/9170621
1759.71/1766.79	c cleaning 134995 clauses out of 270021 with flag 51837155/9306621
1793.19/1800.25	c cleaning 135998 clauses out of 272025 with flag 52594802/9443620
1830.08/1837.36	c cleaning 136983 clauses out of 274027 with flag 53300804/9581620
1866.51/1873.98	c cleaning 138006 clauses out of 276044 with flag 53991200/9720620
1903.30/1910.73	c cleaning 139011 clauses out of 278039 with flag 54716810/9860621
1941.93/1949.72	c cleaning 140013 clauses out of 280028 with flag 55421094/10001621
1981.42/1989.35	c cleaning 140976 clauses out of 282014 with flag 56144829/10143620
2021.08/2029.25	c cleaning 142008 clauses out of 284038 with flag 56888103/10286620
2059.59/2068.00	c cleaning 142999 clauses out of 286031 with flag 57662603/10430621
2099.89/2108.42	c cleaning 143993 clauses out of 288034 with flag 58484260/10575623
2139.43/2148.05	c cleaning 145015 clauses out of 290040 with flag 59257553/10721622
2176.23/2184.91	c cleaning 145994 clauses out of 292023 with flag 60142474/10868620
2218.39/2229.45	c cleaning 146994 clauses out of 294030 with flag 61133551/11016621
2259.10/2274.71	c cleaning 148018 clauses out of 296041 with flag 61890058/11165626
2299.21/2314.94	c cleaning 149004 clauses out of 298020 with flag 62694217/11315623
2339.69/2355.50	c cleaning 150000 clauses out of 300014 with flag 63518167/11466621
2380.43/2396.33	c cleaning 150985 clauses out of 302014 with flag 64380278/11618621
2425.92/2446.34	c cleaning 152010 clauses out of 304032 with flag 65235488/11771624
2468.85/2489.33	c cleaning 153001 clauses out of 306018 with flag 66059062/11925620
2513.99/2534.58	c cleaning 153993 clauses out of 308019 with flag 66891730/12080622
2560.18/2581.21	c cleaning 154999 clauses out of 310024 with flag 67770878/12236620
2607.80/2629.01	c cleaning 156003 clauses out of 312025 with flag 68716952/12393620
2653.70/2674.98	c cleaning 156984 clauses out of 314022 with flag 69620098/12551620
2700.88/2722.25	c cleaning 158015 clauses out of 316041 with flag 70452419/12710623
2749.62/2771.05	c cleaning 159007 clauses out of 318024 with flag 71284197/12870621
2798.18/2820.23	c cleaning 159995 clauses out of 320019 with flag 72195621/13031623
2845.11/2867.27	c cleaning 161004 clauses out of 322023 with flag 73063671/13193622
2892.98/2915.24	c cleaning 161995 clauses out of 324017 with flag 74006735/13356620
2942.26/2964.51	c cleaning 163007 clauses out of 326023 with flag 74895294/13520621
2992.37/3014.76	c cleaning 163988 clauses out of 328016 with flag 75844066/13685621
3054.51/3077.06	c cleaning 164996 clauses out of 330027 with flag 77194949/13851620
3117.36/3140.05	c cleaning 166013 clauses out of 332036 with flag 78643389/14018625
3171.97/3197.43	c cleaning 167000 clauses out of 334018 with flag 79574803/14186620
3223.93/3249.43	c cleaning 167999 clauses out of 336018 with flag 80418888/14355620
3276.23/3305.69	c cleaning 168995 clauses out of 338021 with flag 81314892/14525622
3336.39/3366.07	c cleaning 170003 clauses out of 340024 with flag 82224473/14696620
3398.77/3428.53	c cleaning 171002 clauses out of 342021 with flag 83116171/14868620
3470.37/3500.68	c cleaning 172001 clauses out of 344020 with flag 84291492/15041621
3534.45/3564.81	c cleaning 172999 clauses out of 346018 with flag 85310642/15215620
3599.83/3630.39	c cleaning 174002 clauses out of 348019 with flag 86209646/15390620
3600.03/3630.53	c starts		: 26370
3600.03/3630.55	c conflicts		: 15391137
3600.03/3630.55	c decisions		: 20889054
3600.03/3630.55	c propagations		: 666834162
3600.03/3630.55	c inspects		: 40355102430
3600.03/3630.55	c shortcuts		: 0
3600.03/3630.55	c learnt literals	: 0
3600.03/3630.55	c learnt binary clauses	: 0
3600.03/3630.55	c learnt ternary clauses	: 0
3600.03/3630.55	c learnt constraints	: 15391137
3600.03/3630.55	c ignored constraints	: 0
3600.03/3630.55	c root simplifications	: 0
3600.03/3630.55	c removed literals (reason simplification)	: 115084248
3600.03/3630.55	c reason swapping (by a shorter reason)	: 0
3600.03/3630.55	c Calls to reduceDB	: 171
3600.03/3630.55	c Number of update (reduction) of LBD	: 6055512
3600.03/3630.56	c Imported unit clauses	: 0
3600.03/3630.56	c No decision after first conflict	: false
3600.03/3630.56	c number of reductions to clauses (during analyze)	: 0
3600.03/3630.56	c number of learned constraints concerned by reduction	: 0
3600.03/3630.56	c number of learning phase by resolution	: 0
3600.03/3630.56	c number of learning phase by cutting planes	: 0
3600.03/3630.56	c number of rounding to 1 operations	: 0
3600.03/3630.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3630.56	c number of reductions of the coefficients by power 2 	: 0
3600.03/3630.56	c number of right shift for reduction by power 2 	: 0
3600.03/3630.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3630.56	c number of ending skipping 	: 0
3600.03/3630.56	c number of internal skipping 	: 0
3600.03/3630.56	c number of derivation steps 	: 0
3600.03/3630.56	c number of skipped derivation steps 	: 0
3600.03/3630.57	c number of remaining unassigned 	: 0
3600.03/3630.57	c number of remaining assigned 	: 0
3600.03/3630.57	c number of falsified literals weakened from reason	: 0
3600.03/3630.57	c number of falsified literals weakened from conflict	: 0
3600.03/3630.57	c time for arithmetic operations	: 0
3600.03/3630.57	c minimum degree of deleted constraints	: null
3600.03/3630.57	c maximum degree of deleted constraints	: null
3600.03/3630.57	c number of deleted constraints	: 0
3600.03/3630.57	c speed (assignments/second)	: 183700.06137713994
3600.03/3630.57	c non guided choices	: 7
3600.42/3630.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174534
3600.42/3630.71	s SATISFIABLE
3600.42/3630.71	c Found 1 solution(s)
3600.42/3630.71	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 x13 x14 -x15 x16 x17 x18 x19 x20 -x21 -x22 x23 -x24 x25 -x26 x27 -x28 -x29 -x30 x31 x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 x40 x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 x51 x52 x53 x54 -x55 x56 x57 -x58 x59 x60 x61 -x62 -x63 -x64 x65 x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 x76 x77 -x78 -x79 x80 -x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 x92 x93 x94 x95 -x96 x97 x98 x99 -x100 x101 x102 -x103 x104 -x105 -x106 x107 -x108 x109 -x110 -x111 -x112 x113 x114 x115 x116 x117 -x118 -x119 x120 x121 -x122 -x123 x124 x125 -x126 -x127 x128 x129 x130 -x131 -x132 x133 x134 x135 -x136 x137 x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 x150 -x151 -x152 -x153 x154 x155 -x156 x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 x165 -x166 x167 -x168 x169 x170 x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 x190 x191 x192 -x193 x194 x195 x196 -x197 x198 x199 -x200 -x201 x202 x203 x204 x205 x206 x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 x218 -x219 x220 x221 -x222 -x223 x224 x225 x226 -x227 -x228 x229 x230 x231 x232 x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 x244 x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 -x256 
3600.42/3630.72	c objective function=115
3600.42/3630.72	c Total wall clock time (in seconds): 3630.336

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508467-1751516281/watcher-4508467-1751516281 -o /tmp/evaluation-result-4508467-1751516281/solver-4508467-1751516281 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751516281-73981 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508467-1751516281 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4508467-1751516281.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=74034, runsolver pid=74022

[startup+0.100076 s]*
/proc/loadavg: 1.31 2.90 3.73 11/320 74107
/proc/meminfo: memFree=128761624/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=18930288 memory=45268 CPUtime=0.08 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 5356 0 72 0 5 3 0 0 20 0 18 0 67306996 19384614912 11317 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4732572 11317 4879 1 0 546671 0
[pid=74034/tid=74042] ppid=74022 vsize=18930288 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) D 74022 74034 73970 0 -1 4194368 4489 0 72 0 3 2 0 0 20 0 18 0 67306999 19384614912 11317 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=18930288 memory=1593 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67307005 19384614912 11317 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=18930288 memory=60693105869820 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67307006 19384614912 11317 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 45268 KiB

[startup+0.214081 s]*
/proc/loadavg: 1.31 2.90 3.73 10/320 74107
/proc/meminfo: memFree=128753752/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=18930384 memory=49748 CPUtime=0.23 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 6035 0 72 0 19 4 0 0 20 0 18 0 67306996 19384713216 12437 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4732596 12437 5359 1 0 547211 0
[pid=74034/tid=74042] ppid=74022 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 4896 0 72 0 13 3 0 0 20 0 18 0 67306999 19384713216 12437 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67307005 19384713216 12437 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67307006 19384713216 12437 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49748 KiB

[startup+0.315791 s]*
/proc/loadavg: 1.31 2.90 3.73 12/320 74107
/proc/meminfo: memFree=128729668/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=18930384 memory=55936 CPUtime=0.4 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 6569 0 72 0 35 5 0 0 20 0 18 0 67306996 19384713216 13984 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4732596 13984 5359 1 0 547643 0
[pid=74034/tid=74042] ppid=74022 vsize=18930384 memory=-6000919494232008808 CPUtime=0.24 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 5055 0 72 0 21 3 0 0 20 0 18 0 67306999 19384713216 13984 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67307005 19384713216 13984 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67307006 19384713216 13984 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55936 KiB

[startup+0.700458 s]
/proc/loadavg: 1.31 2.90 3.73 14/322 74111
/proc/meminfo: memFree=128709328/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=18996948 memory=67900 CPUtime=1.05 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 8588 0 72 0 99 6 0 0 20 0 19 0 67306996 19452874752 16975 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4749237 16975 5455 1 0 549126 0
[pid=74034/tid=74042] ppid=74022 vsize=18996948 memory=18560 CPUtime=0.52 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 5395 0 72 0 49 3 0 0 20 0 19 0 67306999 19452874752 16975 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67307005 19452874752 16975 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67307006 19452874752 16975 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67900 KiB

[startup+1.50028 s]
/proc/loadavg: 1.31 2.90 3.73 7/302 74121
/proc/meminfo: memFree=128654156/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=18996948 memory=160480 CPUtime=2.62 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 15817 0 72 0 251 11 0 0 20 0 19 0 67306996 19452874752 40120 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4749237 40120 5487 1 0 551957 0
[pid=74034/tid=74042] ppid=74022 vsize=18996948 memory=3200 CPUtime=1.2 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 5825 0 72 0 114 6 0 0 20 0 19 0 67306999 19452874752 40120 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67307005 19452874752 40120 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67307006 19452874752 40120 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67307052 19452874752 40120 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160480 KiB

[startup+3.10585 s]
/proc/loadavg: 1.31 2.90 3.73 5/271 74256
/proc/meminfo: memFree=128676736/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=229808 CPUtime=5.65 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 21466 0 72 0 549 16 0 0 20 0 20 0 67306996 19521036288 57452 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 57452 5519 1 0 552870 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=11264 CPUtime=2.73 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 7051 0 72 0 264 9 0 0 20 0 20 0 67306999 19521036288 57452 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 57452 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 57452 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 57452 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229808 KiB

[startup+6.30041 s]
/proc/loadavg: 1.61 2.93 3.73 3/282 74463
/proc/meminfo: memFree=128079392/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=612888 CPUtime=9.29 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 21914 0 72 0 901 28 0 0 20 0 20 0 67306996 19521036288 153222 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 153222 5519 1 0 552872 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=0 CPUtime=5.89 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 7417 0 72 0 568 21 0 0 20 0 20 0 67306999 19521036288 153222 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 153222 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=33 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 153222 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 153222 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 612888 KiB

[startup+12.7004 s]
/proc/loadavg: 2.04 3.00 3.75 5/329 74578
/proc/meminfo: memFree=126030608/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=1186816 CPUtime=16.52 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 30362 0 72 0 1609 43 0 0 20 0 20 0 67306996 19521036288 296704 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 296704 5519 1 0 553441 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=-7828588039587137370 CPUtime=12.21 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 8885 0 72 0 1188 33 0 0 20 0 20 0 67306999 19521036288 296704 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=1186816 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 296704 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=612888 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 296704 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 296704 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 16.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1186816 KiB

[startup+25.5004 s]
/proc/loadavg: 2.69 3.10 3.77 5/329 74645
/proc/meminfo: memFree=116226664/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=1312924 CPUtime=29.44 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 34917 0 72 0 2892 52 0 0 20 0 20 0 67306996 19521036288 328231 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 328231 5519 1 0 553441 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=1186816 CPUtime=24.91 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 10105 0 72 0 2449 42 0 0 20 0 20 0 67306999 19521036288 328231 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=1312924 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 328231 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=-6000919498526976104 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 328231 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=1187956 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 328231 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 29.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312924 KiB

[startup+51.1137 s]
/proc/loadavg: 3.41 3.24 3.80 5/331 74648
/proc/meminfo: memFree=100320112/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=1326936 CPUtime=55.1 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 42678 0 72 0 5445 65 0 0 20 0 20 0 67306996 19521036288 331734 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 331734 5519 1 0 553550 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=1326936 CPUtime=49.89 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 11521 0 72 0 4937 52 0 0 20 0 20 0 67306999 19521036288 331734 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=1326936 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 331734 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 331734 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0

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

Current children cumulated memory: 2176964 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.48 4.75 6/340 75029
/proc/meminfo: memFree=92110064/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=2176964 CPUtime=3312.73 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 113446 0 72 0 330452 821 0 0 20 0 20 0 67306996 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 544241 5551 1 0 557466 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=2176964 CPUtime=3281.1 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 49305 0 72 0 327480 630 0 0 20 0 20 0 67306999 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=2176964 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1670 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3312.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.43 4.72 5/340 75031
/proc/meminfo: memFree=88093584/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=2176964 CPUtime=3372.59 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 114035 0 72 0 336427 832 0 0 20 0 20 0 67306996 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 544241 5551 1 0 557466 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=14720 CPUtime=3340.67 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 49581 0 72 0 333429 638 0 0 20 0 20 0 67306999 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=2176964 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=2176964 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1744 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=2176964 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3372.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176964 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.38 4.68 5/339 75033
/proc/meminfo: memFree=84364532/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=2176964 CPUtime=3432.45 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 114058 0 72 0 342403 842 0 0 20 0 20 0 67306996 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 544241 5551 1 0 557467 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=2176964 CPUtime=3400.18 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 49584 0 72 0 339371 647 0 0 20 0 20 0 67306999 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=18560 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=-6000919498526976104 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1744 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=2176964 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 544241 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3432.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176964 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.36 4.65 5/334 75039
/proc/meminfo: memFree=81954952/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=2177092 CPUtime=3492.03 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 114374 0 72 0 348349 854 0 0 20 0 20 0 67306996 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 544273 5551 1 0 557467 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=2176964 CPUtime=3459.44 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 49867 0 72 0 345290 654 0 0 20 0 20 0 67306999 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1744 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=-6000919498526976104 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3492.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2177092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.34 4.63 5/331 75041
/proc/meminfo: memFree=78403248/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=2177092 CPUtime=3551.91 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 116385 0 72 0 354325 866 0 0 20 0 20 0 67306996 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 544273 5551 1 0 557471 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=11264 CPUtime=3518.97 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 51494 0 72 0 351234 663 0 0 20 0 20 0 67306999 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1854 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3551.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2177092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.5 s]
/proc/loadavg: 4.18 4.31 4.60 5/331 75044
/proc/meminfo: memFree=76314248/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19063512 memory=2177092 CPUtime=3600.03 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 118082 0 72 0 359128 875 0 0 20 0 20 0 67306996 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4765878 544273 5551 1 0 557471 0
[pid=74034/tid=74042] ppid=74022 vsize=19063512 memory=2177092 CPUtime=3566.63 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 52673 0 72 0 355993 670 0 0 20 0 20 0 67306999 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67307005 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19063512 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1855 0 0 0 0 0 0 0 20 0 20 0 67307006 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74113] ppid=74022 vsize=19063512 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74113/stat : 74113 (Timer-0) S 74022 74034 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67307052 19521036288 544273 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2177092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.72 s, system=8.79249 s

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

[startup+3630.61 s]
/proc/loadavg: 4.18 4.31 4.60 5/331 75044
/proc/meminfo: memFree=76314248/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19263204 memory=2177988 CPUtime=3600.23 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 120596 0 72 0 359147 876 0 0 20 0 21 0 67306996 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4815801 544497 5551 1 0 558409 0
[pid=74034/tid=74042] ppid=74022 vsize=19263204 memory=9216 CPUtime=3566.71 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 52923 0 72 0 356001 670 0 0 20 0 21 0 67306999 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19263204 memory=26140 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 67307005 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19263204 memory=-6000919498526976104 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1855 0 0 0 0 0 0 0 20 0 21 0 67307006 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2177988 KiB

[startup+3630.7 s]
/proc/loadavg: 4.18 4.31 4.60 5/331 75044
/proc/meminfo: memFree=76314248/131382112 swapFree=33009904/33010684
[pid=74034] ppid=74022 vsize=19263204 memory=2177988 CPUtime=3600.42 cores=4,6
/proc/74034/stat : 74034 (java) S 74022 74034 73970 0 -1 4194304 120640 0 72 0 359166 876 0 0 20 0 21 0 67306996 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
/proc/74034/statm: 4815801 544497 5551 1 0 558409 0
[pid=74034/tid=74042] ppid=74022 vsize=19263204 memory=2177092 CPUtime=3566.8 cores=4,6
/proc/74034/task/74042/stat : 74042 (java) R 74022 74034 73970 0 -1 4194368 52923 0 72 0 356010 670 0 0 20 0 21 0 67306999 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74074] ppid=74022 vsize=19263204 memory=5632 CPUtime=0 cores=4,6
/proc/74034/task/74074/stat : 74074 (Finalizer) S 74022 74034 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 67307005 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
[pid=74034/tid=74106] ppid=74022 vsize=19263204 memory=2177092 CPUtime=0 cores=4,6
/proc/74034/task/74106/stat : 74106 (Common-Cleaner) S 74022 74034 73970 0 -1 4194368 1855 0 0 0 0 0 0 0 20 0 21 0 67307006 19725520896 544497 18446744073709551615 94450457612288 94450457615984 140731627729184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94450457623800 94450457624592 94450470993920 140731627731248 140731627731430 140731627731430 140731627737032 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2177988 KiB

Child status: 143

Real time (s): 3630.78
CPU time (s): 3600.51
CPU user time (s): 3591.72
CPU system time (s): 8.79249
CPU usage (%): 99.1663
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2177988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.72
system time used= 8.79249
maximum resident set size= 2178372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120969
page faults= 72
swaps= 0
block input operations= 0
block output operations= 10096192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116992
involuntary context switches= 11468


# summary of solver processes directly reported to runsolver:
#   pid: 74034
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3591.72
#   total CPU system time (s): 8.79249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7204 second user time and 39.8828 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 06:18:01
IDJOB=4508467
IDBENCH=158424
IDSOLVER=3364
FILE ID=nodeC001/4508467-1751516281
RUNJOBID= nodeC001-1751516281-73981
SLURM_JOB_ID= 9598627
Free space on /tmp= 432508 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_16x16_009.opb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508467-1751516281/watcher-4508467-1751516281 -o /tmp/evaluation-result-4508467-1751516281/solver-4508467-1751516281 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751516281-73981 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508467-1751516281 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4508467-1751516281.opb

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

MD5SUM BENCH= 6cf95a79097c212a609c1b13f8969201
RANDOM SEED=1207378052

nodeC001 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	: 0xb00001f
cpu MHz		: 1197.152
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.125
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.268
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.166
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.168
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.170
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.232
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.084
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128847916 kB
MemAvailable:   129926016 kB
Buffers:            1668 kB
Cached:          1873148 kB
SwapCached:           32 kB
Active:           376104 kB
Inactive:        1563852 kB
Active(anon):      60512 kB
Inactive(anon):    22528 kB
Active(file):     315592 kB
Inactive(file):  1541324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2668 kB
Writeback:             0 kB
AnonPages:         68256 kB
Mapped:           103320 kB
Shmem:             17900 kB
KReclaimable:     121236 kB
Slab:             206024 kB
SReclaimable:     121236 kB
SUnreclaim:        84788 kB
KernelStack:        3888 kB
PageTables:         2908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432500 MiB
End job on nodeC001 at 2025-07-03 07:18:32