Trace number 4508880

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)-102 3600.38 3430.67

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.lin.opb
MD5SUM21e597bc04bc5fa012b59bdeb9fb9987
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 benchmark-167
Best CPU time to get the best result obtained on this benchmark455.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables949
Total number of constraints1248
Number of constraints which are clauses624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints624
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 852
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 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4508880-1751512152.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.12/0.20	c ... done. Wall clock time 0.059s.
0.12/0.20	c declared #vars     949
0.12/0.20	c #constraints  1248
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 624
0.12/0.20	c 1248 constraints processed.
0.31/0.22	c objective function length is 852 literals
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.106
0.31/0.24	o -97
0.31/0.30	c Got one! Elapsed wall clock time (in seconds):0.159
0.31/0.30	o -98
0.48/0.31	c Got one! Elapsed wall clock time (in seconds):0.175
0.48/0.31	o -99
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.268
0.68/0.41	o -100
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.306
0.68/0.44	o -101
1.64/0.96	c cleaning 2887 clauses out of 5775 with flag 10033/5775
2.20/1.31	c cleaning 4441 clauses out of 8890 with flag 22072/11777
2.63/1.75	c cleaning 5720 clauses out of 11448 with flag 36079/18776
3.28/2.32	c cleaning 6858 clauses out of 13727 with flag 52112/26775
3.28/2.33	c Got one! Elapsed wall clock time (in seconds):2.187
3.28/2.33	o -102
3.60/2.61	c cleaning 6011 clauses out of 12031 with flag 10023/31937
4.05/3.00	c cleaning 6006 clauses out of 12021 with flag 22049/37938
4.45/3.40	c cleaning 6497 clauses out of 13014 with flag 36062/44937
5.05/3.92	c cleaning 7256 clauses out of 14517 with flag 52077/52937
5.55/4.45	c cleaning 8122 clauses out of 16262 with flag 70092/61938
6.30/5.10	c cleaning 9064 clauses out of 18140 with flag 90117/71938
7.05/5.84	c cleaning 10033 clauses out of 20075 with flag 112152/82937
7.93/6.63	c cleaning 11015 clauses out of 22043 with flag 136431/94938
8.91/7.53	c cleaning 12008 clauses out of 24028 with flag 162582/107938
9.71/8.41	c cleaning 13002 clauses out of 26019 with flag 190836/121937
10.93/9.42	c cleaning 14002 clauses out of 28017 with flag 221496/136937
12.12/10.52	c cleaning 15000 clauses out of 30015 with flag 253917/152937
13.11/11.55	c cleaning 16000 clauses out of 32015 with flag 288361/169937
14.53/12.81	c cleaning 17003 clauses out of 34015 with flag 324814/187937
15.97/14.17	c cleaning 17998 clauses out of 36012 with flag 362982/206937
17.36/15.51	c cleaning 19000 clauses out of 38015 with flag 403012/226938
18.87/16.94	c cleaning 20003 clauses out of 40014 with flag 445036/247937
20.45/18.45	c cleaning 20998 clauses out of 42012 with flag 489059/269938
22.05/20.04	c cleaning 22001 clauses out of 44013 with flag 535088/292937
23.82/21.78	c cleaning 22997 clauses out of 46012 with flag 583316/316937
25.87/23.61	c cleaning 23997 clauses out of 48016 with flag 633874/341938
28.08/25.73	c cleaning 25002 clauses out of 50018 with flag 688052/367937
30.45/27.96	c cleaning 26000 clauses out of 52016 with flag 743179/394937
32.24/29.70	c cleaning 27003 clauses out of 54018 with flag 799481/422939
34.33/31.73	c cleaning 28000 clauses out of 56014 with flag 857642/451938
36.55/33.81	c cleaning 29001 clauses out of 58016 with flag 917865/481940
38.69/35.88	c cleaning 29997 clauses out of 60012 with flag 980114/512937
40.99/38.09	c cleaning 31001 clauses out of 62015 with flag 1044551/544937
43.75/40.61	c cleaning 32000 clauses out of 64014 with flag 1110839/577937
47.02/43.11	c cleaning 33001 clauses out of 66015 with flag 1179316/611938
49.55/45.55	c cleaning 34001 clauses out of 68014 with flag 1249588/646938
52.07/47.95	c cleaning 34998 clauses out of 70012 with flag 1321755/682937
54.91/50.69	c cleaning 35997 clauses out of 72014 with flag 1395979/719937
57.65/53.27	c cleaning 37002 clauses out of 74018 with flag 1472251/757938
60.48/55.98	c cleaning 37999 clauses out of 76015 with flag 1550618/796937
63.42/58.70	c cleaning 38999 clauses out of 78017 with flag 1630928/836938
66.28/61.40	c cleaning 40001 clauses out of 80017 with flag 1713207/877937
69.39/64.42	c cleaning 40997 clauses out of 82016 with flag 1797409/919937
72.60/67.55	c cleaning 42002 clauses out of 84020 with flag 1883771/962938
76.16/70.93	c cleaning 42999 clauses out of 86018 with flag 1972059/1006938
79.80/74.40	c cleaning 44003 clauses out of 88020 with flag 2062431/1051939
83.34/77.87	c cleaning 45001 clauses out of 90015 with flag 2154839/1097937
87.59/81.28	c cleaning 45997 clauses out of 92014 with flag 2249320/1144937
91.24/84.74	c cleaning 47001 clauses out of 94018 with flag 2346123/1192938
95.05/88.33	c cleaning 47998 clauses out of 96016 with flag 2444523/1241937
99.12/92.26	c cleaning 49000 clauses out of 98018 with flag 2544846/1291937
103.23/96.01	c cleaning 50002 clauses out of 100019 with flag 2647277/1342938
107.10/99.76	c cleaning 50997 clauses out of 102017 with flag 2751871/1394938
111.39/103.99	c cleaning 52002 clauses out of 104020 with flag 2858205/1447938
115.77/108.05	c cleaning 53004 clauses out of 106018 with flag 2966457/1501938
120.21/112.33	c cleaning 53996 clauses out of 108013 with flag 3076796/1556937
124.92/116.97	c cleaning 55002 clauses out of 110017 with flag 3189307/1612937
130.24/121.41	c cleaning 56001 clauses out of 112016 with flag 3303752/1669938
134.86/125.97	c cleaning 56999 clauses out of 114015 with flag 3419965/1727938
140.13/130.89	c cleaning 57999 clauses out of 116015 with flag 3538597/1786937
145.07/135.63	c cleaning 58998 clauses out of 118017 with flag 3658967/1846938
150.98/141.22	c cleaning 59999 clauses out of 120018 with flag 3782958/1907937
156.17/146.29	c cleaning 61002 clauses out of 122020 with flag 3909125/1969938
162.69/152.48	c cleaning 61999 clauses out of 124018 with flag 4037340/2032938
168.16/157.70	c cleaning 63000 clauses out of 126020 with flag 4166448/2096939
173.78/163.09	c cleaning 64000 clauses out of 128019 with flag 4297471/2161938
179.24/168.34	c cleaning 65000 clauses out of 130019 with flag 4430338/2227938
184.89/173.64	c cleaning 65999 clauses out of 132018 with flag 4565685/2294937
191.06/179.66	c cleaning 67002 clauses out of 134020 with flag 4703061/2362938
197.86/186.16	c cleaning 67999 clauses out of 136017 with flag 4843279/2431937
204.23/192.31	c cleaning 68998 clauses out of 138018 with flag 4984293/2501937
210.23/198.09	c cleaning 70001 clauses out of 140021 with flag 5127414/2572938
216.56/204.22	c cleaning 70999 clauses out of 142019 with flag 5272206/2644937
223.47/210.85	c cleaning 72000 clauses out of 144020 with flag 5419225/2717937
230.83/216.97	c cleaning 72998 clauses out of 146020 with flag 5568653/2791937
237.69/223.44	c cleaning 74003 clauses out of 148023 with flag 5720029/2866938
243.81/229.30	c cleaning 74997 clauses out of 150020 with flag 5872411/2942938
249.77/235.13	c cleaning 76003 clauses out of 152022 with flag 6026893/3019937
255.80/240.88	c cleaning 77000 clauses out of 154020 with flag 6183452/3097938
262.50/247.37	c cleaning 77998 clauses out of 156019 with flag 6342232/3176937
270.31/254.75	c cleaning 78999 clauses out of 158022 with flag 6502842/3256938
277.61/261.89	c cleaning 80003 clauses out of 160022 with flag 6665519/3337937
285.09/269.12	c cleaning 81002 clauses out of 162020 with flag 6830056/3419938
292.61/276.25	c cleaning 81997 clauses out of 164017 with flag 6996353/3502937
300.75/283.94	c cleaning 83000 clauses out of 166021 with flag 7164506/3586938
309.08/292.00	c cleaning 84001 clauses out of 168021 with flag 7334638/3671938
317.38/299.96	c cleaning 84999 clauses out of 170019 with flag 7506854/3757937
324.78/307.11	c cleaning 86001 clauses out of 172020 with flag 7681318/3844937
333.32/315.39	c cleaning 87001 clauses out of 174019 with flag 7857904/3932937
341.21/323.06	c cleaning 87998 clauses out of 176019 with flag 8036631/4021938
350.13/331.68	c cleaning 88996 clauses out of 178020 with flag 8217266/4111937
358.46/339.57	c cleaning 89997 clauses out of 180024 with flag 8399735/4202937
367.75/347.15	c cleaning 91004 clauses out of 182027 with flag 8584604/4294937
376.06/355.35	c cleaning 92002 clauses out of 184024 with flag 8771268/4387938
384.70/363.40	c cleaning 92995 clauses out of 186021 with flag 8960194/4481937
393.44/371.96	c cleaning 94003 clauses out of 188028 with flag 9150587/4576939
401.37/379.74	c cleaning 95002 clauses out of 190024 with flag 9343431/4672938
410.69/388.66	c cleaning 95999 clauses out of 192021 with flag 9538502/4769937
420.24/397.92	c cleaning 97000 clauses out of 194022 with flag 9735743/4867937
429.14/406.38	c cleaning 98001 clauses out of 196023 with flag 9934719/4966938
437.82/414.70	c cleaning 98999 clauses out of 198021 with flag 10135468/5066937
447.03/423.60	c cleaning 99999 clauses out of 200023 with flag 10337683/5167938
456.19/432.43	c cleaning 101003 clauses out of 202024 with flag 10541971/5269938
465.18/441.25	c cleaning 102001 clauses out of 204020 with flag 10748434/5372937
474.30/449.98	c cleaning 102999 clauses out of 206019 with flag 10957010/5476937
484.21/459.63	c cleaning 103999 clauses out of 208021 with flag 11167742/5581938
494.32/469.35	c cleaning 105001 clauses out of 210021 with flag 11380637/5687937
503.53/478.35	c cleaning 105999 clauses out of 212020 with flag 11596017/5794937
514.12/488.54	c cleaning 107004 clauses out of 214023 with flag 11813856/5902939
523.96/498.18	c cleaning 107998 clauses out of 216018 with flag 12032780/6011938
534.04/507.83	c cleaning 108996 clauses out of 218019 with flag 12253835/6121937
544.64/518.22	c cleaning 110004 clauses out of 220023 with flag 12477530/6232937
554.33/527.41	c cleaning 110999 clauses out of 222020 with flag 12703010/6344938
567.83/538.11	c cleaning 111996 clauses out of 224020 with flag 12929773/6457937
578.03/548.03	c cleaning 113001 clauses out of 226024 with flag 13159057/6571937
588.23/557.96	c cleaning 114002 clauses out of 228024 with flag 13389980/6686938
599.68/568.88	c cleaning 114997 clauses out of 230022 with flag 13623038/6802938
610.36/579.27	c cleaning 116005 clauses out of 232025 with flag 13858054/6919938
621.63/590.01	c cleaning 117001 clauses out of 234020 with flag 14094893/7037938
633.45/601.62	c cleaning 118001 clauses out of 236019 with flag 14333331/7156938
644.27/611.93	c cleaning 119001 clauses out of 238017 with flag 14574081/7276937
656.06/623.58	c cleaning 120000 clauses out of 240017 with flag 14816477/7397938
667.82/634.73	c cleaning 120999 clauses out of 242018 with flag 15060697/7519939
678.03/644.72	c cleaning 121996 clauses out of 244018 with flag 15307189/7642938
689.30/655.69	c cleaning 122999 clauses out of 246021 with flag 15555830/7766937
701.08/666.85	c cleaning 124002 clauses out of 248023 with flag 15806722/7891938
712.27/677.78	c cleaning 125000 clauses out of 250020 with flag 16059160/8017937
724.78/689.70	c cleaning 125998 clauses out of 252020 with flag 16313874/8144937
736.62/701.37	c cleaning 126998 clauses out of 254022 with flag 16570131/8272937
749.22/713.46	c cleaning 128001 clauses out of 256025 with flag 16828630/8401938
761.02/724.61	c cleaning 129001 clauses out of 258024 with flag 17089902/8531938
775.81/737.06	c cleaning 130003 clauses out of 260023 with flag 17353452/8662938
788.29/749.35	c cleaning 130999 clauses out of 262019 with flag 17618077/8794937
801.25/761.78	c cleaning 131998 clauses out of 264021 with flag 17884883/8927938
814.08/774.22	c cleaning 133000 clauses out of 266023 with flag 18153420/9061938
826.31/786.29	c cleaning 133996 clauses out of 268022 with flag 18424642/9196937
838.59/797.83	c cleaning 134998 clauses out of 270026 with flag 18697797/9332937
851.42/810.39	c cleaning 136003 clauses out of 272028 with flag 18973549/9469937
865.83/824.01	c cleaning 137005 clauses out of 274026 with flag 19250313/9607938
877.22/835.02	c cleaning 138003 clauses out of 276022 with flag 19529374/9746939
889.44/847.08	c cleaning 139000 clauses out of 278017 with flag 19810812/9886937
902.01/859.09	c cleaning 139996 clauses out of 280017 with flag 20093609/10027937
915.20/872.00	c cleaning 140997 clauses out of 282021 with flag 20378312/10169937
929.41/885.53	c cleaning 142000 clauses out of 284024 with flag 20665738/10312937
943.08/898.86	c cleaning 143001 clauses out of 286024 with flag 20954437/10456937
956.67/912.24	c cleaning 143998 clauses out of 288024 with flag 21246049/10601938
970.05/925.19	c cleaning 145003 clauses out of 290025 with flag 21538622/10747937
985.22/940.01	c cleaning 146002 clauses out of 292023 with flag 21833175/10894938
1000.07/954.37	c cleaning 146999 clauses out of 294020 with flag 22129340/11042937
1014.28/968.20	c cleaning 148003 clauses out of 296021 with flag 22427801/11191937
1027.70/981.08	c cleaning 149000 clauses out of 298019 with flag 22729281/11341938
1042.51/995.57	c cleaning 149996 clauses out of 300018 with flag 23032998/11492937
1058.13/1008.51	c cleaning 150998 clauses out of 302023 with flag 23338506/11644938
1072.69/1022.80	c cleaning 152000 clauses out of 304024 with flag 23646535/11797937
1087.22/1036.74	c cleaning 153004 clauses out of 306025 with flag 23955688/11951938
1101.08/1050.24	c cleaning 154000 clauses out of 308020 with flag 24266940/12106937
1115.12/1063.53	c cleaning 155005 clauses out of 310021 with flag 24580712/12262938
1127.39/1075.39	c cleaning 155996 clauses out of 312015 with flag 24896115/12419937
1142.37/1089.55	c cleaning 156997 clauses out of 314019 with flag 25213644/12577937
1156.76/1103.51	c cleaning 157997 clauses out of 316022 with flag 25533960/12736937
1172.65/1118.71	c cleaning 159004 clauses out of 318025 with flag 25855222/12896937
1188.13/1133.82	c cleaning 159998 clauses out of 320022 with flag 26177751/13057938
1202.14/1147.09	c cleaning 160998 clauses out of 322023 with flag 26502040/13219937
1216.90/1161.40	c cleaning 162001 clauses out of 324025 with flag 26829131/13382937
1232.60/1176.41	c cleaning 162997 clauses out of 326024 with flag 27158049/13546937
1246.92/1190.48	c cleaning 164000 clauses out of 328028 with flag 27489480/13711938
1262.03/1204.99	c cleaning 165003 clauses out of 330027 with flag 27822710/13877937
1277.02/1219.66	c cleaning 166000 clauses out of 332024 with flag 28158088/14044937
1294.77/1234.69	c cleaning 167001 clauses out of 334025 with flag 28495392/14212938
1309.56/1248.69	c cleaning 167996 clauses out of 336023 with flag 28834987/14381937
1325.25/1263.94	c cleaning 169000 clauses out of 338027 with flag 29176129/14551937
1341.49/1279.52	c cleaning 169999 clauses out of 340027 with flag 29519708/14722937
1355.52/1293.25	c cleaning 171000 clauses out of 342030 with flag 29864088/14894939
1370.83/1307.94	c cleaning 171996 clauses out of 344028 with flag 30210502/15067937
1388.14/1324.50	c cleaning 173005 clauses out of 346033 with flag 30558755/15241938
1403.43/1339.49	c cleaning 174000 clauses out of 348027 with flag 30909565/15416937
1422.22/1357.63	c cleaning 175002 clauses out of 350028 with flag 31262279/15592938
1441.65/1376.38	c cleaning 176000 clauses out of 352025 with flag 31616616/15769937
1457.23/1391.56	c cleaning 177000 clauses out of 354026 with flag 31972811/15947938
1476.29/1409.84	c cleaning 177997 clauses out of 356025 with flag 32331078/16126937
1495.01/1427.87	c cleaning 179004 clauses out of 358029 with flag 32691536/16306938
1513.36/1445.85	c cleaning 180002 clauses out of 360024 with flag 33055103/16487937
1537.17/1466.37	c cleaning 181003 clauses out of 362023 with flag 33421212/16669938
1555.41/1483.95	c cleaning 181994 clauses out of 364019 with flag 33789057/16852937
1574.42/1502.16	c cleaning 183004 clauses out of 366026 with flag 34159409/17036938
1591.84/1519.14	c cleaning 184000 clauses out of 368022 with flag 34530578/17221938
1610.77/1537.46	c cleaning 184996 clauses out of 370021 with flag 34903904/17407937
1630.48/1556.29	c cleaning 186005 clauses out of 372026 with flag 35279223/17594938
1648.07/1573.07	c cleaning 186997 clauses out of 374020 with flag 35657130/17782937
1663.74/1588.32	c cleaning 187998 clauses out of 376023 with flag 36037060/17971937
1680.66/1604.71	c cleaning 189000 clauses out of 378026 with flag 36418900/18161938
1699.49/1622.97	c cleaning 189997 clauses out of 380026 with flag 36802648/18352938
1718.04/1640.76	c cleaning 191002 clauses out of 382029 with flag 37188353/18544938
1737.58/1659.42	c cleaning 192002 clauses out of 384027 with flag 37574968/18737938
1757.44/1675.88	c cleaning 193001 clauses out of 386025 with flag 37963278/18931938
1776.00/1693.89	c cleaning 193995 clauses out of 388023 with flag 38353769/19126937
1796.85/1714.09	c cleaning 195007 clauses out of 390028 with flag 38746344/19322937
1815.85/1732.33	c cleaning 195999 clauses out of 392021 with flag 39142724/19519937
1833.34/1749.04	c cleaning 196999 clauses out of 394022 with flag 39541388/19717937
1856.30/1770.92	c cleaning 198001 clauses out of 396024 with flag 39943417/19916938
1877.57/1791.33	c cleaning 199000 clauses out of 398022 with flag 40347049/20116937
1895.06/1808.43	c cleaning 199996 clauses out of 400022 with flag 40752883/20317937
1914.87/1827.75	c cleaning 201000 clauses out of 402027 with flag 41160732/20519938
1934.88/1847.19	c cleaning 202001 clauses out of 404026 with flag 41568569/20722937
1953.77/1865.47	c cleaning 203004 clauses out of 406026 with flag 41979470/20926938
1976.80/1887.88	c cleaning 204003 clauses out of 408022 with flag 42392937/21131938
1998.47/1905.83	c cleaning 205000 clauses out of 410019 with flag 42808955/21337938
2019.63/1926.28	c cleaning 205997 clauses out of 412018 with flag 43226775/21544937
2042.46/1948.39	c cleaning 207000 clauses out of 414021 with flag 43647431/21752937
2063.23/1968.36	c cleaning 207997 clauses out of 416022 with flag 44071240/21961938
2086.21/1990.41	c cleaning 209000 clauses out of 418025 with flag 44494690/22171938
2108.15/2011.62	c cleaning 210002 clauses out of 420026 with flag 44918474/22382939
2129.70/2032.48	c cleaning 211002 clauses out of 422023 with flag 45344115/22594938
2151.11/2053.10	c cleaning 212000 clauses out of 424021 with flag 45772244/22807938
2174.39/2075.54	c cleaning 213001 clauses out of 426021 with flag 46200769/23021938
2197.62/2098.04	c cleaning 213999 clauses out of 428019 with flag 46631416/23236937
2221.86/2118.45	c cleaning 214995 clauses out of 430020 with flag 47063801/23452937
2242.87/2138.79	c cleaning 215996 clauses out of 432025 with flag 47498547/23669937
2263.97/2159.13	c cleaning 217002 clauses out of 434031 with flag 47935047/23887939
2286.52/2181.03	c cleaning 217998 clauses out of 436028 with flag 48373658/24106938
2306.19/2200.01	c cleaning 219004 clauses out of 438030 with flag 48814955/24326938
2328.32/2221.61	c cleaning 220002 clauses out of 440025 with flag 49258627/24547937
2352.97/2245.71	c cleaning 220998 clauses out of 442024 with flag 49705011/24769938
2376.17/2268.48	c cleaning 222002 clauses out of 444027 with flag 50153812/24992939
2404.25/2295.55	c cleaning 223005 clauses out of 446023 with flag 50603370/25216937
2426.86/2317.26	c cleaning 224001 clauses out of 448019 with flag 51055022/25441938
2453.72/2338.72	c cleaning 224997 clauses out of 450017 with flag 51508849/25667937
2478.11/2362.37	c cleaning 226000 clauses out of 452021 with flag 51964249/25894938
2502.24/2385.70	c cleaning 226997 clauses out of 454021 with flag 52422858/26122938
2522.87/2405.69	c cleaning 227996 clauses out of 456023 with flag 52883156/26351937
2553.26/2435.47	c cleaning 229003 clauses out of 458028 with flag 53346752/26581938
2579.74/2460.83	c cleaning 229999 clauses out of 460025 with flag 53810951/26812938
2602.94/2483.19	c cleaning 230998 clauses out of 462026 with flag 54278725/27044938
2629.04/2508.47	c cleaning 232003 clauses out of 464028 with flag 54746200/27277938
2654.17/2532.89	c cleaning 233002 clauses out of 466025 with flag 55214722/27511938
2682.64/2557.42	c cleaning 234003 clauses out of 468024 with flag 55685475/27746939
2707.89/2581.64	c cleaning 234999 clauses out of 470019 with flag 56158270/27982937
2733.78/2606.68	c cleaning 235998 clauses out of 472020 with flag 56632951/28219937
2755.80/2627.87	c cleaning 236996 clauses out of 474023 with flag 57110719/28457938
2777.99/2649.32	c cleaning 238004 clauses out of 476026 with flag 57590541/28696937
2809.53/2679.81	c cleaning 238999 clauses out of 478022 with flag 58073188/28936937
2835.85/2705.35	c cleaning 239994 clauses out of 480024 with flag 58557973/29177938
2863.33/2732.07	c cleaning 240999 clauses out of 482029 with flag 59045272/29419937
2887.33/2755.35	c cleaning 242004 clauses out of 484031 with flag 59532843/29662938
2924.32/2788.14	c cleaning 243003 clauses out of 486027 with flag 60023430/29906938
2951.76/2814.77	c cleaning 243999 clauses out of 488024 with flag 60517276/30151938
2977.88/2840.14	c cleaning 245001 clauses out of 490024 with flag 61011856/30397937
3002.74/2863.85	c cleaning 245995 clauses out of 492023 with flag 61509397/30644937
3034.18/2894.49	c cleaning 246997 clauses out of 494028 with flag 62008215/30892937
3058.09/2917.70	c cleaning 248006 clauses out of 496033 with flag 62508557/31141939
3081.85/2940.34	c cleaning 248998 clauses out of 498025 with flag 63012642/31391937
3107.79/2965.42	c cleaning 250001 clauses out of 500028 with flag 63518530/31642938
3138.50/2991.94	c cleaning 251004 clauses out of 502027 with flag 64025455/31894938
3164.42/3016.73	c cleaning 251997 clauses out of 504022 with flag 64532782/32147937
3190.80/3042.31	c cleaning 253004 clauses out of 506027 with flag 65042458/32401939
3222.39/3072.72	c cleaning 253998 clauses out of 508022 with flag 65555207/32656938
3250.45/3099.93	c cleaning 255003 clauses out of 510023 with flag 66070049/32912937
3278.73/3127.56	c cleaning 255997 clauses out of 512021 with flag 66587241/33169938
3307.13/3154.92	c cleaning 256999 clauses out of 514025 with flag 67105287/33427939
3332.91/3179.92	c cleaning 258000 clauses out of 516026 with flag 67625896/33686939
3365.60/3208.01	c cleaning 259000 clauses out of 518025 with flag 68149488/33946938
3390.43/3232.07	c cleaning 259996 clauses out of 520025 with flag 68674793/34207938
3422.25/3262.76	c cleaning 261005 clauses out of 522029 with flag 69200621/34469938
3448.66/3288.24	c cleaning 261995 clauses out of 524023 with flag 69729129/34732937
3477.40/3315.85	c cleaning 263005 clauses out of 526030 with flag 70259305/34996939
3506.95/3344.56	c cleaning 263999 clauses out of 528023 with flag 70790127/35261937
3534.90/3371.38	c cleaning 264999 clauses out of 530025 with flag 71322629/35527938
3564.95/3396.53	c cleaning 266002 clauses out of 532027 with flag 71857114/35794939
3598.29/3428.75	c cleaning 266996 clauses out of 534024 with flag 72393856/36062938
3600.09/3430.51	c starts		: 7
3600.09/3430.51	c conflicts		: 36093384
3600.09/3430.51	c decisions		: 39815950
3600.09/3430.51	c propagations		: 379331650
3600.09/3430.51	c inspects		: 6779190468
3600.09/3430.51	c shortcuts		: 0
3600.09/3430.51	c learnt literals	: 0
3600.09/3430.51	c learnt binary clauses	: 0
3600.09/3430.51	c learnt ternary clauses	: 0
3600.09/3430.51	c learnt constraints	: 36093384
3600.09/3430.51	c ignored constraints	: 0
3600.09/3430.51	c root simplifications	: 0
3600.09/3430.51	c removed literals (reason simplification)	: 5085159
3600.09/3430.51	c reason swapping (by a shorter reason)	: 0
3600.09/3430.51	c Calls to reduceDB	: 268
3600.09/3430.51	c Number of update (reduction) of LBD	: 174600
3600.09/3430.51	c Imported unit clauses	: 0
3600.09/3430.52	c No decision after first conflict	: false
3600.09/3430.52	c number of reductions to clauses (during analyze)	: 0
3600.09/3430.52	c number of learned constraints concerned by reduction	: 0
3600.09/3430.52	c number of learning phase by resolution	: 0
3600.09/3430.52	c number of learning phase by cutting planes	: 0
3600.09/3430.52	c number of rounding to 1 operations	: 0
3600.09/3430.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3430.52	c number of reductions of the coefficients by power 2 	: 0
3600.09/3430.52	c number of right shift for reduction by power 2 	: 0
3600.09/3430.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3430.52	c number of ending skipping 	: 0
3600.09/3430.52	c number of internal skipping 	: 0
3600.09/3430.52	c number of derivation steps 	: 0
3600.09/3430.52	c number of skipped derivation steps 	: 0
3600.09/3430.52	c number of remaining unassigned 	: 0
3600.09/3430.52	c number of remaining assigned 	: 0
3600.09/3430.52	c number of falsified literals weakened from reason	: 0
3600.09/3430.52	c number of falsified literals weakened from conflict	: 0
3600.09/3430.52	c time for arithmetic operations	: 0
3600.09/3430.52	c minimum degree of deleted constraints	: null
3600.09/3430.52	c maximum degree of deleted constraints	: null
3600.09/3430.52	c number of deleted constraints	: 0
3600.09/3430.52	c speed (assignments/second)	: 110582.83925517755
3600.09/3430.52	c non guided choices	: 20
3600.09/3430.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 297474
3600.09/3430.59	s SATISFIABLE
3600.29/3430.60	c Found 6 solution(s)
3600.29/3430.62	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 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 x948 -x949 
3600.29/3430.62	c objective function=-102
3600.29/3430.62	c Total wall clock time (in seconds): 3430.479

Verifier Data

OK	-102

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508880-1751512152/watcher-4508880-1751512152 -o /tmp/evaluation-result-4508880-1751512152/solver-4508880-1751512152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71613 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4508880-1751512152.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=72703, runsolver pid=72700

[startup+0.100059 s]*
/proc/loadavg: 4.29 4.15 4.05 8/339 72721
/proc/meminfo: memFree=112950276/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=18930384 memory=57708 CPUtime=0.12 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 6550 0 0 0 11 1 0 0 20 0 18 0 66893106 19384713216 14427 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4732596 14427 5344 1 0 547611 0
[pid=72703/tid=72705] ppid=72700 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 5059 0 0 0 7 1 0 0 20 0 18 0 66893107 19384713216 14427 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66893109 19384713216 14427 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66893110 19384713216 14427 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.205813 s]*
/proc/loadavg: 4.29 4.15 4.05 7/339 72721
/proc/meminfo: memFree=112871444/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=18930384 memory=64208 CPUtime=0.31 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 7062 0 0 0 29 2 0 0 20 0 18 0 66893106 19384713216 16052 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4732596 16052 5440 1 0 547951 0
[pid=72703/tid=72705] ppid=72700 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) S 72700 72703 71602 0 -1 4194368 5305 0 0 0 15 1 0 0 20 0 18 0 66893107 19384713216 16052 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66893109 19384713216 16052 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66893110 19384713216 16052 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64208 KiB

[startup+0.305772 s]*
/proc/loadavg: 4.29 4.15 4.05 7/340 72722
/proc/meminfo: memFree=112867348/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=18996948 memory=69572 CPUtime=0.48 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 8745 0 0 0 46 2 0 0 20 0 19 0 66893106 19452874752 17393 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4749237 17393 5504 1 0 548856 0
[pid=72703/tid=72705] ppid=72700 vsize=18996948 memory=-6000919507150006888 CPUtime=0.23 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 5384 0 0 0 22 1 0 0 20 0 19 0 66893107 19452874752 17393 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66893109 19452874752 17393 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66893110 19452874752 17393 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66893129 19452874752 17393 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69572 KiB

[startup+0.700232 s]
/proc/loadavg: 4.29 4.15 4.05 7/340 72722
/proc/meminfo: memFree=112814448/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=18996948 memory=100524 CPUtime=1.25 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 13180 0 0 0 121 4 0 0 20 0 19 0 66893106 19452874752 25131 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4749237 25131 5504 1 0 551903 0
[pid=72703/tid=72705] ppid=72700 vsize=18996948 memory=14336 CPUtime=0.61 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 5448 0 0 0 59 2 0 0 20 0 19 0 66893107 19452874752 25131 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66893109 19452874752 25131 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66893110 19452874752 25131 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=18996948 memory=4752 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66893129 19452874752 25131 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100524 KiB

[startup+1.50021 s]
/proc/loadavg: 4.29 4.15 4.05 7/341 72723
/proc/meminfo: memFree=112664664/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=199996 CPUtime=2.43 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 15409 0 0 0 237 6 0 0 20 0 20 0 66893106 19521036288 49999 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 49999 5536 1 0 552260 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=10880 CPUtime=1.35 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 5848 0 0 0 132 3 0 0 20 0 20 0 66893107 19521036288 49999 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 49999 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 49999 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=4752 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 49999 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199996 KiB

[startup+3.10556 s]
/proc/loadavg: 4.27 4.14 4.05 6/342 72724
/proc/meminfo: memFree=111711068/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=339496 CPUtime=4.15 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 17098 0 0 0 406 9 0 0 20 0 20 0 66893106 19521036288 84874 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 84874 5536 1 0 552261 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=10880 CPUtime=2.8 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 6483 0 0 0 277 3 0 0 20 0 20 0 66893107 19521036288 84874 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=-6000919507150006888 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 84874 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 84874 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 84874 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 339496 KiB

[startup+6.30021 s]
/proc/loadavg: 4.27 4.14 4.05 6/342 72724
/proc/meminfo: memFree=110281076/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=702648 CPUtime=7.63 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 19769 0 0 0 744 19 0 0 20 0 20 0 66893106 19521036288 175662 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 175662 5536 1 0 896915 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=0 CPUtime=5.8 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 6711 0 0 0 573 7 0 0 20 0 20 0 66893107 19521036288 175662 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 175662 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 175662 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=199996 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 175662 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 7.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 702648 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.16 4.06 5/342 72724
/proc/meminfo: memFree=107539160/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=1354108 CPUtime=14.43 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 22857 0 0 0 1411 32 0 0 20 0 20 0 66893106 19521036288 338527 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 338527 5536 1 0 1126695 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=199996 CPUtime=11.79 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 7539 0 0 0 1169 10 0 0 20 0 20 0 66893107 19521036288 338527 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 338527 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=1149196 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 338527 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 338527 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1354108 KiB

[startup+25.5002 s]
/proc/loadavg: 4.49 4.20 4.08 5/342 72724
/proc/meminfo: memFree=101844464/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=2410604 CPUtime=27.88 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 24596 0 0 0 2741 47 0 0 20 0 20 0 66893106 19521036288 602651 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 602651 5568 1 0 1287542 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=10880 CPUtime=23.86 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 7963 0 0 0 2372 14 0 0 20 0 20 0 66893107 19521036288 602651 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=1149196 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 602651 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 602651 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 602651 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 27.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2410604 KiB

[startup+51.1056 s]
/proc/loadavg: 4.76 4.28 4.11 6/342 72725
/proc/meminfo: memFree=90515380/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=4116688 CPUtime=55.41 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 42066 0 0 0 5452 89 0 0 20 0 20 0 66893106 19521036288 1029172 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 1029172 5568 1 0 1509375 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=4116688 CPUtime=47.98 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 9658 0 0 0 4774 24 0 0 20 0 20 0 66893107 19521036288 1029172 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=3810448 CPUtime=0 cores=4,6

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

[startup+3102.3 s]
/proc/loadavg: 4.24 4.31 4.36 5/340 73004
/proc/meminfo: memFree=60187816/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3252.84 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 353689 0 0 0 324844 440 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083120 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=14998804 CPUtime=2976.36 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 142215 0 0 0 297527 109 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=198340509722 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3252.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB

[startup+3162.3 s]
/proc/loadavg: 4.38 4.35 4.37 5/340 73019
/proc/meminfo: memFree=60202564/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3314.84 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 357874 0 0 0 331042 442 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083120 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3034.09 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 144364 0 0 0 303300 109 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 1970 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3314.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB

[startup+3222.3 s]
/proc/loadavg: 4.52 4.38 4.37 5/340 73021
/proc/meminfo: memFree=60201172/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3380.74 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 368419 0 0 0 337628 446 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083120 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3091.38 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 147712 0 0 0 309029 109 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3380.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.32 4.35 5/340 73023
/proc/meminfo: memFree=60200824/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3442.77 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 374031 0 0 0 343828 449 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083121 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3149.05 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 150197 0 0 0 314796 109 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 2059 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3442.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.31 4.35 6/339 73025
/proc/meminfo: memFree=60200952/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3504.76 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 378125 0 0 0 350025 451 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083123 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3206.8 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 153065 0 0 0 320570 110 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 2102 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=12160 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3504.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.33 4.35 5/339 73027
/proc/meminfo: memFree=60202192/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3570.9 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 389663 0 0 0 356634 456 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083126 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=5632 CPUtime=3264.31 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 157091 0 0 0 326321 110 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 2154 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3570.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3430.5 s]
/proc/loadavg: 4.53 4.36 4.37 5/338 73028
/proc/meminfo: memFree=60950016/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19063512 memory=14998804 CPUtime=3600.09 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 393907 0 0 0 359552 457 0 0 20 0 20 0 66893106 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4765878 3749701 5568 1 0 4083126 0
[pid=72703/tid=72705] ppid=72700 vsize=19063512 memory=5632 CPUtime=3291.42 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 159347 0 0 0 329031 111 0 0 20 0 20 0 66893107 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66893109 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 20 0 66893110 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72722] ppid=72700 vsize=19063512 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72722/stat : 72722 (Timer-0) S 72700 72703 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66893129 19521036288 3749701 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14998804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.76 s, system=4.6185 s

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

[startup+3430.6 s]
/proc/loadavg: 4.53 4.36 4.37 5/338 73028
/proc/meminfo: memFree=60950016/131249996 swapFree=33004236/33010684
[pid=72703] ppid=72700 vsize=19263204 memory=14999828 CPUtime=3600.29 cores=4,6
/proc/72703/stat : 72703 (java) S 72700 72703 71602 0 -1 4194304 396838 0 0 0 359572 457 0 0 20 0 21 0 66893106 19725520896 3749957 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
/proc/72703/statm: 4815801 3749957 5600 1 0 4084107 0
[pid=72703/tid=72705] ppid=72700 vsize=19263204 memory=4352 CPUtime=3291.48 cores=4,6
/proc/72703/task/72705/stat : 72705 (java) R 72700 72703 71602 0 -1 4194368 159456 0 0 0 329037 111 0 0 20 0 21 0 66893107 19725520896 3749957 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72714] ppid=72700 vsize=19263204 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72714/stat : 72714 (Finalizer) S 72700 72703 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 66893109 19725520896 3749957 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
[pid=72703/tid=72721] ppid=72700 vsize=19263204 memory=14998804 CPUtime=0 cores=4,6
/proc/72703/task/72721/stat : 72721 (Common-Cleaner) S 72700 72703 71602 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 21 0 66893110 19725520896 3749957 18446744073709551615 94468815433728 94468815437424 140736170335984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468815445240 94468815446032 94468815536128 140736170338689 140736170338790 140736170338790 140736170344392 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14999828 KiB

Child status: 143

Real time (s): 3430.67
CPU time (s): 3600.38
CPU user time (s): 3595.76
CPU system time (s): 4.6185
CPU usage (%): 104.947
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14999828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.76
system time used= 4.6185
maximum resident set size= 15000084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122598
involuntary context switches= 15050


# summary of solver processes directly reported to runsolver:
#   pid: 72703
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3595.76
#   total CPU system time (s): 4.6185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.6546 second user time and 16.3393 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 05:09:12
IDJOB=4508880
IDBENCH=158516
IDSOLVER=3363
FILE ID=nodeC023/4508880-1751512152
RUNJOBID= nodeC023-1751508541-71613
SLURM_JOB_ID= 9598606
Free space on /tmp= 431840 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508880-1751512152/watcher-4508880-1751512152 -o /tmp/evaluation-result-4508880-1751512152/solver-4508880-1751512152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71613 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4508880-1751512152.opb

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

MD5SUM BENCH= 21e597bc04bc5fa012b59bdeb9fb9987
RANDOM SEED=486414210

nodeC023 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.891
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.78
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		: 3614.021
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.78
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.895
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.78
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.739
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.78
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		: 3513.784
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113096088 kB
MemAvailable:   128833964 kB
Buffers:              16 kB
Cached:         16482472 kB
SwapCached:          596 kB
Active:          1193352 kB
Inactive:       16280268 kB
Active(anon):     981312 kB
Inactive(anon):    23220 kB
Active(file):     212040 kB
Inactive(file): 16257048 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32228 kB
Writeback:             0 kB
AnonPages:        993656 kB
Mapped:           119076 kB
Shmem:             13400 kB
KReclaimable:     216052 kB
Slab:             307476 kB
SReclaimable:     216052 kB
SUnreclaim:        91424 kB
KernelStack:        5200 kB
PageTables:         5480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10909792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 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:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431864 MiB
End job on nodeC023 at 2025-07-03 06:06:23