Trace number 4502609

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 VeriPB 2025-06-06OPT122 2287.63 2289.04

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-neos-538867.opb
MD5SUMfe13d2dbd64f41a692445fbdcafba3bd
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 benchmark122
Best CPU time to get the best result obtained on this benchmark28.2274
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1170
Number of constraints which are clauses1143
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 666
Biggest coefficient in the objective function 80
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 18684
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 18684
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4502609-1752596958.opb
0.12/0.14	c reading problem ... 
0.12/0.15	c using VERIPB proof format
0.12/0.16	c  objective function found
0.31/0.23	c ... done. Wall clock time 0.086s.
0.31/0.23	c declared #vars     792
0.31/0.23	c #constraints  1188
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 27
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1161
0.31/0.23	c 1188 constraints processed.
0.31/0.24	c objective function length is 666 literals
0.31/0.28	c SATISFIABLE
0.31/0.28	c OPTIMIZING...
0.31/0.28	c Got one! Elapsed wall clock time (in seconds):0.146
0.31/0.28	o 227
0.47/0.34	c Got one! Elapsed wall clock time (in seconds):0.201
0.47/0.34	o 222
1.60/0.97	c cleaning 2617 clauses out of 5238 with flag 17690/5238
2.58/1.45	c cleaning 4308 clauses out of 8624 with flag 41200/11241
3.24/1.85	c cleaning 5657 clauses out of 11314 with flag 70228/18239
3.93/2.30	c cleaning 6820 clauses out of 13656 with flag 102771/26238
4.43/2.79	c cleaning 7917 clauses out of 15836 with flag 136386/35238
4.88/3.16	c Got one! Elapsed wall clock time (in seconds):3.024
4.88/3.16	o 217
4.88/3.17	c Got one! Elapsed wall clock time (in seconds):3.03
4.88/3.17	o 197
4.88/3.17	c Got one! Elapsed wall clock time (in seconds):3.033
4.88/3.17	o 192
5.21/3.47	c cleaning 9798 clauses out of 19595 with flag 18465/46914
5.76/3.83	c cleaning 7895 clauses out of 15795 with flag 39924/52912
5.87/4.00	c Got one! Elapsed wall clock time (in seconds):3.864
5.87/4.00	o 187
6.20/4.16	c cleaning 6818 clauses out of 13635 with flag 11702/58647
6.63/4.47	c cleaning 6407 clauses out of 12817 with flag 37014/64647
7.04/4.87	c cleaning 6690 clauses out of 13410 with flag 68160/71647
7.56/5.30	c cleaning 7357 clauses out of 14721 with flag 101894/79648
8.07/5.83	c cleaning 8175 clauses out of 16364 with flag 141701/88648
9.16/6.54	c cleaning 9088 clauses out of 18188 with flag 186776/98647
9.81/7.19	c cleaning 10042 clauses out of 20100 with flag 232113/109647
10.62/7.93	c cleaning 11028 clauses out of 22060 with flag 285837/121649
11.45/8.72	c cleaning 12016 clauses out of 24031 with flag 339739/134648
12.37/9.66	c cleaning 12994 clauses out of 26014 with flag 396071/148647
13.40/10.65	c cleaning 14007 clauses out of 28020 with flag 463775/163647
13.91/11.15	c Got one! Elapsed wall clock time (in seconds):11.012
13.91/11.15	o 177
14.20/11.48	c cleaning 13398 clauses out of 26810 with flag 21015/176444
14.61/11.87	c cleaning 9705 clauses out of 19412 with flag 48048/182444
15.10/12.30	c cleaning 8350 clauses out of 16707 with flag 74768/189444
15.50/12.78	c cleaning 8174 clauses out of 16358 with flag 104693/197445
16.10/13.32	c cleaning 8581 clauses out of 17183 with flag 138982/206444
16.73/13.92	c cleaning 9293 clauses out of 18602 with flag 176659/216444
17.43/14.60	c cleaning 10146 clauses out of 20312 with flag 223379/227447
18.13/15.34	c cleaning 11072 clauses out of 22164 with flag 271118/239445
18.94/16.11	c cleaning 12038 clauses out of 24091 with flag 321286/252444
19.73/16.96	c cleaning 13021 clauses out of 26053 with flag 378783/266444
20.74/17.91	c cleaning 14006 clauses out of 28032 with flag 444890/281444
21.76/18.96	c cleaning 15009 clauses out of 30026 with flag 515951/297444
22.77/20.01	c Got one! Elapsed wall clock time (in seconds):19.867
22.77/20.01	o 167
23.17/20.34	c cleaning 17866 clauses out of 35754 with flag 16729/318181
23.57/20.73	c cleaning 11935 clauses out of 23887 with flag 38728/324180
23.98/21.18	c cleaning 9468 clauses out of 18952 with flag 66416/331180
24.47/21.69	c cleaning 8740 clauses out of 17484 with flag 100272/339180
25.07/22.27	c cleaning 8870 clauses out of 17744 with flag 138776/348180
25.77/22.93	c cleaning 9436 clauses out of 18875 with flag 182069/358181
26.47/23.61	c cleaning 10197 clauses out of 20438 with flag 225630/369180
27.16/24.33	c cleaning 11119 clauses out of 22241 with flag 274905/381180
27.97/25.15	c cleaning 12054 clauses out of 24122 with flag 328593/394180
28.87/26.08	c cleaning 13033 clauses out of 26068 with flag 385272/408180
29.76/27.00	c cleaning 14017 clauses out of 28036 with flag 442699/423181
30.76/27.99	c cleaning 14996 clauses out of 30018 with flag 507808/439180
31.87/29.07	c cleaning 16010 clauses out of 32022 with flag 588564/456180
33.05/30.28	c cleaning 17004 clauses out of 34012 with flag 660657/474180
34.36/31.56	c cleaning 18001 clauses out of 36008 with flag 737671/493180
35.75/32.93	c cleaning 18998 clauses out of 38009 with flag 821466/513182
37.19/35.08	c cleaning 19999 clauses out of 40009 with flag 901975/534180
38.78/36.69	c cleaning 21003 clauses out of 42010 with flag 982224/556180
40.47/38.31	c cleaning 21992 clauses out of 44007 with flag 1069710/579180
42.07/39.97	c cleaning 23004 clauses out of 46015 with flag 1163726/603180
43.97/41.82	c cleaning 24005 clauses out of 48013 with flag 1263868/628182
45.87/43.79	c cleaning 25003 clauses out of 50007 with flag 1376523/654181
47.97/45.86	c cleaning 25999 clauses out of 52004 with flag 1500854/681181
50.27/48.12	c cleaning 26995 clauses out of 54005 with flag 1623483/709181
52.27/50.16	c cleaning 27997 clauses out of 56009 with flag 1734988/738180
54.68/52.41	c cleaning 28990 clauses out of 58012 with flag 1853248/768180
57.07/54.80	c cleaning 30005 clauses out of 60022 with flag 1967190/799180
59.47/57.29	c cleaning 31004 clauses out of 62020 with flag 2093420/831183
61.96/59.77	c cleaning 32001 clauses out of 64013 with flag 2220158/864180
64.67/62.40	c cleaning 33006 clauses out of 66013 with flag 2362408/898181
67.35/65.24	c cleaning 34002 clauses out of 68007 with flag 2505784/933181
70.04/67.98	c cleaning 34998 clauses out of 70008 with flag 2659076/969184
72.95/70.88	c cleaning 35992 clauses out of 72006 with flag 2815897/1006180
76.25/74.14	c cleaning 37002 clauses out of 74014 with flag 2967787/1044180
79.54/77.47	c cleaning 38005 clauses out of 76013 with flag 3127608/1083181
83.03/80.92	c cleaning 39003 clauses out of 78008 with flag 3302600/1123181
86.34/84.20	c cleaning 39988 clauses out of 80004 with flag 3480458/1164180
89.73/87.69	c cleaning 41004 clauses out of 82017 with flag 3648689/1206181
93.32/91.23	c cleaning 42000 clauses out of 84012 with flag 3820815/1249180
95.32/93.28	c Got one! Elapsed wall clock time (in seconds):93.135
95.32/93.28	o 147
95.86/93.73	c cleaning 35695 clauses out of 71400 with flag 20522/1278568
96.36/94.21	c cleaning 20839 clauses out of 41705 with flag 45589/1284568
96.85/94.74	c cleaning 13929 clauses out of 27869 with flag 73436/1291571
97.37/95.37	c cleaning 10961 clauses out of 21936 with flag 106168/1299567
98.08/96.02	c cleaning 9977 clauses out of 19978 with flag 147323/1308570
98.78/96.78	c cleaning 9994 clauses out of 19999 with flag 194185/1318568
99.57/97.59	c cleaning 10497 clauses out of 21005 with flag 243707/1329568
100.47/98.45	c cleaning 11244 clauses out of 22510 with flag 290926/1341570
101.36/99.38	c cleaning 12125 clauses out of 24263 with flag 340863/1354567
102.46/100.46	c cleaning 13067 clauses out of 26140 with flag 397265/1368569
103.67/101.64	c cleaning 14033 clauses out of 28071 with flag 459949/1383567
104.86/102.80	c cleaning 15018 clauses out of 30039 with flag 522718/1399568
106.07/104.04	c cleaning 16005 clauses out of 32023 with flag 591994/1416570
107.46/105.45	c cleaning 17001 clauses out of 34015 with flag 667749/1434567
108.96/106.90	c cleaning 18004 clauses out of 36014 with flag 741022/1453567
110.46/108.41	c cleaning 19004 clauses out of 38011 with flag 829145/1473568
112.06/110.10	c cleaning 19991 clauses out of 40006 with flag 918150/1494567
113.85/111.85	c cleaning 21009 clauses out of 42018 with flag 1017480/1516570
115.54/113.57	c cleaning 21998 clauses out of 44006 with flag 1113778/1539567
116.84/114.84	c Got one! Elapsed wall clock time (in seconds):114.7
116.84/114.84	o 137
117.34/115.30	c cleaning 21886 clauses out of 43779 with flag 18032/1561338
117.84/115.81	c cleaning 13933 clauses out of 27892 with flag 40847/1567337
118.34/116.38	c cleaning 10473 clauses out of 20959 with flag 68344/1574337
119.04/117.04	c cleaning 9236 clauses out of 18486 with flag 99305/1582337
119.74/117.72	c cleaning 9121 clauses out of 18250 with flag 131160/1591337
120.44/118.46	c cleaning 9565 clauses out of 19132 with flag 166890/1601340
121.23/119.26	c cleaning 10270 clauses out of 20564 with flag 212781/1612337
122.14/120.12	c cleaning 11142 clauses out of 22296 with flag 265570/1624339
123.05/121.08	c cleaning 12068 clauses out of 24153 with flag 323346/1637338
124.14/122.18	c cleaning 13040 clauses out of 26084 with flag 375735/1651337
125.35/123.33	c cleaning 14013 clauses out of 28045 with flag 437188/1666338
126.58/124.50	c cleaning 15014 clauses out of 30032 with flag 504410/1682338
127.77/125.79	c cleaning 16008 clauses out of 32017 with flag 579795/1699337
129.18/127.16	c cleaning 17008 clauses out of 34015 with flag 648648/1717343
130.66/128.67	c cleaning 17994 clauses out of 36001 with flag 725828/1736337
132.37/130.36	c cleaning 19003 clauses out of 38007 with flag 813059/1756337
134.36/132.30	c cleaning 19994 clauses out of 40005 with flag 906898/1777338
136.16/134.16	c cleaning 21001 clauses out of 42010 with flag 1000671/1799337
138.16/136.12	c cleaning 21998 clauses out of 44009 with flag 1092977/1822337
140.34/138.34	c cleaning 23004 clauses out of 46012 with flag 1195604/1846338
142.85/140.61	c cleaning 24003 clauses out of 48007 with flag 1301396/1871337
145.09/142.73	c cleaning 24998 clauses out of 50007 with flag 1405419/1897340
147.40/145.00	c cleaning 26001 clauses out of 52007 with flag 1524872/1924338
149.80/147.32	c cleaning 27003 clauses out of 54006 with flag 1642489/1952338
152.09/149.66	c cleaning 27986 clauses out of 56002 with flag 1752354/1981337
154.50/152.03	c cleaning 29001 clauses out of 58016 with flag 1880470/2011337
156.98/154.59	c cleaning 29997 clauses out of 60015 with flag 2015541/2042337
159.70/157.37	c cleaning 31003 clauses out of 62018 with flag 2145765/2074337
162.70/160.31	c cleaning 31998 clauses out of 64016 with flag 2283293/2107338
165.70/163.34	c cleaning 33009 clauses out of 66017 with flag 2412067/2141337
168.69/166.32	c cleaning 33996 clauses out of 68009 with flag 2548609/2176338
169.69/167.33	c Got one! Elapsed wall clock time (in seconds):167.189
169.69/167.33	o 132
170.11/167.79	c cleaning 25848 clauses out of 51721 with flag 19434/2194046
170.61/168.28	c cleaning 15930 clauses out of 31874 with flag 42536/2200047
171.31/168.90	c cleaning 11466 clauses out of 22943 with flag 67954/2207046
171.91/169.53	c cleaning 9736 clauses out of 19483 with flag 99743/2215052
172.52/170.12	c Got one! Elapsed wall clock time (in seconds):169.979
172.52/170.12	o 127
172.80/170.49	c cleaning 11359 clauses out of 22725 with flag 18212/2228030
173.31/170.98	c cleaning 8658 clauses out of 17366 with flag 42746/2234030
173.91/171.57	c cleaning 7847 clauses out of 15708 with flag 72296/2241030
174.52/172.15	c cleaning 7921 clauses out of 15861 with flag 102287/2249030
175.11/172.78	c cleaning 8470 clauses out of 16943 with flag 140266/2258033
175.90/173.53	c cleaning 9231 clauses out of 18470 with flag 176326/2268030
176.71/174.31	c cleaning 10110 clauses out of 20240 with flag 216579/2279031
177.61/175.26	c cleaning 11052 clauses out of 22131 with flag 265938/2291032
178.51/176.19	c cleaning 12034 clauses out of 24078 with flag 317530/2304031
179.59/177.21	c cleaning 13018 clauses out of 26043 with flag 377645/2318030
180.70/178.37	c cleaning 14007 clauses out of 28025 with flag 435963/2333030
181.99/179.64	c cleaning 15005 clauses out of 30019 with flag 497309/2349031
183.41/181.06	c cleaning 16006 clauses out of 32013 with flag 565761/2366030
184.99/182.62	c cleaning 17001 clauses out of 34007 with flag 640969/2384030
186.50/184.11	c cleaning 17997 clauses out of 36007 with flag 719905/2403031
187.99/185.64	c cleaning 19001 clauses out of 38012 with flag 802029/2423033
189.62/187.38	c cleaning 19993 clauses out of 40008 with flag 882218/2444030
191.42/189.12	c cleaning 20996 clauses out of 42015 with flag 971212/2466030
193.34/191.09	c cleaning 22003 clauses out of 44020 with flag 1065540/2489031
195.42/193.12	c cleaning 22988 clauses out of 46019 with flag 1170072/2513033
197.42/195.16	c cleaning 24004 clauses out of 48028 with flag 1277005/2538030
199.51/197.26	c cleaning 25002 clauses out of 50024 with flag 1386086/2564030
201.70/199.50	c cleaning 26003 clauses out of 52023 with flag 1497036/2591031
204.01/201.74	c cleaning 27001 clauses out of 54020 with flag 1614114/2619031
206.51/204.21	c cleaning 28006 clauses out of 56018 with flag 1739528/2648030
209.10/206.80	c cleaning 28998 clauses out of 58012 with flag 1863949/2678030
211.90/209.63	c cleaning 30001 clauses out of 60016 with flag 1998931/2709032
214.61/212.37	c cleaning 30997 clauses out of 62013 with flag 2131457/2741030
217.49/215.24	c cleaning 32001 clauses out of 64016 with flag 2263138/2774030
220.41/218.20	c cleaning 33006 clauses out of 66015 with flag 2389887/2808030
223.32/221.16	c cleaning 33997 clauses out of 68009 with flag 2531439/2843030
226.51/224.34	c cleaning 34995 clauses out of 70016 with flag 2670077/2879034
229.70/227.59	c cleaning 36003 clauses out of 72017 with flag 2814846/2916030
233.10/230.94	c cleaning 37001 clauses out of 74015 with flag 2962654/2954031
236.82/234.60	c cleaning 38002 clauses out of 76015 with flag 3132198/2993032
240.32/238.12	c cleaning 38996 clauses out of 78011 with flag 3304440/3033030
244.00/241.82	c cleaning 39990 clauses out of 80015 with flag 3474063/3074030
247.83/245.67	c cleaning 40999 clauses out of 82025 with flag 3642693/3116030
251.73/249.83	c cleaning 42009 clauses out of 84026 with flag 3821515/3159030
255.92/253.91	c cleaning 43001 clauses out of 86018 with flag 4002686/3203031
260.13/258.16	c cleaning 44003 clauses out of 88017 with flag 4186634/3248031
264.61/262.67	c cleaning 44993 clauses out of 90016 with flag 4381016/3294033
269.03/267.03	c cleaning 46007 clauses out of 92021 with flag 4582420/3341031
273.51/271.52	c cleaning 46999 clauses out of 94013 with flag 4789677/3389030
277.94/275.92	c cleaning 47992 clauses out of 96015 with flag 4991551/3438031
282.36/280.46	c cleaning 49011 clauses out of 98023 with flag 5193224/3488031
287.38/285.49	c cleaning 49993 clauses out of 100012 with flag 5419818/3539031
292.46/290.50	c cleaning 51000 clauses out of 102019 with flag 5631729/3591031
297.55/295.69	c cleaning 52002 clauses out of 104020 with flag 5848012/3644032
303.00/301.10	c cleaning 53005 clauses out of 106018 with flag 6065826/3698032
308.48/306.53	c cleaning 54006 clauses out of 108012 with flag 6294187/3753031
314.06/312.12	c cleaning 54993 clauses out of 110005 with flag 6519544/3809030
319.64/317.70	c cleaning 55999 clauses out of 112012 with flag 6750695/3866030
325.44/323.32	c cleaning 57002 clauses out of 114013 with flag 6978987/3924030
330.89/328.83	c cleaning 57988 clauses out of 116012 with flag 7213848/3983031
336.48/334.48	c cleaning 59002 clauses out of 118024 with flag 7459721/4043031
342.34/340.34	c cleaning 60010 clauses out of 120022 with flag 7731004/4104031
348.50/346.52	c cleaning 60999 clauses out of 122013 with flag 7988683/4166032
354.74/352.74	c cleaning 62006 clauses out of 124012 with flag 8256935/4229030
360.83/358.80	c cleaning 62998 clauses out of 126008 with flag 8519669/4293032
366.96/364.94	c cleaning 64000 clauses out of 128008 with flag 8788007/4358030
373.24/371.25	c cleaning 64985 clauses out of 130010 with flag 9068656/4424032
379.81/377.88	c cleaning 66003 clauses out of 132023 with flag 9351138/4491030
386.39/384.41	c cleaning 67013 clauses out of 134025 with flag 9643160/4559035
393.52/391.55	c cleaning 67994 clauses out of 136010 with flag 9933586/4628033
400.56/398.56	c cleaning 69002 clauses out of 138017 with flag 10207375/4698034
407.97/406.04	c cleaning 70003 clauses out of 140017 with flag 10507390/4769036
415.40/413.48	c cleaning 71000 clauses out of 142011 with flag 10811851/4841033
422.58/420.69	c cleaning 72002 clauses out of 144014 with flag 11112029/4914036
430.00/428.02	c cleaning 73000 clauses out of 146007 with flag 11440755/4988031
437.53/435.64	c cleaning 74001 clauses out of 148006 with flag 11761165/5063030
444.99/443.15	c cleaning 75004 clauses out of 150008 with flag 12082063/5139033
453.17/451.12	c cleaning 75993 clauses out of 152001 with flag 12398033/5216030
461.19/459.18	c cleaning 77005 clauses out of 154009 with flag 12722572/5294031
469.52/467.56	c cleaning 78002 clauses out of 156004 with flag 13075202/5373031
478.34/476.34	c cleaning 78994 clauses out of 158004 with flag 13417366/5453033
486.86/484.90	c cleaning 79996 clauses out of 160008 with flag 13808397/5534031
495.88/493.81	c cleaning 80999 clauses out of 162015 with flag 14177699/5616034
504.45/502.64	c cleaning 81999 clauses out of 164012 with flag 14530141/5699030
513.37/511.50	c cleaning 82998 clauses out of 166013 with flag 14886670/5783030
522.57/520.70	c cleaning 84001 clauses out of 168015 with flag 15255893/5868030
532.00/530.24	c cleaning 85002 clauses out of 170016 with flag 15623441/5954032
542.03/540.26	c cleaning 86003 clauses out of 172015 with flag 16003945/6041033
551.82/550.00	c cleaning 87004 clauses out of 174009 with flag 16384491/6129030
561.73/560.01	c cleaning 87998 clauses out of 176006 with flag 16769062/6218031
571.76/570.04	c cleaning 88993 clauses out of 178007 with flag 17176694/6308030
581.69/579.97	c cleaning 90005 clauses out of 180014 with flag 17579830/6399030
592.11/590.45	c cleaning 91000 clauses out of 182010 with flag 18000962/6491031
602.34/600.66	c cleaning 91996 clauses out of 184011 with flag 18426441/6584032
612.79/611.13	c cleaning 93007 clauses out of 186017 with flag 18884786/6678034
623.24/621.63	c cleaning 93999 clauses out of 188006 with flag 19311638/6773030
634.25/632.69	c cleaning 95002 clauses out of 190011 with flag 19768218/6869034
645.97/644.35	c cleaning 95993 clauses out of 192005 with flag 20262814/6966030
657.29/655.75	c cleaning 97002 clauses out of 194013 with flag 20749378/7064031
668.54/666.95	c cleaning 97993 clauses out of 196011 with flag 21195520/7163031
680.81/679.34	c cleaning 99007 clauses out of 198017 with flag 21736244/7263030
692.56/691.06	c cleaning 100003 clauses out of 200013 with flag 22238240/7364033
704.08/702.56	c cleaning 100996 clauses out of 202007 with flag 22746986/7466030
716.09/714.66	c cleaning 101987 clauses out of 204011 with flag 23275528/7569030
727.99/726.56	c cleaning 103010 clauses out of 206025 with flag 23740433/7673031
740.69/739.29	c cleaning 103998 clauses out of 208015 with flag 24217341/7778031
752.84/751.44	c cleaning 105000 clauses out of 210017 with flag 24687252/7884031
765.56/764.11	c cleaning 106004 clauses out of 212016 with flag 25211819/7991030
778.68/777.36	c cleaning 106996 clauses out of 214012 with flag 25779734/8099030
791.69/790.34	c cleaning 108004 clauses out of 216020 with flag 26376342/8208034
805.47/804.12	c cleaning 108996 clauses out of 218012 with flag 26929119/8318030
819.18/817.72	c cleaning 110003 clauses out of 220017 with flag 27504677/8429031
833.59/832.11	c cleaning 110996 clauses out of 222013 with flag 28090825/8541030
847.54/846.12	c cleaning 112003 clauses out of 224018 with flag 28652890/8654031
861.88/860.54	c cleaning 112997 clauses out of 226014 with flag 29251937/8768030
876.69/875.41	c cleaning 113988 clauses out of 228017 with flag 29824844/8883030
890.90/889.65	c cleaning 115012 clauses out of 230029 with flag 30351371/8999030
904.41/903.22	c cleaning 116004 clauses out of 232017 with flag 30854332/9116030
918.91/917.71	c cleaning 117003 clauses out of 234013 with flag 31395010/9234030
933.46/932.35	c cleaning 117995 clauses out of 236010 with flag 31991470/9353030
948.37/947.23	c cleaning 118994 clauses out of 238019 with flag 32572243/9473034
963.86/962.95	c cleaning 120007 clauses out of 240023 with flag 33126208/9594032
978.62/977.60	c cleaning 120999 clauses out of 242014 with flag 33683956/9716030
993.79/992.86	c cleaning 122002 clauses out of 244015 with flag 34240500/9839030
1009.40/1008.53	c cleaning 122999 clauses out of 246013 with flag 34793912/9963030
1025.54/1024.75	c cleaning 123996 clauses out of 248015 with flag 35415192/10088031
1041.92/1041.19	c cleaning 125008 clauses out of 250020 with flag 36074097/10214032
1058.30/1057.72	c cleaning 125996 clauses out of 252010 with flag 36664347/10341030
1074.91/1074.38	c cleaning 126997 clauses out of 254017 with flag 37273370/10469033
1091.55/1091.03	c cleaning 128007 clauses out of 256019 with flag 37882361/10598032
1107.66/1107.11	c cleaning 128996 clauses out of 258010 with flag 38496326/10728030
1124.86/1124.35	c cleaning 130001 clauses out of 260016 with flag 39146305/10859032
1141.59/1141.10	c cleaning 130999 clauses out of 262013 with flag 39759909/10991030
1158.19/1157.76	c cleaning 132002 clauses out of 264015 with flag 40366004/11124031
1175.78/1175.32	c cleaning 132985 clauses out of 266012 with flag 41010055/11258030
1192.93/1192.55	c cleaning 134008 clauses out of 268027 with flag 41641182/11393030
1210.93/1210.50	c cleaning 135001 clauses out of 270019 with flag 42281342/11529030
1229.35/1228.97	c cleaning 136000 clauses out of 272018 with flag 42965629/11666030
1248.30/1248.00	c cleaning 137005 clauses out of 274019 with flag 43656661/11804031
1266.68/1266.39	c cleaning 138006 clauses out of 276014 with flag 44312411/11943031
1284.08/1283.78	c cleaning 138997 clauses out of 278008 with flag 44956901/12083031
1302.43/1302.28	c cleaning 139999 clauses out of 280011 with flag 45645518/12224031
1321.35/1321.16	c cleaning 140996 clauses out of 282011 with flag 46341784/12366030
1340.58/1340.75	c cleaning 142003 clauses out of 284015 with flag 47052313/12509030
1360.83/1361.01	c cleaning 143001 clauses out of 286012 with flag 47729147/12653030
1380.11/1380.32	c cleaning 144001 clauses out of 288012 with flag 48413612/12798031
1399.23/1399.56	c cleaning 144999 clauses out of 290010 with flag 49110240/12944030
1419.71/1420.18	c cleaning 146007 clauses out of 292013 with flag 49817957/13091032
1439.49/1439.96	c cleaning 146991 clauses out of 294004 with flag 50539435/13239030
1460.33/1461.00	c cleaning 148004 clauses out of 296013 with flag 51245772/13388030
1481.17/1481.83	c cleaning 148994 clauses out of 298009 with flag 51957988/13538030
1502.90/1503.58	c cleaning 150003 clauses out of 300015 with flag 52675448/13689030
1523.51/1524.11	c cleaning 151001 clauses out of 302012 with flag 53404853/13841030
1545.32/1546.10	c cleaning 151997 clauses out of 304011 with flag 54157138/13994030
1565.99/1566.81	c cleaning 153001 clauses out of 306014 with flag 54868610/14148030
1586.34/1587.23	c cleaning 153999 clauses out of 308013 with flag 55589263/14303030
1608.70/1609.63	c cleaning 155002 clauses out of 310014 with flag 56319728/14459030
1630.94/1632.00	c cleaning 155992 clauses out of 312012 with flag 57067123/14616030
1653.04/1654.09	c cleaning 156999 clauses out of 314021 with flag 57828519/14774031
1674.76/1675.78	c cleaning 158011 clauses out of 316023 with flag 58586382/14933032
1697.24/1698.32	c cleaning 158999 clauses out of 318014 with flag 59360844/15093034
1720.17/1721.39	c cleaning 160000 clauses out of 320011 with flag 60135168/15254030
1743.11/1744.43	c cleaning 161000 clauses out of 322011 with flag 60916079/15416030
1766.44/1767.89	c cleaning 161999 clauses out of 324011 with flag 61726228/15579030
1790.31/1791.74	c cleaning 162996 clauses out of 326014 with flag 62544384/15743032
1814.66/1816.16	c cleaning 164010 clauses out of 328020 with flag 63348330/15908034
1838.20/1839.76	c cleaning 164997 clauses out of 330006 with flag 64142251/16074030
1862.49/1864.03	c cleaning 165998 clauses out of 332011 with flag 64945552/16241032
1886.45/1888.05	c cleaning 167003 clauses out of 334016 with flag 65774546/16409035
1911.16/1912.81	c cleaning 167988 clauses out of 336009 with flag 66618679/16578031
1935.08/1936.70	c cleaning 168996 clauses out of 338023 with flag 67427419/16748033
1960.49/1962.22	c cleaning 169998 clauses out of 340024 with flag 68252794/16919030
1985.04/1986.87	c cleaning 171007 clauses out of 342029 with flag 69129088/17091033
2010.87/2012.70	c cleaning 172007 clauses out of 344020 with flag 69981127/17264031
2036.21/2038.19	c cleaning 172995 clauses out of 346012 with flag 70837625/17438030
2061.96/2063.99	c cleaning 174003 clauses out of 348017 with flag 71693333/17613030
2089.39/2091.32	c cleaning 175001 clauses out of 350014 with flag 72573096/17789030
2116.54/2118.59	c cleaning 176002 clauses out of 352014 with flag 73438600/17966031
2143.66/2145.75	c cleaning 176998 clauses out of 354011 with flag 74313854/18144030
2157.71/2159.82	c Got one! Elapsed wall clock time (in seconds):2159.681
2157.71/2159.82	o 122
2159.21/2161.38	c cleaning 139915 clauses out of 279831 with flag 26574/18246848
2160.20/2162.38	c cleaning 72945 clauses out of 145914 with flag 55590/18252846
2161.11/2163.24	c cleaning 39976 clauses out of 79970 with flag 89182/18259847
2161.91/2164.07	c cleaning 23982 clauses out of 47994 with flag 118505/18267847
2162.91/2165.04	c cleaning 12985 clauses out of 33011 with flag 146364/18276846
2163.91/2166.07	c cleaning 9998 clauses out of 30026 with flag 173782/18286846
2165.12/2167.23	c cleaning 11009 clauses out of 31030 with flag 204984/18297848
2166.22/2168.38	c cleaning 11995 clauses out of 32020 with flag 242729/18309847
2167.55/2169.61	c cleaning 12996 clauses out of 33025 with flag 279459/18322847
2168.86/2170.98	c cleaning 14002 clauses out of 34028 with flag 321001/18336846
2170.36/2172.45	c cleaning 14985 clauses out of 35026 with flag 363228/18351846
2171.86/2173.98	c cleaning 16016 clauses out of 36042 with flag 410518/18367847
2173.66/2175.71	c cleaning 16987 clauses out of 37025 with flag 458890/18384846
2175.45/2177.56	c cleaning 18016 clauses out of 38039 with flag 509515/18402847
2177.45/2179.50	c cleaning 18987 clauses out of 39022 with flag 563234/18421846
2179.36/2181.48	c cleaning 20000 clauses out of 40035 with flag 623622/18441846
2181.46/2183.55	c cleaning 20508 clauses out of 41036 with flag 684105/18462847
2183.61/2185.88	c cleaning 21252 clauses out of 42527 with flag 747031/18484846
2186.00/2188.20	c cleaning 22136 clauses out of 44275 with flag 816191/18507846
2188.30/2190.54	c cleaning 23068 clauses out of 46139 with flag 887874/18531846
2190.70/2192.91	c cleaning 24028 clauses out of 48072 with flag 960238/18556847
2193.22/2195.43	c cleaning 25018 clauses out of 50044 with flag 1041024/18582847
2195.91/2198.14	c cleaning 26002 clauses out of 52026 with flag 1133108/18609847
2198.81/2201.01	c cleaning 27009 clauses out of 54025 with flag 1227717/18637848
2201.80/2204.08	c cleaning 28002 clauses out of 56015 with flag 1315443/18666847
2204.89/2207.15	c cleaning 28995 clauses out of 58012 with flag 1412155/18696846
2208.11/2210.37	c cleaning 29996 clauses out of 60017 with flag 1508440/18727846
2211.40/2213.68	c cleaning 31001 clauses out of 62022 with flag 1616702/18759847
2214.87/2217.23	c cleaning 32009 clauses out of 64021 with flag 1727613/18792847
2218.37/2220.79	c cleaning 32994 clauses out of 66012 with flag 1838337/18826847
2222.09/2224.43	c cleaning 34002 clauses out of 68020 with flag 1953768/18861849
2225.88/2228.20	c cleaning 35003 clauses out of 70015 with flag 2071316/18897846
2229.97/2232.30	c cleaning 36005 clauses out of 72013 with flag 2198969/18934847
2233.86/2236.22	c cleaning 36995 clauses out of 74007 with flag 2323764/18972846
2238.18/2240.52	c cleaning 38004 clauses out of 76014 with flag 2463752/19011848
2242.37/2244.76	c cleaning 38992 clauses out of 78008 with flag 2606694/19051846
2246.71/2249.12	c cleaning 39995 clauses out of 80016 with flag 2742792/19092846
2251.56/2253.75	c cleaning 40994 clauses out of 82020 with flag 2883871/19134846
2256.53/2258.65	c cleaning 42010 clauses out of 84029 with flag 3030194/19177849
2261.62/2263.74	c cleaning 43004 clauses out of 86019 with flag 3183475/19221849
2266.70/2268.80	c cleaning 43997 clauses out of 88011 with flag 3346732/19266846
2272.28/2274.29	c cleaning 45000 clauses out of 90012 with flag 3510382/19312846
2277.94/2279.58	c cleaning 46000 clauses out of 92010 with flag 3678911/19359846
2283.23/2284.89	c cleaning 47004 clauses out of 94009 with flag 3854818/19407847
2287.60/2289.00	c starts		: 46096
2287.60/2289.00	c conflicts		: 19443396
2287.60/2289.00	c decisions		: 48122795
2287.60/2289.00	c propagations		: 2294858845
2287.60/2289.00	c inspects		: 19107533292
2287.60/2289.00	c shortcuts		: 0
2287.60/2289.00	c learnt literals	: 29
2287.60/2289.00	c learnt binary clauses	: 335
2287.60/2289.00	c learnt ternary clauses	: 2941
2287.60/2289.01	c learnt constraints	: 19443366
2287.60/2289.01	c ignored constraints	: 0
2287.60/2289.01	c root simplifications	: 0
2287.60/2289.01	c removed literals (reason simplification)	: 175704258
2287.60/2289.01	c reason swapping (by a shorter reason)	: 0
2287.60/2289.01	c Calls to reduceDB	: 341
2287.60/2289.01	c Number of update (reduction) of LBD	: 6858009
2287.60/2289.01	c Imported unit clauses	: 0
2287.60/2289.01	c No decision after first conflict	: false
2287.60/2289.01	c number of reductions to clauses (during analyze)	: 0
2287.60/2289.01	c number of learned constraints concerned by reduction	: 0
2287.60/2289.01	c number of learning phase by resolution	: 0
2287.60/2289.01	c number of learning phase by cutting planes	: 0
2287.60/2289.01	c number of rounding to 1 operations	: 0
2287.60/2289.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2287.60/2289.01	c number of reductions of the coefficients by power 2 	: 0
2287.60/2289.01	c number of right shift for reduction by power 2 	: 0
2287.60/2289.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
2287.60/2289.01	c number of ending skipping 	: 0
2287.60/2289.01	c number of internal skipping 	: 0
2287.60/2289.01	c number of derivation steps 	: 0
2287.60/2289.01	c number of skipped derivation steps 	: 0
2287.60/2289.01	c number of remaining unassigned 	: 0
2287.60/2289.01	c number of remaining assigned 	: 0
2287.60/2289.01	c number of falsified literals weakened from reason	: 0
2287.60/2289.01	c number of falsified literals weakened from conflict	: 0
2287.60/2289.01	c time for arithmetic operations	: 0
2287.60/2289.01	c minimum degree of deleted constraints	: null
2287.60/2289.01	c maximum degree of deleted constraints	: null
2287.60/2289.01	c number of deleted constraints	: 0
2287.60/2289.01	c speed (assignments/second)	: 1002670.8271691136
2287.60/2289.01	c non guided choices	: 1592
2287.60/2289.01	s OPTIMUM FOUND
2287.60/2289.01	c Found 13 solution(s)
2287.60/2289.01	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 x667 x668 -x669 x670 x671 x672 x673 x674 -x675 x676 x677 -x678 x679 x680 x681 x682 x683 -x684 x685 x686 -x687 x688 x689 x690 x691 x692 -x693 x694 x695 -x696 x697 x698 x699 x700 x701 -x702 x703 x704 -x705 x706 x707 x708 x709 x710 -x711 x712 x713 -x714 x715 x716 x717 x718 x719 -x720 x721 x722 -x723 x724 x725 x726 x727 x728 -x729 x730 x731 -x732 x733 x734 x735 x736 x737 -x738 x739 x740 -x741 x742 x743 x744 x745 x746 -x747 x748 x749 -x750 x751 x752 x753 x754 x755 -x756 x757 x758 -x759 x760 x761 x762 x763 x764 -x765 x766 x767 -x768 x769 x770 x771 x772 x773 -x774 x775 x776 -x777 x778 x779 x780 x781 x782 -x783 x784 x785 -x786 x787 x788 x789 x790 x791 -x792 
2287.60/2289.01	c objective function=122
2287.60/2289.01	c Total wall clock time (in seconds): 2288.872

Verifier Data

OK	122

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 16 02:08:40 CEST 2025
extraparms=

-- time out --

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: 63665 MiB (62443 MiB free)
  memory of node 1: 64507 MiB (53305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502609-1752596958/watcher-4502609-1752596958 -o /tmp/evaluation-result-4502609-1752596958/solver-4502609-1752596958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752596955-136963 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502609-1752596958 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4502609-1752596958.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=137214, runsolver pid=137210

[startup+0.100061 s]*
/proc/loadavg: 16.63 6.56 4.82 6/565 137257
/proc/meminfo: memFree=118455252/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=18930384 memory=57692 CPUtime=0.12 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 6542 0 0 0 11 1 0 0 20 0 18 0 175373695 19384713216 14423 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4732596 14423 5340 1 0 547612 0
[pid=137214/tid=137219] ppid=137210 vsize=18930384 memory=4026532379 CPUtime=0.07 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 5056 0 0 0 7 0 0 0 20 0 18 0 175373696 19384713216 14423 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=18930384 memory=219932787024 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175373699 19384713216 14423 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=18930384 memory=55186957823283 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 175373699 19384713216 14423 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57692 KiB

[startup+0.21132 s]*
/proc/loadavg: 16.63 6.56 4.82 8/565 137257
/proc/meminfo: memFree=118420784/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=18930384 memory=63892 CPUtime=0.31 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 6999 0 0 0 29 2 0 0 20 0 18 0 175373695 19384713216 15973 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4732596 15973 5436 1 0 547904 0
[pid=137214/tid=137219] ppid=137210 vsize=18930384 memory=4026946331 CPUtime=0.16 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 5282 0 0 0 15 1 0 0 20 0 18 0 175373696 19384713216 15973 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=18930384 memory=219932787024 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175373699 19384713216 15973 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=18930384 memory=55186957823283 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 175373699 19384713216 15973 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63892 KiB

[startup+0.311872 s]*
/proc/loadavg: 16.63 6.56 4.82 9/567 137259
/proc/meminfo: memFree=118415680/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=18996948 memory=70076 CPUtime=0.47 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 8037 0 0 0 45 2 0 0 20 0 19 0 175373695 19452874752 17487 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4749237 17519 5468 1 0 548497 0
[pid=137214/tid=137219] ppid=137210 vsize=18996948 memory=-8888531599371313852 CPUtime=0.23 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 5429 0 0 0 22 1 0 0 20 0 19 0 175373696 19452874752 17519 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 175373699 19452874752 17519 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 175373699 19452874752 17519 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 175373721 19452874752 17519 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70076 KiB

[startup+0.700238 s]
/proc/loadavg: 16.63 6.56 4.82 7/567 137259
/proc/meminfo: memFree=118347312/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=18996948 memory=108884 CPUtime=1.2 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 13072 0 0 0 116 4 0 0 20 0 19 0 175373695 19452874752 27221 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4749237 27221 5500 1 0 551352 0
[pid=137214/tid=137219] ppid=137210 vsize=18996948 memory=25984 CPUtime=0.58 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 5539 0 0 0 56 2 0 0 20 0 19 0 175373696 19452874752 27221 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 175373699 19452874752 27221 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 175373699 19452874752 27221 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 175373721 19452874752 27221 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108884 KiB

[startup+1.50022 s]
/proc/loadavg: 16.63 6.56 4.82 5/546 137262
/proc/meminfo: memFree=118530576/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=177708 CPUtime=2.78 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 23016 0 0 0 270 8 0 0 20 0 20 0 175373695 19521036288 44427 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 44427 5532 1 0 554242 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=10752 CPUtime=1.34 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 6023 0 0 0 131 3 0 0 20 0 20 0 175373696 19521036288 44427 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 44427 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 44427 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 44427 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177708 KiB

[startup+3.11078 s]
/proc/loadavg: 16.63 6.56 4.82 4/544 137295
/proc/meminfo: memFree=118102440/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=180160 CPUtime=4.88 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 25152 0 0 0 480 8 0 0 20 0 20 0 175373695 19521036288 45040 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 45040 5532 1 0 554263 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=-9177324925476446908 CPUtime=2.93 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 6425 0 0 0 289 4 0 0 20 0 20 0 175373696 19521036288 45040 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 45040 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 45040 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 45040 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180160 KiB

[startup+6.30023 s]
/proc/loadavg: 15.46 6.48 4.80 3/544 137295
/proc/meminfo: memFree=117550168/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=369212 CPUtime=8.84 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 27035 0 0 0 870 14 0 0 20 0 20 0 175373695 19521036288 92303 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 92303 5532 1 0 554267 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=10752 CPUtime=6.1 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 6863 0 0 0 602 8 0 0 20 0 20 0 175373696 19521036288 92303 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 92303 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 92303 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=177708 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 92303 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 369212 KiB

[startup+12.7002 s]
/proc/loadavg: 14.38 6.41 4.79 3/544 137295
/proc/meminfo: memFree=116458908/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=1303780 CPUtime=15.5 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 33961 0 0 0 1518 32 0 0 20 0 20 0 175373695 19521036288 325945 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 325945 5532 1 0 554267 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=177708 CPUtime=12.48 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 8966 0 0 0 1222 26 0 0 20 0 20 0 175373696 19521036288 325945 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=25984 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 325945 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 325945 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=16620 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 325945 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1303780 KiB

[startup+25.5002 s]
/proc/loadavg: 11.70 6.20 4.75 3/544 137295
/proc/meminfo: memFree=115499872/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=1308016 CPUtime=28.36 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 39211 0 0 0 2799 37 0 0 20 0 20 0 175373695 19521036288 327004 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 327004 5564 1 0 554267 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=10752 CPUtime=25.23 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 10560 0 0 0 2493 30 0 0 20 0 20 0 175373696 19521036288 327004 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=54113165640434 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 327004 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=16620 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 327004 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 327004 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 28.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308016 KiB

[startup+51.111 s]
/proc/loadavg: 8.39 5.87 4.68 3/545 137297
/proc/meminfo: memFree=115183864/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=1314228 CPUtime=53.28 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 42413 0 0 0 5285 43 0 0 20 0 20 0 175373695 19521036288 328557 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 328557 5564 1 0 554267 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=1314228 CPUtime=50.08 cores=1,3

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

/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 542593 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2200.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170372 KiB

[startup+2262.3 s]
/proc/loadavg: 2.06 2.10 2.33 3/292 137422
/proc/meminfo: memFree=103723116/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2170656 CPUtime=2260.23 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 96405 0 0 0 225490 533 0 0 20 0 20 0 175373695 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 542664 5564 1 0 556045 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=2170372 CPUtime=2241.95 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36133 0 0 0 223730 465 0 0 20 0 20 0 175373696 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=2170372 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=2174468 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 947 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=16620 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2260.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170656 KiB

[startup+2289.04 s]
# the end of solver process 137214 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2282.23 s, system=5.40082 s

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

[startup+2265.6 s]
/proc/loadavg: 2.06 2.10 2.33 3/292 137422
/proc/meminfo: memFree=103715052/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2170656 CPUtime=2263.52 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 96405 0 0 0 225819 533 0 0 20 0 20 0 175373695 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 542664 5564 1 0 556045 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=3328 CPUtime=2245.24 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36133 0 0 0 224059 465 0 0 20 0 20 0 175373696 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=25984 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 947 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 542664 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2263.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170656 KiB

[startup+2278.4 s]
/proc/loadavg: 2.13 2.11 2.33 3/291 137422
/proc/meminfo: memFree=103662656/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2172992 CPUtime=2276.84 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 98859 0 0 0 227149 535 0 0 20 0 20 0 175373695 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 543248 5564 1 0 556524 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=10752 CPUtime=2257.92 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36244 0 0 0 225325 467 0 0 20 0 20 0 175373696 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=2174340 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 947 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2276.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172992 KiB

[startup+2284.8 s]
/proc/loadavg: 2.12 2.11 2.33 3/291 137422
/proc/meminfo: memFree=103654272/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2172992 CPUtime=2283.23 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 98998 0 0 0 227786 537 0 0 20 0 20 0 175373695 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 543248 5564 1 0 556524 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=2175392 CPUtime=2264.31 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36377 0 0 0 225963 468 0 0 20 0 20 0 175373696 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 543248 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2283.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172992 KiB

[startup+2286.4 s]
/proc/loadavg: 2.11 2.11 2.32 3/291 137423
/proc/meminfo: memFree=103646244/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2175808 CPUtime=2285.01 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 99759 0 0 0 227964 537 0 0 20 0 20 0 175373695 19521036288 543952 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 543952 5564 1 0 556524 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=16620 CPUtime=2265.9 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36432 0 0 0 226122 468 0 0 20 0 20 0 175373696 19521036288 543952 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=2172992 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 543952 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=2175808 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 543952 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=25984 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 543952 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2285.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175808 KiB

[startup+2288 s]*
/proc/loadavg: 2.11 2.11 2.32 3/291 137423
/proc/meminfo: memFree=103646244/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2171060 CPUtime=2286.62 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 99895 0 0 0 228124 538 0 0 20 0 20 0 175373695 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 542765 5564 1 0 556524 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=-8888531599371313852 CPUtime=2267.5 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36567 0 0 0 226281 469 0 0 20 0 20 0 175373696 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=21952 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2286.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171060 KiB

[startup+2288.8 s]
/proc/loadavg: 2.11 2.11 2.32 3/291 137423
/proc/meminfo: memFree=103646244/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19063512 memory=2171060 CPUtime=2287.41 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 99925 0 0 0 228203 538 0 0 20 0 20 0 175373695 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4765878 542765 5564 1 0 556524 0
[pid=137214/tid=137219] ppid=137210 vsize=19063512 memory=2174912 CPUtime=2268.3 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) R 137210 137214 136951 0 -1 4194368 36596 0 0 0 226361 469 0 0 20 0 20 0 175373696 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19063512 memory=-9177324925476446908 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 175373699 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137258] ppid=137210 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/137214/task/137258/stat : 137258 (Timer-0) S 137210 137214 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373721 19521036288 542765 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2287.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171060 KiB

[startup+2289 s]*
/proc/loadavg: 2.11 2.11 2.32 4/292 137425
/proc/meminfo: memFree=103647368/131249996 swapFree=33010684/33010684
[pid=137214] ppid=137210 vsize=19196640 memory=2171444 CPUtime=2287.6 cores=1,3
/proc/137214/stat : 137214 (java) S 137210 137214 136951 0 -1 4194304 100950 0 0 0 228221 539 0 0 20 0 20 0 175373695 19657359360 542861 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
/proc/137214/statm: 4799160 542861 5564 1 0 557159 0
[pid=137214/tid=137219] ppid=137210 vsize=19196640 memory=-8888531599371313852 CPUtime=2268.46 cores=1,3
/proc/137214/task/137219/stat : 137219 (java) S 137210 137214 136951 0 -1 4194368 37395 0 0 0 226377 469 0 0 20 0 20 0 175373696 19657359360 542861 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137228] ppid=137210 vsize=19196640 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/137214/task/137228/stat : 137228 (Finalizer) S 137210 137214 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373699 19657359360 542861 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137236] ppid=137210 vsize=19196640 memory=9344 CPUtime=0 cores=1,3
/proc/137214/task/137236/stat : 137236 (Common-Cleaner) S 137210 137214 136951 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 175373699 19657359360 542861 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
[pid=137214/tid=137425] ppid=137210 vsize=19196640 memory=26648 CPUtime=0 cores=1,3
/proc/137214/task/137425/stat : 137425 (Thread-0) R 137210 137214 136951 0 -1 4194368 101 0 0 0 0 0 0 0 20 0 20 0 175602595 19657359360 542861 18446744073709551615 94167168696320 94167168700016 140729503293376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167168707832 94167168708624 94167187017728 140729503299886 140729503300068 140729503300068 140729503305672 0
Current children cumulated CPU time: 2287.6 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2171444 KiB

Child status: 30

Real time (s): 2289.04
CPU time (s): 2287.63
CPU user time (s): 2282.23
CPU system time (s): 5.40082
CPU usage (%): 99.9386
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2179360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2282.23
system time used= 5.40082
maximum resident set size= 2179360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9634680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76693
involuntary context switches= 8596


# summary of solver processes directly reported to runsolver:
#   pid: 137214
#   total CPU time (s): 2287.63
#   total CPU user time (s): 2282.23
#   total CPU system time (s): 5.40082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.99085 second user time and 11.395 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-15 18:29:18
IDJOB=4502609
IDBENCH=155354
IDSOLVER=3364
FILE ID=nodeC024/4502609-1752596958
RUNJOBID= nodeC024-1752596955-136963
SLURM_JOB_ID= 9684388
Free space on /tmp= 432892 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-538867.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502609-1752596958/watcher-4502609-1752596958 -o /tmp/evaluation-result-4502609-1752596958/solver-4502609-1752596958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752596955-136963 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502609-1752596958 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4502609-1752596958.opb

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

MD5SUM BENCH= fe13d2dbd64f41a692445fbdcafba3bd
RANDOM SEED=2087742015

nodeC024 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.693
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.36
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		: 3599.654
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118537988 kB
MemAvailable:   129460128 kB
Buffers:            2144 kB
Cached:         11692632 kB
SwapCached:            0 kB
Active:           906756 kB
Inactive:       11073288 kB
Active(anon):     311544 kB
Inactive(anon):       36 kB
Active(file):     595212 kB
Inactive(file): 11073252 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15112 kB
Writeback:             0 kB
AnonPages:        288216 kB
Mapped:           127444 kB
Shmem:             26256 kB
KReclaimable:     185432 kB
Slab:             287220 kB
SReclaimable:     185432 kB
SUnreclaim:       101788 kB
KernelStack:        8528 kB
PageTables:         3688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2595196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      154792 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432892 MiB
End job on nodeC024 at 2025-07-15 19:07:27