Trace number 4487674

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)1666 3600.36 3603.64

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM678ded5bf8e4807033dda77c17462616
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1567
Best CPU time to get the best result obtained on this benchmark0.008801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4487674-1751319319.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.16	c ... done. Wall clock time 0.026s.
0.13/0.16	c declared #vars     133
0.13/0.16	c #constraints  229
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58
0.13/0.16	c org.sat4j.specs.Constr$1 => 19
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
0.13/0.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 11
0.13/0.16	c 229 constraints processed.
0.13/0.17	c objective function length is 133 literals
0.13/0.18	c SATISFIABLE
0.13/0.18	c OPTIMIZING...
0.13/0.18	c Got one! Elapsed wall clock time (in seconds):0.043
0.13/0.18	o 1812
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.065
0.13/0.20	o 1789
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.066
0.13/0.20	o 1780
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.09
0.32/0.22	o 1766
0.32/0.23	c Got one! Elapsed wall clock time (in seconds):0.094
0.32/0.23	o 1757
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.218
0.51/0.35	o 1750
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.225
0.51/0.36	o 1746
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.235
0.51/0.37	o 1732
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.238
0.51/0.37	o 1723
0.90/0.51	c cleaning 3214 clauses out of 6435 with flag 6764/6435
1.27/0.75	c cleaning 4601 clauses out of 9221 with flag 19896/12435
1.68/0.92	c cleaning 5800 clauses out of 11620 with flag 34806/19435
1.68/0.97	c Got one! Elapsed wall clock time (in seconds):0.839
1.68/0.97	o 1722
1.68/0.99	c Got one! Elapsed wall clock time (in seconds):0.854
1.68/0.99	o 1716
1.88/1.01	c Got one! Elapsed wall clock time (in seconds):0.876
1.88/1.01	o 1715
1.88/1.01	c Got one! Elapsed wall clock time (in seconds):0.879
1.88/1.01	o 1712
1.88/1.02	c Got one! Elapsed wall clock time (in seconds):0.883
1.88/1.02	o 1707
1.88/1.02	c Got one! Elapsed wall clock time (in seconds):0.885
1.88/1.02	o 1698
1.88/1.02	c Got one! Elapsed wall clock time (in seconds):0.886
1.88/1.02	o 1689
1.88/1.05	c cleaning 6312 clauses out of 12636 with flag 2347/26251
2.07/1.16	c cleaning 6153 clauses out of 12324 with flag 15632/32251
2.25/1.27	c cleaning 6580 clauses out of 13171 with flag 30564/39251
2.58/1.40	c cleaning 7291 clauses out of 14592 with flag 47837/47252
2.69/1.54	c cleaning 8142 clauses out of 16300 with flag 67142/56251
2.69/1.59	c Got one! Elapsed wall clock time (in seconds):1.457
2.69/1.59	o 1680
2.79/1.64	c cleaning 6936 clauses out of 13892 with flag 4224/61985
2.89/1.74	c cleaning 6469 clauses out of 12956 with flag 17033/67985
3.00/1.84	c cleaning 6738 clauses out of 13487 with flag 32096/74985
3.00/1.87	c Got one! Elapsed wall clock time (in seconds):1.735
3.00/1.87	o 1671
3.10/1.92	c cleaning 5886 clauses out of 11781 with flag 6697/80017
3.10/1.99	c Got one! Elapsed wall clock time (in seconds):1.861
3.10/1.99	o 1668
3.21/2.09	c cleaning 8248 clauses out of 16505 with flag 11343/90627
3.31/2.19	c cleaning 7123 clauses out of 14256 with flag 25058/96626
3.40/2.23	c Got one! Elapsed wall clock time (in seconds):2.098
3.40/2.23	o 1666
3.40/2.28	c cleaning 6237 clauses out of 12483 with flag 6377/101976
3.52/2.36	c cleaning 6119 clauses out of 12245 with flag 19155/107975
3.64/2.46	c cleaning 6561 clauses out of 13125 with flag 34128/114974
3.74/2.57	c cleaning 7280 clauses out of 14564 with flag 51631/122974
3.97/2.71	c cleaning 8139 clauses out of 16285 with flag 71367/131975
4.07/2.89	c cleaning 9071 clauses out of 18145 with flag 93016/141974
4.37/3.11	c cleaning 10031 clauses out of 20074 with flag 116976/152974
4.57/3.34	c cleaning 11019 clauses out of 22043 with flag 143525/164974
4.88/3.62	c cleaning 12011 clauses out of 24025 with flag 172219/177975
5.17/3.91	c cleaning 13007 clauses out of 26013 with flag 202866/191974
5.47/4.24	c cleaning 13998 clauses out of 28006 with flag 235664/206974
5.90/4.63	c cleaning 15005 clauses out of 30010 with flag 270613/222976
6.42/5.10	c cleaning 16000 clauses out of 32004 with flag 308225/239975
6.72/5.48	c cleaning 17003 clauses out of 34005 with flag 347833/257976
7.22/5.93	c cleaning 18000 clauses out of 36001 with flag 390305/276975
7.72/6.49	c cleaning 18992 clauses out of 38000 with flag 433872/296974
8.32/7.05	c cleaning 19993 clauses out of 40008 with flag 480276/317974
9.01/7.71	c cleaning 21000 clauses out of 42015 with flag 529013/339974
9.61/8.35	c cleaning 22008 clauses out of 44015 with flag 580437/362974
10.42/9.12	c cleaning 23001 clauses out of 46007 with flag 633271/386974
11.21/9.92	c cleaning 24003 clauses out of 48006 with flag 687138/411974
12.11/10.88	c cleaning 24998 clauses out of 50004 with flag 744107/437975
12.90/11.69	c cleaning 26002 clauses out of 52005 with flag 803962/464974
13.81/12.57	c cleaning 27000 clauses out of 54003 with flag 866167/492974
14.81/13.51	c cleaning 27999 clauses out of 56004 with flag 930664/521975
15.91/14.62	c cleaning 29003 clauses out of 58005 with flag 996886/551975
17.10/15.89	c cleaning 29997 clauses out of 60002 with flag 1065629/582975
18.20/16.91	c cleaning 31000 clauses out of 62004 with flag 1136565/614974
19.20/17.93	c cleaning 32002 clauses out of 64004 with flag 1210141/647974
20.30/19.03	c cleaning 32995 clauses out of 66003 with flag 1285864/681975
21.60/20.39	c cleaning 33999 clauses out of 68007 with flag 1363656/716974
22.81/21.58	c cleaning 34997 clauses out of 70008 with flag 1443299/752974
24.11/22.88	c cleaning 36005 clauses out of 72011 with flag 1525516/789974
25.41/24.17	c cleaning 36995 clauses out of 74006 with flag 1609858/827974
26.91/25.69	c cleaning 37999 clauses out of 76011 with flag 1696507/866974
28.70/27.44	c cleaning 39004 clauses out of 78013 with flag 1785256/906975
30.40/29.18	c cleaning 40002 clauses out of 80008 with flag 1876010/947974
32.52/31.24	c cleaning 41003 clauses out of 82006 with flag 1968419/989974
34.32/33.09	c cleaning 42000 clauses out of 84003 with flag 2064541/1032974
36.32/35.07	c cleaning 42998 clauses out of 86004 with flag 2162548/1076975
38.31/37.07	c cleaning 44001 clauses out of 88005 with flag 2264260/1121974
40.50/39.23	c cleaning 45000 clauses out of 90004 with flag 2366676/1167974
42.70/41.44	c cleaning 45992 clauses out of 92005 with flag 2471742/1214975
45.12/43.83	c cleaning 47001 clauses out of 94014 with flag 2578368/1262976
47.82/46.50	c cleaning 48001 clauses out of 96012 with flag 2687165/1311975
50.71/49.42	c cleaning 48998 clauses out of 98011 with flag 2797829/1361975
53.60/52.36	c cleaning 50003 clauses out of 100012 with flag 2910697/1412974
56.50/55.27	c cleaning 50994 clauses out of 102009 with flag 3026487/1464974
58.34/57.02	c cleaning 52002 clauses out of 104015 with flag 3144513/1517974
60.22/58.94	c cleaning 53004 clauses out of 106013 with flag 3265079/1571974
62.52/61.24	c cleaning 54001 clauses out of 108009 with flag 3387316/1626974
64.42/63.13	c cleaning 55003 clauses out of 110009 with flag 3511901/1682975
66.61/65.33	c cleaning 56000 clauses out of 112007 with flag 3639141/1739976
69.03/67.76	c cleaning 56995 clauses out of 114005 with flag 3768726/1797974
71.43/70.10	c cleaning 58003 clauses out of 116012 with flag 3900013/1856976
73.92/72.61	c cleaning 59002 clauses out of 118007 with flag 4034035/1916974
76.51/75.23	c cleaning 59999 clauses out of 120005 with flag 4171864/1977974
79.43/78.15	c cleaning 60996 clauses out of 122007 with flag 4310320/2039975
81.62/80.36	c cleaning 62004 clauses out of 124011 with flag 4451127/2102975
84.21/82.92	c cleaning 62995 clauses out of 126006 with flag 4593587/2166974
86.51/85.25	c cleaning 64004 clauses out of 128012 with flag 4740716/2231975
89.12/87.85	c cleaning 65000 clauses out of 130007 with flag 4893793/2297974
91.91/90.67	c cleaning 65998 clauses out of 132008 with flag 5042253/2364975
94.92/93.67	c cleaning 67003 clauses out of 134009 with flag 5193024/2432974
98.32/97.07	c cleaning 68003 clauses out of 136007 with flag 5347010/2501975
101.61/100.39	c cleaning 69000 clauses out of 138003 with flag 5502981/2571974
105.51/104.29	c cleaning 69997 clauses out of 140003 with flag 5661125/2642974
109.60/108.37	c cleaning 70997 clauses out of 142007 with flag 5821616/2714975
113.99/112.77	c cleaning 71996 clauses out of 144010 with flag 5983087/2787975
118.08/116.82	c cleaning 73001 clauses out of 146014 with flag 6148112/2861975
121.89/120.51	c cleaning 74003 clauses out of 148012 with flag 6315265/2936974
124.69/123.32	c cleaning 74999 clauses out of 150009 with flag 6484632/3012974
127.38/126.09	c cleaning 76002 clauses out of 152011 with flag 6657415/3089975
131.38/130.03	c cleaning 76998 clauses out of 154008 with flag 6829702/3167974
134.50/133.13	c cleaning 78004 clauses out of 156011 with flag 7005367/3246975
138.83/136.93	c cleaning 79003 clauses out of 158006 with flag 7181065/3326974
142.83/140.93	c cleaning 80000 clauses out of 160003 with flag 7360217/3407974
146.85/144.90	c cleaning 80998 clauses out of 162004 with flag 7542152/3489975
151.64/149.75	c cleaning 82003 clauses out of 164005 with flag 7724839/3572974
157.04/155.11	c cleaning 83002 clauses out of 166003 with flag 7909848/3656975
163.15/161.27	c cleaning 84000 clauses out of 168000 with flag 8096994/3741974
168.24/166.32	c cleaning 84993 clauses out of 170001 with flag 8286983/3827975
173.52/171.63	c cleaning 86001 clauses out of 172007 with flag 8481864/3914974
178.81/177.00	c cleaning 86998 clauses out of 174006 with flag 8675908/4002974
185.49/183.61	c cleaning 88001 clauses out of 176008 with flag 8874629/4091974
191.98/190.16	c cleaning 89000 clauses out of 178008 with flag 9075636/4181975
199.26/197.47	c cleaning 90002 clauses out of 180009 with flag 9277597/4272976
206.33/204.58	c cleaning 90996 clauses out of 182006 with flag 9482027/4364975
212.32/210.59	c cleaning 91999 clauses out of 184011 with flag 9689767/4457976
218.20/216.42	c cleaning 92998 clauses out of 186011 with flag 9898170/4551975
224.59/222.80	c cleaning 94005 clauses out of 188013 with flag 10108773/4646975
231.17/229.49	c cleaning 94998 clauses out of 190007 with flag 10322750/4742974
238.65/236.99	c cleaning 95996 clauses out of 192009 with flag 10539441/4839974
246.63/244.94	c cleaning 97007 clauses out of 194013 with flag 10757208/4937974
255.31/253.61	c cleaning 97999 clauses out of 196006 with flag 10977208/5036974
262.89/261.20	c cleaning 98994 clauses out of 198007 with flag 11200039/5136974
269.07/267.45	c cleaning 99998 clauses out of 200014 with flag 11422996/5237975
275.28/273.55	c cleaning 100999 clauses out of 202016 with flag 11648964/5339975
281.77/280.03	c cleaning 102006 clauses out of 204017 with flag 11873892/5442975
288.45/286.73	c cleaning 102999 clauses out of 206011 with flag 12104044/5546975
295.54/293.86	c cleaning 104002 clauses out of 208012 with flag 12335257/5651975
303.22/301.52	c cleaning 105002 clauses out of 210010 with flag 12567918/5757975
311.68/309.94	c cleaning 106004 clauses out of 212008 with flag 12802066/5864975
320.46/318.77	c cleaning 107000 clauses out of 214003 with flag 13037336/5972974
327.64/325.93	c cleaning 107998 clauses out of 216004 with flag 13276342/6081975
335.33/333.67	c cleaning 109002 clauses out of 218006 with flag 13519613/6191975
343.91/342.22	c cleaning 110000 clauses out of 220003 with flag 13762861/6302974
352.19/350.54	c cleaning 110999 clauses out of 222003 with flag 14007623/6414974
360.83/359.16	c cleaning 111996 clauses out of 224005 with flag 14258278/6527975
370.71/369.05	c cleaning 113001 clauses out of 226009 with flag 14512388/6641975
380.78/379.14	c cleaning 114002 clauses out of 228008 with flag 14766709/6756975
392.44/390.82	c cleaning 114997 clauses out of 230005 with flag 15024031/6872974
402.73/401.12	c cleaning 116000 clauses out of 232009 with flag 15281026/6989975
409.61/408.09	c cleaning 116998 clauses out of 234008 with flag 15542314/7107974
415.99/414.41	c cleaning 117996 clauses out of 236010 with flag 15804590/7226974
421.33/419.73	c cleaning 119003 clauses out of 238014 with flag 16073056/7346974
426.42/424.81	c cleaning 119999 clauses out of 240012 with flag 16345943/7467975
431.21/429.62	c cleaning 121000 clauses out of 242012 with flag 16618952/7589974
436.99/435.45	c cleaning 122001 clauses out of 244013 with flag 16894027/7712975
442.59/441.02	c cleaning 122997 clauses out of 246011 with flag 17170983/7836974
446.97/445.45	c cleaning 124000 clauses out of 248014 with flag 17454199/7961974
453.65/452.13	c cleaning 125003 clauses out of 250014 with flag 17737932/8087974
459.93/458.46	c cleaning 125999 clauses out of 252012 with flag 18022788/8214975
466.87/465.38	c cleaning 127001 clauses out of 254013 with flag 18311204/8342975
473.45/471.97	c cleaning 127998 clauses out of 256011 with flag 18598989/8471974
479.54/478.01	c cleaning 128998 clauses out of 258013 with flag 18888770/8601974
486.62/485.18	c cleaning 129997 clauses out of 260015 with flag 19178935/8732974
494.19/492.77	c cleaning 131000 clauses out of 262018 with flag 19474807/8864974
500.08/498.69	c cleaning 132001 clauses out of 264018 with flag 19773514/8997974
506.76/505.35	c cleaning 133001 clauses out of 266018 with flag 20076177/9131975
514.64/513.20	c cleaning 134002 clauses out of 268017 with flag 20377609/9266975
522.12/520.75	c cleaning 135001 clauses out of 270014 with flag 20680584/9402974
531.16/529.79	c cleaning 136002 clauses out of 272014 with flag 20987049/9539975
538.25/536.86	c cleaning 136999 clauses out of 274011 with flag 21298919/9677974
544.93/543.57	c cleaning 138002 clauses out of 276013 with flag 21608619/9816975
552.21/550.80	c cleaning 138995 clauses out of 278010 with flag 21921089/9956974
558.79/557.41	c cleaning 140003 clauses out of 280016 with flag 22235117/10097975
566.77/565.40	c cleaning 141000 clauses out of 282013 with flag 22554212/10239975
575.55/574.20	c cleaning 142004 clauses out of 284013 with flag 22875335/10382975
582.63/581.35	c cleaning 142997 clauses out of 286008 with flag 23198217/10526974
590.82/589.59	c cleaning 144007 clauses out of 288013 with flag 23525955/10671976
600.08/598.74	c cleaning 145000 clauses out of 290004 with flag 23852720/10817974
608.06/606.71	c cleaning 145997 clauses out of 292004 with flag 24186200/10964974
616.24/614.97	c cleaning 147001 clauses out of 294008 with flag 24516294/11112975
624.02/622.76	c cleaning 147994 clauses out of 296006 with flag 24847747/11261974
633.79/632.54	c cleaning 149003 clauses out of 298013 with flag 25182743/11411975
643.46/642.27	c cleaning 149998 clauses out of 300010 with flag 25523437/11562975
654.03/652.89	c cleaning 151003 clauses out of 302013 with flag 25864501/11714976
664.31/663.17	c cleaning 152000 clauses out of 304008 with flag 26209269/11867974
674.09/672.90	c cleaning 152994 clauses out of 306008 with flag 26556789/12021974
684.96/683.85	c cleaning 154003 clauses out of 308016 with flag 26905870/12176976
696.93/695.78	c cleaning 154999 clauses out of 310012 with flag 27260106/12332975
709.31/708.13	c cleaning 156006 clauses out of 312012 with flag 27615400/12489974
718.89/717.75	c cleaning 156995 clauses out of 314006 with flag 27969111/12647974
730.27/729.12	c cleaning 157999 clauses out of 316012 with flag 28323708/12806975
739.05/737.91	c cleaning 158998 clauses out of 318013 with flag 28681622/12966975
749.52/748.49	c cleaning 160003 clauses out of 320015 with flag 29045775/13127975
759.69/758.69	c cleaning 160996 clauses out of 322012 with flag 29409097/13289975
768.18/767.13	c cleaning 162000 clauses out of 324016 with flag 29780907/13452975
776.36/775.34	c cleaning 163003 clauses out of 326016 with flag 30146916/13616975
785.43/784.36	c cleaning 164000 clauses out of 328013 with flag 30523941/13781975
794.22/793.15	c cleaning 165004 clauses out of 330013 with flag 30896552/13947975
801.40/800.31	c cleaning 166004 clauses out of 332011 with flag 31281568/14114977
810.38/809.36	c cleaning 166998 clauses out of 334004 with flag 31669018/14282974
819.66/818.60	c cleaning 168004 clauses out of 336008 with flag 32059658/14451976
828.64/827.65	c cleaning 168993 clauses out of 338003 with flag 32444527/14621975
839.22/838.26	c cleaning 170002 clauses out of 340010 with flag 32833797/14792975
849.41/848.47	c cleaning 170998 clauses out of 342009 with flag 33221911/14964976
859.59/858.66	c cleaning 171997 clauses out of 344009 with flag 33615623/15137974
870.50/869.47	c cleaning 173003 clauses out of 346012 with flag 34010624/15311974
881.68/880.69	c cleaning 174003 clauses out of 348009 with flag 34401425/15486974
893.35/892.34	c cleaning 174998 clauses out of 350006 with flag 34792707/15662974
907.13/906.11	c cleaning 176003 clauses out of 352008 with flag 35189344/15839974
920.90/919.92	c cleaning 176997 clauses out of 354006 with flag 35586339/16017975
937.36/936.41	c cleaning 178004 clauses out of 356008 with flag 35983929/16196974
950.44/949.54	c cleaning 178997 clauses out of 358004 with flag 36389650/16376974
964.81/963.94	c cleaning 179998 clauses out of 360007 with flag 36793892/16557974
978.18/977.31	c cleaning 180998 clauses out of 362009 with flag 37210351/16739974
992.09/991.00	c cleaning 181998 clauses out of 364013 with flag 37636940/16922976
1007.35/1006.28	c cleaning 183004 clauses out of 366013 with flag 38055848/17106974
1025.12/1024.03	c cleaning 183998 clauses out of 368010 with flag 38472941/17291975
1040.88/1039.83	c cleaning 184998 clauses out of 370012 with flag 38906590/17477975
1059.25/1058.20	c cleaning 186001 clauses out of 372013 with flag 39335179/17664974
1077.61/1076.69	c cleaning 187007 clauses out of 374013 with flag 39770764/17852975
1095.08/1094.15	c cleaning 187993 clauses out of 376006 with flag 40204090/18041975
1110.74/1109.86	c cleaning 189007 clauses out of 378013 with flag 40619634/18231975
1128.91/1128.07	c cleaning 189993 clauses out of 380005 with flag 41047293/18422974
1149.94/1149.02	c cleaning 191003 clauses out of 382012 with flag 41479590/18614974
1169.19/1168.32	c cleaning 191998 clauses out of 384009 with flag 41916313/18807974
1189.53/1188.75	c cleaning 193002 clauses out of 386011 with flag 42349359/19001974
1210.67/1209.94	c cleaning 194000 clauses out of 388009 with flag 42783253/19196974
1233.52/1232.86	c cleaning 195004 clauses out of 390009 with flag 43238145/19392974
1261.75/1261.16	c cleaning 195996 clauses out of 392006 with flag 43684519/19589975
1280.00/1279.49	c cleaning 197000 clauses out of 394009 with flag 44128175/19787974
1297.76/1297.27	c cleaning 198002 clauses out of 396009 with flag 44576838/19986974
1309.53/1309.10	c cleaning 198997 clauses out of 398007 with flag 45036939/20186974
1323.39/1322.98	c cleaning 199992 clauses out of 400010 with flag 45492987/20387974
1336.18/1335.50	c cleaning 200996 clauses out of 402018 with flag 45964939/20589974
1350.25/1349.60	c cleaning 202007 clauses out of 404023 with flag 46434400/20792975
1361.73/1361.11	c cleaning 203000 clauses out of 406015 with flag 46921013/20996974
1376.79/1376.23	c cleaning 204002 clauses out of 408015 with flag 47385551/21201974
1396.14/1395.64	c cleaning 204993 clauses out of 410014 with flag 47846765/21407975
1414.02/1413.41	c cleaning 206005 clauses out of 412021 with flag 48311448/21614975
1431.69/1431.14	c cleaning 207001 clauses out of 414015 with flag 48785283/21822974
1452.05/1451.55	c cleaning 208001 clauses out of 416014 with flag 49267205/22031974
1471.70/1471.21	c cleaning 209004 clauses out of 418013 with flag 49739751/22241974
1490.06/1489.68	c cleaning 210004 clauses out of 420009 with flag 50218231/22452974
1510.41/1510.02	c cleaning 210998 clauses out of 422006 with flag 50698468/22664975
1526.56/1526.23	c cleaning 212002 clauses out of 424008 with flag 51184399/22877975
1542.53/1542.14	c cleaning 212997 clauses out of 426005 with flag 51663741/23091974
1562.17/1561.86	c cleaning 214002 clauses out of 428009 with flag 52150555/23306975
1584.32/1584.05	c cleaning 215003 clauses out of 430007 with flag 52645202/23522975
1605.76/1605.51	c cleaning 216002 clauses out of 432003 with flag 53127225/23739974
1630.50/1630.37	c cleaning 216992 clauses out of 434001 with flag 53612096/23957974
1650.85/1650.72	c cleaning 218000 clauses out of 436010 with flag 54107627/24176975
1672.56/1672.49	c cleaning 219001 clauses out of 438009 with flag 54615502/24396974
1698.11/1698.05	c cleaning 220001 clauses out of 440009 with flag 55117075/24617975
1723.45/1723.45	c cleaning 221004 clauses out of 442007 with flag 55621809/24839974
1749.18/1749.20	c cleaning 222000 clauses out of 444004 with flag 56120555/25062975
1775.91/1776.08	c cleaning 223000 clauses out of 446004 with flag 56625691/25286975
1802.44/1802.66	c cleaning 223993 clauses out of 448003 with flag 57147770/25511974
1828.37/1828.67	c cleaning 225000 clauses out of 450011 with flag 57666102/25737975
1860.39/1860.73	c cleaning 226001 clauses out of 452011 with flag 58180783/25964975
1890.28/1890.60	c cleaning 227005 clauses out of 454010 with flag 58689901/26192975
1926.21/1926.60	c cleaning 227998 clauses out of 456004 with flag 59196852/26421974
1954.14/1954.68	c cleaning 228994 clauses out of 458006 with flag 59711113/26651974
1983.48/1984.08	c cleaning 230004 clauses out of 460012 with flag 60226214/26882974
2012.59/2013.20	c cleaning 230989 clauses out of 462008 with flag 60750273/27114974
2043.92/2044.68	c cleaning 232005 clauses out of 464019 with flag 61280904/27347974
2075.43/2076.20	c cleaning 233003 clauses out of 466014 with flag 61819114/27581974
2107.45/2108.38	c cleaning 234005 clauses out of 468012 with flag 62373625/27816975
2142.85/2143.81	c cleaning 235004 clauses out of 470008 with flag 62918835/28052976
2180.16/2181.23	c cleaning 235998 clauses out of 472002 with flag 63469936/28289974
2206.50/2207.69	c cleaning 236997 clauses out of 474005 with flag 64012961/28527975
2229.74/2230.86	c cleaning 237994 clauses out of 476008 with flag 64557323/28766975
2252.59/2253.78	c cleaning 239001 clauses out of 478013 with flag 65109919/29006974
2277.74/2279.00	c cleaning 240005 clauses out of 480012 with flag 65659291/29247974
2311.88/2313.11	c cleaning 240998 clauses out of 482008 with flag 66200385/29489975
2338.91/2340.25	c cleaning 242001 clauses out of 484010 with flag 66755022/29732975
2372.76/2374.12	c cleaning 242998 clauses out of 486008 with flag 67296075/29976974
2407.97/2409.42	c cleaning 243999 clauses out of 488010 with flag 67841614/30221974
2439.52/2441.02	c cleaning 245000 clauses out of 490011 with flag 68398356/30467974
2470.75/2472.30	c cleaning 245999 clauses out of 492012 with flag 68953512/30714975
2502.88/2504.42	c cleaning 247002 clauses out of 494012 with flag 69518961/30962974
2534.31/2535.94	c cleaning 248004 clauses out of 496010 with flag 70089175/31211974
2567.12/2568.81	c cleaning 249001 clauses out of 498007 with flag 70661233/31461975
2600.83/2602.67	c cleaning 250000 clauses out of 500005 with flag 71229286/31712974
2639.32/2641.28	c cleaning 250997 clauses out of 502005 with flag 71800588/31964974
2678.43/2680.40	c cleaning 252000 clauses out of 504009 with flag 72370944/32217975
2719.82/2721.97	c cleaning 252997 clauses out of 506008 with flag 72932189/32471974
2756.83/2759.06	c cleaning 254003 clauses out of 508012 with flag 73501392/32726975
2796.62/2798.98	c cleaning 255004 clauses out of 510009 with flag 74074073/32982975
2834.82/2837.21	c cleaning 255991 clauses out of 512005 with flag 74647108/33239975
2876.42/2878.93	c cleaning 257002 clauses out of 514014 with flag 75226315/33497975
2915.51/2918.10	c cleaning 258004 clauses out of 516011 with flag 75811553/33756974
2960.61/2963.29	c cleaning 259001 clauses out of 518007 with flag 76397640/34016974
3002.83/3005.52	c cleaning 259998 clauses out of 520007 with flag 76982709/34277975
3044.34/3047.19	c cleaning 261003 clauses out of 522008 with flag 77572371/34539974
3087.06/3089.95	c cleaning 262000 clauses out of 524005 with flag 78163226/34802974
3139.65/3142.62	c cleaning 263004 clauses out of 526007 with flag 78753609/35066976
3153.43/3156.48	c cleaning 263989 clauses out of 528001 with flag 79367814/35331974
3167.10/3170.11	c cleaning 264997 clauses out of 530013 with flag 79975823/35597975
3181.66/3184.76	c cleaning 266002 clauses out of 532015 with flag 80574477/35864974
3198.27/3201.23	c cleaning 267001 clauses out of 534013 with flag 81178404/36132974
3216.13/3219.17	c cleaning 268003 clauses out of 536012 with flag 81776029/36401974
3232.58/3235.67	c cleaning 268999 clauses out of 538010 with flag 82378029/36671975
3256.22/3259.35	c cleaning 269989 clauses out of 540010 with flag 82981984/36942974
3274.38/3277.56	c cleaning 271009 clauses out of 542021 with flag 83606478/37214974
3291.53/3294.74	c cleaning 271995 clauses out of 544012 with flag 84218014/37487974
3311.18/3314.47	c cleaning 273000 clauses out of 546017 with flag 84829686/37761974
3329.33/3332.62	c cleaning 274002 clauses out of 548017 with flag 85461782/38036974
3349.65/3352.53	c cleaning 274996 clauses out of 550015 with flag 86079052/38312974
3370.89/3373.87	c cleaning 276004 clauses out of 552019 with flag 86710288/38589974
3388.84/3391.87	c cleaning 276998 clauses out of 554015 with flag 87333457/38867974
3411.38/3414.49	c cleaning 278010 clauses out of 556019 with flag 87958715/39146976
3437.72/3440.82	c cleaning 278996 clauses out of 558009 with flag 88588093/39426976
3462.05/3465.27	c cleaning 280001 clauses out of 560011 with flag 89218490/39707974
3484.01/3487.20	c cleaning 281001 clauses out of 562010 with flag 89856981/39989974
3503.34/3506.56	c cleaning 281995 clauses out of 564009 with flag 90497528/40272974
3530.27/3533.58	c cleaning 282999 clauses out of 566014 with flag 91133919/40556974
3553.51/3556.89	c cleaning 284001 clauses out of 568018 with flag 91776543/40841977
3578.95/3582.30	c cleaning 285002 clauses out of 570015 with flag 92417920/41127975
3600.09/3603.51	c starts		: 2965
3600.09/3603.52	c conflicts		: 41414975
3600.09/3603.52	c decisions		: 69095027
3600.09/3603.52	c propagations		: 546246784
3600.09/3603.52	c inspects		: 35219611501
3600.09/3603.52	c shortcuts		: 0
3600.09/3603.52	c learnt literals	: 0
3600.09/3603.52	c learnt binary clauses	: 1
3600.09/3603.52	c learnt ternary clauses	: 2
3600.09/3603.52	c learnt constraints	: 41414975
3600.09/3603.52	c ignored constraints	: 0
3600.09/3603.52	c root simplifications	: 0
3600.09/3603.53	c removed literals (reason simplification)	: 437412536
3600.09/3603.53	c reason swapping (by a shorter reason)	: 0
3600.09/3603.53	c Calls to reduceDB	: 297
3600.09/3603.53	c Number of update (reduction) of LBD	: 2981651
3600.09/3603.53	c Imported unit clauses	: 0
3600.09/3603.53	c No decision after first conflict	: false
3600.09/3603.53	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.53	c number of learned constraints concerned by reduction	: 0
3600.09/3603.53	c number of learning phase by resolution	: 0
3600.09/3603.53	c number of learning phase by cutting planes	: 0
3600.09/3603.53	c number of rounding to 1 operations	: 0
3600.09/3603.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.53	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.53	c number of right shift for reduction by power 2 	: 0
3600.09/3603.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.53	c number of ending skipping 	: 0
3600.09/3603.53	c number of internal skipping 	: 0
3600.09/3603.53	c number of derivation steps 	: 0
3600.09/3603.53	c number of skipped derivation steps 	: 0
3600.09/3603.54	c number of remaining unassigned 	: 0
3600.09/3603.54	c number of remaining assigned 	: 0
3600.09/3603.54	c number of falsified literals weakened from reason	: 0
3600.09/3603.54	c number of falsified literals weakened from conflict	: 0
3600.09/3603.54	c time for arithmetic operations	: 0
3600.09/3603.54	c minimum degree of deleted constraints	: null
3600.09/3603.54	c maximum degree of deleted constraints	: null
3600.09/3603.54	c number of deleted constraints	: 0
3600.09/3603.55	c speed (assignments/second)	: 151593.26752643567
3600.09/3603.55	c non guided choices	: 0
3600.31/3603.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 572012
3600.31/3603.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.31/3603.62	s SATISFIABLE
3600.31/3603.62	c Found 20 solution(s)
3600.31/3603.62	v -x1 x2 -x3 -x4 x5 -x6 x7 -x8 x9 x10 -x11 x12 x13 -x14 -x15 x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 x45 x46 -x47 x48 x49 x50 x51 x52 x53 x54 x55 -x56 x57 -x58 -x59 x60 -x61 x62 x63 x64 -x65 x66 -x67 x68 x69 x70 -x71 -x72 x73 x74 x75 -x76 -x77 x78 -x79 -x80 x81 x82 x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 
3600.31/3603.62	c objective function=1666
3600.31/3603.62	c Total wall clock time (in seconds): 3603.489

Verifier Data

OK	1666

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487674-1751319319/watcher-4487674-1751319319 -o /tmp/evaluation-result-4487674-1751319319/solver-4487674-1751319319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42174 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4487674-1751319319.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=43476, runsolver pid=43473

[startup+0.10006 s]*
/proc/loadavg: 4.38 4.19 4.08 5/338 43494
/proc/meminfo: memFree=127170936/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=18930384 memory=57888 CPUtime=0.13 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 6580 0 0 0 11 2 0 0 20 0 18 0 47609443 19384713216 14472 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4732596 14472 5369 1 0 547621 0
[pid=43476/tid=43478] ppid=43473 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 5078 0 0 0 6 1 0 0 20 0 18 0 47609444 19384713216 14472 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47609446 19384713216 14472 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47609447 19384713216 14472 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57888 KiB

[startup+0.205684 s]*
/proc/loadavg: 4.38 4.19 4.08 7/339 43495
/proc/meminfo: memFree=127168920/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=18996948 memory=63488 CPUtime=0.32 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 7504 0 0 0 29 3 0 0 20 0 19 0 47609443 19452874752 15872 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4749237 15872 5497 1 0 548449 0
[pid=43476/tid=43478] ppid=43473 vsize=18996948 memory=4026663196 CPUtime=0.17 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 5386 0 0 0 15 2 0 0 20 0 19 0 47609444 19452874752 15872 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=18996948 memory=17146 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47609446 19452874752 15872 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=18996948 memory=54087446168546 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47609447 19452874752 15872 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47609461 19452874752 15872 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63488 KiB

[startup+0.305762 s]*
/proc/loadavg: 4.38 4.19 4.08 6/339 43495
/proc/meminfo: memFree=127168164/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=18996948 memory=68064 CPUtime=0.51 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 9299 0 0 0 48 3 0 0 20 0 19 0 47609443 19452874752 17016 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4749237 17016 5497 1 0 549578 0
[pid=43476/tid=43478] ppid=43473 vsize=18996948 memory=-6000919494147860843 CPUtime=0.25 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 5401 0 0 0 23 2 0 0 20 0 19 0 47609444 19452874752 17016 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47609446 19452874752 17016 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47609447 19452874752 17016 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47609461 19452874752 17016 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68064 KiB

[startup+0.700234 s]
/proc/loadavg: 4.38 4.19 4.08 7/339 43495
/proc/meminfo: memFree=127151372/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=18996948 memory=83396 CPUtime=1.27 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 11761 0 0 0 123 4 0 0 20 0 19 0 47609443 19452874752 20849 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4749237 20849 5497 1 0 551213 0
[pid=43476/tid=43478] ppid=43473 vsize=18996948 memory=18176 CPUtime=0.61 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 5447 0 0 0 59 2 0 0 20 0 19 0 47609444 19452874752 20849 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47609446 19452874752 20849 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47609447 19452874752 20849 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47609461 19452874752 20849 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83396 KiB

[startup+1.50025 s]
/proc/loadavg: 4.51 4.22 4.09 6/339 43495
/proc/meminfo: memFree=127140408/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=18996948 memory=101792 CPUtime=2.69 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 16278 0 0 0 263 6 0 0 20 0 19 0 47609443 19452874752 25448 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4749237 25448 5497 1 0 551602 0
[pid=43476/tid=43478] ppid=43473 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 5751 0 0 0 138 3 0 0 20 0 19 0 47609444 19452874752 25448 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47609446 19452874752 25448 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47609447 19452874752 25448 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47609461 19452874752 25448 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101792 KiB

[startup+3.10576 s]
/proc/loadavg: 4.51 4.22 4.09 5/339 43495
/proc/meminfo: memFree=127082332/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=18996948 memory=136740 CPUtime=4.37 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 17487 0 0 0 431 6 0 0 20 0 19 0 47609443 19452874752 34185 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4749237 34185 5497 1 0 551607 0
[pid=43476/tid=43478] ppid=43473 vsize=18996948 memory=10752 CPUtime=3.01 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 6395 0 0 0 298 3 0 0 20 0 19 0 47609444 19452874752 34185 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=18996948 memory=-6000919494147860843 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47609446 19452874752 34185 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47609447 19452874752 34185 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47609461 19452874752 34185 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136740 KiB

[startup+6.30014 s]
/proc/loadavg: 4.55 4.23 4.10 5/340 43496
/proc/meminfo: memFree=126980332/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=176216 CPUtime=7.62 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 21401 0 0 0 755 7 0 0 20 0 20 0 47609443 19521036288 44054 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 44054 5529 1 0 551896 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=0 CPUtime=6.19 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 6896 0 0 0 615 4 0 0 20 0 20 0 47609444 19521036288 44054 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 44054 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 44054 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=103840 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 44054 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176216 KiB

[startup+12.7002 s]
/proc/loadavg: 4.59 4.25 4.10 5/340 43496
/proc/meminfo: memFree=126579436/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=182404 CPUtime=14.01 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 23314 0 0 0 1394 7 0 0 20 0 20 0 47609443 19521036288 45601 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 45601 5529 1 0 551896 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=103840 CPUtime=12.56 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 7427 0 0 0 1252 4 0 0 20 0 20 0 47609444 19521036288 45601 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=176216 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 45601 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 45601 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 45601 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 14.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182404 KiB

[startup+25.5002 s]
/proc/loadavg: 4.50 4.24 4.10 5/340 43496
/proc/meminfo: memFree=126530788/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=194908 CPUtime=26.81 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 24798 0 0 0 2673 8 0 0 20 0 20 0 47609443 19521036288 48727 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 48727 5529 1 0 551896 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=176216 CPUtime=25.31 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 7971 0 0 0 2527 4 0 0 20 0 20 0 47609444 19521036288 48727 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 48727 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=182404 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 48727 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=18176 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 48727 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 26.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194908 KiB

[startup+51.1056 s]
/proc/loadavg: 4.30 4.21 4.09 5/340 43497
/proc/meminfo: memFree=126175468/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=258628 CPUtime=52.41 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 26009 0 0 0 5231 10 0 0 20 0 20 0 47609443 19521036288 64657 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 64657 5561 1 0 551896 0

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

[startup+3282.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/339 43682
/proc/meminfo: memFree=120930532/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102284 CPUtime=3279.16 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 76211 0 0 0 327820 96 0 0 20 0 20 0 47609443 19521036288 525571 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525571 5561 1 0 554056 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=2102284 CPUtime=3271.44 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 27662 0 0 0 327129 15 0 0 20 0 20 0 47609444 19521036288 525571 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=2102284 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525571 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 787 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525571 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=2102284 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525571 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3279.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/339 43684
/proc/meminfo: memFree=121053052/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3339.47 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 78262 0 0 0 333850 97 0 0 20 0 20 0 47609443 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525603 5561 1 0 554089 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=2102284 CPUtime=3331.14 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 28338 0 0 0 333099 15 0 0 20 0 20 0 47609444 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 838 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3339.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.12 4.10 4/316 43827
/proc/meminfo: memFree=122928576/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3399.31 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 78330 0 0 0 339834 97 0 0 20 0 20 0 47609443 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525603 5561 1 0 554089 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3390.97 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 28379 0 0 0 339082 15 0 0 20 0 20 0 47609444 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 838 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3399.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.16 4.11 6/340 44475
/proc/meminfo: memFree=117666352/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3459.16 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 78867 0 0 0 345818 98 0 0 20 0 20 0 47609443 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525603 5561 1 0 554089 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3450.8 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 28791 0 0 0 345065 15 0 0 20 0 20 0 47609444 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 838 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3459.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102412 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.19 4.12 5/340 44477
/proc/meminfo: memFree=116945404/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3519.1 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 80081 0 0 0 351810 100 0 0 20 0 20 0 47609443 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525603 5561 1 0 554089 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3510.55 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 29238 0 0 0 351040 15 0 0 20 0 20 0 47609444 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 857 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3519.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/341 44547
/proc/meminfo: memFree=117418184/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3578.95 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 80577 0 0 0 357794 101 0 0 20 0 20 0 47609443 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525603 5561 1 0 554089 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3570.37 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 29593 0 0 0 357022 15 0 0 20 0 20 0 47609444 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 877 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3578.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 4.19 4.17 4.12 5/341 44548
/proc/meminfo: memFree=115821160/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19063512 memory=2102412 CPUtime=3600.09 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 80635 0 0 0 359908 101 0 0 20 0 20 0 47609443 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4765878 525603 5561 1 0 554089 0
[pid=43476/tid=43478] ppid=43473 vsize=19063512 memory=10752 CPUtime=3591.51 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 29648 0 0 0 359136 15 0 0 20 0 20 0 47609444 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19063512 memory=18176 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47609446 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 877 0 0 0 0 0 0 0 20 0 20 0 47609447 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43495] ppid=43473 vsize=19063512 memory=2102412 CPUtime=0 cores=1,3
/proc/43476/task/43495/stat : 43495 (Timer-0) S 43473 43476 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47609461 19521036288 525603 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2102412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.33 s, system=1.02992 s

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

[startup+3603.61 s]
/proc/loadavg: 4.19 4.17 4.12 5/341 44548
/proc/meminfo: memFree=115821160/131249988 swapFree=33010684/33010684
[pid=43476] ppid=43473 vsize=19263204 memory=2103180 CPUtime=3600.31 cores=1,3
/proc/43476/stat : 43476 (java) S 43473 43476 42162 0 -1 4194304 82207 0 0 0 359929 102 0 0 20 0 21 0 47609443 19725520896 525795 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
/proc/43476/statm: 4815801 525795 5593 1 0 555008 0
[pid=43476/tid=43478] ppid=43473 vsize=19263204 memory=2102412 CPUtime=3591.62 cores=1,3
/proc/43476/task/43478/stat : 43478 (java) R 43473 43476 42162 0 -1 4194368 29648 0 0 0 359147 15 0 0 20 0 21 0 47609444 19725520896 525795 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43487] ppid=43473 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/43476/task/43487/stat : 43487 (Finalizer) S 43473 43476 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47609446 19725520896 525795 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
[pid=43476/tid=43494] ppid=43473 vsize=19263204 memory=-6000919494147860843 CPUtime=0 cores=1,3
/proc/43476/task/43494/stat : 43494 (Common-Cleaner) S 43473 43476 42162 0 -1 4194368 877 0 0 0 0 0 0 0 20 0 21 0 47609447 19725520896 525795 18446744073709551615 94784927559680 94784927563376 140730385316208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784927571192 94784927571984 94784938135552 140730385320321 140730385320422 140730385320422 140730385326024 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2103180 KiB

Child status: 143

Real time (s): 3603.64
CPU time (s): 3600.36
CPU user time (s): 3599.33
CPU system time (s): 1.02992
CPU usage (%): 99.909
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2103180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.33
system time used= 1.02992
maximum resident set size= 2103308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104430
involuntary context switches= 6335


# summary of solver processes directly reported to runsolver:
#   pid: 43476
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3599.33
#   total CPU system time (s): 1.02992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07704 second user time and 17.5981 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 23:35:19
IDJOB=4487674
IDBENCH=147214
IDSOLVER=3363
FILE ID=nodeC020/4487674-1751319319
RUNJOBID= nodeC020-1751315455-42174
SLURM_JOB_ID= 9594332
Free space on /tmp= 432948 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487674-1751319319/watcher-4487674-1751319319 -o /tmp/evaluation-result-4487674-1751319319/solver-4487674-1751319319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42174 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4487674-1751319319.opb

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

MD5SUM BENCH= 678ded5bf8e4807033dda77c17462616
RANDOM SEED=1880668202

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.921
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.221
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3540.109
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.895
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.876
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.889
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3553.312
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.932
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127202716 kB
MemAvailable:   127479868 kB
Buffers:            3280 kB
Cached:          1082100 kB
SwapCached:            0 kB
Active:          2677808 kB
Inactive:         774160 kB
Active(anon):    2384644 kB
Inactive(anon):        0 kB
Active(file):     293164 kB
Inactive(file):   774160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1844 kB
Writeback:            20 kB
AnonPages:       2368928 kB
Mapped:           123572 kB
Shmem:             18056 kB
KReclaimable:      98132 kB
Slab:             185852 kB
SReclaimable:      98132 kB
SUnreclaim:        87720 kB
KernelStack:        5200 kB
PageTables:         8268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7052484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC020 at 2025-07-01 00:35:23