Trace number 4543408

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 NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.29 3579.67

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
MD5SUMfa4a44a126a0a168be7bf7730f3b2c61
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040696
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables272
Total number of constraints273
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint5
Maximum length of a constraint272
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 296
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.13	c version PB25.v20250606
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2106806208
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2113929216
0.12/0.16	c Number of processors 	2
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.22	c Expensive reason simplification
0.12/0.22	c Glucose 2.1 dynamic restart strategy
0.12/0.22	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4543408-1753226292.opb
0.12/0.22	c reading problem ... 
0.12/0.23	c using VERIPB proof format
0.32/0.23	c  no objective function found
0.32/0.31	c ... done. Wall clock time 0.082s.
0.32/0.31	c declared #vars     272
0.32/0.31	c #constraints  273
0.32/0.31	c constraints type 
0.32/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.32/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 272
0.32/0.31	c 273 constraints processed.
1.41/0.89	c cleaning 2498 clauses out of 5000 with flag 11780/5000
2.39/1.32	c cleaning 4250 clauses out of 8502 with flag 26090/11000
2.98/1.65	c cleaning 5624 clauses out of 11252 with flag 42747/18000
3.58/1.94	c cleaning 6815 clauses out of 13629 with flag 62207/26001
3.98/2.18	c cleaning 7907 clauses out of 15813 with flag 83957/35000
4.55/2.44	c cleaning 8952 clauses out of 17906 with flag 109242/45000
4.92/2.75	c cleaning 9973 clauses out of 19955 with flag 136190/56001
5.42/3.20	c cleaning 10989 clauses out of 21982 with flag 167207/68001
6.12/4.01	c cleaning 11996 clauses out of 23992 with flag 199599/81000
6.73/4.57	c cleaning 12994 clauses out of 25996 with flag 232310/95000
7.25/5.06	c cleaning 14001 clauses out of 28002 with flag 267716/110000
7.83/5.56	c cleaning 14999 clauses out of 30001 with flag 312338/126000
8.42/6.07	c cleaning 15998 clauses out of 32002 with flag 357279/143000
9.29/6.62	c cleaning 17001 clauses out of 34007 with flag 402808/161003
9.95/7.18	c cleaning 18000 clauses out of 36003 with flag 449910/180000
10.65/7.75	c cleaning 18997 clauses out of 38006 with flag 500100/200003
11.29/8.36	c cleaning 20001 clauses out of 40006 with flag 551506/221000
12.07/9.08	c cleaning 21004 clauses out of 42007 with flag 606082/243002
12.83/9.76	c cleaning 21999 clauses out of 44002 with flag 661522/266001
13.67/10.46	c cleaning 23000 clauses out of 46002 with flag 719510/290000
14.53/11.25	c cleaning 24001 clauses out of 48003 with flag 779688/315001
15.63/12.06	c cleaning 25000 clauses out of 50002 with flag 842983/341001
16.52/12.96	c cleaning 26000 clauses out of 52002 with flag 910270/368001
17.31/13.73	c cleaning 26997 clauses out of 54001 with flag 977968/396000
18.21/14.60	c cleaning 27992 clauses out of 56005 with flag 1050763/425001
19.12/15.51	c cleaning 29003 clauses out of 58013 with flag 1128842/455001
20.02/16.44	c cleaning 30002 clauses out of 60010 with flag 1210884/486001
21.11/17.55	c cleaning 30997 clauses out of 62007 with flag 1290337/518000
22.22/18.61	c cleaning 32001 clauses out of 64010 with flag 1375078/551000
23.12/19.57	c cleaning 33001 clauses out of 66009 with flag 1459130/585000
24.21/20.65	c cleaning 34000 clauses out of 68009 with flag 1546652/620001
25.31/21.71	c cleaning 34999 clauses out of 70008 with flag 1638069/656000
26.43/22.85	c cleaning 35998 clauses out of 72009 with flag 1727450/693000
27.53/23.94	c cleaning 37003 clauses out of 74012 with flag 1826506/731001
28.64/25.05	c cleaning 38000 clauses out of 76009 with flag 1920685/770001
29.82/26.28	c cleaning 38996 clauses out of 78008 with flag 2020404/810000
31.13/27.54	c cleaning 39999 clauses out of 80012 with flag 2123300/851000
32.43/28.88	c cleaning 41004 clauses out of 82013 with flag 2229582/893000
33.83/30.28	c cleaning 42004 clauses out of 84011 with flag 2337119/936002
35.32/31.76	c cleaning 42993 clauses out of 86005 with flag 2446223/980000
36.64/33.05	c cleaning 44001 clauses out of 88012 with flag 2559904/1025000
38.11/34.53	c cleaning 45001 clauses out of 90011 with flag 2671652/1071000
39.52/35.99	c cleaning 46003 clauses out of 92011 with flag 2787811/1118001
41.11/37.50	c cleaning 46999 clauses out of 94007 with flag 2902511/1166000
42.62/39.10	c cleaning 47997 clauses out of 96008 with flag 3019319/1215000
44.30/40.77	c cleaning 49004 clauses out of 98012 with flag 3139727/1265001
46.00/42.44	c cleaning 50003 clauses out of 100009 with flag 3262203/1316002
47.60/44.04	c cleaning 51003 clauses out of 102005 with flag 3386527/1368001
49.49/45.93	c cleaning 51997 clauses out of 104003 with flag 3514956/1421002
51.08/47.57	c cleaning 53000 clauses out of 106004 with flag 3646876/1475000
52.88/49.37	c cleaning 53999 clauses out of 108006 with flag 3783242/1530002
54.77/51.28	c cleaning 54999 clauses out of 110005 with flag 3921632/1586000
56.97/53.43	c cleaning 56002 clauses out of 112008 with flag 4070736/1643002
58.97/55.45	c cleaning 56998 clauses out of 114006 with flag 4218688/1701002
61.26/57.79	c cleaning 58002 clauses out of 116006 with flag 4360837/1760000
63.46/59.93	c cleaning 59001 clauses out of 118005 with flag 4512664/1820001
65.75/62.25	c cleaning 59999 clauses out of 120003 with flag 4673511/1881000
68.43/64.84	c cleaning 60999 clauses out of 122004 with flag 4849642/1943000
70.64/67.08	c cleaning 61996 clauses out of 124005 with flag 5015911/2006000
72.92/69.30	c cleaning 62996 clauses out of 126009 with flag 5188760/2070000
75.32/71.72	c cleaning 63992 clauses out of 128016 with flag 5375229/2135003
77.81/74.23	c cleaning 65005 clauses out of 130021 with flag 5574145/2201000
80.31/76.77	c cleaning 66006 clauses out of 132018 with flag 5763906/2268002
82.80/79.21	c cleaning 66994 clauses out of 134010 with flag 5947243/2336000
85.64/82.08	c cleaning 68005 clauses out of 136017 with flag 6141867/2405001
88.93/85.40	c cleaning 69000 clauses out of 138011 with flag 6339491/2475000
91.64/88.06	c cleaning 70002 clauses out of 140012 with flag 6515604/2546001
94.89/91.24	c cleaning 70997 clauses out of 142010 with flag 6715422/2618001
97.88/94.18	c cleaning 72006 clauses out of 144012 with flag 6921555/2691000
101.36/97.70	c cleaning 72995 clauses out of 146006 with flag 7143389/2765000
104.86/101.12	c cleaning 73996 clauses out of 148012 with flag 7356149/2840001
108.22/104.42	c cleaning 75005 clauses out of 150016 with flag 7574939/2916001
111.22/107.46	c cleaning 76002 clauses out of 152010 with flag 7786831/2993000
114.91/111.13	c cleaning 77000 clauses out of 154009 with flag 8008574/3071001
118.09/114.34	c cleaning 78000 clauses out of 156009 with flag 8216084/3150001
121.32/117.58	c cleaning 78993 clauses out of 158008 with flag 8428775/3230000
124.72/120.97	c cleaning 79998 clauses out of 160015 with flag 8654747/3311000
128.22/124.40	c cleaning 81006 clauses out of 162017 with flag 8881743/3393000
133.31/129.55	c cleaning 82004 clauses out of 164013 with flag 9117224/3476002
137.11/133.35	c cleaning 83000 clauses out of 166008 with flag 9353764/3560001
140.86/137.02	c cleaning 84005 clauses out of 168009 with flag 9581299/3645002
144.44/140.62	c cleaning 84993 clauses out of 170002 with flag 9815587/3731000
148.25/144.42	c cleaning 85999 clauses out of 172009 with flag 10064648/3818000
151.99/148.19	c cleaning 87003 clauses out of 174011 with flag 10295921/3906001
156.07/152.28	c cleaning 88000 clauses out of 176008 with flag 10554270/3995001
160.52/156.65	c cleaning 89002 clauses out of 178011 with flag 10806906/4085004
165.12/161.29	c cleaning 89995 clauses out of 180005 with flag 11058334/4176000
169.27/165.31	c cleaning 91004 clauses out of 182010 with flag 11298994/4268000
173.56/169.70	c cleaning 91997 clauses out of 184008 with flag 11565305/4361002
178.19/174.23	c cleaning 92998 clauses out of 186009 with flag 11836980/4455000
182.58/178.63	c cleaning 93994 clauses out of 188011 with flag 12106112/4550000
187.95/183.99	c cleaning 94999 clauses out of 190017 with flag 12370432/4646000
192.84/188.86	c cleaning 96000 clauses out of 192018 with flag 12641827/4743000
198.98/195.00	c cleaning 97003 clauses out of 194018 with flag 12923224/4841000
203.77/199.77	c cleaning 98007 clauses out of 196015 with flag 13190503/4940000
210.32/206.20	c cleaning 98997 clauses out of 198011 with flag 13474604/5040003
215.61/211.42	c cleaning 100004 clauses out of 200011 with flag 13761977/5141000
220.51/216.39	c cleaning 101001 clauses out of 202007 with flag 14052771/5243000
226.79/222.56	c cleaning 101999 clauses out of 204010 with flag 14341279/5346004
232.09/227.83	c cleaning 102998 clauses out of 206007 with flag 14636184/5450000
237.63/233.36	c cleaning 104000 clauses out of 208009 with flag 14943982/5555000
244.58/240.25	c cleaning 104996 clauses out of 210009 with flag 15261151/5661000
249.17/244.82	c cleaning 106000 clauses out of 212013 with flag 15548230/5768000
254.57/250.19	c cleaning 107000 clauses out of 214015 with flag 15849403/5876002
259.86/255.40	c cleaning 108003 clauses out of 216013 with flag 16150378/5985000
265.39/260.90	c cleaning 109001 clauses out of 218011 with flag 16455272/6095001
270.89/266.41	c cleaning 110000 clauses out of 220009 with flag 16765111/6206000
278.19/273.75	c cleaning 111000 clauses out of 222009 with flag 17056214/6318000
283.76/279.21	c cleaning 112002 clauses out of 224009 with flag 17356106/6431000
291.75/287.15	c cleaning 112997 clauses out of 226007 with flag 17678180/6545000
297.52/292.90	c cleaning 113998 clauses out of 228012 with flag 17995266/6660002
303.23/298.53	c cleaning 115005 clauses out of 230013 with flag 18327856/6776001
310.08/305.34	c cleaning 116000 clauses out of 232008 with flag 18662471/6893001
316.02/311.24	c cleaning 117002 clauses out of 234008 with flag 18994921/7011001
322.51/317.78	c cleaning 118001 clauses out of 236005 with flag 19345653/7130000
328.28/323.40	c cleaning 118998 clauses out of 238005 with flag 19685983/7250001
335.18/330.27	c cleaning 119999 clauses out of 240009 with flag 20027770/7371003
341.07/336.17	c cleaning 120996 clauses out of 242007 with flag 20370364/7493000
348.32/343.31	c cleaning 121995 clauses out of 244012 with flag 20717901/7616001
355.40/350.36	c cleaning 123001 clauses out of 246016 with flag 21060820/7740000
361.38/356.35	c cleaning 124006 clauses out of 248015 with flag 21371897/7865000
368.07/362.96	c cleaning 124995 clauses out of 250010 with flag 21713658/7991001
374.14/368.92	c cleaning 126010 clauses out of 252020 with flag 22049734/8118006
380.83/375.66	c cleaning 126994 clauses out of 254004 with flag 22384454/8246000
387.02/381.74	c cleaning 127999 clauses out of 256010 with flag 22699824/8375000
393.44/388.06	c cleaning 128998 clauses out of 258011 with flag 23026145/8505000
400.71/395.38	c cleaning 129996 clauses out of 260013 with flag 23370804/8636000
408.79/403.39	c cleaning 131008 clauses out of 262021 with flag 23708191/8768004
417.07/411.54	c cleaning 131998 clauses out of 264009 with flag 24046387/8901000
423.85/418.37	c cleaning 133001 clauses out of 266011 with flag 24420599/9035000
431.32/425.76	c cleaning 134003 clauses out of 268011 with flag 24788173/9170001
438.79/433.19	c cleaning 134999 clauses out of 270007 with flag 25176681/9306000
445.85/440.24	c cleaning 136000 clauses out of 272008 with flag 25554564/9443000
452.81/447.16	c cleaning 136999 clauses out of 274008 with flag 25940242/9581000
461.45/455.73	c cleaning 137997 clauses out of 276009 with flag 26312366/9720000
471.10/465.30	c cleaning 139001 clauses out of 278012 with flag 26704088/9860000
478.90/473.13	c cleaning 139998 clauses out of 280011 with flag 27093047/10001000
486.64/480.88	c cleaning 141003 clauses out of 282013 with flag 27478955/10143000
495.50/489.64	c cleaning 141977 clauses out of 284010 with flag 27868272/10286000
502.68/496.71	c cleaning 143013 clauses out of 286033 with flag 28260392/10430000
509.37/503.47	c cleaning 144005 clauses out of 288020 with flag 28625307/10575000
517.52/511.51	c cleaning 145008 clauses out of 290015 with flag 29020454/10721000
527.27/521.27	c cleaning 145999 clauses out of 292007 with flag 29443706/10868000
535.93/529.80	c cleaning 146995 clauses out of 294010 with flag 29841026/11016002
543.01/536.84	c cleaning 148000 clauses out of 296013 with flag 30240987/11165000
551.40/545.12	c cleaning 149007 clauses out of 298014 with flag 30653362/11315001
559.39/553.15	c cleaning 150003 clauses out of 300006 with flag 31057441/11466000
567.52/561.23	c cleaning 150993 clauses out of 302003 with flag 31463428/11618000
576.37/570.04	c cleaning 152000 clauses out of 304010 with flag 31879851/11771000
586.31/579.95	c cleaning 153001 clauses out of 306012 with flag 32323913/11925002
595.66/589.28	c cleaning 153998 clauses out of 308009 with flag 32743592/12080000
604.88/598.47	c cleaning 155000 clauses out of 310011 with flag 33186303/12236000
614.89/608.42	c cleaning 156003 clauses out of 312012 with flag 33637031/12393001
622.67/616.14	c cleaning 156991 clauses out of 314008 with flag 34028300/12551000
630.83/624.28	c cleaning 158001 clauses out of 316017 with flag 34407722/12710000
638.22/631.63	c cleaning 158998 clauses out of 318017 with flag 34817020/12870001
648.56/641.87	c cleaning 160008 clauses out of 320018 with flag 35277563/13031000
660.12/653.37	c cleaning 160995 clauses out of 322010 with flag 35743103/13193000
670.17/663.37	c cleaning 162004 clauses out of 324016 with flag 36197122/13356001
679.22/672.30	c cleaning 163003 clauses out of 326011 with flag 36654825/13520000
688.97/682.04	c cleaning 163997 clauses out of 328008 with flag 37114352/13685000
697.67/690.75	c cleaning 165006 clauses out of 330011 with flag 37560968/13851000
705.93/698.91	c cleaning 166003 clauses out of 332005 with flag 38004951/14018000
715.78/708.72	c cleaning 167000 clauses out of 334004 with flag 38451429/14186002
725.52/718.42	c cleaning 167998 clauses out of 336002 with flag 38888528/14355000
735.59/728.48	c cleaning 168996 clauses out of 338004 with flag 39304830/14525000
747.44/740.29	c cleaning 169999 clauses out of 340009 with flag 39735918/14696001
756.12/748.83	c cleaning 171000 clauses out of 342009 with flag 40149299/14868000
765.16/757.80	c cleaning 172002 clauses out of 344010 with flag 40575697/15041001
776.38/768.40	c cleaning 172998 clauses out of 346007 with flag 41035347/15215000
785.48/777.51	c cleaning 174002 clauses out of 348009 with flag 41492585/15390000
796.85/788.90	c cleaning 174996 clauses out of 350008 with flag 41936864/15566001
805.46/797.50	c cleaning 175990 clauses out of 352011 with flag 42358379/15743000
816.32/808.35	c cleaning 177008 clauses out of 354022 with flag 42818761/15921001
826.39/818.37	c cleaning 177995 clauses out of 356013 with flag 43277537/16100000
837.47/829.48	c cleaning 179000 clauses out of 358018 with flag 43742788/16280000
849.30/841.21	c cleaning 180001 clauses out of 360018 with flag 44218761/16461000
859.26/851.12	c cleaning 181008 clauses out of 362018 with flag 44650635/16643001
870.60/862.48	c cleaning 181998 clauses out of 364009 with flag 45105886/16826000
882.25/874.07	c cleaning 183002 clauses out of 366011 with flag 45554288/17010000
893.12/884.85	c cleaning 183992 clauses out of 368009 with flag 46013921/17195000
905.68/897.35	c cleaning 185005 clauses out of 370018 with flag 46466939/17381001
915.95/907.56	c cleaning 185999 clauses out of 372012 with flag 46907188/17568000
927.44/918.93	c cleaning 186998 clauses out of 374013 with flag 47349818/17756000
937.95/929.36	c cleaning 188002 clauses out of 376016 with flag 47796196/17945001
948.53/939.86	c cleaning 188996 clauses out of 378014 with flag 48250341/18135001
959.11/950.37	c cleaning 190002 clauses out of 380020 with flag 48696157/18326003
968.47/959.68	c cleaning 191003 clauses out of 382015 with flag 49150889/18518000
981.84/972.91	c cleaning 192007 clauses out of 384013 with flag 49622877/18711001
993.81/984.91	c cleaning 193000 clauses out of 386005 with flag 50096240/18905000
1006.34/997.49	c cleaning 193996 clauses out of 388006 with flag 50568356/19100001
1022.09/1013.17	c cleaning 194999 clauses out of 390009 with flag 51056519/19296000
1037.04/1028.10	c cleaning 196001 clauses out of 392012 with flag 51540214/19493002
1050.36/1041.38	c cleaning 197000 clauses out of 394010 with flag 52033829/19691001
1062.89/1053.73	c cleaning 197999 clauses out of 396009 with flag 52564593/19890000
1075.47/1066.16	c cleaning 199003 clauses out of 398012 with flag 53131529/20090002
1090.93/1081.53	c cleaning 199999 clauses out of 400007 with flag 53679997/20291000
1104.10/1094.63	c cleaning 200997 clauses out of 402008 with flag 54224731/20493000
1118.09/1108.58	c cleaning 202004 clauses out of 404013 with flag 54782392/20696002
1132.86/1123.22	c cleaning 202998 clauses out of 406007 with flag 55330879/20900000
1144.62/1134.98	c cleaning 204004 clauses out of 408012 with flag 55899018/21105003
1156.56/1146.83	c cleaning 204991 clauses out of 410006 with flag 56468872/21311001
1170.68/1160.90	c cleaning 206003 clauses out of 412015 with flag 57073179/21518001
1184.19/1174.48	c cleaning 207004 clauses out of 414012 with flag 57676010/21726001
1200.35/1190.53	c cleaning 208002 clauses out of 416009 with flag 58272153/21935002
1209.94/1200.09	c cleaning 208992 clauses out of 418005 with flag 58788174/22145000
1222.16/1212.28	c cleaning 210003 clauses out of 420013 with flag 59332948/22356000
1234.72/1224.77	c cleaning 211000 clauses out of 422012 with flag 59933983/22568002
1249.86/1239.82	c cleaning 212001 clauses out of 424010 with flag 60560045/22781000
1263.50/1253.47	c cleaning 213000 clauses out of 426010 with flag 61134846/22995001
1279.60/1269.46	c cleaning 214000 clauses out of 428011 with flag 61711950/23210002
1294.19/1283.96	c cleaning 214998 clauses out of 430009 with flag 62331088/23426000
1308.99/1298.65	c cleaning 216002 clauses out of 432011 with flag 62948175/23643000
1325.04/1314.68	c cleaning 217000 clauses out of 434010 with flag 63579664/23861001
1338.10/1327.61	c cleaning 217998 clauses out of 436009 with flag 64192300/24080000
1353.54/1343.11	c cleaning 219005 clauses out of 438012 with flag 64769566/24300001
1370.85/1360.33	c cleaning 219997 clauses out of 440006 with flag 65406966/24521000
1388.46/1377.99	c cleaning 221003 clauses out of 442010 with flag 66052564/24743001
1403.35/1392.70	c cleaning 221999 clauses out of 444006 with flag 66674427/24966000
1418.06/1407.45	c cleaning 222995 clauses out of 446007 with flag 67306088/25190000
1433.03/1422.32	c cleaning 224003 clauses out of 448013 with flag 67932360/25415001
1448.47/1437.79	c cleaning 224995 clauses out of 450009 with flag 68575243/25641000
1466.45/1455.61	c cleaning 226003 clauses out of 452015 with flag 69206163/25868001
1480.00/1469.19	c cleaning 226998 clauses out of 454012 with flag 69813481/26096001
1495.46/1483.92	c cleaning 227998 clauses out of 456013 with flag 70429652/26325000
1508.52/1496.89	c cleaning 228999 clauses out of 458016 with flag 71045673/26555001
1522.63/1511.01	c cleaning 230001 clauses out of 460017 with flag 71669487/26786001
1541.44/1529.50	c cleaning 231000 clauses out of 462015 with flag 72317280/27018000
1557.10/1545.03	c cleaning 232001 clauses out of 464015 with flag 72954264/27251000
1572.65/1560.52	c cleaning 232999 clauses out of 466014 with flag 73596494/27485000
1588.49/1576.35	c cleaning 234003 clauses out of 468017 with flag 74230523/27720002
1604.12/1591.96	c cleaning 235005 clauses out of 470013 with flag 74860611/27956001
1617.86/1605.66	c cleaning 235998 clauses out of 472007 with flag 75446658/28193000
1634.19/1621.97	c cleaning 236997 clauses out of 474009 with flag 76100365/28431000
1655.60/1643.26	c cleaning 237999 clauses out of 476012 with flag 76786899/28670000
1668.07/1655.64	c cleaning 238997 clauses out of 478013 with flag 77364397/28910000
1684.01/1671.52	c cleaning 239998 clauses out of 480016 with flag 77934224/29151000
1698.41/1685.98	c cleaning 241003 clauses out of 482018 with flag 78526630/29393000
1718.97/1706.46	c cleaning 242004 clauses out of 484016 with flag 79140217/29636001
1732.90/1720.14	c cleaning 243000 clauses out of 486012 with flag 79721139/29880001
1747.79/1734.93	c cleaning 244004 clauses out of 488012 with flag 80348299/30125001
1763.31/1750.45	c cleaning 244997 clauses out of 490007 with flag 80992571/30371000
1776.26/1763.35	c cleaning 245989 clauses out of 492010 with flag 81617193/30618000
1790.65/1777.54	c cleaning 247005 clauses out of 494022 with flag 82220195/30866001
1805.25/1792.06	c cleaning 248006 clauses out of 496020 with flag 82873453/31115004
1820.17/1806.90	c cleaning 248998 clauses out of 498010 with flag 83497206/31365000
1837.31/1824.09	c cleaning 249996 clauses out of 500012 with flag 84148461/31616000
1857.32/1843.95	c cleaning 251004 clauses out of 502016 with flag 84866421/31868000
1872.08/1858.68	c cleaning 252000 clauses out of 504012 with flag 85499873/32121000
1885.61/1872.17	c cleaning 252996 clauses out of 506013 with flag 86130076/32375001
1902.16/1888.67	c cleaning 254006 clauses out of 508016 with flag 86768307/32630000
1921.51/1908.00	c cleaning 254992 clauses out of 510010 with flag 87395417/32886000
1936.72/1923.15	c cleaning 256004 clauses out of 512019 with flag 88044290/33143001
1954.70/1941.09	c cleaning 257004 clauses out of 514014 with flag 88695777/33401000
1975.03/1961.30	c cleaning 257975 clauses out of 516011 with flag 89334421/33660001
1992.68/1978.92	c cleaning 259017 clauses out of 518036 with flag 89985478/33920001
2013.83/1999.94	c cleaning 260010 clauses out of 520022 with flag 90700336/34181004
2033.87/2019.96	c cleaning 261000 clauses out of 522008 with flag 91458165/34443000
2054.90/2040.98	c cleaning 261994 clauses out of 524009 with flag 92209979/34706001
2073.83/2059.86	c cleaning 263003 clauses out of 526014 with flag 92916399/34970000
2094.23/2080.17	c cleaning 263998 clauses out of 528011 with flag 93647302/35235000
2111.62/2097.43	c cleaning 265000 clauses out of 530014 with flag 94293677/35501001
2132.49/2118.39	c cleaning 266007 clauses out of 532013 with flag 94974793/35768000
2151.01/2136.78	c cleaning 266997 clauses out of 534006 with flag 95691894/36036000
2169.74/2154.92	c cleaning 268002 clauses out of 536009 with flag 96430820/36305000
2188.92/2174.06	c cleaning 268995 clauses out of 538007 with flag 97173230/36575000
2209.53/2194.55	c cleaning 270001 clauses out of 540012 with flag 97919238/36846000
2229.81/2214.73	c cleaning 271002 clauses out of 542013 with flag 98644088/37118002
2251.71/2236.61	c cleaning 271998 clauses out of 544010 with flag 99402442/37391001
2271.94/2256.85	c cleaning 272994 clauses out of 546012 with flag 100157275/37665001
2289.40/2274.23	c cleaning 274006 clauses out of 548017 with flag 100906725/37940000
2310.11/2294.95	c cleaning 275005 clauses out of 550011 with flag 101601584/38216000
2329.37/2314.17	c cleaning 275998 clauses out of 552006 with flag 102363042/38493000
2344.02/2328.75	c cleaning 277000 clauses out of 554008 with flag 103047564/38771000
2360.57/2345.27	c cleaning 277995 clauses out of 556008 with flag 103729894/39050000
2381.61/2366.16	c cleaning 279001 clauses out of 558013 with flag 104499164/39330000
2401.15/2385.67	c cleaning 279999 clauses out of 560013 with flag 105278664/39611001
2426.10/2410.57	c cleaning 280998 clauses out of 562015 with flag 106058378/39893002
2447.11/2431.31	c cleaning 282006 clauses out of 564015 with flag 106850824/40176000
2470.87/2455.01	c cleaning 282999 clauses out of 566009 with flag 107606889/40460000
2494.10/2478.15	c cleaning 283997 clauses out of 568010 with flag 108416237/40745000
2515.18/2499.14	c cleaning 285001 clauses out of 570013 with flag 109198406/41031000
2543.14/2527.03	c cleaning 285999 clauses out of 572013 with flag 109982119/41318001
2567.30/2551.06	c cleaning 286998 clauses out of 574014 with flag 110806109/41606001
2588.86/2572.54	c cleaning 288002 clauses out of 576015 with flag 111626454/41895000
2609.85/2593.41	c cleaning 289005 clauses out of 578013 with flag 112436510/42185000
2631.15/2614.66	c cleaning 289999 clauses out of 580014 with flag 113251985/42476006
2656.64/2640.13	c cleaning 291001 clauses out of 582010 with flag 114060348/42768001
2672.54/2656.05	c cleaning 292000 clauses out of 584009 with flag 114837970/43061001
2695.18/2678.68	c cleaning 292999 clauses out of 586008 with flag 115628026/43355000
2717.12/2700.56	c cleaning 294002 clauses out of 588009 with flag 116433978/43650000
2737.85/2721.15	c cleaning 294995 clauses out of 590008 with flag 117211944/43946001
2761.47/2744.68	c cleaning 296000 clauses out of 592013 with flag 117957136/44243001
2782.21/2765.05	c cleaning 297004 clauses out of 594013 with flag 118688885/44541001
2804.61/2787.38	c cleaning 297999 clauses out of 596009 with flag 119399846/44840001
2827.81/2810.40	c cleaning 298998 clauses out of 598010 with flag 120126599/45140001
2850.93/2833.51	c cleaning 300004 clauses out of 600011 with flag 120866248/45441000
2872.49/2854.92	c cleaning 301001 clauses out of 602007 with flag 121641691/45743000
2896.40/2878.85	c cleaning 301991 clauses out of 604006 with flag 122481229/46046000
2922.53/2905.01	c cleaning 303000 clauses out of 606015 with flag 123298258/46350000
2945.94/2928.21	c cleaning 303971 clauses out of 608015 with flag 124135301/46655000
2966.55/2948.83	c cleaning 305016 clauses out of 610044 with flag 124954904/46961000
2989.58/2971.84	c cleaning 306013 clauses out of 612028 with flag 125843021/47268000
3015.71/2997.99	c cleaning 307003 clauses out of 614015 with flag 126731509/47576000
3038.95/3021.16	c cleaning 308006 clauses out of 616015 with flag 127597694/47885003
3057.96/3040.10	c cleaning 309000 clauses out of 618010 with flag 128443218/48195004
3079.38/3061.35	c cleaning 310003 clauses out of 620009 with flag 129311041/48506003
3105.26/3087.11	c cleaning 310997 clauses out of 622004 with flag 130160780/48818001
3127.38/3109.20	c cleaning 311993 clauses out of 624006 with flag 131022597/49131000
3145.25/3127.06	c cleaning 313001 clauses out of 626014 with flag 131828486/49445001
3163.93/3145.67	c cleaning 314002 clauses out of 628013 with flag 132596459/49760001
3182.56/3164.22	c cleaning 315000 clauses out of 630010 with flag 133373826/50076000
3203.23/3184.70	c cleaning 316000 clauses out of 632010 with flag 134183474/50393000
3221.87/3203.32	c cleaning 317004 clauses out of 634011 with flag 134944867/50711001
3251.52/3232.20	c cleaning 317995 clauses out of 636007 with flag 135724667/51030001
3278.14/3258.70	c cleaning 319003 clauses out of 638011 with flag 136614707/51350000
3305.07/3285.58	c cleaning 320000 clauses out of 640008 with flag 137463905/51671000
3323.85/3304.26	c cleaning 321003 clauses out of 642009 with flag 138255998/51993001
3348.88/3329.15	c cleaning 321995 clauses out of 644005 with flag 139019494/52316000
3368.80/3349.09	c cleaning 323000 clauses out of 646011 with flag 139770772/52640001
3390.18/3370.30	c cleaning 324000 clauses out of 648012 with flag 140531319/52965002
3412.31/3392.38	c cleaning 324999 clauses out of 650011 with flag 141326218/53291001
3440.01/3419.88	c cleaning 326000 clauses out of 652012 with flag 142124399/53618001
3461.63/3441.44	c cleaning 327000 clauses out of 654012 with flag 142995057/53946001
3488.66/3468.43	c cleaning 327991 clauses out of 656012 with flag 143891397/54275001
3513.62/3493.36	c cleaning 329005 clauses out of 658020 with flag 144726311/54605000
3536.52/3516.19	c cleaning 330000 clauses out of 660016 with flag 145587537/54936001
3561.13/3540.66	c cleaning 330998 clauses out of 662018 with flag 146450066/55268003
3583.31/3562.82	c cleaning 332008 clauses out of 664018 with flag 147333257/55601001
3600.04/3579.52	c timeout
3600.04/3579.53	c starts		: 150506
3600.04/3579.54	c conflicts		: 55883099
3600.04/3579.54	c decisions		: 153033234
3600.04/3579.54	c propagations		: 2347642349
3600.04/3579.54	c inspects		: 23056248488
3600.04/3579.54	c shortcuts		: 0
3600.04/3579.54	c learnt literals	: 0
3600.04/3579.54	c learnt binary clauses	: 0
3600.04/3579.54	c learnt ternary clauses	: 0
3600.04/3579.54	c learnt constraints	: 55883099
3600.04/3579.54	c ignored constraints	: 0
3600.04/3579.54	c root simplifications	: 0
3600.04/3579.54	c removed literals (reason simplification)	: 109112524
3600.04/3579.54	c reason swapping (by a shorter reason)	: 0
3600.04/3579.54	c Calls to reduceDB	: 329
3600.04/3579.54	c Number of update (reduction) of LBD	: 11046419
3600.04/3579.54	c Imported unit clauses	: 0
3600.04/3579.54	c No decision after first conflict	: false
3600.04/3579.55	c number of reductions to clauses (during analyze)	: 0
3600.04/3579.55	c number of learned constraints concerned by reduction	: 0
3600.04/3579.55	c number of learning phase by resolution	: 0
3600.04/3579.55	c number of learning phase by cutting planes	: 0
3600.04/3579.55	c number of rounding to 1 operations	: 0
3600.04/3579.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3579.55	c number of reductions of the coefficients by power 2 	: 0
3600.04/3579.55	c number of right shift for reduction by power 2 	: 0
3600.04/3579.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3579.55	c number of ending skipping 	: 0
3600.04/3579.55	c number of internal skipping 	: 0
3600.04/3579.55	c number of derivation steps 	: 0
3600.04/3579.55	c number of skipped derivation steps 	: 0
3600.04/3579.55	c number of remaining unassigned 	: 0
3600.04/3579.55	c number of remaining assigned 	: 0
3600.04/3579.55	c number of falsified literals weakened from reason	: 0
3600.04/3579.55	c number of falsified literals weakened from conflict	: 0
3600.04/3579.55	c time for arithmetic operations	: 0
3600.04/3579.55	c minimum degree of deleted constraints	: null
3600.04/3579.55	c maximum degree of deleted constraints	: null
3600.04/3579.55	c number of deleted constraints	: 0
3600.04/3579.55	c speed (assignments/second)	: 655905.9947430122
3600.04/3579.55	c non guided choices	: 227
3600.20/3579.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 614108
3600.20/3579.64	s UNKNOWN
3600.20/3579.64	c Total wall clock time (in seconds): 3579.414

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543408-1753226292/watcher-4543408-1753226292 -o /tmp/evaluation-result-4543408-1753226292/solver-4543408-1753226292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158994 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543408-1753226292 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543408-1753226292.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=159705, runsolver pid=159702

[startup+0.100075 s]*
/proc/loadavg: 4.32 4.27 4.21 8/326 159723
/proc/meminfo: memFree=123777612/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=18930384 memory=49452 CPUtime=0.12 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 6017 0 0 0 9 3 0 0 20 0 18 0 238308949 19384713216 12363 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4732596 12363 5337 1 0 547216 0
[pid=159705/tid=159707] ppid=159702 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 4827 0 0 0 5 2 0 0 20 0 18 0 238308951 19384713216 12363 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238308954 19384713216 12363 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=18930384 memory=59593594258114 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238308955 19384713216 12363 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49452 KiB

[startup+0.213869 s]*
/proc/loadavg: 4.32 4.27 4.21 7/326 159723
/proc/meminfo: memFree=123771752/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=18930384 memory=56632 CPUtime=0.32 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 6736 0 0 0 29 3 0 0 20 0 18 0 238308949 19384713216 14158 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4732596 14158 5433 1 0 547760 0
[pid=159705/tid=159707] ppid=159702 vsize=18930384 memory=4026990876 CPUtime=0.19 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 5249 0 0 0 17 2 0 0 20 0 18 0 238308951 19384713216 14158 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238308954 19384713216 14190 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238308955 19384713216 14190 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56632 KiB

[startup+0.317069 s]*
/proc/loadavg: 4.32 4.27 4.21 8/326 159723
/proc/meminfo: memFree=123770744/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=18996948 memory=61448 CPUtime=0.51 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 6921 0 0 0 47 4 0 0 20 0 19 0 238308949 19452874752 15362 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4749237 15362 5433 1 0 548187 0
[pid=159705/tid=159707] ppid=159702 vsize=18996948 memory=-9033485706195673788 CPUtime=0.28 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 5355 0 0 0 26 2 0 0 20 0 19 0 238308951 19452874752 15362 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238308954 19452874752 15362 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238308955 19452874752 15362 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (java) R 159702 159705 158984 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 238308980 19452874752 15362 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 61448 KiB

[startup+0.700564 s]
/proc/loadavg: 4.32 4.27 4.21 7/327 159724
/proc/meminfo: memFree=123738460/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=18996948 memory=97504 CPUtime=1.21 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 8566 0 0 0 115 6 0 0 20 0 19 0 238308949 19452874752 24376 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4749237 24376 5465 1 0 548721 0
[pid=159705/tid=159707] ppid=159702 vsize=18996948 memory=26880 CPUtime=0.64 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 5400 0 0 0 60 4 0 0 20 0 19 0 238308951 19452874752 24376 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238308954 19452874752 24376 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238308955 19452874752 24376 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238308980 19452874752 24376 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97504 KiB

[startup+1.50027 s]
/proc/loadavg: 4.32 4.27 4.21 8/327 159724
/proc/meminfo: memFree=123576072/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=170332 CPUtime=2.79 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 18658 0 0 0 269 10 0 0 20 0 20 0 238308949 19521036288 42583 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 42583 5497 1 0 552633 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=10624 CPUtime=1.39 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 5899 0 0 0 134 5 0 0 20 0 20 0 238308951 19521036288 42583 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 42583 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 42583 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 42583 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170332 KiB

[startup+3.10567 s]
/proc/loadavg: 4.38 4.29 4.21 6/328 159725
/proc/meminfo: memFree=123265652/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=205284 CPUtime=5.33 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 21221 0 0 0 521 12 0 0 20 0 20 0 238308949 19521036288 51321 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 51321 5497 1 0 552977 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=10624 CPUtime=2.95 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 6223 0 0 0 288 7 0 0 20 0 20 0 238308951 19521036288 51321 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=-9033485706195673788 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 51321 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 51321 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 51321 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205284 KiB

[startup+6.30039 s]
/proc/loadavg: 4.38 4.29 4.21 5/328 159725
/proc/meminfo: memFree=122960700/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=440740 CPUtime=8.81 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 23308 0 0 0 859 22 0 0 20 0 20 0 238308949 19521036288 110185 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 110185 5497 1 0 552977 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 6701 0 0 0 596 16 0 0 20 0 20 0 238308951 19521036288 110185 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 110185 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 110185 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=170460 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 110185 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440740 KiB

[startup+12.7004 s]
/proc/loadavg: 4.35 4.28 4.21 5/328 159725
/proc/meminfo: memFree=121195832/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=1309432 CPUtime=16.31 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 27932 0 0 0 1590 41 0 0 20 0 20 0 238308949 19521036288 327358 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 327358 5497 1 0 552977 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=170460 CPUtime=12.4 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 8574 0 0 0 1206 34 0 0 20 0 20 0 238308951 19521036288 327358 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 327358 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=1067724 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 327358 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 327358 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 16.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1309432 KiB

[startup+25.5004 s]
/proc/loadavg: 4.42 4.30 4.22 5/328 159726
/proc/meminfo: memFree=117808860/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=1315704 CPUtime=29.12 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 29953 0 0 0 2858 54 0 0 20 0 20 0 238308949 19521036288 328926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 328926 5529 1 0 552977 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=10624 CPUtime=25.09 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 9377 0 0 0 2464 45 0 0 20 0 20 0 238308951 19521036288 328926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=1067724 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 328926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 328926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 328926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 29.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315704 KiB

[startup+51.1132 s]
/proc/loadavg: 4.28 4.27 4.21 5/327 159726
/proc/meminfo: memFree=115226840/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=1332132 CPUtime=54.69 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 32414 0 0 0 5389 80 0 0 20 0 20 0 238308949 19521036288 333033 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 333033 5529 1 0 552977 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=1332132 CPUtime=50.26 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 10501 0 0 0 4956 70 0 0 20 0 20 0 238308951 19521036288 333033 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0

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

[startup+3222.3 s]
/proc/loadavg: 4.35 4.37 4.36 5/329 159924
/proc/meminfo: memFree=35758968/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3241.63 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 114765 0 0 0 322136 2027 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=2524408 CPUtime=3184.56 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 53588 0 0 0 316618 1838 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=26880 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3241.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.37 4.36 5/332 159929
/proc/meminfo: memFree=34530420/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3301.87 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 115105 0 0 0 328131 2056 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3244.03 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 53806 0 0 0 322538 1865 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=2524408 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=26880 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3301.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.37 4.36 6/332 159931
/proc/meminfo: memFree=33281672/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3362.1 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 117599 0 0 0 334118 2092 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=2524408 CPUtime=3303.32 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 55322 0 0 0 328434 1898 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3362.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.41 4.39 4.37 5/309 159965
/proc/meminfo: memFree=34164964/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3422.41 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 119521 0 0 0 340112 2129 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=10624 CPUtime=3362.65 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 56732 0 0 0 334333 1932 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1600 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3422.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.36 4.36 6/333 160080
/proc/meminfo: memFree=94636796/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3482.58 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 119654 0 0 0 346099 2159 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=10624 CPUtime=3422.02 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 56736 0 0 0 340244 1958 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3482.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.32 4.35 5/334 160083
/proc/meminfo: memFree=91154876/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3542.76 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 120162 0 0 0 352085 2191 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3481.45 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 57155 0 0 0 346157 1988 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=22004 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=26880 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=-9033485706195673788 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3542.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.5 s]
/proc/loadavg: 4.16 4.29 4.33 5/332 160084
/proc/meminfo: memFree=89781492/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19063512 memory=2407704 CPUtime=3600.04 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 122165 0 0 0 357780 2224 0 0 20 0 20 0 238308949 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4765878 601926 5529 1 0 613504 0
[pid=159705/tid=159707] ppid=159702 vsize=19063512 memory=3200 CPUtime=3537.98 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) R 159702 159705 158984 0 -1 4194368 58681 0 0 0 351781 2017 0 0 20 0 20 0 238308951 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308954 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 20 0 238308955 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159724] ppid=159702 vsize=19063512 memory=2407704 CPUtime=0 cores=0,2
/proc/159705/task/159724/stat : 159724 (Timer-0) S 159702 159705 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308980 19521036288 601926 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.02 s, system=22.2652 s

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

[startup+3579.6 s]
/proc/loadavg: 4.16 4.29 4.33 5/332 160084
/proc/meminfo: memFree=89781492/131382112 swapFree=33010160/33010684
[pid=159705] ppid=159702 vsize=19263204 memory=2408472 CPUtime=3600.2 cores=0,2
/proc/159705/stat : 159705 (java) S 159702 159705 158984 0 -1 4194304 124385 0 0 0 357796 2224 0 0 20 0 21 0 238308949 19725520896 602118 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
/proc/159705/statm: 4815801 602118 5529 1 0 614449 0
[pid=159705/tid=159707] ppid=159702 vsize=19263204 memory=-9033485706195673788 CPUtime=3538 cores=0,2
/proc/159705/task/159707/stat : 159707 (java) S 159702 159705 158984 0 -1 4194368 59085 0 0 0 351783 2017 0 0 20 0 21 0 238308951 19725520896 602118 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159716] ppid=159702 vsize=19263204 memory=5888 CPUtime=0 cores=0,2
/proc/159705/task/159716/stat : 159716 (Finalizer) S 159702 159705 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238308954 19725520896 602118 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
[pid=159705/tid=159723] ppid=159702 vsize=19263204 memory=12416 CPUtime=0 cores=0,2
/proc/159705/task/159723/stat : 159723 (Common-Cleaner) S 159702 159705 158984 0 -1 4194368 1656 0 0 0 0 0 0 0 20 0 21 0 238308955 19725520896 602118 18446744073709551615 94628301570048 94628301573744 140731368588032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94628301581560 94628301582352 94628329754624 140731368589652 140731368589796 140731368589796 140731368595400 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2408472 KiB

Child status: 143

Real time (s): 3579.67
CPU time (s): 3600.29
CPU user time (s): 3578.02
CPU system time (s): 22.2652
CPU usage (%): 100.576
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2599208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.02
system time used= 22.2652
maximum resident set size= 2599208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124587
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25546088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121253
involuntary context switches= 12402


# summary of solver processes directly reported to runsolver:
#   pid: 159705
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3578.02
#   total CPU system time (s): 22.2652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3602 second user time and 36.821 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 01:18:12
IDJOB=4543408
IDBENCH=173155
IDSOLVER=3364
FILE ID=nodeC009/4543408-1753226292
RUNJOBID= nodeC009-1753222705-158994
SLURM_JOB_ID= 9687823
Free space on /tmp= 431940 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543408-1753226292/watcher-4543408-1753226292 -o /tmp/evaluation-result-4543408-1753226292/solver-4543408-1753226292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158994 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543408-1753226292 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543408-1753226292.opb

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

MD5SUM BENCH= fa4a44a126a0a168be7bf7730f3b2c61
RANDOM SEED=1293704658

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2295.599
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 3661.520
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.228
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.646
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 2394.493
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 1795.851
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 1197.410
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 1197.408
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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123803620 kB
MemAvailable:   125073468 kB
Buffers:            2144 kB
Cached:          1987000 kB
SwapCached:           24 kB
Active:          5966096 kB
Inactive:         849564 kB
Active(anon):    4848652 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   845484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            355888 kB
Writeback:            16 kB
AnonPages:       4829652 kB
Mapped:           127792 kB
Shmem:             26128 kB
KReclaimable:     292712 kB
Slab:             386408 kB
SReclaimable:     292712 kB
SUnreclaim:        93696 kB
KernelStack:        5008 kB
PageTables:        13144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13216232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4626432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 405992 MiB
End job on nodeC009 at 2025-07-23 02:17:52