Trace number 4458766

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 Default 2024-07-07SAT (TO)-706 3600.58 3549.98

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/
normalized-maxcut_opt_complete_5-partite_block_nvert_55.opb
MD5SUMff0f59bbfc198112e385d67f72301d6a
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-726
Best CPU time to get the best result obtained on this benchmark151.254
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1485
Total number of constraints104940
Number of constraints which are clauses104940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1210
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1210
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1210
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2113181440
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.14/0.11	c Number of processors 	2
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Glucose 2.1 dynamic restart strategy
0.14/0.16	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.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Glucose 2.1 dynamic restart strategy
0.14/0.16	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.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4458766-1721881397.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  objective function found
1.26/0.76	c ... done. Wall clock time 0.587s.
1.26/0.76	c declared #vars     1485
1.26/0.76	c #constraints  104940
1.26/0.76	c constraints type 
1.26/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 104940
1.26/0.76	c 104940 constraints processed.
1.26/0.77	c objective function length is 1210 literals
1.45/0.81	c SATISFIABLE
1.45/0.81	c OPTIMIZING...
1.45/0.81	c Got one! Elapsed wall clock time (in seconds):0.642
1.45/0.81	o -560
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.69
1.45/0.85	o -574
1.45/0.89	c Got one! Elapsed wall clock time (in seconds):0.724
1.45/0.89	o -588
1.65/0.93	c Got one! Elapsed wall clock time (in seconds):0.764
1.65/0.93	o -602
1.65/0.97	c Got one! Elapsed wall clock time (in seconds):0.81
1.65/0.97	o -616
1.86/1.04	c Got one! Elapsed wall clock time (in seconds):0.874
1.86/1.04	o -630
1.86/1.08	c Got one! Elapsed wall clock time (in seconds):0.912
1.86/1.08	o -644
2.23/1.24	c Got one! Elapsed wall clock time (in seconds):1.078
2.23/1.24	o -658
4.99/3.17	c cleaning 2743 clauses out of 5495 with flag 10014/5495
7.37/5.25	c cleaning 4370 clauses out of 8752 with flag 22015/11495
9.99/7.67	c cleaning 5686 clauses out of 11383 with flag 36018/18496
13.17/10.53	c cleaning 6842 clauses out of 13696 with flag 52019/26495
17.02/14.06	c cleaning 7919 clauses out of 15854 with flag 70019/35495
21.33/18.26	c Got one! Elapsed wall clock time (in seconds):18.102
21.33/18.27	o -662
23.26/20.12	c cleaning 11245 clauses out of 22505 with flag 10052/50065
26.53/22.97	c cleaning 8623 clauses out of 17260 with flag 22055/56065
28.93/25.36	c cleaning 7813 clauses out of 15637 with flag 36056/63065
32.25/28.53	c cleaning 7905 clauses out of 15825 with flag 52059/71066
34.06/30.38	c Got one! Elapsed wall clock time (in seconds):30.22
34.06/30.38	o -666
34.48/30.72	c cleaning 6932 clauses out of 13876 with flag 2019/77022
36.53/32.68	c cleaning 6466 clauses out of 12945 with flag 14024/83023
38.73/34.82	c cleaning 6733 clauses out of 13477 with flag 28022/90021
41.62/37.79	c cleaning 7364 clauses out of 14745 with flag 44028/98022
45.28/41.29	c cleaning 8186 clauses out of 16381 with flag 62035/107022
49.45/45.22	c cleaning 9090 clauses out of 18195 with flag 82035/117022
49.45/45.24	c Got one! Elapsed wall clock time (in seconds):45.074
49.45/45.24	o -668
50.83/46.57	c cleaning 7068 clauses out of 14153 with flag 10317/122070
52.90/48.58	c cleaning 6536 clauses out of 13085 with flag 22335/128070
55.74/51.21	c cleaning 6767 clauses out of 13550 with flag 36472/135071
58.56/54.05	c cleaning 7381 clauses out of 14782 with flag 52510/143070
60.95/56.31	c Got one! Elapsed wall clock time (in seconds):56.148
60.95/56.31	o -670
62.95/58.34	c cleaning 9369 clauses out of 18764 with flag 10346/154433
65.35/60.79	c cleaning 7686 clauses out of 15396 with flag 22613/160434
67.83/63.05	c cleaning 7350 clauses out of 14710 with flag 36635/167434
70.12/65.37	c cleaning 7673 clauses out of 15360 with flag 52642/175434
72.83/67.97	c cleaning 8338 clauses out of 16686 with flag 70643/184433
75.72/70.83	c cleaning 9167 clauses out of 18349 with flag 90648/194434
79.06/74.08	c cleaning 10080 clauses out of 20183 with flag 112650/205435
83.29/78.06	c cleaning 11051 clauses out of 22102 with flag 136662/217434
85.77/80.52	c Got one! Elapsed wall clock time (in seconds):80.358
85.77/80.52	o -674
86.39/81.17	c cleaning 8514 clauses out of 17048 with flag 4002/223431
88.61/83.26	c cleaning 7259 clauses out of 14533 with flag 16026/229430
90.72/85.37	c cleaning 7132 clauses out of 14274 with flag 30047/236430
94.25/88.49	c cleaning 7564 clauses out of 15143 with flag 46080/244431
100.39/93.83	c cleaning 8282 clauses out of 16580 with flag 64556/253432
105.70/99.10	c cleaning 9143 clauses out of 18297 with flag 85028/263431
110.85/104.26	c cleaning 10067 clauses out of 20153 with flag 107516/274430
116.76/110.09	c cleaning 11037 clauses out of 22086 with flag 132211/286430
122.57/115.72	c cleaning 12017 clauses out of 24051 with flag 159184/299432
129.20/122.27	c cleaning 13010 clauses out of 26033 with flag 188542/313431
135.06/127.93	c cleaning 14002 clauses out of 28023 with flag 218891/328431
140.73/133.47	c cleaning 15002 clauses out of 30020 with flag 250904/344430
147.20/139.72	c cleaning 16000 clauses out of 32018 with flag 284923/361430
150.30/142.86	c Got one! Elapsed wall clock time (in seconds):142.702
150.30/142.86	o -678
152.29/144.82	c cleaning 14839 clauses out of 29686 with flag 10184/375098
154.79/147.28	c cleaning 10413 clauses out of 20845 with flag 22237/381096
157.59/150.08	c cleaning 8707 clauses out of 17433 with flag 36449/388097
161.29/153.65	c cleaning 8355 clauses out of 16725 with flag 52691/396096
163.80/156.13	c Got one! Elapsed wall clock time (in seconds):155.972
163.80/156.13	o -682
165.71/158.01	c cleaning 10387 clauses out of 20789 with flag 10248/408515
168.40/160.62	c cleaning 8189 clauses out of 16402 with flag 22453/414515
170.59/162.86	c cleaning 7595 clauses out of 15212 with flag 36617/421514
173.60/165.75	c cleaning 7799 clauses out of 15619 with flag 52724/429516
174.59/166.73	c Got one! Elapsed wall clock time (in seconds):166.57
174.59/166.73	o -686
175.79/167.91	c cleaning 6504 clauses out of 13025 with flag 6640/434721
178.00/170.14	c cleaning 6251 clauses out of 12521 with flag 18913/440721
181.35/173.42	c cleaning 6622 clauses out of 13270 with flag 33191/447721
184.55/176.64	c cleaning 7316 clauses out of 14649 with flag 49392/455722
189.65/181.40	c cleaning 8164 clauses out of 16333 with flag 67396/464722
193.84/185.56	c cleaning 9077 clauses out of 18169 with flag 87396/474722
198.94/190.57	c cleaning 10036 clauses out of 20091 with flag 109395/485721
203.63/195.29	c cleaning 11020 clauses out of 22055 with flag 133395/497721
209.87/201.37	c cleaning 12009 clauses out of 24035 with flag 159395/510721
215.15/206.67	c Got one! Elapsed wall clock time (in seconds):206.51
215.15/206.67	o -690
218.15/209.50	c cleaning 14177 clauses out of 28372 with flag 10294/527067
220.55/211.83	c cleaning 10088 clauses out of 20194 with flag 22365/533066
222.76/214.08	c cleaning 8546 clauses out of 17107 with flag 36480/540067
225.61/216.86	c cleaning 8271 clauses out of 16560 with flag 52604/548066
228.40/219.62	c cleaning 8640 clauses out of 17289 with flag 70625/557066
232.91/224.02	c cleaning 9317 clauses out of 18649 with flag 90684/567066
237.60/228.75	c cleaning 10155 clauses out of 20332 with flag 112766/578066
242.82/233.87	c cleaning 11083 clauses out of 22177 with flag 136978/590066
248.45/239.32	c cleaning 12037 clauses out of 24094 with flag 163288/603066
253.82/244.50	c cleaning 13017 clauses out of 26058 with flag 191360/617067
261.08/251.67	c cleaning 14010 clauses out of 28040 with flag 221424/632066
267.37/257.99	c cleaning 15005 clauses out of 30030 with flag 253489/648066
274.27/264.79	c cleaning 16003 clauses out of 32026 with flag 287791/665067
276.80/267.11	c Got one! Elapsed wall clock time (in seconds):266.951
276.80/267.11	o -696
278.39/268.73	c cleaning 13822 clauses out of 27663 with flag 10086/676707
280.70/271.01	c cleaning 9907 clauses out of 19842 with flag 22184/682708
283.38/273.64	c cleaning 8456 clauses out of 16935 with flag 36306/689708
286.37/276.69	c cleaning 8229 clauses out of 16479 with flag 52391/697708
289.52/279.64	c cleaning 8617 clauses out of 17250 with flag 70417/706708
291.42/281.56	c Got one! Elapsed wall clock time (in seconds):281.396
291.42/281.56	o -702
293.42/283.51	c cleaning 10117 clauses out of 20258 with flag 10292/718333
298.19/287.80	c cleaning 8061 clauses out of 16141 with flag 22725/724333
301.29/290.92	c cleaning 7528 clauses out of 15079 with flag 37201/731332
304.98/294.64	c cleaning 7761 clauses out of 15551 with flag 53515/739332
309.36/298.92	c cleaning 8390 clauses out of 16791 with flag 71857/748333
312.47/302.07	c cleaning 9192 clauses out of 18400 with flag 91855/758332
317.90/307.38	c cleaning 10098 clauses out of 20209 with flag 113857/769333
323.46/312.75	c cleaning 11046 clauses out of 22110 with flag 137856/781332
330.02/319.16	c cleaning 12022 clauses out of 24065 with flag 163859/794333
336.60/325.70	c cleaning 13018 clauses out of 26044 with flag 191862/808334
344.52/333.55	c cleaning 14003 clauses out of 28025 with flag 221861/823333
353.00/341.91	c cleaning 15003 clauses out of 30021 with flag 253864/839332
365.48/354.38	c cleaning 16002 clauses out of 32018 with flag 287869/856332
376.90/365.66	c cleaning 17000 clauses out of 34017 with flag 323871/874333
387.34/375.98	c cleaning 18003 clauses out of 36017 with flag 361872/893333
398.19/386.67	c cleaning 18997 clauses out of 38014 with flag 401873/913333
407.73/396.03	c cleaning 20001 clauses out of 40017 with flag 443881/934333
416.12/404.36	c cleaning 21000 clauses out of 42015 with flag 487885/956332
426.39/414.52	c cleaning 21999 clauses out of 44015 with flag 533886/979332
437.94/425.79	c cleaning 23000 clauses out of 46016 with flag 581889/1003332
447.09/434.75	c cleaning 23999 clauses out of 48017 with flag 631893/1028333
461.32/448.84	c cleaning 24998 clauses out of 50017 with flag 683897/1054332
473.80/460.91	c cleaning 26003 clauses out of 52019 with flag 737897/1081332
486.48/472.44	c cleaning 27000 clauses out of 54019 with flag 793904/1109335
502.96/488.79	c cleaning 28002 clauses out of 56017 with flag 851902/1138333
515.93/501.58	c cleaning 28999 clauses out of 58014 with flag 911902/1168332
528.96/514.47	c cleaning 29999 clauses out of 60015 with flag 973908/1199332
545.08/530.18	c cleaning 30999 clauses out of 62017 with flag 1037917/1231333
567.64/552.51	c cleaning 31997 clauses out of 64018 with flag 1103932/1264333
582.16/566.62	c cleaning 33002 clauses out of 66020 with flag 1171931/1298332
597.77/582.06	c cleaning 33999 clauses out of 68019 with flag 1241933/1333333
612.88/596.72	c cleaning 35002 clauses out of 70020 with flag 1313934/1369333
629.39/612.87	c cleaning 35998 clauses out of 72018 with flag 1387935/1406333
651.19/634.42	c cleaning 37003 clauses out of 74021 with flag 1463938/1444334
671.05/653.97	c cleaning 37998 clauses out of 76016 with flag 1541934/1483332
691.95/674.48	c cleaning 38997 clauses out of 78019 with flag 1621941/1523333
712.96/695.22	c cleaning 39999 clauses out of 80021 with flag 1703941/1564332
735.42/716.35	c cleaning 41003 clauses out of 82023 with flag 1787951/1606333
758.52/738.92	c cleaning 42001 clauses out of 84021 with flag 1873966/1649334
789.48/769.64	c cleaning 42997 clauses out of 86019 with flag 1961965/1693333
831.99/811.62	c cleaning 44001 clauses out of 88022 with flag 2051970/1738333
879.03/858.48	c cleaning 45000 clauses out of 90020 with flag 2143975/1784332
924.42/903.35	c cleaning 46001 clauses out of 92020 with flag 2237982/1831332
975.47/954.14	c cleaning 47000 clauses out of 94019 with flag 2333985/1879332
1033.47/1011.86	c cleaning 48000 clauses out of 96021 with flag 2431995/1928334
1096.87/1075.16	c cleaning 49000 clauses out of 98019 with flag 2531993/1978332
1146.16/1124.03	c cleaning 50000 clauses out of 100020 with flag 2633997/2029333
1209.27/1186.66	c cleaning 50998 clauses out of 102020 with flag 2737997/2081333
1270.03/1247.01	c cleaning 52003 clauses out of 104021 with flag 2843996/2134332
1323.12/1299.53	c cleaning 52997 clauses out of 106018 with flag 2952006/2188332
1370.94/1345.84	c cleaning 53999 clauses out of 108021 with flag 3062010/2243332
1437.64/1411.85	c cleaning 55002 clauses out of 110023 with flag 3174014/2299333
1505.43/1479.34	c cleaning 56006 clauses out of 112020 with flag 3288026/2356332
1534.05/1507.61	c cleaning 57002 clauses out of 114014 with flag 3404028/2414332
1584.03/1556.95	c cleaning 58003 clauses out of 116012 with flag 3522271/2473332
1641.66/1614.23	c cleaning 59002 clauses out of 118011 with flag 3642709/2533334
1698.71/1670.50	c cleaning 60003 clauses out of 120008 with flag 3765163/2594333
1753.89/1725.42	c cleaning 60997 clauses out of 122004 with flag 3889623/2656332
1812.84/1783.86	c cleaning 62001 clauses out of 124007 with flag 4016103/2719332
1868.93/1839.63	c cleaning 63000 clauses out of 126006 with flag 4144537/2783332
1930.77/1900.90	c cleaning 64000 clauses out of 128006 with flag 4275035/2848332
1988.06/1958.18	c cleaning 65001 clauses out of 130007 with flag 4407474/2914333
2049.69/2019.32	c cleaning 66000 clauses out of 132006 with flag 4541912/2981333
2107.56/2076.95	c cleaning 67000 clauses out of 134006 with flag 4678273/3049333
2166.81/2135.57	c cleaning 67997 clauses out of 136006 with flag 4816461/3118333
2239.07/2204.99	c cleaning 69000 clauses out of 138010 with flag 4956485/3188334
2295.76/2261.32	c cleaning 70001 clauses out of 140008 with flag 5098880/3259332
2350.78/2316.02	c cleaning 71001 clauses out of 142007 with flag 5243196/3331332
2408.79/2373.30	c cleaning 72001 clauses out of 144007 with flag 5389626/3404333
2450.38/2414.67	c cleaning 73001 clauses out of 146005 with flag 5537807/3478332
2497.92/2461.30	c cleaning 73999 clauses out of 148005 with flag 5688043/3553333
2548.91/2511.97	c cleaning 75000 clauses out of 150005 with flag 5840233/3629332
2595.56/2557.74	c cleaning 75999 clauses out of 152007 with flag 5994395/3706334
2652.41/2613.71	c cleaning 76998 clauses out of 154007 with flag 6150638/3784333
2696.47/2657.52	c cleaning 77997 clauses out of 156009 with flag 6308719/3863333
2766.63/2726.86	c cleaning 78999 clauses out of 158012 with flag 6468794/3943333
2813.37/2773.26	c cleaning 80000 clauses out of 160013 with flag 6630982/4024333
2866.57/2825.53	c cleaning 81006 clauses out of 162015 with flag 6795052/4106335
2910.45/2868.49	c cleaning 81998 clauses out of 164006 with flag 6961051/4189332
2960.41/2916.01	c cleaning 82998 clauses out of 166009 with flag 7129055/4273333
3019.01/2973.76	c cleaning 84000 clauses out of 168010 with flag 7299062/4358332
3072.47/3026.71	c cleaning 84995 clauses out of 170010 with flag 7471068/4444332
3129.25/3082.44	c cleaning 86004 clauses out of 172017 with flag 7645083/4531334
3201.71/3154.49	c cleaning 86998 clauses out of 174012 with flag 7821161/4619333
3203.51/3156.28	c Got one! Elapsed wall clock time (in seconds):3156.114
3203.51/3156.28	o -706
3205.71/3158.44	c cleaning 46448 clauses out of 92909 with flag 6000/4625228
3208.50/3161.25	c cleaning 26223 clauses out of 52461 with flag 18029/4631228
3212.24/3164.77	c cleaning 16614 clauses out of 33239 with flag 32057/4638229
3215.83/3168.34	c cleaning 12305 clauses out of 24624 with flag 48084/4646228
3220.64/3173.17	c cleaning 10658 clauses out of 21320 with flag 66143/4655229
3225.63/3178.15	c cleaning 10321 clauses out of 20661 with flag 86205/4665228
3229.91/3182.41	c cleaning 10664 clauses out of 21342 with flag 108219/4676230
3235.99/3188.52	c cleaning 11333 clauses out of 22677 with flag 132268/4688229
3243.00/3195.32	c cleaning 12164 clauses out of 24343 with flag 158334/4701228
3249.39/3201.77	c cleaning 13083 clauses out of 26179 with flag 186485/4715228
3256.38/3208.79	c cleaning 14043 clauses out of 28096 with flag 216597/4730228
3264.67/3217.09	c cleaning 15020 clauses out of 30054 with flag 248680/4746229
3273.90/3226.03	c cleaning 16010 clauses out of 32033 with flag 282708/4763228
3281.78/3234.00	c cleaning 17003 clauses out of 34023 with flag 318881/4781228
3291.06/3243.26	c cleaning 18001 clauses out of 36020 with flag 357013/4800228
3299.88/3251.76	c cleaning 19001 clauses out of 38020 with flag 397147/4820229
3310.06/3261.95	c cleaning 20005 clauses out of 40019 with flag 439405/4841229
3322.94/3274.89	c cleaning 21001 clauses out of 42014 with flag 483574/4863229
3336.39/3288.06	c cleaning 22000 clauses out of 44012 with flag 529675/4886228
3350.17/3301.80	c cleaning 23000 clauses out of 46014 with flag 577853/4910230
3369.69/3321.08	c cleaning 23994 clauses out of 48013 with flag 628369/4935229
3393.03/3344.47	c cleaning 25002 clauses out of 50019 with flag 681010/4961229
3413.59/3365.11	c cleaning 26000 clauses out of 52016 with flag 735392/4988228
3435.67/3386.95	c cleaning 27000 clauses out of 54016 with flag 792014/5016228
3449.34/3400.68	c cleaning 28002 clauses out of 56019 with flag 850470/5045231
3465.99/3416.99	c cleaning 28998 clauses out of 58014 with flag 910994/5075228
3483.75/3434.78	c cleaning 29999 clauses out of 60016 with flag 973841/5106228
3503.49/3454.27	c cleaning 31002 clauses out of 62019 with flag 1038094/5138230
3521.94/3472.21	c cleaning 31999 clauses out of 64016 with flag 1104352/5171229
3538.32/3488.63	c cleaning 32999 clauses out of 66017 with flag 1172644/5205229
3563.16/3513.01	c cleaning 34002 clauses out of 68017 with flag 1243047/5240228
3584.91/3534.87	c cleaning 34999 clauses out of 70016 with flag 1315662/5276229
3600.08/3549.62	c starts		: 16228
3600.08/3549.64	c conflicts		: 5298308
3600.08/3549.64	c decisions		: 6027532
3600.08/3549.64	c propagations		: 475001651
3600.08/3549.64	c inspects		: 42310231055
3600.08/3549.64	c shortcuts		: 0
3600.08/3549.64	c learnt literals	: 0
3600.08/3549.64	c learnt binary clauses	: 0
3600.08/3549.64	c learnt ternary clauses	: 0
3600.08/3549.64	c learnt constraints	: 5298308
3600.08/3549.64	c ignored constraints	: 0
3600.08/3549.64	c root simplifications	: 0
3600.08/3549.64	c removed literals (reason simplification)	: 0
3600.08/3549.64	c reason swapping (by a shorter reason)	: 0
3600.08/3549.64	c Calls to reduceDB	: 191
3600.08/3549.64	c Number of update (reduction) of LBD	: 4125
3600.08/3549.64	c Imported unit clauses	: 0
3600.08/3549.64	c No decision after first conflict	: false
3600.08/3549.64	c number of reductions to clauses (during analyze)	: 0
3600.08/3549.64	c number of learned constraints concerned by reduction	: 0
3600.08/3549.64	c number of learning phase by resolution	: 0
3600.08/3549.64	c number of learning phase by cutting planes	: 0
3600.08/3549.64	c number of rounding to 1 operations	: 0
3600.08/3549.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3549.64	c number of reductions of the coefficients by power 2 	: 0
3600.08/3549.64	c number of right shift for reduction by power 2 	: 0
3600.08/3549.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3549.64	c number of ending skipping 	: 0
3600.08/3549.65	c number of internal skipping 	: 0
3600.08/3549.65	c number of derivation steps 	: 0
3600.08/3549.65	c number of skipped derivation steps 	: 0
3600.08/3549.65	c number of remaining unassigned 	: 0
3600.08/3549.65	c number of remaining assigned 	: 0
3600.08/3549.65	c number of falsified literals weakened from reason	: 0
3600.08/3549.65	c number of falsified literals weakened from conflict	: 0
3600.08/3549.65	c time for arithmetic operations	: 0
3600.08/3549.66	c minimum degree of deleted constraints	: null
3600.08/3549.66	c maximum degree of deleted constraints	: null
3600.08/3549.66	c number of deleted constraints	: 0
3600.08/3549.67	c speed (assignments/second)	: 133845.20756924423
3600.08/3549.67	c non guided choices	: 528
3600.28/3549.74	c timeout
3600.28/3549.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 45159
3600.28/3549.74	s SATISFIABLE
3600.28/3549.74	c Found 20 solution(s)
3600.28/3549.74	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 x950 x951 x952 x953 x954 x955 x956 x957 x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 x969 x970 x971 x972 x973 x974 x975 x976 x977 x978 x979 x980 -x981 x982 x983 x984 x985 x986 x987 x988 x989 x990 x991 x992 x993 x994 x995 x996 x997 x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 x1029 x1030 x1031 x1032 x1033 x1034 x1035 x1036 x1037 x1038 x1039 x1040 x1041 -x1042 x1043 x1044 x1045 x1046 x1047 x1048 x1049 x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 x1058 x1059 x1060 x1061 x1062 x1063 x1064 x1065 x1066 x1067 x1068 x1069 x1070 -x1071 x1072 x1073 x1074 x1075 x1076 x1077 x1078 x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 x1086 x1087 x1088 x1089 x1090 x1091 x1092 x1093 x1094 x1095 x1096 x1097 x1098 -x1099 x1100 x1101 x1102 x1103 x1104 x1105 x1106 x1107 -x1108 -x1109 -x1110 -x1111 -x1112 x1113 x1114 x1115 x1116 x1117 x1118 x1119 x1120 x1121 x1122 x1123 x1124 x1125 -x1126 x1127 x1128 x1129 x1130 x1131 x1132 x1133 x1134 -x1135 -x1136 -x1137 -x1138 x1139 x1140 x1141 x1142 x1143 x1144 x1145 x1146 x1147 x1148 x1149 x1150 x1151 -x1152 x1153 x1154 x1155 x1156 x1157 x1158 x1159 x1160 -x1161 -x1162 -x1163 x1164 x1165 x1166 x1167 x1168 x1169 x1170 x1171 x1172 x1173 x1174 x1175 x1176 -x1177 x1178 x1179 x1180 x1181 x1182 x1183 x1184 x1185 -x1186 -x1187 x1188 x1189 x1190 x1191 x1192 x1193 x1194 x1195 x1196 x1197 x1198 x1199 x1200 -x1201 x1202 x1203 x1204 x1205 x1206 x1207 x1208 x1209 -x1210 x1211 x1212 x1213 x1214 x1215 x1216 x1217 x1218 x1219 x1220 x1221 x1222 x1223 -x1224 x1225 x1226 x1227 x1228 x1229 x1230 x1231 x1232 x1233 x1234 x1235 x1236 x1237 x1238 x1239 x1240 x1241 x1242 x1243 x1244 x1245 -x1246 x1247 x1248 x1249 x1250 x1251 x1252 x1253 x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 x1450 x1451 x1452 x1453 x1454 x1455 x1456 x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 
3600.28/3549.74	c objective function=-706
3600.28/3549.75	c Total wall clock time (in seconds): 3549.584

Verifier Data

OK	-706

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: 64096 MiB (53749 MiB free)
  memory of node 1: 64473 MiB (51636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458766-1721881397/watcher-4458766-1721881397 -o /tmp/evaluation-result-4458766-1721881397/solver-4458766-1721881397 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203505 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4458766-1721881397.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=205809, runsolver pid=205806

[startup+0.101343 s]*
/proc/loadavg: 4.88 4.60 4.40 8/318 205827
/proc/meminfo: memFree=107850816/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=18975048 memory=59484 CPUtime=0.14 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 6816 0 0 0 11 3 0 0 20 0 18 0 24129568 19430449152 14871 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4743762 14871 5681 1 0 551069 0
[pid=205809/tid=205811] ppid=205806 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 5664 0 0 0 6 2 0 0 20 0 18 0 24129569 19430449152 14871 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24129573 19430449152 14871 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 24129573 19430449152 14871 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59484 KiB

[startup+0.205744 s]*
/proc/loadavg: 4.88 4.60 4.40 7/318 205827
/proc/meminfo: memFree=107816876/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=18975048 memory=68932 CPUtime=0.31 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 7534 0 0 0 28 3 0 0 20 0 18 0 24129568 19430449152 17233 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4743762 17233 5812 1 0 551632 0
[pid=205809/tid=205811] ppid=205806 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 5895 0 0 0 16 2 0 0 20 0 18 0 24129569 19430449152 17233 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=18975048 memory=1364536 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24129573 19430449152 17233 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 24129573 19430449152 17233 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68932 KiB

[startup+0.311043 s]*
/proc/loadavg: 4.88 4.60 4.40 6/318 205827
/proc/meminfo: memFree=107777552/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=18975048 memory=93812 CPUtime=0.51 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 9134 0 0 0 48 3 0 0 20 0 18 0 24129568 19430449152 23453 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4743762 23453 5812 1 0 552675 0
[pid=205809/tid=205811] ppid=205806 vsize=18975048 memory=-8745254247796023996 CPUtime=0.28 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 5912 0 0 0 26 2 0 0 20 0 18 0 24129569 19430449152 23453 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24129573 19430449152 23453 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 24129573 19430449152 23453 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 93812 KiB

[startup+0.70662 s]
/proc/loadavg: 4.88 4.60 4.40 6/318 205827
/proc/meminfo: memFree=107688620/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19041612 memory=181988 CPUtime=1.26 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 12821 0 0 0 120 6 0 0 20 0 19 0 24129568 19498610688 45497 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4760403 45497 5812 1 0 554921 0
[pid=205809/tid=205811] ppid=205806 vsize=19041612 memory=5516 CPUtime=0.64 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) S 205806 205809 203492 0 -1 1077936192 5947 0 0 0 60 4 0 0 20 0 19 0 24129569 19498610688 45497 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 24129573 19498610688 45497 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 24129573 19498610688 45497 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 181988 KiB

[startup+1.50051 s]
/proc/loadavg: 4.88 4.60 4.40 8/320 205829
/proc/meminfo: memFree=107581940/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=207436 CPUtime=2.82 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 20936 0 0 0 275 7 0 0 20 0 20 0 24129568 19566772224 51859 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 51859 5850 1 0 561333 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=12668 CPUtime=1.4 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 6098 0 0 0 136 4 0 0 20 0 20 0 24129569 19566772224 51859 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 51859 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 51859 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 51859 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207436 KiB

[startup+3.11344 s]
/proc/loadavg: 4.81 4.59 4.40 5/320 205831
/proc/meminfo: memFree=107108732/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=261536 CPUtime=4.99 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 23844 0 0 0 490 9 0 0 20 0 20 0 24129568 19566772224 65384 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 65384 5898 1 0 561335 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=0 CPUtime=2.82 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 6166 0 0 0 278 4 0 0 20 0 20 0 24129569 19566772224 65384 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 65384 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 65384 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 65384 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 261536 KiB

[startup+6.30046 s]
/proc/loadavg: 4.81 4.59 4.40 5/320 205831
/proc/meminfo: memFree=106870692/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=321008 CPUtime=8.69 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 27782 0 0 0 858 11 0 0 20 0 20 0 24129568 19566772224 80252 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 80252 5898 1 0 561383 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=0 CPUtime=5.87 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 6881 0 0 0 583 4 0 0 20 0 20 0 24129569 19566772224 80252 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 80252 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 80252 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=61204 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 80252 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 321008 KiB

[startup+12.7005 s]
/proc/loadavg: 4.75 4.58 4.40 5/320 205831
/proc/meminfo: memFree=106684616/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=521136 CPUtime=15.71 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 32319 0 0 0 1556 15 0 0 20 0 20 0 24129568 19566772224 130284 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 130284 5898 1 0 920650 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=191808 CPUtime=12.02 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 7369 0 0 0 1197 5 0 0 20 0 20 0 24129569 19566772224 130284 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=490124 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 130284 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=261712 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 130284 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 130284 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 521136 KiB

[startup+25.5005 s]
/proc/loadavg: 4.73 4.58 4.40 6/320 205834
/proc/meminfo: memFree=107655588/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=916516 CPUtime=29.13 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 39277 0 0 0 2888 25 0 0 20 0 20 0 24129568 19566772224 229129 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 229129 5898 1 0 920660 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=490124 CPUtime=24.25 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 9180 0 0 0 2418 7 0 0 20 0 20 0 24129569 19566772224 229129 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=775160 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 229129 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 229129 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 229129 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 29.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 916516 KiB

[startup+51.1139 s]
/proc/loadavg: 4.60 4.57 4.40 5/320 205837
/proc/meminfo: memFree=104389944/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=1757432 CPUtime=55.66 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 44950 0 0 0 5523 43 0 0 20 0 20 0 24129568 19566772224 439358 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 439358 5904 1 0 1048082 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=1298580 CPUtime=48.86 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 10790 0 0 0 4875 11 0 0 20 0 20 0 24129569 19566772224 439358 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=1478804 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 439358 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 439358 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0

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

Current children cumulated memory: 11915032 KiB

[startup+3222.3 s]
/proc/loadavg: 5.29 5.06 4.94 6/317 207800
/proc/meminfo: memFree=72502596/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915032 CPUtime=3270.2 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 823925 0 0 0 326547 473 0 0 20 0 20 0 24129568 19566772224 2978758 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978758 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=16144 CPUtime=3163.95 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 329531 0 0 0 316308 87 0 0 20 0 20 0 24129569 19566772224 2978758 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=11915032 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978758 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=11915032 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1153 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978758 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=11915032 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978758 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3270.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915032 KiB

[startup+3282.3 s]
/proc/loadavg: 5.26 5.10 4.96 6/317 207810
/proc/meminfo: memFree=72485536/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915036 CPUtime=3330.69 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 824211 0 0 0 332593 476 0 0 20 0 20 0 24129568 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978759 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=11915032 CPUtime=3223.04 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 329545 0 0 0 322217 87 0 0 20 0 20 0 24129569 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=1764 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1153 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=11915032 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3330.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915036 KiB

[startup+3342.3 s]
/proc/loadavg: 5.15 5.09 4.97 6/317 207823
/proc/meminfo: memFree=72480308/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915036 CPUtime=3390.93 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 824442 0 0 0 338614 479 0 0 20 0 20 0 24129568 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978759 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=11915036 CPUtime=3282.49 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 329574 0 0 0 328162 87 0 0 20 0 20 0 24129569 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=-8745254247796023996 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1153 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=11915036 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3390.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915036 KiB

[startup+3402.3 s]
/proc/loadavg: 5.32 5.15 5.00 6/317 207833
/proc/meminfo: memFree=72170136/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915036 CPUtime=3451.03 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 974220 0 0 0 344611 492 0 0 20 0 20 0 24129568 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978759 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=11915036 CPUtime=3342.05 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 453678 0 0 0 334110 95 0 0 20 0 20 0 24129569 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=-8745254247796023996 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1154 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=11915036 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978759 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3451.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915036 KiB

[startup+3462.3 s]
/proc/loadavg: 5.25 5.15 5.01 6/320 207850
/proc/meminfo: memFree=71840708/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915052 CPUtime=3511.57 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 992347 0 0 0 350660 497 0 0 20 0 20 0 24129568 19566772224 2978763 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978763 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=11915036 CPUtime=3401.16 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 463865 0 0 0 340019 97 0 0 20 0 20 0 24129569 19566772224 2978763 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978763 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=11915052 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1204 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978763 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978763 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3511.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915052 KiB

[startup+3522.3 s]
/proc/loadavg: 5.26 5.17 5.02 8/320 207862
/proc/meminfo: memFree=71370080/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915064 CPUtime=3572.43 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 992900 0 0 0 356744 499 0 0 20 0 20 0 24129568 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978766 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=11915052 CPUtime=3460.04 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 463999 0 0 0 345907 97 0 0 20 0 20 0 24129569 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=11915052 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=11915064 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1204 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=11915064 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3572.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.6 s]
/proc/loadavg: 5.18 5.16 5.02 8/320 207867
/proc/meminfo: memFree=71369492/131655788 swapFree=131058856/131071996
[pid=205809] ppid=205806 vsize=19108176 memory=11915064 CPUtime=3600.08 cores=5,7
/proc/205809/stat : 205809 (java) S 205806 205809 203492 0 -1 1077936128 993166 0 0 0 359507 501 0 0 20 0 20 0 24129568 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
/proc/205809/statm: 4777044 2978766 5935 1 0 3424705 0
[pid=205809/tid=205811] ppid=205806 vsize=19108176 memory=61204 CPUtime=3486.87 cores=5,7
/proc/205809/task/205811/stat : 205811 (java) R 205806 205809 203492 0 -1 4194368 464109 0 0 0 348590 97 0 0 20 0 20 0 24129569 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205820] ppid=205806 vsize=19108176 memory=-8745254247796023996 CPUtime=0 cores=5,7
/proc/205809/task/205820/stat : 205820 (Finalizer) S 205806 205809 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205827] ppid=205806 vsize=19108176 memory=61204 CPUtime=0 cores=5,7
/proc/205809/task/205827/stat : 205827 (Common-Cleaner) S 205806 205809 203492 0 -1 1077936192 1204 0 0 0 0 0 0 0 20 0 20 0 24129573 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
[pid=205809/tid=205829] ppid=205806 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/205809/task/205829/stat : 205829 (Timer-0) S 205806 205809 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24129646 19566772224 2978766 134679101440 93946515324928 93946515328624 140737085627680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946515336440 93946515337232 93946527936512 140737085629447 140737085629537 140737085629537 140737085636552 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11915064 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.35 s, system=5.2272 s

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

[startup+3549.8 s]*
/proc/loadavg: 5.18 5.16 5.02 7/302 207870
/proc/meminfo: memFree=80764828/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3549.92 s]
/proc/loadavg: 5.18 5.16 5.02 7/302 207870
/proc/meminfo: memFree=80764828/131655788 swapFree=131058856/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3549.98
CPU time (s): 3600.58
CPU user time (s): 3595.35
CPU system time (s): 5.2272
CPU usage (%): 101.425
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 11915944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.35
system time used= 5.2272
maximum resident set size= 11916992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 996332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112332
involuntary context switches= 7315


# summary of solver processes directly reported to runsolver:
#   pid: 205809
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3595.35
#   total CPU system time (s): 5.2272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6251 second user time and 38.7794 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 06:23:17
IDJOB=4458766
IDBENCH=178157
IDSOLVER=3058
FILE ID=nodeC009/4458766-1721881397
RUNJOBID= nodeC009-1721877730-203505
SLURM_JOB_ID= 8089270
Free space on /tmp= 723760 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/normalized-maxcut_opt_complete_5-partite_block_nvert_55.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458766-1721881397/watcher-4458766-1721881397 -o /tmp/evaluation-result-4458766-1721881397/solver-4458766-1721881397 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203505 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4458766-1721881397.opb

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

MD5SUM BENCH= ff0f59bbfc198112e385d67f72301d6a
RANDOM SEED=396577167

nodeC009.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3605.317
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3614.739
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.455
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.250
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.421
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2394.504
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3663.967
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3578.679
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        107918948 kB
MemAvailable:   111476872 kB
Buffers:          301200 kB
Cached:          3995032 kB
SwapCached:         4924 kB
Active:          1747964 kB
Inactive:       21227740 kB
Active(anon):       1640 kB
Inactive(anon): 18723140 kB
Active(file):    1746324 kB
Inactive(file):  2504600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              4144 kB
Writeback:            20 kB
AnonPages:      18669816 kB
Mapped:           110832 kB
Shmem:             45300 kB
KReclaimable:     294400 kB
Slab:             405208 kB
SReclaimable:     294400 kB
SUnreclaim:       110808 kB
KernelStack:        4836 kB
PageTables:        46256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   27857548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17965056 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC009 at 2024-07-25 07:22:27