Trace number 4484639

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)17 3600.36 3381.17

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.056181
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4484639-1751294462.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  objective function found
0.12/0.21	c ... done. Wall clock time 0.068s.
0.31/0.21	c declared #vars     934
0.31/0.21	c #constraints  1064
0.31/0.21	c constraints type 
0.31/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
0.31/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
0.31/0.21	c org.sat4j.specs.Constr$1 => 1
0.31/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.31/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.31/0.21	c 1064 constraints processed.
0.31/0.22	c objective function length is 934 literals
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.11
0.31/0.24	o 17
3.01/1.66	c cleaning 2493 clauses out of 5000 with flag 10187/5000
4.88/2.64	c cleaning 4245 clauses out of 8508 with flag 22259/11001
6.11/3.64	c cleaning 5624 clauses out of 11263 with flag 36329/18001
7.49/4.81	c cleaning 6810 clauses out of 13638 with flag 52419/26000
8.75/6.00	c cleaning 7903 clauses out of 15828 with flag 70509/35000
10.43/7.51	c cleaning 8954 clauses out of 17925 with flag 90609/45000
11.98/9.02	c cleaning 9975 clauses out of 19971 with flag 112719/56000
13.65/10.63	c cleaning 10990 clauses out of 21996 with flag 137111/68000
15.55/12.51	c cleaning 11995 clauses out of 24006 with flag 164384/81000
17.69/14.64	c cleaning 12996 clauses out of 26011 with flag 193756/95000
20.08/16.96	c cleaning 13998 clauses out of 28015 with flag 225226/110000
22.62/19.31	c cleaning 15003 clauses out of 30017 with flag 257745/126000
25.12/21.71	c cleaning 15997 clauses out of 32014 with flag 291836/143000
27.72/24.34	c cleaning 16997 clauses out of 34017 with flag 327933/161000
30.57/27.14	c cleaning 18001 clauses out of 36021 with flag 366037/180001
33.36/29.95	c cleaning 19004 clauses out of 38020 with flag 406145/200001
37.10/33.37	c cleaning 19997 clauses out of 40016 with flag 448258/221001
40.29/36.53	c cleaning 21001 clauses out of 42019 with flag 492377/243001
43.94/40.17	c cleaning 22000 clauses out of 44017 with flag 538499/266000
47.64/43.77	c cleaning 22998 clauses out of 46017 with flag 586629/290000
51.77/47.71	c cleaning 24003 clauses out of 48019 with flag 636764/315000
55.80/51.69	c cleaning 24998 clauses out of 50017 with flag 688907/341001
60.39/56.04	c cleaning 26001 clauses out of 52018 with flag 743051/368000
64.91/60.45	c cleaning 26998 clauses out of 54017 with flag 799202/396000
70.36/65.79	c cleaning 28003 clauses out of 56020 with flag 857493/425001
75.72/70.98	c cleaning 28997 clauses out of 58016 with flag 920105/455000
80.73/75.82	c cleaning 30002 clauses out of 60019 with flag 984763/486000
85.65/80.79	c cleaning 30998 clauses out of 62017 with flag 1051502/518000
91.01/85.96	c cleaning 32002 clauses out of 64019 with flag 1120173/551000
101.06/95.77	c cleaning 33001 clauses out of 66017 with flag 1189982/585000
107.83/102.43	c cleaning 34003 clauses out of 68017 with flag 1260835/620001
113.86/108.03	c cleaning 34998 clauses out of 70013 with flag 1333632/656000
119.33/113.59	c cleaning 35997 clauses out of 72015 with flag 1408647/693000
125.29/119.48	c cleaning 37001 clauses out of 74018 with flag 1485688/731000
132.03/125.86	c cleaning 37997 clauses out of 76017 with flag 1564465/770000
138.25/131.96	c cleaning 38997 clauses out of 78021 with flag 1644869/810001
145.26/138.88	c cleaning 40004 clauses out of 80025 with flag 1728559/851002
153.42/146.67	c cleaning 41000 clauses out of 82019 with flag 1815783/893000
161.33/154.39	c cleaning 42001 clauses out of 84019 with flag 1903002/936000
169.03/161.97	c cleaning 42998 clauses out of 86018 with flag 1992928/980000
178.00/170.67	c cleaning 43997 clauses out of 88020 with flag 2085824/1025000
189.39/181.94	c cleaning 45000 clauses out of 90024 with flag 2184561/1071001
201.17/193.40	c cleaning 46004 clauses out of 92024 with flag 2285313/1118001
210.24/201.81	c cleaning 47000 clauses out of 94019 with flag 2385733/1166000
219.09/210.62	c cleaning 48001 clauses out of 96019 with flag 2488245/1215000
228.12/219.41	c cleaning 48997 clauses out of 98018 with flag 2591966/1265000
236.28/227.57	c cleaning 50000 clauses out of 100021 with flag 2696222/1316000
245.25/236.12	c cleaning 51001 clauses out of 102021 with flag 2802519/1368000
254.22/244.90	c cleaning 51998 clauses out of 104021 with flag 2911124/1421001
263.42/253.95	c cleaning 53002 clauses out of 106023 with flag 3021863/1475001
274.35/264.89	c cleaning 54003 clauses out of 108020 with flag 3135816/1530000
285.57/275.90	c cleaning 55000 clauses out of 110017 with flag 3252219/1586000
296.60/286.71	c cleaning 55999 clauses out of 112017 with flag 3371287/1643000
307.38/297.34	c cleaning 56998 clauses out of 114018 with flag 3492238/1701000
317.26/307.04	c cleaning 58001 clauses out of 116021 with flag 3610834/1760001
327.32/316.94	c cleaning 58999 clauses out of 118019 with flag 3731436/1820000
338.90/328.34	c cleaning 60001 clauses out of 120021 with flag 3857955/1881001
350.65/339.85	c cleaning 61000 clauses out of 122019 with flag 3986599/1943000
363.08/352.16	c cleaning 61998 clauses out of 124019 with flag 4117321/2006000
376.25/364.88	c cleaning 63000 clauses out of 126022 with flag 4250124/2070001
388.71/377.24	c cleaning 64001 clauses out of 128021 with flag 4385000/2135000
402.56/390.67	c cleaning 64995 clauses out of 130021 with flag 4521950/2201001
416.84/404.40	c cleaning 66001 clauses out of 132026 with flag 4660972/2268001
430.08/417.22	c cleaning 67003 clauses out of 134025 with flag 4800346/2336001
445.26/431.32	c cleaning 68000 clauses out of 136021 with flag 4940115/2405000
460.50/446.14	c cleaning 68998 clauses out of 138021 with flag 5086118/2475000
477.17/462.58	c cleaning 70002 clauses out of 140023 with flag 5234202/2546000
494.05/479.18	c cleaning 71002 clauses out of 142021 with flag 5384370/2618000
508.11/492.75	c cleaning 71998 clauses out of 144019 with flag 5531909/2691000
522.34/506.36	c cleaning 73001 clauses out of 146021 with flag 5684172/2765000
535.53/519.29	c cleaning 73997 clauses out of 148020 with flag 5834577/2840000
549.46/532.79	c cleaning 74998 clauses out of 150023 with flag 5986988/2916000
564.35/546.40	c cleaning 76002 clauses out of 152025 with flag 6141404/2993000
581.31/562.95	c cleaning 77002 clauses out of 154024 with flag 6297563/3071001
602.79/583.01	c cleaning 78003 clauses out of 156021 with flag 6455561/3150000
625.84/605.68	c cleaning 78998 clauses out of 158019 with flag 6615563/3230001
651.43/629.95	c cleaning 80004 clauses out of 160021 with flag 6777563/3311001
677.47/654.64	c cleaning 80998 clauses out of 162016 with flag 6941562/3393000
711.78/687.60	c cleaning 82002 clauses out of 164019 with flag 7107592/3476001
729.97/704.49	c cleaning 82996 clauses out of 166016 with flag 7279854/3560000
750.77/723.80	c cleaning 84001 clauses out of 168020 with flag 7456320/3645000
770.14/741.80	c cleaning 84998 clauses out of 170020 with flag 7633458/3731001
794.69/765.03	c cleaning 86003 clauses out of 172021 with flag 7812587/3818000
815.87/784.85	c cleaning 87002 clauses out of 174018 with flag 7991226/3906000
836.59/804.29	c cleaning 87997 clauses out of 176018 with flag 8175402/3995002
859.63/825.88	c cleaning 88999 clauses out of 178019 with flag 8358977/4085000
882.70/846.41	c cleaning 90003 clauses out of 180020 with flag 8543227/4176000
902.66/864.94	c cleaning 90999 clauses out of 182017 with flag 8731878/4268000
924.44/884.14	c cleaning 91998 clauses out of 184019 with flag 8921271/4361001
944.72/903.39	c cleaning 92998 clauses out of 186021 with flag 9112673/4455001
966.13/922.23	c cleaning 94000 clauses out of 188022 with flag 9306042/4550000
991.58/946.68	c cleaning 94999 clauses out of 190022 with flag 9501941/4646000
1015.36/968.23	c cleaning 95998 clauses out of 192023 with flag 9699459/4743000
1038.99/989.13	c cleaning 97003 clauses out of 194025 with flag 9898814/4841000
1061.18/1009.69	c cleaning 97996 clauses out of 196022 with flag 10101471/4940000
1083.21/1030.21	c cleaning 99000 clauses out of 198026 with flag 10304817/5040000
1105.93/1049.91	c cleaning 99998 clauses out of 200027 with flag 10510066/5141001
1128.35/1070.72	c cleaning 101002 clauses out of 202028 with flag 10717312/5243000
1154.79/1095.53	c cleaning 102003 clauses out of 204027 with flag 10929454/5346001
1180.81/1119.94	c cleaning 103003 clauses out of 206024 with flag 11149962/5450001
1209.53/1145.62	c cleaning 103998 clauses out of 208020 with flag 11372687/5555000
1237.39/1172.07	c cleaning 105000 clauses out of 210022 with flag 11597380/5661000
1266.03/1199.01	c cleaning 106002 clauses out of 212023 with flag 11824639/5768001
1292.75/1224.37	c cleaning 106998 clauses out of 214020 with flag 12053448/5876000
1321.74/1249.91	c cleaning 108002 clauses out of 216022 with flag 12283148/5985000
1348.07/1274.28	c cleaning 108999 clauses out of 218021 with flag 12514611/6095001
1375.17/1300.00	c cleaning 110000 clauses out of 220022 with flag 12746663/6206001
1404.50/1326.14	c cleaning 111001 clauses out of 222021 with flag 12979876/6318000
1430.83/1350.95	c cleaning 111997 clauses out of 224021 with flag 13213073/6431001
1457.37/1376.27	c cleaning 112998 clauses out of 226024 with flag 13448998/6545001
1485.55/1401.44	c cleaning 114004 clauses out of 228026 with flag 13686722/6660001
1512.58/1427.72	c cleaning 114996 clauses out of 230022 with flag 13926343/6776001
1540.00/1452.12	c cleaning 116005 clauses out of 232025 with flag 14168201/6893000
1572.06/1480.76	c cleaning 116997 clauses out of 234020 with flag 14412630/7011000
1601.73/1508.65	c cleaning 118000 clauses out of 236023 with flag 14658660/7130000
1629.73/1535.10	c cleaning 119002 clauses out of 238023 with flag 14906167/7250000
1658.38/1561.98	c cleaning 120002 clauses out of 240021 with flag 15157456/7371000
1690.30/1590.12	c cleaning 120997 clauses out of 242020 with flag 15409917/7493001
1718.85/1618.13	c cleaning 121997 clauses out of 244022 with flag 15663929/7616000
1748.09/1645.78	c cleaning 122999 clauses out of 246025 with flag 15920612/7740000
1778.57/1674.58	c cleaning 123996 clauses out of 248026 with flag 16178941/7865000
1811.13/1703.59	c cleaning 125002 clauses out of 250030 with flag 16438811/7991000
1843.73/1734.19	c cleaning 126003 clauses out of 252028 with flag 16700405/8118000
1876.57/1765.16	c cleaning 127001 clauses out of 254025 with flag 16965053/8246000
1910.37/1796.99	c cleaning 128001 clauses out of 256025 with flag 17231868/8375001
1944.39/1829.30	c cleaning 129001 clauses out of 258025 with flag 17498313/8505002
1983.07/1864.12	c cleaning 130001 clauses out of 260023 with flag 17769147/8636001
2017.36/1896.52	c cleaning 130997 clauses out of 262022 with flag 18045370/8768001
2054.53/1931.41	c cleaning 132002 clauses out of 264024 with flag 18321883/8901000
2087.28/1962.28	c cleaning 132998 clauses out of 266022 with flag 18600857/9035000
2124.64/1997.92	c cleaning 134003 clauses out of 268025 with flag 18878376/9170001
2162.70/2033.87	c cleaning 135001 clauses out of 270021 with flag 19154272/9306000
2217.09/2085.95	c cleaning 136003 clauses out of 272020 with flag 19434792/9443000
2255.87/2122.47	c cleaning 137002 clauses out of 274018 with flag 19717141/9581001
2289.40/2154.04	c cleaning 138001 clauses out of 276015 with flag 19999309/9720000
2321.31/2183.93	c cleaning 138995 clauses out of 278015 with flag 20285000/9860001
2356.95/2215.68	c cleaning 140000 clauses out of 280019 with flag 20571437/10001000
2392.33/2248.98	c cleaning 141000 clauses out of 282019 with flag 20860181/10143000
2425.73/2280.16	c cleaning 141999 clauses out of 284019 with flag 21152026/10286000
2458.61/2309.06	c cleaning 143003 clauses out of 286021 with flag 21444790/10430001
2495.43/2343.73	c cleaning 143999 clauses out of 288018 with flag 21742383/10575001
2535.14/2381.46	c cleaning 144999 clauses out of 290018 with flag 22050343/10721000
2580.10/2424.47	c cleaning 145997 clauses out of 292020 with flag 22359913/10868001
2622.13/2464.63	c cleaning 146998 clauses out of 294023 with flag 22670387/11016001
2668.15/2508.34	c cleaning 148001 clauses out of 296024 with flag 22984896/11165000
2710.58/2548.61	c cleaning 149001 clauses out of 298023 with flag 23300842/11315000
2753.29/2589.25	c cleaning 149998 clauses out of 300022 with flag 23615214/11466000
2801.94/2636.12	c cleaning 150997 clauses out of 302024 with flag 23930136/11618000
2848.71/2681.01	c cleaning 152007 clauses out of 304029 with flag 24247653/11771002
2894.02/2722.56	c cleaning 152997 clauses out of 306020 with flag 24564408/11925000
2937.96/2764.51	c cleaning 153999 clauses out of 308023 with flag 24883066/12080000
2981.14/2805.47	c cleaning 154996 clauses out of 310024 with flag 25203896/12236000
3022.95/2845.25	c cleaning 156007 clauses out of 312028 with flag 25527719/12393000
3067.42/2887.67	c cleaning 157000 clauses out of 314021 with flag 25851939/12551000
3119.54/2935.21	c cleaning 157999 clauses out of 316021 with flag 26179232/12710000
3164.91/2977.73	c cleaning 158995 clauses out of 318022 with flag 26508696/12870000
3214.83/3023.56	c cleaning 160001 clauses out of 320027 with flag 26840329/13031000
3263.11/3069.42	c cleaning 160999 clauses out of 322026 with flag 27174589/13193000
3310.53/3114.71	c cleaning 162001 clauses out of 324027 with flag 27510607/13356000
3357.16/3157.07	c cleaning 163002 clauses out of 326026 with flag 27848869/13520000
3408.67/3203.88	c cleaning 164005 clauses out of 328024 with flag 28188155/13685000
3457.96/3250.68	c cleaning 165000 clauses out of 330020 with flag 28529274/13851001
3506.76/3294.72	c cleaning 165999 clauses out of 332019 with flag 28874020/14018000
3555.03/3340.51	c cleaning 166999 clauses out of 334021 with flag 29223133/14186001
3600.09/3381.02	c starts		: 2
3600.09/3381.03	c conflicts		: 14355001
3600.09/3381.03	c decisions		: 19726333
3600.09/3381.03	c propagations		: 237992358
3600.09/3381.03	c inspects		: 6760225224
3600.09/3381.03	c shortcuts		: 0
3600.09/3381.03	c learnt literals	: 0
3600.09/3381.03	c learnt binary clauses	: 0
3600.09/3381.03	c learnt ternary clauses	: 0
3600.09/3381.03	c learnt constraints	: 14355001
3600.09/3381.03	c ignored constraints	: 0
3600.09/3381.03	c root simplifications	: 0
3600.09/3381.03	c removed literals (reason simplification)	: 1961487393
3600.09/3381.03	c reason swapping (by a shorter reason)	: 0
3600.09/3381.03	c Calls to reduceDB	: 165
3600.09/3381.03	c Number of update (reduction) of LBD	: 229049
3600.09/3381.03	c Imported unit clauses	: 0
3600.09/3381.03	c No decision after first conflict	: false
3600.09/3381.03	c number of reductions to clauses (during analyze)	: 0
3600.09/3381.03	c number of learned constraints concerned by reduction	: 0
3600.09/3381.03	c number of learning phase by resolution	: 0
3600.09/3381.03	c number of learning phase by cutting planes	: 0
3600.09/3381.03	c number of rounding to 1 operations	: 0
3600.09/3381.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3381.03	c number of reductions of the coefficients by power 2 	: 0
3600.09/3381.03	c number of right shift for reduction by power 2 	: 0
3600.09/3381.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3381.03	c number of ending skipping 	: 0
3600.09/3381.03	c number of internal skipping 	: 0
3600.09/3381.03	c number of derivation steps 	: 0
3600.09/3381.03	c number of skipped derivation steps 	: 0
3600.09/3381.03	c number of remaining unassigned 	: 0
3600.09/3381.03	c number of remaining assigned 	: 0
3600.09/3381.03	c number of falsified literals weakened from reason	: 0
3600.09/3381.03	c number of falsified literals weakened from conflict	: 0
3600.09/3381.03	c time for arithmetic operations	: 0
3600.09/3381.03	c minimum degree of deleted constraints	: null
3600.09/3381.04	c maximum degree of deleted constraints	: null
3600.09/3381.04	c number of deleted constraints	: 0
3600.09/3381.04	c speed (assignments/second)	: 70395.17452204431
3600.09/3381.04	c non guided choices	: 7
3600.09/3381.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 336022
3600.09/3381.10	s SATISFIABLE
3600.09/3381.10	c Found 1 solution(s)
3600.30/3381.11	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 -x257 x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 x295 x296 -x297 -x298 x299 x300 -x301 -x302 x303 x304 -x305 -x306 x307 x308 -x309 -x310 x311 x312 -x313 -x314 x315 x316 -x317 -x318 -x319 x320 x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 x329 -x330 -x331 x332 x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 x341 -x342 -x343 x344 x345 x346 -x347 -x348 x349 x350 -x351 -x352 x353 x354 -x355 -x356 x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 x367 x368 x369 x370 -x371 -x372 -x373 x374 -x375 -x376 x377 x378 -x379 -x380 -x381 x382 x383 -x384 -x385 -x386 x387 -x388 -x389 x390 x391 -x392 -x393 x394 x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 x404 x405 x406 x407 -x408 -x409 -x410 x411 -x412 -x413 x414 x415 -x416 -x417 x418 x419 x420 x421 x422 x423 x424 x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 x437 x438 x439 x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 x458 x459 x460 x461 x462 x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 x484 -x485 x486 x487 -x488 -x489 x490 x491 -x492 -x493 x494 x495 -x496 -x497 x498 x499 -x500 -x501 -x502 x503 x504 x505 x506 x507 -x508 -x509 x510 x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 x524 -x525 -x526 x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 -x558 x559 x560 -x561 -x562 -x563 x564 -x565 -x566 x567 x568 x569 x570 x571 x572 -x573 -x574 x575 x576 x577 -x578 x579 -x580 -x581 x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 x591 x592 -x593 -x594 x595 x596 x597 x598 x599 x600 -x601 -x602 x603 x604 -x605 -x606 x607 x608 -x609 -x610 x611 x612 -x613 -x614 -x615 x616 x617 x618 -x619 -x620 -x621 -x622 x623 x624 -x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 x635 x636 x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 x645 -x646 -x647 x648 x649 -x650 -x651 -x652 x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 x673 -x674 -x675 -x676 x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 x689 x690 -x691 -x692 -x693 x694 -x695 -x696 x697 x698 x699 -x700 -x701 -x702 x703 x704 -x705 -x706 x707 x708 -x709 -x710 x711 x712 -x713 -x714 x715 x716 -x717 -x718 -x719 x720 -x721 -x722 x723 x724 -x725 -x726 x727 x728 x729 -x730 x731 x732 x733 x734 x735 -x736 x737 x738 -x739 -x740 x741 x742 -x743 -x744 -x745 x746 x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 x755 -x756 -x757 x758 x759 x760 x761 x762 -x763 -x764 x765 x766 x767 x768 x769 x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 x778 x779 -x780 x781 x782 x783 x784 x785 -x786 -x787 -x788 x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 x805 x806 -x807 -x808 x809 x810 -x811 -x812 -x813 x814 -x815 -x816 -x817 x818 -x819 -x820 x821 x822 -x823 -x824 x825 x826 -x827 -x828 -x829 x830 x831 -x832 -x833 x834 x835 -x836 -x837 x838 x839 -x840 -x841 x842 x843 x844 x845 x846 x847 x848 x849 x850 x851 x852 x853 x854 x855 x856 x857 x858 x859 -x860 -x861 -x862 x863 -x864 -x865 -x866 x867 -x868 -x869 x870 x871 -x872 -x873 x874 x875 x876 -x877 -x878 x879 x880 -x881 -x882 -x883 x884 x885 -x886 x887 x888 -x889 x890 x891 -x892 -x893 x894 x895 x896 -x897 x898 x899 -x900 -x901 -x902 -x903 x904 -x905 x906 x907 -x908 -x909 -x910 x911 x912 -x913 -x914 -x915 x916 -x917 -x918 x919 x920 x921 -x922 x923 x924 -x925 -x926 x927 x928 -x929 -x930 -x931 -x932 x933 x934 
3600.30/3381.12	c objective function=17
3600.30/3381.12	c Total wall clock time (in seconds): 3380.993

Verifier Data

OK	17

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484639-1751294462/watcher-4484639-1751294462 -o /tmp/evaluation-result-4484639-1751294462/solver-4484639-1751294462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751290853-40482 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4484639-1751294462 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4484639-1751294462.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=41073, runsolver pid=41069

[startup+0.100061 s]*
/proc/loadavg: 4.39 4.30 4.23 6/341 41091
/proc/meminfo: memFree=110152428/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=18930384 memory=57736 CPUtime=0.12 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 6574 0 0 0 10 2 0 0 20 0 18 0 45123922 19384713216 14434 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4732596 14434 5330 1 0 547619 0
[pid=41073/tid=41075] ppid=41069 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 45123923 19384713216 14434 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45123925 19384713216 14434 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45123925 19384713216 14434 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57736 KiB

[startup+0.206226 s]*
/proc/loadavg: 4.39 4.30 4.23 7/342 41092
/proc/meminfo: memFree=110128424/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=18930384 memory=64236 CPUtime=0.31 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 7074 0 0 0 29 2 0 0 20 0 18 0 45123922 19384713216 16059 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4732596 16059 5426 1 0 547949 0
[pid=41073/tid=41075] ppid=41069 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) S 41069 41073 40471 0 -1 4194368 5314 0 0 0 14 2 0 0 20 0 18 0 45123923 19384713216 16059 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=18930384 memory=16880 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45123925 19384713216 16059 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45123925 19384713216 16059 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64236 KiB

[startup+0.3057 s]*
/proc/loadavg: 4.39 4.30 4.23 7/343 41093
/proc/meminfo: memFree=110118468/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=18996948 memory=76844 CPUtime=0.5 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 7788 0 0 0 47 3 0 0 20 0 19 0 45123922 19452874752 19211 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4749237 19211 5490 1 0 548621 0
[pid=41073/tid=41075] ppid=41069 vsize=18996948 memory=-6000919468395096939 CPUtime=0.25 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 5448 0 0 0 23 2 0 0 20 0 19 0 45123923 19452874752 19211 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45123925 19452874752 19211 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 45123925 19452874752 19211 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 45123945 19452874752 19211 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76844 KiB

[startup+0.700236 s]
/proc/loadavg: 4.39 4.30 4.23 8/343 41093
/proc/meminfo: memFree=110041432/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19065716 memory=169416 CPUtime=1.25 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 12569 0 0 0 119 6 0 0 20 0 20 0 45123922 19523293184 42354 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4766429 42354 5522 1 0 551987 0
[pid=41073/tid=41075] ppid=41069 vsize=19065716 memory=17664 CPUtime=0.61 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 5530 0 0 0 57 4 0 0 20 0 20 0 45123923 19523293184 42354 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19065716 memory=10752 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19523293184 42354 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19065716 memory=3328 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45123925 19523293184 42354 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19065716 memory=4764 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19523293184 42354 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19065716 KiB
Current children cumulated memory: 169416 KiB

[startup+1.50024 s]
/proc/loadavg: 4.39 4.30 4.23 7/344 41094
/proc/meminfo: memFree=109905768/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=192132 CPUtime=2.82 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 15414 0 0 0 274 8 0 0 20 0 20 0 45123922 19521036288 48033 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 48033 5522 1 0 553289 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=10752 CPUtime=1.34 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 5550 0 0 0 130 4 0 0 20 0 20 0 45123923 19521036288 48033 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 48033 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 48033 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 48033 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192132 KiB

[startup+3.10566 s]
/proc/loadavg: 4.52 4.33 4.24 5/344 41094
/proc/meminfo: memFree=108850544/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=497496 CPUtime=5.58 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 17014 0 0 0 540 18 0 0 20 0 20 0 45123922 19521036288 124374 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 124374 5522 1 0 931805 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=10752 CPUtime=2.82 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 5695 0 0 0 271 11 0 0 20 0 20 0 45123923 19521036288 124374 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=-6000919468395096939 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 124374 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 124374 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 124374 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 497496 KiB

[startup+6.30021 s]
/proc/loadavg: 4.52 4.33 4.24 6/344 41094
/proc/meminfo: memFree=106774100/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=1306768 CPUtime=9.04 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 18172 0 0 0 866 38 0 0 20 0 20 0 45123922 19521036288 326692 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 326692 5522 1 0 1142805 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=0 CPUtime=5.85 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 6115 0 0 0 558 27 0 0 20 0 20 0 45123923 19521036288 326692 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 326692 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 326692 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=196460 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 326692 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1306768 KiB

[startup+12.7002 s]
/proc/loadavg: 4.59 4.35 4.25 5/344 41094
/proc/meminfo: memFree=104021504/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=2242548 CPUtime=15.79 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 22992 0 0 0 1516 63 0 0 20 0 20 0 45123922 19521036288 560637 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 560637 5522 1 0 1314101 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=196460 CPUtime=11.98 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 7986 0 0 0 1150 48 0 0 20 0 20 0 45123923 19521036288 560637 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 560637 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=2189296 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 560637 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 560637 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2242548 KiB

[startup+25.5002 s]
/proc/loadavg: 4.58 4.35 4.25 5/344 41094
/proc/meminfo: memFree=100362048/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=3551744 CPUtime=28.97 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 26052 0 0 0 2793 104 0 0 20 0 20 0 45123922 19521036288 887936 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 887936 5522 1 0 1314109 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=10752 CPUtime=24.35 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 9229 0 0 0 2351 84 0 0 20 0 20 0 45123923 19521036288 887936 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=2189296 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 887936 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 887936 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 887936 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3551744 KiB

[startup+51.1057 s]
/proc/loadavg: 4.45 4.34 4.25 5/344 41094
/proc/meminfo: memFree=93670812/131249996 swapFree=33010684/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4489040 CPUtime=55.16 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 31495 0 0 0 5364 152 0 0 20 0 20 0 45123922 19521036288 1122260 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1122260 5554 1 0 1431088 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=4489040 CPUtime=49.14 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 11544 0 0 0 4793 121 0 0 20 0 20 0 45123923 19521036288 1122260 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0

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

[startup+3042.3 s]
/proc/loadavg: 4.64 4.74 4.71 6/345 41335
/proc/meminfo: memFree=48027620/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4889908 CPUtime=3235.61 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3490870 0 0 0 320201 3360 0 0 20 0 20 0 45123922 19521036288 1222477 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222477 5554 1 0 1235006 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=4889908 CPUtime=2934.96 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3257268 0 0 0 290392 3104 0 0 20 0 20 0 45123923 19521036288 1222477 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=4889908 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222477 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=4889908 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222477 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=4889908 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222477 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3235.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4889908 KiB

[startup+3102.3 s]
/proc/loadavg: 4.48 4.68 4.69 6/345 41342
/proc/meminfo: memFree=40531384/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4891188 CPUtime=3298.27 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3503567 0 0 0 326416 3411 0 0 20 0 20 0 45123922 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222797 5554 1 0 1235301 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=4889908 CPUtime=2992.67 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3267215 0 0 0 296115 3152 0 0 20 0 20 0 45123923 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=4891188 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 1958 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=-6000919468395096939 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3298.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4891188 KiB

[startup+3162.3 s]
/proc/loadavg: 4.78 4.75 4.72 5/345 41344
/proc/meminfo: memFree=35641008/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4891188 CPUtime=3362.52 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3662019 0 0 0 332789 3463 0 0 20 0 20 0 45123922 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222797 5554 1 0 1235301 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=4889908 CPUtime=3050.57 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3420377 0 0 0 301858 3199 0 0 20 0 20 0 45123923 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=4891188 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 1959 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=4891188 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222797 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3362.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4891188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.95 4.80 4.74 4/346 41414
/proc/meminfo: memFree=67947204/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4891316 CPUtime=3429.27 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3823904 0 0 0 339403 3524 0 0 20 0 20 0 45123922 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222829 5554 1 0 1235335 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=4891316 CPUtime=3108.42 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3578314 0 0 0 307587 3255 0 0 20 0 20 0 45123923 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=4889908 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=4891188 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=4891316 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3429.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4891316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.69 4.75 4.72 5/346 41482
/proc/meminfo: memFree=87557460/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4891316 CPUtime=3491.7 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3824635 0 0 0 345597 3573 0 0 20 0 20 0 45123922 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222829 5554 1 0 1235335 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=4891316 CPUtime=3166.41 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3578924 0 0 0 313340 3301 0 0 20 0 20 0 45123923 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 2043 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3491.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4891316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.40 4.65 4.69 5/346 41485
/proc/meminfo: memFree=81582848/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4891316 CPUtime=3556.82 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3983191 0 0 0 352052 3630 0 0 20 0 20 0 45123922 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222829 5554 1 0 1235335 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=5632 CPUtime=3224.24 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3731719 0 0 0 319071 3353 0 0 20 0 20 0 45123923 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 2044 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3556.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4891316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3381 s]*
/proc/loadavg: 4.37 4.61 4.68 5/346 41487
/proc/meminfo: memFree=79191584/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19063512 memory=4891316 CPUtime=3600.09 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3987153 0 0 0 356341 3668 0 0 20 0 20 0 45123922 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4765878 1222829 5554 1 0 1235335 0
[pid=41073/tid=41075] ppid=41069 vsize=19063512 memory=-6000919472706579307 CPUtime=3261.3 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3733949 0 0 0 322742 3388 0 0 20 0 20 0 45123923 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19063512 memory=4714870362948136606 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19063512 memory=7028 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 45123925 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41093] ppid=41069 vsize=19063512 memory=2212 CPUtime=0 cores=4,6
/proc/41073/task/41093/stat : 41093 (Timer-0) S 41069 41073 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45123945 19521036288 1222829 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4891316 KiB

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

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

# cumulated CPU time of all completed processes:  user=3563.63 s, system=36.7315 s

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

[startup+3381.11 s]
/proc/loadavg: 4.37 4.61 4.68 5/346 41487
/proc/meminfo: memFree=79191584/131249996 swapFree=33010416/33010684
[pid=41073] ppid=41069 vsize=19263204 memory=4892212 CPUtime=3600.3 cores=4,6
/proc/41073/stat : 41073 (java) S 41069 41073 40471 0 -1 4194304 3988450 0 0 0 356361 3669 0 0 20 0 21 0 45123922 19725520896 1223053 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
/proc/41073/statm: 4815801 1223053 5586 1 0 1236254 0
[pid=41073/tid=41075] ppid=41069 vsize=19263204 memory=14384 CPUtime=3261.41 cores=4,6
/proc/41073/task/41075/stat : 41075 (java) R 41069 41073 40471 0 -1 4194368 3733949 0 0 0 322753 3388 0 0 20 0 21 0 45123923 19725520896 1223053 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41084] ppid=41069 vsize=19263204 memory=4891316 CPUtime=0 cores=4,6
/proc/41073/task/41084/stat : 41084 (Finalizer) S 41069 41073 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45123925 19725520896 1223053 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
[pid=41073/tid=41091] ppid=41069 vsize=19263204 memory=4891316 CPUtime=0 cores=4,6
/proc/41073/task/41091/stat : 41091 (Common-Cleaner) S 41069 41073 40471 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 21 0 45123925 19725520896 1223053 18446744073709551615 94022884601856 94022884605552 140730680478032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94022884613368 94022884614160 94022913908736 140730680486192 140730680486374 140730680486374 140730680491976 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4892212 KiB

Child status: 143

Real time (s): 3381.17
CPU time (s): 3600.36
CPU user time (s): 3563.63
CPU system time (s): 36.7315
CPU usage (%): 106.483
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6408136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.63
system time used= 36.7315
maximum resident set size= 6408136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3988609
page faults= 0
swaps= 0
block input operations= 40
block output operations= 64144120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133234
involuntary context switches= 41878


# summary of solver processes directly reported to runsolver:
#   pid: 41073
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3563.63
#   total CPU system time (s): 36.7315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2928 second user time and 16.1584 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-30 16:41:02
IDJOB=4484639
IDBENCH=146663
IDSOLVER=3364
FILE ID=nodeC022/4484639-1751294462
RUNJOBID= nodeC022-1751290853-40482
SLURM_JOB_ID= 9594246
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484639-1751294462/watcher-4484639-1751294462 -o /tmp/evaluation-result-4484639-1751294462/solver-4484639-1751294462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751290853-40482 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4484639-1751294462 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4484639-1751294462.opb

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=2043651233

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110262020 kB
MemAvailable:   114558904 kB
Buffers:            3280 kB
Cached:          5099348 kB
SwapCached:            0 kB
Active:         15473920 kB
Inactive:        4849500 kB
Active(anon):   15238940 kB
Inactive(anon):        0 kB
Active(file):     234980 kB
Inactive(file):  4849500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1924292 kB
Writeback:             4 kB
AnonPages:      15223976 kB
Mapped:           122668 kB
Shmem:             18060 kB
KReclaimable:     102888 kB
Slab:             250940 kB
SReclaimable:     102888 kB
SUnreclaim:       148052 kB
KernelStack:        5216 kB
PageTables:        33384 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   19524800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15020032 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-30 17:37:23