Trace number 4484638

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 2025-06-06SAT (TO)17 3600.41 3545.99

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4484638-1751292114.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  objective function found
0.30/0.21	c ... done. Wall clock time 0.069s.
0.30/0.21	c declared #vars     934
0.30/0.21	c #constraints  1064
0.30/0.21	c constraints type 
0.30/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
0.30/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
0.30/0.21	c org.sat4j.specs.Constr$1 => 1
0.30/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.30/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.30/0.21	c 1064 constraints processed.
0.30/0.22	c objective function length is 934 literals
0.30/0.23	c SATISFIABLE
0.30/0.23	c OPTIMIZING...
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.094
0.30/0.23	o 17
1.66/0.99	c cleaning 2493 clauses out of 5000 with flag 10187/5000
2.28/1.47	c cleaning 4245 clauses out of 8508 with flag 22259/11001
3.13/2.11	c cleaning 5624 clauses out of 11263 with flag 36329/18001
3.77/2.78	c cleaning 6810 clauses out of 13638 with flag 52419/26000
4.63/3.59	c cleaning 7903 clauses out of 15828 with flag 70509/35000
5.58/4.47	c cleaning 8954 clauses out of 17925 with flag 90609/45000
6.63/5.47	c cleaning 9975 clauses out of 19971 with flag 112719/56000
7.80/6.54	c cleaning 10990 clauses out of 21996 with flag 137111/68000
9.10/7.83	c cleaning 11995 clauses out of 24006 with flag 164384/81000
10.52/9.29	c cleaning 12996 clauses out of 26011 with flag 193756/95000
12.31/10.90	c cleaning 13998 clauses out of 28015 with flag 225226/110000
13.71/12.35	c cleaning 15003 clauses out of 30017 with flag 257745/126000
15.37/13.90	c cleaning 15997 clauses out of 32014 with flag 291836/143000
17.00/15.57	c cleaning 16997 clauses out of 34017 with flag 327933/161000
18.96/17.40	c cleaning 18001 clauses out of 36021 with flag 366037/180001
20.82/19.30	c cleaning 19004 clauses out of 38020 with flag 406145/200001
23.10/21.42	c cleaning 19997 clauses out of 40016 with flag 448258/221001
25.35/23.60	c cleaning 21001 clauses out of 42019 with flag 492377/243001
27.83/26.07	c cleaning 22000 clauses out of 44017 with flag 538499/266000
30.31/28.47	c cleaning 22998 clauses out of 46017 with flag 586629/290000
33.09/31.14	c cleaning 24003 clauses out of 48019 with flag 636764/315000
35.87/33.83	c cleaning 24998 clauses out of 50017 with flag 688907/341001
38.86/36.78	c cleaning 26001 clauses out of 52018 with flag 743051/368000
42.06/39.81	c cleaning 26998 clauses out of 54017 with flag 799202/396000
46.03/43.70	c cleaning 28003 clauses out of 56020 with flag 857493/425001
49.73/47.34	c cleaning 28997 clauses out of 58016 with flag 920105/455000
53.54/50.64	c cleaning 30002 clauses out of 60019 with flag 984763/486000
56.91/53.94	c cleaning 30998 clauses out of 62017 with flag 1051502/518000
60.20/57.21	c cleaning 32002 clauses out of 64019 with flag 1120173/551000
67.44/64.34	c cleaning 33001 clauses out of 66017 with flag 1189982/585000
71.93/68.79	c cleaning 34003 clauses out of 68017 with flag 1260835/620001
75.77/72.40	c cleaning 34998 clauses out of 70013 with flag 1333632/656000
79.68/76.25	c cleaning 35997 clauses out of 72015 with flag 1408647/693000
83.57/80.19	c cleaning 37001 clauses out of 74018 with flag 1485688/731000
87.86/84.39	c cleaning 37997 clauses out of 76017 with flag 1564465/770000
92.14/88.54	c cleaning 38997 clauses out of 78021 with flag 1644869/810001
97.16/93.46	c cleaning 40004 clauses out of 80025 with flag 1728559/851002
102.67/98.86	c cleaning 41000 clauses out of 82019 with flag 1815783/893000
108.69/104.29	c cleaning 42001 clauses out of 84019 with flag 1903002/936000
114.11/109.57	c cleaning 42998 clauses out of 86018 with flag 1992928/980000
120.10/115.55	c cleaning 43997 clauses out of 88020 with flag 2085824/1025000
128.72/124.02	c cleaning 45000 clauses out of 90024 with flag 2184561/1071001
136.81/132.16	c cleaning 46004 clauses out of 92024 with flag 2285313/1118001
142.60/137.93	c cleaning 47000 clauses out of 94019 with flag 2385733/1166000
148.71/144.10	c cleaning 48001 clauses out of 96019 with flag 2488245/1215000
154.80/150.15	c cleaning 48997 clauses out of 98018 with flag 2591966/1265000
160.19/155.59	c cleaning 50000 clauses out of 100021 with flag 2696222/1316000
166.37/161.42	c cleaning 51001 clauses out of 102021 with flag 2802519/1368000
172.49/167.43	c cleaning 51998 clauses out of 104021 with flag 2911124/1421001
178.78/173.66	c cleaning 53002 clauses out of 106023 with flag 3021863/1475001
186.77/181.60	c cleaning 54003 clauses out of 108020 with flag 3135816/1530000
194.68/189.55	c cleaning 55000 clauses out of 110017 with flag 3252219/1586000
202.47/197.15	c cleaning 55999 clauses out of 112017 with flag 3371287/1643000
210.85/204.66	c cleaning 56998 clauses out of 114018 with flag 3492238/1701000
217.34/211.15	c cleaning 58001 clauses out of 116021 with flag 3610834/1760001
224.05/217.88	c cleaning 58999 clauses out of 118019 with flag 3731436/1820000
231.95/225.79	c cleaning 60001 clauses out of 120021 with flag 3857955/1881001
240.03/233.83	c cleaning 61000 clauses out of 122019 with flag 3986599/1943000
249.42/242.94	c cleaning 61998 clauses out of 124019 with flag 4117321/2006000
258.51/251.85	c cleaning 63000 clauses out of 126022 with flag 4250124/2070001
267.39/260.74	c cleaning 64001 clauses out of 128021 with flag 4385000/2135000
277.42/270.49	c cleaning 64995 clauses out of 130021 with flag 4521950/2201001
287.50/280.36	c cleaning 66001 clauses out of 132026 with flag 4660972/2268001
296.65/289.33	c cleaning 67003 clauses out of 134025 with flag 4800346/2336001
307.66/299.41	c cleaning 68000 clauses out of 136021 with flag 4940115/2405000
318.40/310.13	c cleaning 68998 clauses out of 138021 with flag 5086118/2475000
330.79/322.49	c cleaning 70002 clauses out of 140023 with flag 5234202/2546000
343.75/335.17	c cleaning 71002 clauses out of 142021 with flag 5384370/2618000
353.40/344.66	c cleaning 71998 clauses out of 144019 with flag 5531909/2691000
362.89/353.97	c cleaning 73001 clauses out of 146021 with flag 5684172/2765000
372.32/363.08	c cleaning 73997 clauses out of 148020 with flag 5834577/2840000
381.57/372.18	c cleaning 74998 clauses out of 150023 with flag 5986988/2916000
390.85/381.33	c cleaning 76002 clauses out of 152025 with flag 6141404/2993000
404.32/393.78	c cleaning 77002 clauses out of 154024 with flag 6297563/3071001
420.30/409.47	c cleaning 78003 clauses out of 156021 with flag 6455561/3150000
438.74/427.78	c cleaning 78998 clauses out of 158019 with flag 6615563/3230001
458.30/447.28	c cleaning 80004 clauses out of 160021 with flag 6777563/3311001
478.02/466.98	c cleaning 80998 clauses out of 162016 with flag 6941562/3393000
506.42/495.03	c cleaning 82002 clauses out of 164019 with flag 7107592/3476001
518.78/507.22	c cleaning 82996 clauses out of 166016 with flag 7279854/3560000
533.15/521.53	c cleaning 84001 clauses out of 168020 with flag 7456320/3645000
546.08/534.45	c cleaning 84998 clauses out of 170020 with flag 7633458/3731001
563.73/551.99	c cleaning 86003 clauses out of 172021 with flag 7812587/3818000
578.19/566.38	c cleaning 87002 clauses out of 174018 with flag 7991226/3906000
592.08/580.17	c cleaning 87997 clauses out of 176018 with flag 8175402/3995002
607.82/595.60	c cleaning 88999 clauses out of 178019 with flag 8358977/4085000
623.78/610.54	c cleaning 90003 clauses out of 180020 with flag 8543227/4176000
636.90/623.63	c cleaning 90999 clauses out of 182017 with flag 8731878/4268000
650.28/636.93	c cleaning 91998 clauses out of 184019 with flag 8921271/4361001
663.74/650.28	c cleaning 92998 clauses out of 186021 with flag 9112673/4455001
676.91/663.29	c cleaning 94000 clauses out of 188022 with flag 9306042/4550000
695.12/681.39	c cleaning 94999 clauses out of 190022 with flag 9501941/4646000
710.78/696.96	c cleaning 95998 clauses out of 192023 with flag 9699459/4743000
725.76/711.82	c cleaning 97003 clauses out of 194025 with flag 9898814/4841000
740.40/726.33	c cleaning 97996 clauses out of 196022 with flag 10101471/4940000
755.10/740.93	c cleaning 99000 clauses out of 198026 with flag 10304817/5040000
769.30/754.73	c cleaning 99998 clauses out of 200027 with flag 10510066/5141001
784.17/769.59	c cleaning 101002 clauses out of 202028 with flag 10717312/5243000
802.84/788.28	c cleaning 102003 clauses out of 204027 with flag 10929454/5346001
821.94/806.82	c cleaning 103003 clauses out of 206024 with flag 11149962/5450001
840.66/825.46	c cleaning 103998 clauses out of 208020 with flag 11372687/5555000
861.97/845.55	c cleaning 105000 clauses out of 210022 with flag 11597380/5661000
883.01/866.29	c cleaning 106002 clauses out of 212023 with flag 11824639/5768001
902.45/885.30	c cleaning 106998 clauses out of 214020 with flag 12053448/5876000
921.20/903.70	c cleaning 108002 clauses out of 216022 with flag 12283148/5985000
939.70/921.94	c cleaning 108999 clauses out of 218021 with flag 12514611/6095001
959.06/941.02	c cleaning 110000 clauses out of 220022 with flag 12746663/6206001
978.27/959.97	c cleaning 111001 clauses out of 222021 with flag 12979876/6318000
998.71/978.46	c cleaning 111997 clauses out of 224021 with flag 13213073/6431001
1017.35/996.71	c cleaning 112998 clauses out of 226024 with flag 13448998/6545001
1036.09/1015.19	c cleaning 114004 clauses out of 228026 with flag 13686722/6660001
1055.43/1034.16	c cleaning 114996 clauses out of 230022 with flag 13926343/6776001
1073.47/1051.88	c cleaning 116005 clauses out of 232025 with flag 14168201/6893000
1093.80/1071.80	c cleaning 116997 clauses out of 234020 with flag 14412630/7011000
1114.12/1091.88	c cleaning 118000 clauses out of 236023 with flag 14658660/7130000
1133.44/1110.83	c cleaning 119002 clauses out of 238023 with flag 14906167/7250000
1153.09/1130.10	c cleaning 120002 clauses out of 240021 with flag 15157456/7371000
1173.32/1150.04	c cleaning 120997 clauses out of 242020 with flag 15409917/7493001
1196.06/1170.75	c cleaning 121997 clauses out of 244022 with flag 15663929/7616000
1216.23/1190.73	c cleaning 122999 clauses out of 246025 with flag 15920612/7740000
1237.82/1211.99	c cleaning 123996 clauses out of 248026 with flag 16178941/7865000
1258.73/1232.61	c cleaning 125002 clauses out of 250030 with flag 16438811/7991000
1282.09/1255.50	c cleaning 126003 clauses out of 252028 with flag 16700405/8118000
1304.71/1277.98	c cleaning 127001 clauses out of 254025 with flag 16965053/8246000
1328.73/1301.45	c cleaning 128001 clauses out of 256025 with flag 17231868/8375001
1353.15/1325.66	c cleaning 129001 clauses out of 258025 with flag 17498313/8505002
1379.12/1351.23	c cleaning 130001 clauses out of 260023 with flag 17769147/8636001
1403.53/1375.48	c cleaning 130997 clauses out of 262022 with flag 18045370/8768001
1430.74/1402.24	c cleaning 132002 clauses out of 264024 with flag 18321883/8901000
1452.77/1424.09	c cleaning 132998 clauses out of 266022 with flag 18600857/9035000
1479.84/1450.71	c cleaning 134003 clauses out of 268025 with flag 18878376/9170001
1506.88/1477.50	c cleaning 135001 clauses out of 270021 with flag 19154272/9306000
1548.31/1518.42	c cleaning 136003 clauses out of 272020 with flag 19434792/9443000
1574.47/1544.47	c cleaning 137002 clauses out of 274018 with flag 19717141/9581001
1597.39/1566.97	c cleaning 138001 clauses out of 276015 with flag 19999309/9720000
1620.55/1588.46	c cleaning 138995 clauses out of 278015 with flag 20285000/9860001
1643.12/1610.96	c cleaning 140000 clauses out of 280019 with flag 20571437/10001000
1667.84/1635.24	c cleaning 141000 clauses out of 282019 with flag 20860181/10143000
1690.67/1657.75	c cleaning 141999 clauses out of 284019 with flag 21152026/10286000
1710.89/1677.79	c cleaning 143003 clauses out of 286021 with flag 21444790/10430001
1736.41/1703.09	c cleaning 143999 clauses out of 288018 with flag 21742383/10575001
1764.99/1731.18	c cleaning 144999 clauses out of 290018 with flag 22050343/10721000
1798.14/1763.95	c cleaning 145997 clauses out of 292020 with flag 22359913/10868001
1828.04/1793.61	c cleaning 146998 clauses out of 294023 with flag 22670387/11016001
1861.61/1826.91	c cleaning 148001 clauses out of 296024 with flag 22984896/11165000
1891.83/1856.69	c cleaning 149001 clauses out of 298023 with flag 23300842/11315000
1922.98/1887.57	c cleaning 149998 clauses out of 300022 with flag 23615214/11466000
1958.62/1923.09	c cleaning 150997 clauses out of 302024 with flag 23930136/11618000
1994.04/1957.99	c cleaning 152007 clauses out of 304029 with flag 24247653/11771002
2025.14/1988.76	c cleaning 152997 clauses out of 306020 with flag 24564408/11925000
2056.42/2019.84	c cleaning 153999 clauses out of 308023 with flag 24883066/12080000
2087.10/2050.49	c cleaning 154996 clauses out of 310024 with flag 25203896/12236000
2116.26/2079.29	c cleaning 156007 clauses out of 312028 with flag 25527719/12393000
2147.90/2110.65	c cleaning 157000 clauses out of 314021 with flag 25851939/12551000
2183.30/2145.99	c cleaning 157999 clauses out of 316021 with flag 26179232/12710000
2215.64/2177.62	c cleaning 158995 clauses out of 318022 with flag 26508696/12870000
2249.15/2210.98	c cleaning 160001 clauses out of 320027 with flag 26840329/13031000
2284.27/2245.55	c cleaning 160999 clauses out of 322026 with flag 27174589/13193000
2319.48/2280.40	c cleaning 162001 clauses out of 324027 with flag 27510607/13356000
2352.52/2311.43	c cleaning 163002 clauses out of 326026 with flag 27848869/13520000
2388.20/2347.02	c cleaning 164005 clauses out of 328024 with flag 28188155/13685000
2424.01/2382.31	c cleaning 165000 clauses out of 330020 with flag 28529274/13851001
2455.87/2413.87	c cleaning 165999 clauses out of 332019 with flag 28874020/14018000
2490.06/2447.76	c cleaning 166999 clauses out of 334021 with flag 29223133/14186001
2521.57/2479.05	c cleaning 168000 clauses out of 336022 with flag 29572692/14355001
2551.09/2508.36	c cleaning 168996 clauses out of 338022 with flag 29924146/14525001
2583.38/2540.09	c cleaning 170001 clauses out of 340025 with flag 30279229/14696000
2616.54/2572.88	c cleaning 170999 clauses out of 342024 with flag 30634294/14868000
2647.90/2603.99	c cleaning 172002 clauses out of 344026 with flag 30991362/15041001
2679.98/2635.80	c cleaning 173002 clauses out of 346023 with flag 31348345/15215000
2717.71/2673.45	c cleaning 174001 clauses out of 348021 with flag 31700328/15390000
2752.79/2708.01	c cleaning 174998 clauses out of 350021 with flag 32063870/15566001
2789.68/2744.63	c cleaning 176000 clauses out of 352023 with flag 32431722/15743001
2825.28/2780.07	c cleaning 177001 clauses out of 354023 with flag 32797173/15921001
2861.99/2816.64	c cleaning 177998 clauses out of 356022 with flag 33155215/16100001
2930.39/2884.51	c cleaning 179004 clauses out of 358023 with flag 33519826/16280000
2972.04/2925.97	c cleaning 179998 clauses out of 360020 with flag 33894097/16461001
3020.10/2973.86	c cleaning 180998 clauses out of 362022 with flag 34267515/16643001
3052.38/3005.52	c cleaning 181998 clauses out of 364023 with flag 34640030/16826000
3083.36/3036.16	c cleaning 182996 clauses out of 366025 with flag 35014112/17010000
3113.12/3065.62	c cleaning 184002 clauses out of 368030 with flag 35394059/17195001
3146.36/3098.79	c cleaning 184999 clauses out of 370028 with flag 35781631/17381001
3186.55/3135.73	c cleaning 186000 clauses out of 372028 with flag 36175909/17568000
3225.17/3174.07	c cleaning 187004 clauses out of 374028 with flag 36558533/17756000
3255.42/3204.17	c cleaning 187997 clauses out of 376024 with flag 36939324/17945000
3301.70/3249.97	c cleaning 189001 clauses out of 378028 with flag 37326229/18135001
3340.78/3288.71	c cleaning 189997 clauses out of 380026 with flag 37714360/18326000
3377.03/3324.86	c cleaning 191002 clauses out of 382030 with flag 38104335/18518001
3417.64/3364.92	c cleaning 192002 clauses out of 384028 with flag 38498466/18711001
3464.21/3411.13	c cleaning 193004 clauses out of 386026 with flag 38909318/18905001
3507.89/3454.29	c cleaning 193997 clauses out of 388022 with flag 39321440/19100001
3550.04/3496.04	c cleaning 195003 clauses out of 390024 with flag 39736075/19296000
3591.00/3536.86	c cleaning 195998 clauses out of 392021 with flag 40151774/19493000
3600.06/3545.82	c starts		: 2
3600.06/3545.83	c conflicts		: 19562121
3600.06/3545.83	c decisions		: 26975909
3600.06/3545.83	c propagations		: 329074820
3600.06/3545.83	c inspects		: 9943883106
3600.06/3545.83	c shortcuts		: 0
3600.06/3545.83	c learnt literals	: 0
3600.06/3545.83	c learnt binary clauses	: 0
3600.06/3545.83	c learnt ternary clauses	: 0
3600.06/3545.83	c learnt constraints	: 19562121
3600.06/3545.83	c ignored constraints	: 0
3600.06/3545.83	c root simplifications	: 0
3600.06/3545.83	c removed literals (reason simplification)	: 2674084292
3600.06/3545.83	c reason swapping (by a shorter reason)	: 0
3600.06/3545.83	c Calls to reduceDB	: 193
3600.06/3545.83	c Number of update (reduction) of LBD	: 303986
3600.06/3545.83	c Imported unit clauses	: 0
3600.06/3545.83	c No decision after first conflict	: false
3600.06/3545.83	c number of reductions to clauses (during analyze)	: 0
3600.06/3545.84	c number of learned constraints concerned by reduction	: 0
3600.06/3545.84	c number of learning phase by resolution	: 0
3600.06/3545.84	c number of learning phase by cutting planes	: 0
3600.06/3545.84	c number of rounding to 1 operations	: 0
3600.06/3545.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3545.84	c number of reductions of the coefficients by power 2 	: 0
3600.06/3545.84	c number of right shift for reduction by power 2 	: 0
3600.06/3545.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3545.84	c number of ending skipping 	: 0
3600.06/3545.84	c number of internal skipping 	: 0
3600.06/3545.84	c number of derivation steps 	: 0
3600.06/3545.84	c number of skipped derivation steps 	: 0
3600.06/3545.84	c number of remaining unassigned 	: 0
3600.06/3545.84	c number of remaining assigned 	: 0
3600.06/3545.84	c number of falsified literals weakened from reason	: 0
3600.06/3545.84	c number of falsified literals weakened from conflict	: 0
3600.06/3545.84	c time for arithmetic operations	: 0
3600.06/3545.84	c minimum degree of deleted constraints	: null
3600.06/3545.85	c maximum degree of deleted constraints	: null
3600.06/3545.85	c number of deleted constraints	: 0
3600.06/3545.85	c speed (assignments/second)	: 92811.5127798343
3600.06/3545.85	c non guided choices	: 7
3600.26/3545.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 265144
3600.26/3545.93	s SATISFIABLE
3600.26/3545.94	c Found 1 solution(s)
3600.26/3545.95	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.26/3545.95	c objective function=17
3600.26/3545.95	c Total wall clock time (in seconds): 3545.812

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=40875, runsolver pid=40859

[startup+0.100059 s]*
/proc/loadavg: 0.60 0.98 1.43 10/332 40944
/proc/meminfo: memFree=129699128/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=18930384 memory=55452 CPUtime=0.11 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 6508 0 0 0 9 2 0 0 20 0 18 0 44891632 19384713216 13863 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4732596 13863 5347 1 0 547581 0
[pid=40875/tid=40892] ppid=40859 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 5038 0 0 0 6 1 0 0 20 0 18 0 44891634 19384713216 13895 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44891636 19384713216 13895 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=18930384 memory=59585004340264 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 44891636 19384713216 13895 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55452 KiB

[startup+0.205033 s]*
/proc/loadavg: 0.60 0.98 1.43 12/333 40945
/proc/meminfo: memFree=129675220/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=18930384 memory=63944 CPUtime=0.3 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 7031 0 0 0 28 2 0 0 20 0 18 0 44891632 19384713216 15986 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4732596 15986 5411 1 0 547913 0
[pid=40875/tid=40892] ppid=40859 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 5305 0 0 0 14 1 0 0 20 0 18 0 44891634 19384713216 15986 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=18930384 memory=19950 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 44891636 19384713216 15986 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 44891636 19384713216 15986 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63944 KiB

[startup+0.304804 s]*
/proc/loadavg: 0.60 0.98 1.43 12/335 40947
/proc/meminfo: memFree=129544164/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=18996948 memory=69316 CPUtime=0.49 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 7796 0 0 0 46 3 0 0 20 0 19 0 44891632 19452874752 17329 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4749237 17329 5475 1 0 548436 0
[pid=40875/tid=40892] ppid=40859 vsize=18996948 memory=-6000919468411350123 CPUtime=0.26 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 5428 0 0 0 24 2 0 0 20 0 19 0 44891634 19452874752 17329 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=18996948 memory=6452091051904753725 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44891636 19452874752 17329 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 44891636 19452874752 17329 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 44891655 19452874752 17329 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69316 KiB

[startup+0.700197 s]
/proc/loadavg: 0.60 0.98 1.43 10/337 40949
/proc/meminfo: memFree=129492396/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=18996948 memory=95352 CPUtime=1.26 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 14457 0 0 0 121 5 0 0 20 0 19 0 44891632 19452874752 23838 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4749237 23838 5475 1 0 552227 0
[pid=40875/tid=40892] ppid=40859 vsize=18996948 memory=13824 CPUtime=0.64 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 5474 0 0 0 62 2 0 0 20 0 19 0 44891634 19452874752 23838 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44891636 19452874752 23838 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 44891636 19452874752 23838 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 44891655 19452874752 23838 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95352 KiB

[startup+1.5002 s]
/proc/loadavg: 0.60 0.98 1.43 10/337 40949
/proc/meminfo: memFree=129410012/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=18996948 memory=142108 CPUtime=2.41 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 17113 0 0 0 235 6 0 0 20 0 19 0 44891632 19452874752 35527 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4749237 35527 5475 1 0 552530 0
[pid=40875/tid=40892] ppid=40859 vsize=18996948 memory=0 CPUtime=1.43 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 5850 0 0 0 140 3 0 0 20 0 19 0 44891634 19452874752 35527 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 44891636 19452874752 35527 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 44891636 19452874752 35527 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 44891655 19452874752 35527 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142108 KiB

[startup+3.10489 s]
/proc/loadavg: 0.60 0.98 1.43 8/339 40951
/proc/meminfo: memFree=128981904/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=218668 CPUtime=4.18 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 19665 0 0 0 410 8 0 0 20 0 20 0 44891632 19521036288 54667 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 54667 5507 1 0 552824 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=10752 CPUtime=2.99 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 6207 0 0 0 295 4 0 0 20 0 20 0 44891634 19521036288 54667 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=-6000919468411350123 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 54667 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 54667 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 54667 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 218668 KiB

[startup+6.30018 s]
/proc/loadavg: 0.88 1.03 1.45 6/340 40952
/proc/meminfo: memFree=128202476/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=366980 CPUtime=7.58 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 21165 0 0 0 746 12 0 0 20 0 20 0 44891632 19521036288 91745 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 91745 5507 1 0 552824 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=0 CPUtime=6.02 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) S 40859 40875 40806 0 -1 4194368 6302 0 0 0 598 4 0 0 20 0 20 0 44891634 19521036288 91745 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 91745 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 91745 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=148252 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 91745 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 366980 KiB

[startup+12.7002 s]
/proc/loadavg: 1.21 1.10 1.47 6/340 40952
/proc/meminfo: memFree=126780512/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=679448 CPUtime=14.16 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 25014 0 0 0 1397 19 0 0 20 0 20 0 44891632 19521036288 169862 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 169862 5507 1 0 659343 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=148252 CPUtime=12.24 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 7079 0 0 0 1218 6 0 0 20 0 20 0 44891634 19521036288 169862 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=648704 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 169862 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 169862 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 169862 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 679448 KiB

[startup+25.5002 s]
/proc/loadavg: 1.89 1.26 1.51 7/341 40953
/proc/meminfo: memFree=123482680/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=1268608 CPUtime=27.33 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 27438 0 0 0 2701 32 0 0 20 0 20 0 44891632 19521036288 317152 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 317152 5539 1 0 786765 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=648704 CPUtime=24.62 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 7848 0 0 0 2454 8 0 0 20 0 20 0 44891634 19521036288 317152 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 317152 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=956112 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 317152 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=1053532 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 317152 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 27.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1268608 KiB

[startup+51.1048 s]
/proc/loadavg: 2.83 1.53 1.60 6/341 40953
/proc/meminfo: memFree=118475280/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=2456816 CPUtime=54.05 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 39160 0 0 0 5350 55 0 0 20 0 20 0 44891632 19521036288 614204 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 614204 5539 1 0 920867 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=-6000919468411350123 CPUtime=49.35 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 9144 0 0 0 4924 11 0 0 20 0 20 0 44891634 19521036288 614204 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=4352 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.29 4.39 4.32 6/340 41167
/proc/meminfo: memFree=95296856/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3273.64 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 231793 0 0 0 326952 412 0 0 20 0 20 0 44891632 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3616784 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=14014524 CPUtime=3171.6 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 121768 0 0 0 317057 103 0 0 20 0 20 0 44891634 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 1702 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3273.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14467136 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.33 4.30 6/340 41169
/proc/meminfo: memFree=94978520/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3334.39 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 235645 0 0 0 333025 414 0 0 20 0 20 0 44891632 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3616784 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=9024 CPUtime=3230.6 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 124733 0 0 0 322957 103 0 0 20 0 20 0 44891634 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=13824 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3334.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14467136 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.34 4.31 6/340 41171
/proc/meminfo: memFree=94975280/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3394.57 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 239171 0 0 0 339041 416 0 0 20 0 20 0 44891632 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3616784 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=13824 CPUtime=3290.19 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 127492 0 0 0 328915 104 0 0 20 0 20 0 44891634 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 1818 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=7525913457513227604 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3394.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14467136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.31 4.29 5/340 41239
/proc/meminfo: memFree=108341488/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3455.42 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 242980 0 0 0 345124 418 0 0 20 0 20 0 44891632 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3616784 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=10752 CPUtime=3349.06 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 129948 0 0 0 334802 104 0 0 20 0 20 0 44891634 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3455.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14467136 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.28 4.28 5/340 41241
/proc/meminfo: memFree=107932288/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3515.98 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 246085 0 0 0 351177 421 0 0 20 0 20 0 44891632 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3616784 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3408.25 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 132079 0 0 0 340720 105 0 0 20 0 20 0 44891634 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=14467136 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 1941 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3616784 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3515.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14467136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.24 4.27 6/338 41243
/proc/meminfo: memFree=107760236/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14469264 CPUtime=3576.53 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 250513 0 0 0 357230 423 0 0 20 0 20 0 44891632 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3617316 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=14467136 CPUtime=3467.4 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 135331 0 0 0 346635 105 0 0 20 0 20 0 44891634 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=14469264 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 2033 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=14469264 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3576.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14469264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545.8 s]
/proc/loadavg: 4.15 4.24 4.27 5/339 41251
/proc/meminfo: memFree=107277692/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19063512 memory=14469264 CPUtime=3600.06 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 252279 0 0 0 359582 424 0 0 20 0 20 0 44891632 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4765878 3617316 5539 1 0 4083596 0
[pid=40875/tid=40892] ppid=40859 vsize=19063512 memory=14469264 CPUtime=3490.76 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 136520 0 0 0 348971 105 0 0 20 0 20 0 44891634 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19063512 memory=14469264 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19063512 memory=13824 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 2080 0 0 0 0 0 0 0 20 0 20 0 44891636 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40946] ppid=40859 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/40875/task/40946/stat : 40946 (Timer-0) S 40859 40875 40806 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 44891655 19521036288 3617316 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14469264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.13 s, system=4.28506 s

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

[startup+3545.9 s]
/proc/loadavg: 4.15 4.24 4.27 5/339 41251
/proc/meminfo: memFree=107277692/131250000 swapFree=33010684/33010684
[pid=40875] ppid=40859 vsize=19263204 memory=14469776 CPUtime=3600.26 cores=1,3
/proc/40875/stat : 40875 (java) S 40859 40875 40806 0 -1 4194304 254529 0 0 0 359602 424 0 0 20 0 21 0 44891632 19725520896 3617444 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
/proc/40875/statm: 4815801 3617444 5539 1 0 4084489 0
[pid=40875/tid=40892] ppid=40859 vsize=19263204 memory=14467136 CPUtime=3490.85 cores=1,3
/proc/40875/task/40892/stat : 40892 (java) R 40859 40875 40806 0 -1 4194368 136709 0 0 0 348980 105 0 0 20 0 21 0 44891634 19725520896 3617444 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40930] ppid=40859 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/40875/task/40930/stat : 40930 (Finalizer) S 40859 40875 40806 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 44891636 19725520896 3617444 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
[pid=40875/tid=40944] ppid=40859 vsize=19263204 memory=14469264 CPUtime=0 cores=1,3
/proc/40875/task/40944/stat : 40944 (Common-Cleaner) S 40859 40875 40806 0 -1 4194368 2080 0 0 0 0 0 0 0 20 0 21 0 44891636 19725520896 3617444 18446744073709551615 94774420992000 94774420995696 140729088953824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94774421003512 94774421004304 94774444453888 140729088960897 140729088960998 140729088960998 140729088966600 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14469776 KiB

Child status: 143

Real time (s): 3545.99
CPU time (s): 3600.41
CPU user time (s): 3596.13
CPU system time (s): 4.28506
CPU usage (%): 101.535
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14469776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.13
system time used= 4.28506
maximum resident set size= 14470032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115546
involuntary context switches= 9992


# summary of solver processes directly reported to runsolver:
#   pid: 40875
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3596.13
#   total CPU system time (s): 4.28506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69352 second user time and 13.591 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 16:01:54
IDJOB=4484638
IDBENCH=146663
IDSOLVER=3363
FILE ID=nodeC013/4484638-1751292114
RUNJOBID= nodeC013-1751292114-40818
SLURM_JOB_ID= 9594259
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484638-1751292114/watcher-4484638-1751292114 -o /tmp/evaluation-result-4484638-1751292114/solver-4484638-1751292114 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751292114-40818 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4484638-1751292114.opb

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1415804690

nodeC013 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.998
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.67
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.102
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.622
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.67
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.829
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.943
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.67
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		: 3269.428
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.67
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.884
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.832
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129768536 kB
MemAvailable:   129745776 kB
Buffers:            3280 kB
Cached:           778976 kB
SwapCached:            0 kB
Active:           313484 kB
Inactive:         535356 kB
Active(anon):      79868 kB
Inactive(anon):        0 kB
Active(file):     233616 kB
Inactive(file):   535356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3316 kB
Writeback:             0 kB
AnonPages:         69700 kB
Mapped:            98912 kB
Shmem:             13284 kB
KReclaimable:      94612 kB
Slab:             181404 kB
SReclaimable:      94612 kB
SUnreclaim:        86792 kB
KernelStack:        4128 kB
PageTables:         2780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     317408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-30 17:01:00