Trace number 4513375

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 1355.89 1358.87

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
MD5SUMd15c8502de0d235fb9400ddf00f66b48
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark50.3655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1301
Total number of constraints651
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)651
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.21	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.09/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.22	c java.vm.version	22.0.1+8-16
0.09/0.22	c java.vm.vendor	Oracle Corporation
0.09/0.22	c sun.arch.data.model	64
0.09/0.22	c java.version		22.0.1
0.09/0.22	c os.name		Linux
0.09/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.22	c os.arch		amd64
0.09/0.22	c Free memory 		2104792832
0.09/0.22	c Max memory 		16282288128
0.09/0.22	c Total memory 		2113929216
0.09/0.23	c Number of processors 	2
0.09/0.27	c Pseudo Boolean Optimization by upper bound
0.09/0.27	c --- Begin Solver configuration ---
0.09/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.27	c Learn all clauses as in MiniSAT
0.09/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.27	c Expensive reason simplification
0.09/0.27	c Glucose 2.1 dynamic restart strategy
0.09/0.27	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.09/0.27	c timeout=2147483s
0.09/0.27	c DB Simplification allowed=false
0.09/0.27	c Listener: none
0.09/0.27	c --- End Solver configuration ---
0.09/0.27	c solving HOME/instance-4513375-1751218367.opb
0.09/0.27	c reading problem ... 
0.09/0.27	c using VERIPB proof format
0.09/0.27	c  no objective function found
0.26/0.34	c ... done. Wall clock time 0.064s.
0.26/0.34	c declared #vars     1301
0.26/0.34	c #constraints  1302
0.26/0.34	c constraints type 
0.26/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.26/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1300
0.26/0.34	c 1302 constraints processed.
1.01/0.70	c cleaning 2495 clauses out of 5002 with flag 21119/5002
1.61/1.03	c cleaning 4241 clauses out of 8505 with flag 46631/11000
1.99/1.29	c cleaning 5579 clauses out of 11264 with flag 81794/18000
2.40/1.47	c cleaning 6808 clauses out of 13686 with flag 121388/26001
2.79/1.63	c cleaning 7867 clauses out of 15877 with flag 167470/35000
3.18/1.83	c cleaning 8925 clauses out of 18010 with flag 226129/45000
3.78/2.11	c cleaning 10006 clauses out of 20085 with flag 286188/56000
4.27/2.46	c cleaning 10998 clauses out of 22080 with flag 359194/68001
4.67/2.76	c cleaning 12000 clauses out of 24082 with flag 433804/81001
5.12/3.04	c cleaning 13000 clauses out of 26082 with flag 514044/95001
5.42/3.32	c cleaning 13976 clauses out of 28081 with flag 596376/110000
5.72/3.68	c cleaning 14960 clauses out of 30105 with flag 698893/126000
6.26/4.19	c cleaning 16033 clauses out of 32145 with flag 825021/143000
6.71/4.57	c cleaning 17037 clauses out of 34113 with flag 929248/161001
7.11/4.94	c cleaning 17952 clauses out of 36075 with flag 1035660/180000
7.51/5.32	c cleaning 18995 clauses out of 38123 with flag 1145161/200000
7.82/5.69	c cleaning 19989 clauses out of 40132 with flag 1259339/221004
8.33/6.13	c cleaning 21047 clauses out of 42141 with flag 1381116/243002
8.72/6.59	c cleaning 21976 clauses out of 44092 with flag 1501482/266000
9.22/7.09	c cleaning 23043 clauses out of 46116 with flag 1640959/290000
9.84/7.62	c cleaning 23938 clauses out of 48073 with flag 1781180/315000
10.55/8.22	c cleaning 25026 clauses out of 50135 with flag 1931850/341000
11.15/8.81	c cleaning 25969 clauses out of 52110 with flag 2083817/368001
11.75/9.42	c cleaning 27035 clauses out of 54140 with flag 2231688/396000
12.35/10.05	c cleaning 28041 clauses out of 56106 with flag 2387012/425001
13.16/10.77	c cleaning 28957 clauses out of 58064 with flag 2549505/455000
14.06/11.62	c cleaning 30020 clauses out of 60108 with flag 2723636/486001
14.82/12.35	c cleaning 30980 clauses out of 62088 with flag 2890468/518001
15.65/13.12	c cleaning 32024 clauses out of 64107 with flag 3066311/551000
16.44/13.92	c cleaning 32967 clauses out of 66084 with flag 3243183/585001
17.24/14.76	c cleaning 34011 clauses out of 68116 with flag 3432806/620000
18.14/15.67	c cleaning 35022 clauses out of 70105 with flag 3619531/656000
19.05/16.57	c cleaning 36020 clauses out of 72083 with flag 3808101/693000
20.05/17.55	c cleaning 36983 clauses out of 74063 with flag 4004328/731000
21.05/18.55	c cleaning 37996 clauses out of 76080 with flag 4199985/770000
22.05/19.59	c cleaning 38994 clauses out of 78087 with flag 4404095/810003
23.14/20.64	c cleaning 39982 clauses out of 80090 with flag 4607917/851000
24.24/21.77	c cleaning 40999 clauses out of 82108 with flag 4819101/893000
25.54/23.00	c cleaning 42045 clauses out of 84109 with flag 5046726/936000
26.65/24.16	c cleaning 42970 clauses out of 86064 with flag 5261246/980000
27.85/25.39	c cleaning 44029 clauses out of 88094 with flag 5487822/1025000
29.14/26.66	c cleaning 45003 clauses out of 90066 with flag 5717228/1071001
30.43/27.96	c cleaning 46000 clauses out of 92062 with flag 5953090/1118000
31.83/29.35	c cleaning 47004 clauses out of 94063 with flag 6188270/1166001
33.22/30.73	c cleaning 47971 clauses out of 96059 with flag 6429901/1215001
34.63/32.18	c cleaning 48988 clauses out of 98087 with flag 6669102/1265000
36.13/33.68	c cleaning 49989 clauses out of 100099 with flag 6925018/1316000
37.72/35.20	c cleaning 51042 clauses out of 102110 with flag 7172103/1368000
39.22/36.73	c cleaning 51979 clauses out of 104069 with flag 7423586/1421001
40.82/38.38	c cleaning 53012 clauses out of 106090 with flag 7690858/1475001
42.53/40.01	c cleaning 54008 clauses out of 108077 with flag 7947890/1530000
44.22/41.72	c cleaning 55025 clauses out of 110071 with flag 8216427/1586002
45.92/43.48	c cleaning 55960 clauses out of 112044 with flag 8487734/1643000
47.71/45.27	c cleaning 57000 clauses out of 114084 with flag 8767068/1701000
49.61/47.17	c cleaning 57998 clauses out of 116084 with flag 9050689/1760000
51.53/49.05	c cleaning 58978 clauses out of 118087 with flag 9327625/1820001
53.42/50.99	c cleaning 59989 clauses out of 120108 with flag 9613895/1881000
55.41/52.97	c cleaning 61035 clauses out of 122119 with flag 9905237/1943000
57.51/55.04	c cleaning 61994 clauses out of 124085 with flag 10199127/2006001
59.72/57.28	c cleaning 63019 clauses out of 126090 with flag 10497347/2070000
61.91/59.41	c cleaning 64021 clauses out of 128072 with flag 10795828/2135001
64.20/61.71	c cleaning 64975 clauses out of 130050 with flag 11104749/2201000
66.40/63.92	c cleaning 66020 clauses out of 132075 with flag 11409523/2268000
68.71/66.21	c cleaning 66992 clauses out of 134057 with flag 11710811/2336002
71.01/68.55	c cleaning 68009 clauses out of 136064 with flag 12027151/2405001
73.40/70.99	c cleaning 68993 clauses out of 138054 with flag 12344602/2475000
75.90/73.49	c cleaning 69996 clauses out of 140062 with flag 12666616/2546001
78.41/75.95	c cleaning 71001 clauses out of 142065 with flag 12988973/2618000
80.89/78.49	c cleaning 72007 clauses out of 144064 with flag 13311907/2691000
83.49/81.08	c cleaning 72995 clauses out of 146058 with flag 13636476/2765001
86.08/83.64	c cleaning 74005 clauses out of 148064 with flag 13963303/2840002
88.87/86.46	c cleaning 74995 clauses out of 150059 with flag 14300116/2916002
91.58/89.19	c cleaning 75995 clauses out of 152063 with flag 14635772/2993001
94.36/92.00	c cleaning 77006 clauses out of 154067 with flag 14972453/3071000
97.28/94.82	c cleaning 78019 clauses out of 156061 with flag 15313545/3150000
100.27/97.82	c cleaning 78979 clauses out of 158042 with flag 15661014/3230000
103.27/100.80	c cleaning 79991 clauses out of 160064 with flag 16011390/3311001
106.26/103.81	c cleaning 81025 clauses out of 162072 with flag 16361772/3393000
109.37/106.98	c cleaning 82004 clauses out of 164047 with flag 16724363/3476000
112.67/110.25	c cleaning 82991 clauses out of 166043 with flag 17085376/3560000
115.85/113.49	c cleaning 83983 clauses out of 168052 with flag 17444180/3645000
119.06/116.63	c cleaning 84999 clauses out of 170071 with flag 17811891/3731002
122.35/119.97	c cleaning 85998 clauses out of 172070 with flag 18174669/3818000
125.65/123.26	c cleaning 86987 clauses out of 174072 with flag 18539602/3906000
129.16/126.76	c cleaning 88006 clauses out of 176085 with flag 18917676/3995000
132.65/130.24	c cleaning 89002 clauses out of 178080 with flag 19291733/4085001
136.05/133.66	c cleaning 89997 clauses out of 180077 with flag 19662884/4176000
139.76/137.38	c cleaning 91014 clauses out of 182080 with flag 20041955/4268000
143.55/141.17	c cleaning 92002 clauses out of 184067 with flag 20429759/4361001
147.35/144.96	c cleaning 92992 clauses out of 186065 with flag 20816505/4455001
151.26/148.82	c cleaning 94022 clauses out of 188073 with flag 21211374/4550001
155.45/153.03	c cleaning 95026 clauses out of 190051 with flag 21612956/4646001
159.44/157.05	c cleaning 95980 clauses out of 192025 with flag 22009306/4743001
163.55/161.13	c cleaning 96996 clauses out of 194044 with flag 22407676/4841000
167.93/165.53	c cleaning 98017 clauses out of 196049 with flag 22815446/4940001
172.64/170.26	c cleaning 98982 clauses out of 198031 with flag 23240223/5040000
177.22/174.83	c cleaning 100006 clauses out of 200049 with flag 23658319/5141000
181.61/179.22	c cleaning 100983 clauses out of 202045 with flag 24083306/5243002
186.13/183.78	c cleaning 102021 clauses out of 204060 with flag 24501111/5346000
190.53/188.18	c cleaning 103014 clauses out of 206039 with flag 24916475/5450000
195.30/192.97	c cleaning 103976 clauses out of 208026 with flag 25344874/5555001
200.31/197.97	c cleaning 104990 clauses out of 210049 with flag 25777631/5661000
204.90/202.57	c cleaning 105989 clauses out of 212059 with flag 26197499/5768000
210.11/207.74	c cleaning 106998 clauses out of 214070 with flag 26635687/5876000
215.40/213.03	c cleaning 108031 clauses out of 216073 with flag 27079029/5985001
220.32/218.00	c cleaning 108994 clauses out of 218042 with flag 27509416/6095001
225.61/223.28	c cleaning 109984 clauses out of 220047 with flag 27954579/6206000
230.90/228.54	c cleaning 111020 clauses out of 222063 with flag 28393868/6318000
236.32/233.96	c cleaning 112015 clauses out of 224043 with flag 28847733/6431000
241.71/239.34	c cleaning 113000 clauses out of 226028 with flag 29303842/6545000
247.33/244.95	c cleaning 113990 clauses out of 228029 with flag 29752366/6660001
252.72/250.37	c cleaning 115008 clauses out of 230038 with flag 30196728/6776000
258.56/256.16	c cleaning 115996 clauses out of 232031 with flag 30653581/6893001
264.25/262.22	c cleaning 116997 clauses out of 234035 with flag 31111765/7011001
269.54/267.59	c cleaning 117996 clauses out of 236037 with flag 31568768/7130000
275.56/273.57	c cleaning 118988 clauses out of 238042 with flag 32033982/7250001
281.46/279.42	c cleaning 120006 clauses out of 240056 with flag 32498916/7371003
287.69/285.60	c cleaning 120991 clauses out of 242047 with flag 32969403/7493000
293.65/291.94	c cleaning 121998 clauses out of 244059 with flag 33434334/7616003
299.79/298.02	c cleaning 123016 clauses out of 246059 with flag 33901830/7740001
305.67/303.91	c cleaning 124006 clauses out of 248042 with flag 34373193/7865000
311.81/310.08	c cleaning 124998 clauses out of 250036 with flag 34846647/7991000
318.19/316.40	c cleaning 125992 clauses out of 252038 with flag 35330886/8118000
324.54/323.03	c cleaning 126997 clauses out of 254046 with flag 35809217/8246000
330.72/329.23	c cleaning 128009 clauses out of 256051 with flag 36288673/8375002
336.86/335.30	c cleaning 128998 clauses out of 258040 with flag 36765694/8505000
342.84/341.31	c cleaning 130004 clauses out of 260043 with flag 37235926/8636001
349.09/347.51	c cleaning 131001 clauses out of 262038 with flag 37718607/8768000
355.28/354.03	c cleaning 131994 clauses out of 264039 with flag 38202798/8901002
361.72/360.45	c cleaning 133010 clauses out of 266043 with flag 38687840/9035000
368.01/366.72	c cleaning 133988 clauses out of 268033 with flag 39178877/9170000
374.46/373.13	c cleaning 135003 clauses out of 270045 with flag 39675222/9306000
380.74/379.44	c cleaning 136008 clauses out of 272042 with flag 40168631/9443000
387.38/386.36	c cleaning 136997 clauses out of 274034 with flag 40663822/9581000
393.94/392.87	c cleaning 138008 clauses out of 276038 with flag 41165185/9720001
400.51/399.40	c cleaning 138990 clauses out of 278030 with flag 41670364/9860001
406.96/405.86	c cleaning 140002 clauses out of 280040 with flag 42172923/10001001
413.27/412.44	c cleaning 141011 clauses out of 282038 with flag 42671825/10143001
419.69/418.86	c cleaning 141994 clauses out of 284027 with flag 43171886/10286001
426.38/425.51	c cleaning 143002 clauses out of 286033 with flag 43688310/10430001
433.01/432.12	c cleaning 143994 clauses out of 288031 with flag 44203318/10575001
439.59/438.77	c cleaning 145000 clauses out of 290036 with flag 44720990/10721000
446.35/445.70	c cleaning 146000 clauses out of 292037 with flag 45238968/10868001
453.20/452.56	c cleaning 146999 clauses out of 294037 with flag 45760432/11016001
460.38/459.77	c cleaning 148008 clauses out of 296038 with flag 46291201/11165001
467.32/466.68	c cleaning 149005 clauses out of 298029 with flag 46814080/11315000
474.28/473.95	c cleaning 149992 clauses out of 300025 with flag 47338475/11466001
481.29/480.98	c cleaning 150998 clauses out of 302032 with flag 47880403/11618000
488.54/488.17	c cleaning 151993 clauses out of 304035 with flag 48424809/11771001
495.53/495.15	c cleaning 153013 clauses out of 306042 with flag 48964239/11925001
503.06/503.00	c cleaning 153987 clauses out of 308029 with flag 49519410/12080001
510.04/510.00	c cleaning 154998 clauses out of 310041 with flag 50062543/12236000
517.47/517.34	c cleaning 156007 clauses out of 312043 with flag 50616440/12393000
524.91/524.76	c cleaning 156999 clauses out of 314037 with flag 51169506/12551001
532.19/532.08	c cleaning 158013 clauses out of 316037 with flag 51725203/12710000
539.79/539.97	c cleaning 158994 clauses out of 318024 with flag 52292433/12870000
547.53/547.62	c cleaning 160003 clauses out of 320030 with flag 52858767/13031000
555.11/555.24	c cleaning 160990 clauses out of 322028 with flag 53433035/13193001
562.84/562.92	c cleaning 162000 clauses out of 324038 with flag 54005711/13356001
570.52/570.85	c cleaning 163005 clauses out of 326037 with flag 54580781/13520000
578.31/578.62	c cleaning 163996 clauses out of 328032 with flag 55162555/13685000
586.15/586.41	c cleaning 164997 clauses out of 330036 with flag 55741925/13851000
594.09/594.37	c cleaning 165999 clauses out of 332039 with flag 56335496/14018000
602.47/603.11	c cleaning 166989 clauses out of 334040 with flag 56956857/14186000
610.61/611.26	c cleaning 168011 clauses out of 336051 with flag 57578751/14355000
618.84/619.41	c cleaning 169002 clauses out of 338040 with flag 58194840/14525000
627.21/628.14	c cleaning 169998 clauses out of 340039 with flag 58829000/14696001
635.63/636.51	c cleaning 171008 clauses out of 342040 with flag 59447851/14868000
643.88/644.79	c cleaning 172006 clauses out of 344032 with flag 60066668/15041000
652.65/653.56	c cleaning 172997 clauses out of 346027 with flag 60701896/15215001
661.20/662.35	c cleaning 174006 clauses out of 348029 with flag 61329986/15390000
670.23/671.33	c cleaning 174992 clauses out of 350023 with flag 61973532/15566000
679.08/680.16	c cleaning 176008 clauses out of 352032 with flag 62622155/15743001
687.83/689.14	c cleaning 177005 clauses out of 354023 with flag 63274312/15921000
696.56/697.84	c cleaning 177989 clauses out of 356019 with flag 63924572/16100001
705.81/707.02	c cleaning 179007 clauses out of 358029 with flag 64577176/16280000
714.68/715.94	c cleaning 179995 clauses out of 360022 with flag 65224241/16461000
724.15/725.69	c cleaning 180993 clauses out of 362028 with flag 65903572/16643001
733.29/734.78	c cleaning 181999 clauses out of 364034 with flag 66568926/16826000
743.03/744.48	c cleaning 183003 clauses out of 366036 with flag 67241910/17010001
752.48/754.19	c cleaning 184004 clauses out of 368032 with flag 67905802/17195000
762.20/763.84	c cleaning 185001 clauses out of 370028 with flag 68581360/17381000
772.13/773.70	c cleaning 185994 clauses out of 372027 with flag 69270735/17568000
782.14/783.96	c cleaning 186996 clauses out of 374033 with flag 69967237/17756000
792.81/794.64	c cleaning 188003 clauses out of 376038 with flag 70683331/17945001
803.14/804.97	c cleaning 189011 clauses out of 378034 with flag 71385754/18135000
813.72/815.79	c cleaning 190004 clauses out of 380023 with flag 72095488/18326000
824.66/826.63	c cleaning 190998 clauses out of 382020 with flag 72810511/18518001
836.34/838.32	c cleaning 192005 clauses out of 384021 with flag 73543935/18711000
847.78/850.10	c cleaning 192992 clauses out of 386016 with flag 74282773/18905000
860.00/862.25	c cleaning 193988 clauses out of 388025 with flag 75047836/19100001
872.46/874.93	c cleaning 194992 clauses out of 390036 with flag 75809596/19296000
885.33/887.86	c cleaning 196006 clauses out of 392045 with flag 76593667/19493001
897.85/900.35	c cleaning 197004 clauses out of 394039 with flag 77375729/19691001
911.08/913.78	c cleaning 198004 clauses out of 396035 with flag 78161662/19890001
923.92/926.55	c cleaning 199003 clauses out of 398030 with flag 78949247/20090000
936.28/939.03	c cleaning 200002 clauses out of 400027 with flag 79730189/20291000
948.95/951.72	c cleaning 201000 clauses out of 402026 with flag 80536689/20493001
962.28/965.27	c cleaning 202001 clauses out of 404026 with flag 81334325/20696001
975.60/978.50	c cleaning 202993 clauses out of 406024 with flag 82137264/20900000
988.42/991.37	c cleaning 204001 clauses out of 408032 with flag 82947342/21105001
1001.46/1004.59	c cleaning 205003 clauses out of 410030 with flag 83755376/21311000
1014.63/1017.71	c cleaning 205997 clauses out of 412027 with flag 84563842/21518000
1027.26/1030.59	c cleaning 207000 clauses out of 414031 with flag 85360349/21726001
1040.47/1043.72	c cleaning 208008 clauses out of 416031 with flag 86164558/21935001
1052.90/1056.38	c cleaning 209000 clauses out of 418023 with flag 86948354/22145001
1066.74/1070.12	c cleaning 210005 clauses out of 420022 with flag 87746968/22356000
1080.08/1083.40	c cleaning 210991 clauses out of 422018 with flag 88542031/22568001
1093.12/1096.61	c cleaning 211992 clauses out of 424026 with flag 89352251/22781000
1105.96/1109.45	c cleaning 213001 clauses out of 426034 with flag 90154270/22995000
1119.50/1123.12	c cleaning 214004 clauses out of 428034 with flag 90950474/23210001
1133.94/1137.50	c cleaning 215005 clauses out of 430029 with flag 91768583/23426000
1147.49/1151.29	c cleaning 216000 clauses out of 432024 with flag 92596614/23643000
1162.81/1166.52	c cleaning 217008 clauses out of 434024 with flag 93456493/23861000
1178.44/1182.38	c cleaning 218005 clauses out of 436017 with flag 94351509/24080001
1195.75/1199.60	c cleaning 218995 clauses out of 438012 with flag 95259939/24300001
1213.20/1217.28	c cleaning 219995 clauses out of 440017 with flag 96177933/24521001
1230.12/1234.19	c cleaning 220997 clauses out of 442022 with flag 97116508/24743001
1250.16/1254.29	c cleaning 222000 clauses out of 444025 with flag 98084776/24966001
1271.55/1275.86	c cleaning 223003 clauses out of 446025 with flag 99082739/25190001
1296.45/1300.70	c cleaning 224005 clauses out of 448022 with flag 100097434/25415001
1321.55/1326.02	c cleaning 225003 clauses out of 450018 with flag 101113732/25641002
1348.32/1351.84	c cleaning 225999 clauses out of 452011 with flag 102138944/25868000
1355.72/1358.76	c starts		: 18703
1355.72/1358.76	c conflicts		: 25948909
1355.72/1358.76	c decisions		: 36446774
1355.72/1358.76	c propagations		: 204807027
1355.72/1358.76	c inspects		: 22820091196
1355.72/1358.76	c shortcuts		: 0
1355.72/1358.76	c learnt literals	: 16
1355.72/1358.76	c learnt binary clauses	: 116
1355.72/1358.76	c learnt ternary clauses	: 477
1355.72/1358.76	c learnt constraints	: 25948892
1355.72/1358.76	c ignored constraints	: 0
1355.72/1358.76	c root simplifications	: 0
1355.72/1358.76	c removed literals (reason simplification)	: 22171546
1355.72/1358.76	c reason swapping (by a shorter reason)	: 0
1355.72/1358.76	c Calls to reduceDB	: 223
1355.72/1358.76	c Number of update (reduction) of LBD	: 5756437
1355.72/1358.76	c Imported unit clauses	: 0
1355.72/1358.76	c No decision after first conflict	: false
1355.72/1358.76	c number of reductions to clauses (during analyze)	: 0
1355.72/1358.77	c number of learned constraints concerned by reduction	: 0
1355.72/1358.77	c number of learning phase by resolution	: 0
1355.72/1358.77	c number of learning phase by cutting planes	: 0
1355.72/1358.77	c number of rounding to 1 operations	: 0
1355.72/1358.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1355.72/1358.77	c number of reductions of the coefficients by power 2 	: 0
1355.72/1358.77	c number of right shift for reduction by power 2 	: 0
1355.72/1358.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
1355.72/1358.77	c number of ending skipping 	: 0
1355.72/1358.77	c number of internal skipping 	: 0
1355.72/1358.77	c number of derivation steps 	: 0
1355.72/1358.77	c number of skipped derivation steps 	: 0
1355.72/1358.77	c number of remaining unassigned 	: 0
1355.72/1358.77	c number of remaining assigned 	: 0
1355.72/1358.77	c number of falsified literals weakened from reason	: 0
1355.72/1358.77	c number of falsified literals weakened from conflict	: 0
1355.72/1358.77	c time for arithmetic operations	: 0
1355.72/1358.77	c minimum degree of deleted constraints	: null
1355.72/1358.77	c maximum degree of deleted constraints	: null
1355.72/1358.77	c number of deleted constraints	: 0
1355.72/1358.77	c speed (assignments/second)	: 150768.00485856785
1355.72/1358.77	c non guided choices	: 2495625
1355.81/1358.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 306790
1355.81/1358.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 116
1355.81/1358.84	s UNSATISFIABLE
1355.81/1358.84	c Total wall clock time (in seconds): 1358.574

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 16:23:21 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=30707, runsolver pid=30698

[startup+0.100065 s]*
/proc/loadavg: 1.07 3.56 5.86 2/291 30743
/proc/meminfo: memFree=129892696/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=18130736 memory=24752 CPUtime=0.01 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 2689 0 199 0 0 1 0 0 20 0 7 0 37515357 18565873664 6188 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4532684 6188 3168 1 0 540973 0
[pid=30707/tid=30719] ppid=30698 vsize=18130736 memory=4026532124 CPUtime=0 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) D 30698 30707 30647 0 -1 4194368 2128 0 179 0 0 0 0 0 20 0 7 0 37515362 18565873664 6188 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 24752 KiB

[startup+0.205572 s]*
/proc/loadavg: 1.07 3.56 5.86 6/336 30788
/proc/meminfo: memFree=129841332/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=18930384 memory=48940 CPUtime=0.09 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 5771 0 418 0 7 2 0 0 20 0 18 0 37515357 19384713216 12235 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4732596 12235 5230 1 0 547169 0
[pid=30707/tid=30719] ppid=30698 vsize=18930384 memory=3472328132922704156 CPUtime=0.05 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 4615 0 365 0 4 1 0 0 20 0 18 0 37515362 19384713216 12235 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=18930384 memory=2569 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37515372 19384713216 12235 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 37515373 19384713216 12235 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48940 KiB

[startup+0.305652 s]*
/proc/loadavg: 1.07 3.56 5.86 13/336 30788
/proc/meminfo: memFree=129790232/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=18930384 memory=67672 CPUtime=0.26 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 6734 0 418 0 23 3 0 0 20 0 18 0 37515357 19384713216 16918 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4732596 16918 5358 1 0 547888 0
[pid=30707/tid=30719] ppid=30698 vsize=18930384 memory=-6000919507150007404 CPUtime=0.15 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 5008 0 365 0 13 2 0 0 20 0 18 0 37515362 19384713216 16918 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=18930384 memory=-4421386504753802084 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37515372 19384713216 16918 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 37515373 19384713216 16918 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67672 KiB

[startup+0.700214 s]
/proc/loadavg: 1.07 3.56 5.86 10/340 30792
/proc/meminfo: memFree=129674796/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=18996948 memory=123256 CPUtime=1.01 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 13089 0 418 0 95 6 0 0 20 0 19 0 37515357 19452874752 30814 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4749237 30814 5358 1 0 551661 0
[pid=30707/tid=30719] ppid=30698 vsize=18996948 memory=17408 CPUtime=0.49 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 5163 0 365 0 46 3 0 0 20 0 19 0 37515362 19452874752 30814 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37515372 19452874752 30814 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 37515373 19452874752 30814 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=18996948 memory=4252 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37515392 19452874752 30814 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123256 KiB

[startup+1.50023 s]
/proc/loadavg: 1.07 3.56 5.86 9/340 30792
/proc/meminfo: memFree=129411848/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=176400 CPUtime=2.59 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 22258 0 423 0 251 8 0 0 20 0 20 0 37515357 19521036288 44100 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 44100 5390 1 0 554117 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=0 CPUtime=1.27 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 5606 0 365 0 123 4 0 0 20 0 20 0 37515362 19521036288 44100 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 44100 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 44100 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 44100 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176400 KiB

[startup+3.10554 s]
/proc/loadavg: 1.70 3.65 5.88 6/344 30796
/proc/meminfo: memFree=129041292/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=242864 CPUtime=5.22 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 24702 0 423 0 511 11 0 0 20 0 20 0 37515357 19521036288 60716 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 60716 5390 1 0 554137 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=0 CPUtime=2.83 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 6061 0 365 0 277 6 0 0 20 0 20 0 37515362 19521036288 60716 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 60716 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=-6000919472639339628 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 60716 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 60716 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242864 KiB

[startup+6.30021 s]
/proc/loadavg: 1.70 3.65 5.88 5/344 30796
/proc/meminfo: memFree=127561672/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=504676 CPUtime=8.52 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 25137 0 423 0 832 20 0 0 20 0 20 0 37515357 19521036288 126169 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 126169 5422 1 0 554139 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=0 CPUtime=6.01 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 6337 0 365 0 587 14 0 0 20 0 20 0 37515362 19521036288 126169 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=8326441210107759524 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 126169 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=374064 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 126169 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 126169 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 504676 KiB

[startup+12.7002 s]
/proc/loadavg: 2.13 3.68 5.87 5/345 30798
/proc/meminfo: memFree=125278220/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=1213440 CPUtime=15.24 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 30090 0 423 0 1488 36 0 0 20 0 20 0 37515357 19521036288 303360 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 303360 5422 1 0 554139 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=3977020626098747683 CPUtime=12.27 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 7893 0 365 0 1197 30 0 0 20 0 20 0 37515362 19521036288 303360 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 303360 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 303360 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=504676 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 303360 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1213440 KiB

[startup+25.5002 s]
/proc/loadavg: 2.42 3.69 5.85 5/345 30798
/proc/meminfo: memFree=124273716/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=1315948 CPUtime=28.04 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 32904 0 423 0 2756 48 0 0 20 0 20 0 37515357 19521036288 328987 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 328987 5422 1 0 554139 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=3977020626098747683 CPUtime=25 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 9252 0 365 0 2459 41 0 0 20 0 20 0 37515362 19521036288 328987 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 328987 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 328987 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=1219584 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 328987 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 28.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315948 KiB

[startup+51.1056 s]
/proc/loadavg: 2.96 3.71 5.79 5/346 30799
/proc/meminfo: memFree=123789732/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=1324144 CPUtime=53.62 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 35832 0 423 0 5299 63 0 0 20 0 20 0 37515357 19521036288 331036 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 331036 5422 1 0 554139 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=14720 CPUtime=50.49 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 10632 0 365 0 4993 56 0 0 20 0 20 0 37515362 19521036288 331036 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=1213440 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 331036 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=7234580259614777939 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 331036 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=1219584 CPUtime=0 cores=5,7

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

/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 665 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1298.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125740 KiB

[startup+1358.87 s]
# the end of solver process 30707 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1350.91 s, system=4.97648 s

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

[startup+1331.2 s]
/proc/loadavg: 4.15 4.13 4.54 5/345 30935
/proc/meminfo: memFree=111131492/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2125740 CPUtime=1326.78 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 61298 0 424 0 132191 487 0 0 20 0 20 0 37515357 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 531435 5422 1 0 554139 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=17408 CPUtime=1312.77 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 24058 0 365 0 130836 441 0 0 20 0 20 0 37515362 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=2125740 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=2125740 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 531435 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1326.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2125740 KiB

[startup+1344 s]*
/proc/loadavg: 4.20 4.14 4.53 5/345 30935
/proc/meminfo: memFree=111015540/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2126380 CPUtime=1339.55 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 65952 0 424 0 133465 490 0 0 20 0 20 0 37515357 19521036288 531595 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 531595 5422 1 0 554139 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=-6000919489970007148 CPUtime=1325.33 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 25145 0 365 0 132091 442 0 0 20 0 20 0 37515362 19521036288 531595 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=6516 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 531595 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=1357976 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 531595 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 531595 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1339.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2126380 KiB

[startup+1350.4 s]
/proc/loadavg: 4.26 4.16 4.54 6/345 30935
/proc/meminfo: memFree=110952844/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2137300 CPUtime=1346.91 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 70409 0 424 0 134199 492 0 0 20 0 20 0 37515357 19521036288 534325 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 534325 5422 1 0 555250 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=2125740 CPUtime=1331.71 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 25215 0 365 0 132728 443 0 0 20 0 20 0 37515362 19521036288 534325 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=-6000919472639339628 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 534325 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=2126380 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 534325 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 534325 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1346.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2137300 KiB

[startup+1353.6 s]
/proc/loadavg: 4.24 4.16 4.53 5/345 30935
/proc/meminfo: memFree=110920944/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2127112 CPUtime=1350.11 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 70424 0 424 0 134518 493 0 0 20 0 20 0 37515357 19521036288 531778 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 531778 5422 1 0 555250 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=2131492 CPUtime=1334.9 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 25215 0 365 0 133046 444 0 0 20 0 20 0 37515362 19521036288 531778 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=2126380 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 531778 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=2126380 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 531778 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 531778 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1350.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2127112 KiB

[startup+1356.8 s]
/proc/loadavg: 4.24 4.16 4.53 5/344 30935
/proc/meminfo: memFree=110836520/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2164924 CPUtime=1353.74 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 77186 0 424 0 134879 495 0 0 20 0 20 0 37515357 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 541231 5454 1 0 556625 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=2125740 CPUtime=1338.02 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 26399 0 365 0 133357 445 0 0 20 0 20 0 37515362 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=2125740 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=2125740 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=-6000919472639339628 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1353.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164924 KiB

[startup+1357.6 s]
/proc/loadavg: 4.22 4.15 4.53 5/344 30935
/proc/meminfo: memFree=110824616/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2164924 CPUtime=1354.54 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 77187 0 424 0 134958 496 0 0 20 0 20 0 37515357 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 541231 5454 1 0 556625 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=14720 CPUtime=1338.81 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 26400 0 365 0 133436 445 0 0 20 0 20 0 37515362 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1354.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164924 KiB

[startup+1358.4 s]
/proc/loadavg: 4.22 4.15 4.53 6/344 30935
/proc/meminfo: memFree=110808488/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19063512 memory=2164924 CPUtime=1355.42 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 77220 0 424 0 135046 496 0 0 20 0 20 0 37515357 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4765878 541231 5454 1 0 556625 0
[pid=30707/tid=30719] ppid=30698 vsize=19063512 memory=10752 CPUtime=1339.61 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) R 30698 30707 30647 0 -1 4194368 26400 0 365 0 133516 445 0 0 20 0 20 0 37515362 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19063512 memory=2164924 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30791] ppid=30698 vsize=19063512 memory=2100 CPUtime=0 cores=5,7
/proc/30707/task/30791/stat : 30791 (Timer-0) S 30698 30707 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 541231 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1355.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164924 KiB

[startup+1358.8 s]
/proc/loadavg: 4.22 4.15 4.53 6/344 30935
/proc/meminfo: memFree=110808488/131250000 swapFree=33010684/33010684
[pid=30707] ppid=30698 vsize=19196640 memory=2165308 CPUtime=1355.81 cores=5,7
/proc/30707/stat : 30707 (java) S 30698 30707 30647 0 -1 4194304 77982 0 424 0 135085 496 0 0 20 0 20 0 37515357 19657359360 541327 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
/proc/30707/statm: 4799160 541327 5454 1 0 557245 0
[pid=30707/tid=30719] ppid=30698 vsize=19196640 memory=4764 CPUtime=1339.93 cores=5,7
/proc/30707/task/30719/stat : 30719 (java) S 30698 30707 30647 0 -1 4194368 26927 0 365 0 133548 445 0 0 20 0 20 0 37515362 19657359360 541327 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30757] ppid=30698 vsize=19196640 memory=2892 CPUtime=0 cores=5,7
/proc/30707/task/30757/stat : 30757 (Finalizer) S 30698 30707 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19657359360 541327 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
[pid=30707/tid=30785] ppid=30698 vsize=19196640 memory=21612 CPUtime=0 cores=5,7
/proc/30707/task/30785/stat : 30785 (Common-Cleaner) S 30698 30707 30647 0 -1 4194368 748 0 1 0 0 0 0 0 20 0 20 0 37515373 19657359360 541327 18446744073709551615 94122784456704 94122784460400 140732533160368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94122784468216 94122784469008 94122790760448 140732533164336 140732533164518 140732533164518 140732533170120 0
Current children cumulated CPU time: 1355.81 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2165308 KiB

Child status: 20

Real time (s): 1358.87
CPU time (s): 1355.89
CPU user time (s): 1350.91
CPU system time (s): 4.97648
CPU usage (%): 99.7804
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2165308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1350.91
system time used= 4.97648
maximum resident set size= 2165564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78121
page faults= 424
swaps= 0
block input operations= 9176
block output operations= 6971184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47156
involuntary context switches= 4421


# summary of solver processes directly reported to runsolver:
#   pid: 30707
#   total CPU time (s): 1355.89
#   total CPU user time (s): 1350.91
#   total CPU system time (s): 4.97648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30166 second user time and 6.8863 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 19:32:47
IDJOB=4513375
IDBENCH=162339
IDSOLVER=3364
FILE ID=nodeC026/4513375-1751218367
RUNJOBID= nodeC026-1751218367-30660
SLURM_JOB_ID= 9587668
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513375-1751218367/watcher-4513375-1751218367 -o /tmp/evaluation-result-4513375-1751218367/solver-4513375-1751218367 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30660 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513375-1751218367 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513375-1751218367.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=480749724

nodeC026 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.971
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.59
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.951
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.59
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		: 3600.454
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.59
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.030
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.59
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.941
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.59
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.096
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129929756 kB
MemAvailable:   129738764 kB
Buffers:            3280 kB
Cached:           618252 kB
SwapCached:            0 kB
Active:           292820 kB
Inactive:         395676 kB
Active(anon):      85044 kB
Inactive(anon):        0 kB
Active(file):     207776 kB
Inactive(file):   395676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1944 kB
Writeback:             0 kB
AnonPages:         70304 kB
Mapped:           102632 kB
Shmem:             18080 kB
KReclaimable:      89592 kB
Slab:             175652 kB
SReclaimable:      89592 kB
SUnreclaim:        86060 kB
KernelStack:        4024 kB
PageTables:         2676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-29 19:55:26