Trace number 4524416

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)-185 3600.37 3308.37

General information on the benchmark

NamePB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/
instances/normalized-QPLIB_3877.opb
MD5SUM2da2e651da52fe2a5e7f901cf56b111b
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-300
Best CPU time to get the best result obtained on this benchmark3587.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 1608
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 1732
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1732
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)1224
Sum of products size (including duplicates)2448
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.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.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-4524416-1751612946.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  objective function found
0.32/0.22	c ... done. Wall clock time 0.079s.
0.32/0.22	c declared #vars     630
0.32/0.22	c internal #vars     1854
0.32/0.22	c #constraints  2448
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1224
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1224
0.32/0.22	c 2448 constraints processed.
0.32/0.23	c objective function length is 1608 literals
0.32/0.25	c SATISFIABLE
0.32/0.25	c OPTIMIZING...
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.112
0.32/0.25	o -183
1.45/0.87	c Got one! Elapsed wall clock time (in seconds):0.738
1.45/0.87	o -184
1.86/1.14	c cleaning 2610 clauses out of 5219 with flag 4005/5219
2.73/1.87	c cleaning 4305 clauses out of 8609 with flag 16005/11219
3.87/2.81	c cleaning 5651 clauses out of 11305 with flag 30007/18220
4.94/3.86	c cleaning 6823 clauses out of 13654 with flag 46007/26220
6.10/4.99	c cleaning 7913 clauses out of 15831 with flag 64007/35220
7.49/6.26	c cleaning 8956 clauses out of 17918 with flag 84007/45220
9.25/7.81	c cleaning 9975 clauses out of 19962 with flag 106027/56220
10.96/9.42	c cleaning 10992 clauses out of 21987 with flag 130043/68220
12.74/11.18	c cleaning 11992 clauses out of 23994 with flag 156061/81219
14.65/12.99	c cleaning 12998 clauses out of 26003 with flag 184080/95220
16.83/14.90	c cleaning 14002 clauses out of 28005 with flag 214080/110220
18.85/16.89	c cleaning 15000 clauses out of 30003 with flag 246080/126220
21.42/19.25	c cleaning 16001 clauses out of 32003 with flag 280080/143220
24.01/21.62	c cleaning 16991 clauses out of 34001 with flag 316078/161219
26.48/24.03	c cleaning 17999 clauses out of 36011 with flag 354080/180220
29.03/26.44	c Got one! Elapsed wall clock time (in seconds):26.305
29.03/26.44	o -185
30.19/27.34	c cleaning 21326 clauses out of 42663 with flag 10003/204871
30.89/28.04	c cleaning 13662 clauses out of 27336 with flag 22001/210870
31.87/28.92	c cleaning 10332 clauses out of 20675 with flag 36003/217871
32.73/29.78	c cleaning 9163 clauses out of 18342 with flag 52001/225870
33.78/30.77	c cleaning 9083 clauses out of 18180 with flag 70003/234871
35.00/31.92	c cleaning 9543 clauses out of 19097 with flag 90003/244871
36.21/33.19	c cleaning 10267 clauses out of 20554 with flag 112028/255871
37.63/34.59	c cleaning 11135 clauses out of 22286 with flag 136035/267870
39.45/36.28	c cleaning 12068 clauses out of 24152 with flag 162071/280871
41.42/38.05	c cleaning 13033 clauses out of 26084 with flag 190074/294871
43.11/39.70	c cleaning 14019 clauses out of 28050 with flag 220109/309870
45.07/41.65	c cleaning 15009 clauses out of 30031 with flag 252111/325870
47.16/43.76	c cleaning 16002 clauses out of 32022 with flag 286114/342870
49.60/46.06	c cleaning 17004 clauses out of 34021 with flag 322116/360871
52.00/48.31	c cleaning 17998 clauses out of 36016 with flag 360114/379870
54.73/50.88	c cleaning 18999 clauses out of 38018 with flag 400114/399870
58.37/53.69	c cleaning 20001 clauses out of 40020 with flag 442116/420871
61.38/56.52	c cleaning 21001 clauses out of 42018 with flag 486114/442870
64.40/59.41	c cleaning 22001 clauses out of 44017 with flag 532114/465870
67.30/62.29	c cleaning 23002 clauses out of 46016 with flag 580114/489870
70.87/65.50	c cleaning 24003 clauses out of 48014 with flag 630114/514870
74.52/69.02	c cleaning 24997 clauses out of 50012 with flag 682116/540871
78.33/72.64	c cleaning 26004 clauses out of 52015 with flag 736116/567871
82.60/76.51	c cleaning 26998 clauses out of 54011 with flag 792116/595871
86.75/80.55	c cleaning 28002 clauses out of 56013 with flag 850117/624871
91.04/84.55	c cleaning 29001 clauses out of 58011 with flag 910117/654871
95.10/88.42	c cleaning 29998 clauses out of 60010 with flag 972117/685871
101.22/93.29	c cleaning 31002 clauses out of 62012 with flag 1036117/717871
106.53/98.02	c cleaning 31997 clauses out of 64009 with flag 1102115/750870
111.84/103.09	c cleaning 32997 clauses out of 66013 with flag 1170117/784871
116.84/107.87	c cleaning 33998 clauses out of 68015 with flag 1240137/819870
121.95/112.65	c cleaning 34998 clauses out of 70017 with flag 1312137/855870
127.82/118.11	c cleaning 36002 clauses out of 72019 with flag 1386137/892870
133.28/123.41	c cleaning 37003 clauses out of 74018 with flag 1462223/930871
139.90/129.72	c cleaning 37998 clauses out of 76015 with flag 1542748/969871
146.65/135.08	c cleaning 38995 clauses out of 78017 with flag 1623136/1009871
153.11/141.18	c cleaning 40004 clauses out of 80022 with flag 1705605/1050871
159.82/147.40	c cleaning 40999 clauses out of 82018 with flag 1790133/1092871
166.41/153.82	c cleaning 42007 clauses out of 84019 with flag 1876794/1135871
173.34/160.31	c cleaning 42996 clauses out of 86011 with flag 1964868/1179870
180.32/166.90	c cleaning 44004 clauses out of 88015 with flag 2054869/1224870
187.77/173.98	c cleaning 44997 clauses out of 90012 with flag 2146925/1270871
195.08/180.81	c cleaning 45998 clauses out of 92015 with flag 2240996/1317871
202.42/187.79	c cleaning 46998 clauses out of 94017 with flag 2336996/1365871
210.30/195.10	c cleaning 48001 clauses out of 96019 with flag 2435010/1414871
218.44/202.87	c cleaning 49001 clauses out of 98019 with flag 2535016/1464872
226.31/210.27	c cleaning 50001 clauses out of 100017 with flag 2637014/1515871
237.11/218.83	c cleaning 50998 clauses out of 102015 with flag 2741047/1567870
245.17/226.62	c cleaning 52000 clauses out of 104017 with flag 2847089/1620870
254.07/235.15	c cleaning 52997 clauses out of 106018 with flag 2955138/1674871
262.47/243.16	c cleaning 54002 clauses out of 108020 with flag 3065145/1729870
271.96/252.12	c cleaning 54995 clauses out of 110018 with flag 3177145/1785870
281.42/261.06	c cleaning 56003 clauses out of 112024 with flag 3291153/1842871
291.55/270.65	c cleaning 57004 clauses out of 114021 with flag 3407153/1900871
301.51/280.08	c cleaning 57999 clauses out of 116017 with flag 3525159/1959871
310.85/288.87	c cleaning 59006 clauses out of 118017 with flag 3645157/2019870
319.66/297.12	c cleaning 59995 clauses out of 120011 with flag 3767157/2080870
329.33/306.36	c cleaning 60998 clauses out of 122016 with flag 3891157/2142870
339.01/315.42	c cleaning 62000 clauses out of 124019 with flag 4017159/2205871
351.92/326.09	c cleaning 63002 clauses out of 126019 with flag 4145159/2269871
361.46/335.07	c cleaning 64002 clauses out of 128017 with flag 4275159/2334871
371.95/344.95	c cleaning 65000 clauses out of 130015 with flag 4407159/2400871
382.37/354.69	c cleaning 65994 clauses out of 132014 with flag 4541157/2467870
394.64/366.19	c cleaning 67002 clauses out of 134020 with flag 4677157/2535870
406.99/377.89	c cleaning 67998 clauses out of 136018 with flag 4815157/2604870
418.37/388.54	c cleaning 69002 clauses out of 138021 with flag 4955159/2674871
430.94/400.42	c cleaning 69997 clauses out of 140018 with flag 5097159/2745870
443.03/411.89	c cleaning 71006 clauses out of 142021 with flag 5241163/2817870
455.06/423.11	c cleaning 71999 clauses out of 144016 with flag 5387203/2890871
470.43/435.05	c cleaning 73002 clauses out of 146017 with flag 5535233/2964871
483.02/446.90	c cleaning 73997 clauses out of 148014 with flag 5685262/3039870
495.77/459.10	c cleaning 74996 clauses out of 150017 with flag 5837270/3115870
508.99/471.40	c cleaning 76005 clauses out of 152021 with flag 5991467/3192870
520.22/482.27	c cleaning 76998 clauses out of 154016 with flag 6148600/3270870
532.97/494.39	c cleaning 78002 clauses out of 156018 with flag 6306832/3349870
546.65/507.24	c cleaning 79005 clauses out of 158018 with flag 6466836/3429872
559.99/519.71	c cleaning 80004 clauses out of 160011 with flag 6629536/3510870
571.89/531.24	c cleaning 80993 clauses out of 162007 with flag 6793701/3592870
585.38/544.29	c cleaning 82002 clauses out of 164015 with flag 6959951/3675871
599.51/557.75	c cleaning 83000 clauses out of 166013 with flag 7127953/3759871
613.11/570.63	c cleaning 84003 clauses out of 168012 with flag 7298474/3844870
627.07/583.84	c cleaning 84998 clauses out of 170009 with flag 7470505/3930870
642.92/598.88	c cleaning 85996 clauses out of 172012 with flag 7644517/4017871
661.79/614.02	c cleaning 86999 clauses out of 174016 with flag 7820722/4105871
676.95/628.72	c cleaning 88000 clauses out of 176016 with flag 7998767/4194870
693.34/644.46	c cleaning 88995 clauses out of 178016 with flag 8178832/4284870
706.92/657.36	c cleaning 90001 clauses out of 180022 with flag 8360846/4375871
723.33/672.99	c cleaning 91001 clauses out of 182021 with flag 8544883/4467871
738.78/687.52	c cleaning 92000 clauses out of 184020 with flag 8731063/4560871
754.52/702.41	c cleaning 93002 clauses out of 186020 with flag 8920762/4654871
770.94/717.97	c cleaning 93998 clauses out of 188018 with flag 9110762/4749871
785.71/731.87	c cleaning 95000 clauses out of 190020 with flag 9303085/4845871
801.19/746.48	c cleaning 96002 clauses out of 192019 with flag 9497580/4942870
823.88/764.15	c cleaning 96998 clauses out of 194018 with flag 9693763/5040871
840.87/780.23	c cleaning 97999 clauses out of 196020 with flag 9891763/5139871
858.48/796.98	c cleaning 98999 clauses out of 198020 with flag 10093080/5239870
878.16/815.55	c cleaning 100004 clauses out of 200022 with flag 10295117/5340871
895.23/831.62	c cleaning 101000 clauses out of 202018 with flag 10499351/5442871
914.36/849.80	c cleaning 102002 clauses out of 204018 with flag 10705509/5545871
933.03/867.75	c cleaning 102999 clauses out of 206015 with flag 10913652/5649870
952.21/886.21	c cleaning 103997 clauses out of 208016 with flag 11123724/5754870
971.53/904.96	c cleaning 105001 clauses out of 210020 with flag 11335775/5860871
999.52/927.13	c cleaning 106000 clauses out of 212018 with flag 11549903/5967870
1018.35/945.06	c cleaning 107000 clauses out of 214018 with flag 11766055/6075870
1037.58/963.43	c cleaning 107999 clauses out of 216019 with flag 11984122/6184871
1057.45/982.59	c cleaning 108997 clauses out of 218019 with flag 12204169/6294870
1080.11/1003.85	c cleaning 109998 clauses out of 220022 with flag 12426324/6405870
1099.07/1021.89	c cleaning 110999 clauses out of 222024 with flag 12650442/6517870
1118.37/1040.30	c cleaning 111997 clauses out of 224025 with flag 12876449/6630870
1137.50/1058.78	c cleaning 113001 clauses out of 226029 with flag 13104454/6744871
1163.29/1078.50	c cleaning 114002 clauses out of 228028 with flag 13334458/6859871
1183.76/1098.18	c cleaning 115002 clauses out of 230025 with flag 13566461/6975870
1206.60/1119.72	c cleaning 115998 clauses out of 232024 with flag 13800468/7092871
1228.92/1141.04	c cleaning 116997 clauses out of 234026 with flag 14036538/7210871
1250.79/1161.96	c cleaning 118001 clauses out of 236028 with flag 14274556/7329870
1269.48/1179.54	c cleaning 118997 clauses out of 238027 with flag 14514561/7449870
1291.41/1200.69	c cleaning 120003 clauses out of 240031 with flag 14756565/7570871
1319.21/1222.09	c cleaning 121001 clauses out of 242028 with flag 15000566/7692871
1341.00/1242.97	c cleaning 121999 clauses out of 244027 with flag 15246567/7815871
1363.70/1264.47	c cleaning 122997 clauses out of 246027 with flag 15494566/7939870
1385.66/1285.56	c cleaning 124003 clauses out of 248030 with flag 15744566/8064870
1410.41/1308.82	c cleaning 125001 clauses out of 250028 with flag 15996568/8190871
1434.25/1331.39	c cleaning 126001 clauses out of 252027 with flag 16250570/8317871
1455.88/1352.05	c cleaning 126999 clauses out of 254025 with flag 16506572/8445870
1485.55/1376.86	c cleaning 128000 clauses out of 256026 with flag 16764574/8574870
1507.34/1397.75	c cleaning 128998 clauses out of 258027 with flag 17024577/8704871
1532.67/1421.91	c cleaning 129999 clauses out of 260029 with flag 17286585/8835871
1557.75/1445.51	c cleaning 131003 clauses out of 262030 with flag 17550601/8967871
1578.58/1465.59	c cleaning 132003 clauses out of 264026 with flag 17816847/9100870
1604.20/1490.17	c cleaning 133001 clauses out of 266024 with flag 18084922/9234871
1627.72/1512.43	c cleaning 134001 clauses out of 268022 with flag 18355521/9369870
1655.96/1535.35	c cleaning 135001 clauses out of 270022 with flag 18628344/9505871
1680.88/1559.31	c cleaning 136000 clauses out of 272020 with flag 18902353/9642870
1706.28/1583.40	c cleaning 136998 clauses out of 274020 with flag 19178968/9780870
1733.95/1609.68	c cleaning 138001 clauses out of 276022 with flag 19457586/9919870
1758.83/1633.22	c cleaning 138995 clauses out of 278022 with flag 19737595/10059871
1785.72/1658.84	c cleaning 140005 clauses out of 280026 with flag 20020261/10200870
1819.83/1687.31	c cleaning 141001 clauses out of 282022 with flag 20304619/10342871
1846.23/1712.37	c cleaning 141995 clauses out of 284020 with flag 20590896/10485870
1874.66/1739.20	c cleaning 143003 clauses out of 286027 with flag 20878915/10629872
1901.26/1764.24	c cleaning 143998 clauses out of 288022 with flag 21169233/10774870
1930.01/1791.54	c cleaning 144999 clauses out of 290024 with flag 21461495/10920870
1962.70/1818.14	c cleaning 146002 clauses out of 292026 with flag 21756826/11067871
1989.78/1843.71	c cleaning 146999 clauses out of 294024 with flag 22052949/11215871
2016.84/1869.26	c cleaning 148003 clauses out of 296024 with flag 22351845/11364870
2045.34/1896.12	c cleaning 148999 clauses out of 298021 with flag 22652613/11514870
2086.18/1928.65	c cleaning 150001 clauses out of 300023 with flag 22956635/11665871
2114.96/1956.05	c cleaning 151000 clauses out of 302022 with flag 23261043/11817871
2147.51/1987.24	c cleaning 152006 clauses out of 304023 with flag 23567234/11970872
2178.24/2016.45	c cleaning 153000 clauses out of 306015 with flag 23875662/12124870
2205.24/2042.20	c cleaning 153993 clauses out of 308015 with flag 24186059/12279870
2242.12/2071.23	c cleaning 154998 clauses out of 310022 with flag 24498546/12435870
2271.73/2099.36	c cleaning 156002 clauses out of 312025 with flag 24814382/12592871
2303.92/2130.03	c cleaning 156999 clauses out of 314022 with flag 25130659/12750870
2337.10/2161.60	c cleaning 158002 clauses out of 316024 with flag 25449387/12909871
2368.26/2191.68	c cleaning 159002 clauses out of 318022 with flag 25769662/13069871
2407.40/2224.79	c cleaning 160002 clauses out of 320020 with flag 26092058/13230871
2439.76/2255.68	c cleaning 160998 clauses out of 322017 with flag 26416229/13392870
2475.84/2290.21	c cleaning 161999 clauses out of 324019 with flag 26742337/13555870
2510.38/2323.19	c cleaning 162997 clauses out of 326020 with flag 27070564/13719870
2550.28/2354.35	c cleaning 163996 clauses out of 328023 with flag 27400624/13884870
2584.33/2387.11	c cleaning 165000 clauses out of 330027 with flag 27732711/14050870
2617.29/2418.35	c cleaning 166001 clauses out of 332028 with flag 28066814/14217871
2649.16/2448.66	c cleaning 166995 clauses out of 334026 with flag 28402821/14385870
2695.52/2485.46	c cleaning 168003 clauses out of 336032 with flag 28740829/14554871
2730.69/2519.24	c cleaning 169002 clauses out of 338030 with flag 29080843/14724872
2765.91/2552.78	c cleaning 169999 clauses out of 340026 with flag 29422925/14895870
2798.40/2583.64	c cleaning 171000 clauses out of 342027 with flag 29766931/15067870
2842.65/2619.49	c cleaning 171997 clauses out of 344028 with flag 30112933/15240871
2873.11/2648.59	c cleaning 172996 clauses out of 346031 with flag 30460933/15414871
2908.07/2681.70	c cleaning 174002 clauses out of 348035 with flag 30810933/15589871
2942.68/2714.37	c cleaning 175004 clauses out of 350033 with flag 31162933/15765871
2984.15/2748.99	c cleaning 175998 clauses out of 352029 with flag 31516933/15942871
3018.60/2781.66	c cleaning 176998 clauses out of 354031 with flag 31872933/16120871
3056.02/2817.41	c cleaning 177998 clauses out of 356032 with flag 32230931/16299870
3093.11/2853.00	c cleaning 179001 clauses out of 358034 with flag 32590937/16479870
3136.18/2888.35	c cleaning 180005 clauses out of 360033 with flag 32953023/16660870
3173.62/2923.84	c cleaning 181005 clauses out of 362029 with flag 33317103/16842871
3207.31/2955.63	c cleaning 182001 clauses out of 364024 with flag 33683160/17025871
3253.64/2992.01	c cleaning 183002 clauses out of 366023 with flag 34051181/17209871
3285.02/3021.67	c cleaning 183997 clauses out of 368020 with flag 34421202/17394870
3322.39/3056.95	c cleaning 184999 clauses out of 370023 with flag 34793232/17580870
3364.30/3089.36	c cleaning 186000 clauses out of 372024 with flag 35167289/17767870
3403.48/3126.96	c cleaning 187003 clauses out of 374025 with flag 35543344/17955871
3438.02/3159.78	c cleaning 187998 clauses out of 376021 with flag 35921431/18144870
3475.95/3195.88	c cleaning 189002 clauses out of 378024 with flag 36301535/18334871
3517.72/3230.28	c cleaning 190003 clauses out of 380021 with flag 36683649/18525870
3551.81/3262.40	c cleaning 190996 clauses out of 382018 with flag 37067710/18717870
3589.34/3297.89	c cleaning 191998 clauses out of 384023 with flag 37453746/18910871
3600.08/3308.21	c starts		: 4
3600.08/3308.21	c conflicts		: 18992462
3600.08/3308.21	c decisions		: 20043354
3600.08/3308.21	c propagations		: 523337837
3600.08/3308.21	c inspects		: 4400610730
3600.08/3308.21	c shortcuts		: 0
3600.08/3308.21	c learnt literals	: 0
3600.08/3308.21	c learnt binary clauses	: 0
3600.08/3308.21	c learnt ternary clauses	: 0
3600.08/3308.21	c learnt constraints	: 18992462
3600.08/3308.21	c ignored constraints	: 0
3600.08/3308.21	c root simplifications	: 0
3600.08/3308.21	c removed literals (reason simplification)	: 5861756
3600.08/3308.21	c reason swapping (by a shorter reason)	: 0
3600.08/3308.21	c Calls to reduceDB	: 204
3600.08/3308.21	c Number of update (reduction) of LBD	: 2902
3600.08/3308.21	c Imported unit clauses	: 0
3600.08/3308.21	c No decision after first conflict	: false
3600.08/3308.21	c number of reductions to clauses (during analyze)	: 0
3600.08/3308.21	c number of learned constraints concerned by reduction	: 0
3600.08/3308.21	c number of learning phase by resolution	: 0
3600.08/3308.21	c number of learning phase by cutting planes	: 0
3600.08/3308.21	c number of rounding to 1 operations	: 0
3600.08/3308.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3308.21	c number of reductions of the coefficients by power 2 	: 0
3600.08/3308.21	c number of right shift for reduction by power 2 	: 0
3600.08/3308.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3308.22	c number of ending skipping 	: 0
3600.08/3308.22	c number of internal skipping 	: 0
3600.08/3308.22	c number of derivation steps 	: 0
3600.08/3308.22	c number of skipped derivation steps 	: 0
3600.08/3308.22	c number of remaining unassigned 	: 0
3600.08/3308.22	c number of remaining assigned 	: 0
3600.08/3308.22	c number of falsified literals weakened from reason	: 0
3600.08/3308.22	c number of falsified literals weakened from conflict	: 0
3600.08/3308.22	c time for arithmetic operations	: 0
3600.08/3308.22	c minimum degree of deleted constraints	: null
3600.08/3308.22	c maximum degree of deleted constraints	: null
3600.08/3308.22	c number of deleted constraints	: 0
3600.08/3308.23	c speed (assignments/second)	: 158204.320935965
3600.08/3308.24	c non guided choices	: 167
3600.28/3308.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 273616
3600.28/3308.31	s SATISFIABLE
3600.28/3308.31	c Found 3 solution(s)
3600.28/3308.32	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 
3600.28/3308.32	c objective function=-185
3600.28/3308.32	c Total wall clock time (in seconds): 3308.185

Verifier Data

OK	-185

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (50705 MiB free)
  memory of node 1: 64465 MiB (59448 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524416-1751612946/watcher-4524416-1751612946 -o /tmp/evaluation-result-4524416-1751612946/solver-4524416-1751612946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86975 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524416-1751612946.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=87599, runsolver pid=87596

[startup+0.10006 s]*
/proc/loadavg: 4.24 4.22 4.33 7/339 87617
/proc/meminfo: memFree=112780280/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=18930384 memory=55524 CPUtime=0.12 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 6538 0 0 0 10 2 0 0 20 0 18 0 76917149 19384713216 13881 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4732596 13881 5336 1 0 547586 0
[pid=87599/tid=87601] ppid=87596 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 5035 0 0 0 5 2 0 0 20 0 18 0 76917150 19384713216 13881 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76917152 19384713216 13881 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=18930384 memory=60684515937227 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76917153 19384713216 13881 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55524 KiB

[startup+0.205758 s]*
/proc/loadavg: 4.24 4.22 4.33 7/339 87617
/proc/meminfo: memFree=112770072/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=18930384 memory=63808 CPUtime=0.32 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 6998 0 0 0 29 3 0 0 20 0 18 0 76917149 19384713216 15952 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4732596 15952 5432 1 0 547866 0
[pid=87599/tid=87601] ppid=87596 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 5281 0 0 0 15 2 0 0 20 0 18 0 76917150 19384713216 15952 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76917152 19384713216 15952 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76917153 19384713216 15952 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63808 KiB

[startup+0.305768 s]*
/proc/loadavg: 4.24 4.22 4.33 6/340 87618
/proc/meminfo: memFree=112767048/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=18996948 memory=68528 CPUtime=0.49 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 8323 0 0 0 46 3 0 0 20 0 19 0 76917149 19452874752 17132 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4749237 17132 5496 1 0 548688 0
[pid=87599/tid=87601] ppid=87596 vsize=18996948 memory=-6000919481229337959 CPUtime=0.26 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 5395 0 0 0 24 2 0 0 20 0 19 0 76917150 19452874752 17132 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76917152 19452874752 17132 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76917153 19452874752 17132 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76917172 19452874752 17132 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68528 KiB

[startup+0.700243 s]
/proc/loadavg: 4.24 4.22 4.33 6/340 87618
/proc/meminfo: memFree=112751536/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=18996948 memory=106328 CPUtime=1.26 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 12674 0 0 0 121 5 0 0 20 0 19 0 76917149 19452874752 26582 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4749237 26582 5496 1 0 551942 0
[pid=87599/tid=87601] ppid=87596 vsize=18996948 memory=18816 CPUtime=0.64 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 5473 0 0 0 62 2 0 0 20 0 19 0 76917150 19452874752 26582 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76917152 19452874752 26582 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76917153 19452874752 26582 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76917172 19452874752 26582 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106328 KiB

[startup+1.50025 s]
/proc/loadavg: 4.24 4.22 4.33 5/340 87618
/proc/meminfo: memFree=112692556/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=214224 CPUtime=2.4 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 17471 0 0 0 233 7 0 0 20 0 20 0 76917149 19521036288 53556 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 53556 5528 1 0 552261 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=10752 CPUtime=1.4 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 6539 0 0 0 136 4 0 0 20 0 20 0 76917150 19521036288 53556 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 53556 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 53556 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 53556 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214224 KiB

[startup+3.10563 s]
/proc/loadavg: 4.22 4.22 4.33 6/341 87619
/proc/meminfo: memFree=112462252/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=351640 CPUtime=4.17 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 18761 0 0 0 407 10 0 0 20 0 20 0 76917149 19521036288 87910 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 87910 5528 1 0 552266 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=10752 CPUtime=2.87 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 6856 0 0 0 283 4 0 0 20 0 20 0 76917150 19521036288 87910 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=-6000919481229337959 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 87910 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 87910 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 87910 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 351640 KiB

[startup+6.30022 s]
/proc/loadavg: 4.22 4.22 4.33 5/341 87619
/proc/meminfo: memFree=112039092/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=777316 CPUtime=7.59 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 19699 0 0 0 740 19 0 0 20 0 20 0 76917149 19521036288 194329 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 194329 5528 1 0 928271 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=0 CPUtime=5.83 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 7056 0 0 0 576 7 0 0 20 0 20 0 76917150 19521036288 194329 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 194329 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 194329 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=214224 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 194329 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 7.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 777316 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.23 4.33 5/341 87619
/proc/meminfo: memFree=111289840/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=1524356 CPUtime=14.45 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 21487 0 0 0 1413 32 0 0 20 0 20 0 76917149 19521036288 381089 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 381089 5528 1 0 1300112 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=214224 CPUtime=11.76 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 7252 0 0 0 1166 10 0 0 20 0 20 0 76917150 19521036288 381089 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 381089 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=1337880 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 381089 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 381089 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1524356 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.22 4.33 5/341 87619
/proc/meminfo: memFree=109944368/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=2808120 CPUtime=28.13 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 26964 0 0 0 2754 59 0 0 20 0 20 0 76917149 19521036288 702030 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 702030 5560 1 0 1456782 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=10752 CPUtime=23.64 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 8480 0 0 0 2348 16 0 0 20 0 20 0 76917150 19521036288 702030 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=1337880 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 702030 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 702030 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 702030 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 28.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2808120 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.20 4.32 5/341 87620
/proc/meminfo: memFree=108199828/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=4446420 CPUtime=55.03 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 33123 0 0 0 5413 90 0 0 20 0 20 0 76917149 19521036288 1111605 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 1111605 5560 1 0 1634338 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=4446420 CPUtime=47.98 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 10101 0 0 0 4774 24 0 0 20 0 20 0 76917150 19521036288 1111605 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=3735756 CPUtime=0 cores=1,3

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

[startup+2982.3 s]
/proc/loadavg: 3.39 3.75 4.04 5/313 87856
/proc/meminfo: memFree=94605792/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3237.58 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 453483 0 0 0 323306 452 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=15253740 CPUtime=2813.78 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 170700 0 0 0 281254 124 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=15253612 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1673 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3237.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB

[startup+3042.3 s]
/proc/loadavg: 3.42 3.70 4.00 4/314 87861
/proc/meminfo: memFree=94605908/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3307.15 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 463377 0 0 0 330258 457 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=15253740 CPUtime=2870.28 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 173399 0 0 0 286904 124 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1694 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3307.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB

[startup+3102.3 s]
/proc/loadavg: 3.68 3.70 3.98 4/314 87867
/proc/meminfo: memFree=94607428/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3377.85 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 472756 0 0 0 337324 461 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=2764 CPUtime=2927.24 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 178233 0 0 0 292599 125 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3377.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB

[startup+3162.3 s]
/proc/loadavg: 3.40 3.62 3.94 4/314 87880
/proc/meminfo: memFree=94606672/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3440.7 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 478890 0 0 0 343606 464 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=10752 CPUtime=2984.12 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) S 87596 87599 86719 0 -1 4194368 181540 0 0 0 298287 125 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1771 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3440.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB

[startup+3222.3 s]
/proc/loadavg: 3.26 3.53 3.89 5/314 87882
/proc/meminfo: memFree=94606032/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3509.83 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 488260 0 0 0 350515 468 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3040.16 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 186081 0 0 0 303891 125 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1859 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3509.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB

[startup+3282.3 s]
/proc/loadavg: 3.69 3.59 3.89 5/315 87885
/proc/meminfo: memFree=94606416/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3573.33 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 493063 0 0 0 356863 470 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3096.38 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 189278 0 0 0 309512 126 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1903 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3573.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3308.2 s]
/proc/loadavg: 3.58 3.58 3.87 4/315 87886
/proc/meminfo: memFree=94606928/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19063512 memory=15253740 CPUtime=3600.08 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 495754 0 0 0 359537 471 0 0 20 0 20 0 76917149 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4765878 3813435 5560 1 0 4083702 0
[pid=87599/tid=87601] ppid=87596 vsize=19063512 memory=-6000919481229337959 CPUtime=3121.31 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 190612 0 0 0 312005 126 0 0 20 0 20 0 76917150 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19063512 memory=3456 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76917152 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1953 0 0 0 0 0 0 0 20 0 20 0 76917153 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87618] ppid=87596 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/87599/task/87618/stat : 87618 (Timer-0) S 87596 87599 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76917172 19521036288 3813435 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15253740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.61 s, system=4.7595 s

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

[startup+3308.31 s]
/proc/loadavg: 3.58 3.58 3.87 4/315 87886
/proc/meminfo: memFree=94606928/131250000 swapFree=33010684/33010684
[pid=87599] ppid=87596 vsize=19263204 memory=15254636 CPUtime=3600.28 cores=1,3
/proc/87599/stat : 87599 (java) S 87596 87599 86719 0 -1 4194304 498567 0 0 0 359557 471 0 0 20 0 21 0 76917149 19725520896 3813659 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
/proc/87599/statm: 4815801 3813659 5560 1 0 4084685 0
[pid=87599/tid=87601] ppid=87596 vsize=19263204 memory=15253740 CPUtime=3121.41 cores=1,3
/proc/87599/task/87601/stat : 87601 (java) R 87596 87599 86719 0 -1 4194368 190772 0 0 0 312015 126 0 0 20 0 21 0 76917150 19725520896 3813659 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87610] ppid=87596 vsize=19263204 memory=15253740 CPUtime=0 cores=1,3
/proc/87599/task/87610/stat : 87610 (Finalizer) S 87596 87599 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76917152 19725520896 3813659 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
[pid=87599/tid=87617] ppid=87596 vsize=19263204 memory=5760 CPUtime=0 cores=1,3
/proc/87599/task/87617/stat : 87617 (Common-Cleaner) S 87596 87599 86719 0 -1 4194368 1953 0 0 0 0 0 0 0 20 0 21 0 76917153 19725520896 3813659 18446744073709551615 94346811568128 94346811571824 140731879343392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94346811579640 94346811580432 94346840227840 140731879348609 140731879348710 140731879348710 140731879354312 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 15254636 KiB

Child status: 143

Real time (s): 3308.37
CPU time (s): 3600.37
CPU user time (s): 3595.61
CPU system time (s): 4.7595
CPU usage (%): 108.826
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 15254636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.61
system time used= 4.7595
maximum resident set size= 15254764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119475
involuntary context switches= 20452


# summary of solver processes directly reported to runsolver:
#   pid: 87599
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3595.61
#   total CPU system time (s): 4.7595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97949 second user time and 15.491 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 09:09:06
IDJOB=4524416
IDBENCH=180984
IDSOLVER=3363
FILE ID=nodeC028/4524416-1751612946
RUNJOBID= nodeC028-1751609394-86975
SLURM_JOB_ID= 9598897
Free space on /tmp= 431476 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-NLC/sakai/QPLIB-PB-PB25-20250422/instances/normalized-QPLIB_3877.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524416-1751612946/watcher-4524416-1751612946 -o /tmp/evaluation-result-4524416-1751612946/solver-4524416-1751612946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86975 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524416-1751612946.opb

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

MD5SUM BENCH= 2da2e651da52fe2a5e7f901cf56b111b
RANDOM SEED=2139921264

nodeC028 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		: 3600.080
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	: 7000.16
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		: 3608.867
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	: 7000.16
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		: 3614.144
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        112798180 kB
MemAvailable:   114751196 kB
Buffers:            3280 kB
Cached:          2753836 kB
SwapCached:            0 kB
Active:         15377944 kB
Inactive:        2444576 kB
Active(anon):   15083476 kB
Inactive(anon):        0 kB
Active(file):     294468 kB
Inactive(file):  2444576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               676 kB
Writeback:            32 kB
AnonPages:      15068108 kB
Mapped:           124216 kB
Shmem:             18068 kB
KReclaimable:     106424 kB
Slab:             196596 kB
SReclaimable:     106424 kB
SUnreclaim:        90172 kB
KernelStack:        5200 kB
PageTables:        33276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   19972104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14786560 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431480 MiB
End job on nodeC028 at 2025-07-04 10:04:15