Trace number 4511381

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. 1009.32 1009.24

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x100split.opb
MD5SUM8085e67efea758974236eb172d264588
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 benchmark5.11999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1001
Total number of constraints501
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)501
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4511381-1751200682.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.043s.
0.13/0.17	c declared #vars     1001
0.13/0.17	c #constraints  1002
0.13/0.17	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1000
0.13/0.18	c 1002 constraints processed.
0.90/0.57	c cleaning 2487 clauses out of 5000 with flag 19518/5000
1.67/0.90	c cleaning 4235 clauses out of 8514 with flag 45403/11001
2.07/1.13	c cleaning 5612 clauses out of 11279 with flag 78427/18001
2.46/1.32	c cleaning 6796 clauses out of 13666 with flag 117664/26000
2.65/1.49	c cleaning 7919 clauses out of 15870 with flag 163369/35000
3.06/1.67	c cleaning 8943 clauses out of 17951 with flag 220263/45000
3.43/1.87	c cleaning 9960 clauses out of 20009 with flag 283188/56001
3.71/2.09	c cleaning 10957 clauses out of 22050 with flag 350566/68002
4.01/2.32	c cleaning 11997 clauses out of 24092 with flag 421684/81001
4.21/2.57	c cleaning 13016 clauses out of 26096 with flag 499170/95002
4.51/2.88	c cleaning 14023 clauses out of 28078 with flag 589157/110000
4.82/3.16	c cleaning 14973 clauses out of 30056 with flag 675371/126001
5.15/3.47	c cleaning 15984 clauses out of 32084 with flag 770381/143002
5.73/3.85	c cleaning 17027 clauses out of 34099 with flag 875559/161001
6.14/4.25	c cleaning 18010 clauses out of 36071 with flag 983980/180000
6.55/4.67	c cleaning 19028 clauses out of 38061 with flag 1101100/200000
7.06/5.14	c cleaning 19966 clauses out of 40033 with flag 1220797/221000
7.46/5.59	c cleaning 21005 clauses out of 42067 with flag 1342802/243000
7.96/6.07	c cleaning 21980 clauses out of 44062 with flag 1466653/266000
8.46/6.59	c cleaning 22978 clauses out of 46083 with flag 1598878/290001
9.07/7.13	c cleaning 23998 clauses out of 48104 with flag 1736759/315000
9.65/7.77	c cleaning 25022 clauses out of 50108 with flag 1885535/341002
10.37/8.45	c cleaning 26000 clauses out of 52086 with flag 2046352/368002
11.17/9.21	c cleaning 27008 clauses out of 54084 with flag 2209197/396000
11.97/10.02	c cleaning 28004 clauses out of 56076 with flag 2365480/425000
12.66/10.79	c cleaning 29001 clauses out of 58072 with flag 2526486/455000
13.57/11.63	c cleaning 30003 clauses out of 60071 with flag 2690283/486000
14.38/12.43	c cleaning 31011 clauses out of 62069 with flag 2862764/518001
15.18/13.30	c cleaning 31985 clauses out of 64058 with flag 3041821/551001
16.17/14.20	c cleaning 32986 clauses out of 66072 with flag 3228429/585000
17.08/15.14	c cleaning 33985 clauses out of 68087 with flag 3411288/620001
17.98/16.08	c cleaning 35000 clauses out of 70102 with flag 3600701/656001
19.21/17.12	c cleaning 36031 clauses out of 72102 with flag 3800569/693001
20.21/18.19	c cleaning 36994 clauses out of 74071 with flag 3997137/731001
21.29/19.24	c cleaning 38011 clauses out of 76077 with flag 4188811/770001
22.40/20.37	c cleaning 38998 clauses out of 78066 with flag 4397667/810001
23.70/21.60	c cleaning 39990 clauses out of 80068 with flag 4610243/851001
25.00/22.94	c cleaning 40999 clauses out of 82077 with flag 4832094/893000
26.29/24.27	c cleaning 42001 clauses out of 84079 with flag 5050974/936001
27.73/25.60	c cleaning 43000 clauses out of 86078 with flag 5276695/980001
29.12/27.02	c cleaning 43991 clauses out of 88077 with flag 5499390/1025000
30.52/28.46	c cleaning 45030 clauses out of 90087 with flag 5723218/1071001
32.02/29.94	c cleaning 45995 clauses out of 92056 with flag 5952291/1118000
33.62/31.51	c cleaning 46994 clauses out of 94061 with flag 6195740/1166000
35.22/33.11	c cleaning 47995 clauses out of 96067 with flag 6446369/1215000
36.85/34.87	c cleaning 48993 clauses out of 98072 with flag 6690943/1265000
38.57/36.54	c cleaning 50031 clauses out of 100079 with flag 6934360/1316000
40.37/38.30	c cleaning 50987 clauses out of 102049 with flag 7185638/1368001
42.16/40.13	c cleaning 51977 clauses out of 104061 with flag 7442583/1421000
43.96/41.90	c cleaning 53000 clauses out of 106084 with flag 7693101/1475000
45.75/43.73	c cleaning 54004 clauses out of 108085 with flag 7958896/1530001
47.67/45.64	c cleaning 54999 clauses out of 110080 with flag 8229941/1586000
49.67/47.61	c cleaning 55996 clauses out of 112081 with flag 8503153/1643000
51.66/49.63	c cleaning 57024 clauses out of 114086 with flag 8777339/1701001
53.75/51.71	c cleaning 58000 clauses out of 116062 with flag 9054065/1760001
55.94/53.91	c cleaning 58991 clauses out of 118061 with flag 9337828/1820000
58.23/56.26	c cleaning 60008 clauses out of 120070 with flag 9616233/1881000
60.53/58.51	c cleaning 61012 clauses out of 122063 with flag 9905887/1943001
62.82/60.87	c cleaning 62015 clauses out of 124051 with flag 10195738/2006001
65.32/63.35	c cleaning 62986 clauses out of 126035 with flag 10490522/2070000
67.94/66.09	c cleaning 63999 clauses out of 128050 with flag 10796639/2135001
70.53/68.61	c cleaning 64987 clauses out of 130050 with flag 11096549/2201000
73.02/71.18	c cleaning 65997 clauses out of 132063 with flag 11395149/2268000
75.71/73.85	c cleaning 67004 clauses out of 134067 with flag 11705957/2336001
78.32/76.47	c cleaning 67993 clauses out of 136063 with flag 12017189/2405001
81.24/79.33	c cleaning 69021 clauses out of 138070 with flag 12337546/2475001
84.13/82.26	c cleaning 69984 clauses out of 140049 with flag 12668297/2546001
87.12/85.21	c cleaning 70997 clauses out of 142064 with flag 12985577/2618000
90.23/88.34	c cleaning 72021 clauses out of 144068 with flag 13315266/2691001
93.30/91.38	c cleaning 73003 clauses out of 146047 with flag 13655018/2765001
96.50/94.59	c cleaning 73975 clauses out of 148043 with flag 13998952/2840000
100.13/98.27	c cleaning 75014 clauses out of 150069 with flag 14350651/2916001
103.53/101.64	c cleaning 75997 clauses out of 152054 with flag 14693844/2993000
106.81/104.99	c cleaning 77021 clauses out of 154058 with flag 15035562/3071001
110.74/108.70	c cleaning 77991 clauses out of 156038 with flag 15394992/3150002
114.23/112.27	c cleaning 78985 clauses out of 158045 with flag 15752799/3230000
117.62/115.63	c cleaning 80004 clauses out of 160060 with flag 16111976/3311000
121.32/119.30	c cleaning 81010 clauses out of 162058 with flag 16463007/3393002
125.11/123.15	c cleaning 81997 clauses out of 164047 with flag 16821745/3476001
128.83/126.96	c cleaning 83004 clauses out of 166049 with flag 17179347/3560000
132.89/131.08	c cleaning 83996 clauses out of 168047 with flag 17554962/3645002
137.04/135.23	c cleaning 84999 clauses out of 170049 with flag 17919612/3731000
141.01/139.20	c cleaning 86011 clauses out of 172051 with flag 18287367/3818001
145.09/143.34	c cleaning 86999 clauses out of 174040 with flag 18657443/3906001
149.06/147.34	c cleaning 87989 clauses out of 176041 with flag 19034914/3995001
153.45/151.75	c cleaning 89010 clauses out of 178051 with flag 19416407/4085000
157.88/156.10	c cleaning 89999 clauses out of 180042 with flag 19814594/4176001
162.59/160.90	c cleaning 91004 clauses out of 182042 with flag 20200686/4268000
167.17/165.57	c cleaning 91992 clauses out of 184038 with flag 20590369/4361000
171.99/170.31	c cleaning 92984 clauses out of 186046 with flag 20982583/4455000
176.68/175.04	c cleaning 94015 clauses out of 188062 with flag 21374034/4550000
181.67/180.08	c cleaning 95007 clauses out of 190047 with flag 21772194/4646000
186.48/184.88	c cleaning 96002 clauses out of 192041 with flag 22164544/4743001
191.53/190.09	c cleaning 96995 clauses out of 194038 with flag 22559092/4841000
196.44/194.96	c cleaning 98004 clauses out of 196043 with flag 22957762/4940000
201.43/199.93	c cleaning 99004 clauses out of 198039 with flag 23367126/5040000
206.61/205.18	c cleaning 99987 clauses out of 200035 with flag 23781729/5141000
211.95/210.54	c cleaning 100998 clauses out of 202048 with flag 24194505/5243000
217.54/216.11	c cleaning 101999 clauses out of 204050 with flag 24622695/5346000
223.13/221.87	c cleaning 103011 clauses out of 206051 with flag 25049751/5450000
228.71/227.49	c cleaning 103984 clauses out of 208040 with flag 25477574/5555000
234.41/233.18	c cleaning 104997 clauses out of 210056 with flag 25902121/5661000
239.99/238.72	c cleaning 106008 clauses out of 212059 with flag 26319882/5768000
245.88/244.63	c cleaning 107008 clauses out of 214051 with flag 26744201/5876000
251.57/250.42	c cleaning 108007 clauses out of 216043 with flag 27170807/5985000
257.26/256.16	c cleaning 108998 clauses out of 218036 with flag 27590905/6095000
262.77/261.69	c cleaning 110005 clauses out of 220041 with flag 28013339/6206003
268.75/267.62	c cleaning 111005 clauses out of 222035 with flag 28444662/6318002
274.97/273.80	c cleaning 111995 clauses out of 224030 with flag 28898144/6431002
281.35/280.36	c cleaning 113000 clauses out of 226033 with flag 29348666/6545000
287.54/286.54	c cleaning 114000 clauses out of 228034 with flag 29798035/6660001
293.95/292.93	c cleaning 115001 clauses out of 230034 with flag 30255508/6776001
300.23/299.21	c cleaning 116001 clauses out of 232033 with flag 30700289/6893001
306.45/305.47	c cleaning 117006 clauses out of 234031 with flag 31145100/7011000
313.12/312.21	c cleaning 118008 clauses out of 236025 with flag 31597024/7130000
319.65/318.71	c cleaning 118987 clauses out of 238017 with flag 32050365/7250000
326.34/325.45	c cleaning 119984 clauses out of 240030 with flag 32504736/7371000
332.97/332.04	c cleaning 121002 clauses out of 242047 with flag 32957246/7493001
339.85/338.95	c cleaning 121999 clauses out of 244045 with flag 33416778/7616001
346.62/345.73	c cleaning 123009 clauses out of 246046 with flag 33872411/7740001
353.20/352.31	c cleaning 123998 clauses out of 248036 with flag 34326700/7865000
360.04/359.10	c cleaning 125013 clauses out of 250039 with flag 34778582/7991001
366.92/366.09	c cleaning 125998 clauses out of 252025 with flag 35237697/8118000
373.78/372.96	c cleaning 126999 clauses out of 254029 with flag 35692877/8246002
380.43/379.52	c cleaning 128003 clauses out of 256029 with flag 36149882/8375001
387.12/386.28	c cleaning 129000 clauses out of 258025 with flag 36613339/8505000
394.17/393.28	c cleaning 129991 clauses out of 260027 with flag 37074052/8636002
401.06/400.19	c cleaning 131002 clauses out of 262036 with flag 37532536/8768002
408.12/407.26	c cleaning 132004 clauses out of 264032 with flag 38001809/8901000
414.91/414.02	c cleaning 133003 clauses out of 266028 with flag 38480675/9035000
421.83/420.99	c cleaning 134001 clauses out of 268026 with flag 38952964/9170001
428.62/427.78	c cleaning 135007 clauses out of 270024 with flag 39425783/9306000
435.98/435.14	c cleaning 135997 clauses out of 272018 with flag 39909533/9443001
443.32/442.46	c cleaning 136993 clauses out of 274020 with flag 40403679/9581000
450.80/449.96	c cleaning 137998 clauses out of 276027 with flag 40896311/9720000
458.06/457.18	c cleaning 139004 clauses out of 278030 with flag 41399381/9860001
465.56/464.75	c cleaning 140008 clauses out of 280026 with flag 41911858/10001001
473.29/472.41	c cleaning 141001 clauses out of 282017 with flag 42422994/10143000
480.94/480.04	c cleaning 141996 clauses out of 284016 with flag 42930552/10286000
488.59/487.79	c cleaning 143004 clauses out of 286020 with flag 43463101/10430000
496.68/495.85	c cleaning 143992 clauses out of 288016 with flag 43989543/10575000
504.66/503.86	c cleaning 144991 clauses out of 290024 with flag 44520669/10721000
512.49/511.68	c cleaning 146001 clauses out of 292034 with flag 45048691/10868001
520.83/519.96	c cleaning 147001 clauses out of 294033 with flag 45589694/11016001
529.35/528.54	c cleaning 148007 clauses out of 296031 with flag 46140774/11165000
537.89/537.02	c cleaning 148999 clauses out of 298025 with flag 46695797/11315001
546.08/545.28	c cleaning 150006 clauses out of 300026 with flag 47244072/11466001
554.88/554.09	c cleaning 150998 clauses out of 302019 with flag 47796904/11618000
563.84/563.02	c cleaning 152000 clauses out of 304022 with flag 48355947/11771001
572.92/572.15	c cleaning 152994 clauses out of 306022 with flag 48929362/11925001
582.42/581.61	c cleaning 153999 clauses out of 308028 with flag 49506355/12080001
592.14/591.41	c cleaning 155005 clauses out of 310028 with flag 50078029/12236000
602.11/601.41	c cleaning 155991 clauses out of 312023 with flag 50670975/12393000
612.15/611.43	c cleaning 157003 clauses out of 314032 with flag 51266114/12551000
622.53/621.81	c cleaning 158001 clauses out of 316029 with flag 51855309/12710000
633.41/632.72	c cleaning 159007 clauses out of 318028 with flag 52467341/12870000
644.15/643.42	c cleaning 159999 clauses out of 320021 with flag 53075022/13031000
655.41/654.76	c cleaning 160994 clauses out of 322022 with flag 53705203/13193000
666.98/666.30	c cleaning 161998 clauses out of 324028 with flag 54340474/13356000
678.67/678.02	c cleaning 162999 clauses out of 326030 with flag 54979798/13520000
691.43/690.82	c cleaning 164001 clauses out of 328032 with flag 55639735/13685001
704.10/703.53	c cleaning 165005 clauses out of 330030 with flag 56298247/13851000
716.94/716.42	c cleaning 166003 clauses out of 332025 with flag 56963015/14018000
729.97/729.47	c cleaning 167007 clauses out of 334023 with flag 57638486/14186001
744.57/744.02	c cleaning 167998 clauses out of 336016 with flag 58323899/14355001
758.64/758.13	c cleaning 168991 clauses out of 338017 with flag 59013024/14525000
772.20/771.72	c cleaning 169996 clauses out of 340026 with flag 59696243/14696000
786.23/785.77	c cleaning 171008 clauses out of 342031 with flag 60381303/14868001
799.61/799.11	c cleaning 171996 clauses out of 344022 with flag 61054636/15041000
811.87/811.43	c cleaning 173004 clauses out of 346026 with flag 61722603/15215000
823.90/823.47	c cleaning 174000 clauses out of 348022 with flag 62393509/15390000
837.41/836.92	c cleaning 175001 clauses out of 350023 with flag 63069098/15566001
850.97/850.53	c cleaning 176000 clauses out of 352022 with flag 63757153/15743001
864.14/864.63	c cleaning 176998 clauses out of 354021 with flag 64438866/15921000
878.63/879.14	c cleaning 177996 clauses out of 356023 with flag 65133649/16100000
893.08/893.50	c cleaning 179004 clauses out of 358027 with flag 65836902/16280000
907.68/908.10	c cleaning 180004 clauses out of 360024 with flag 66556467/16461001
922.15/922.64	c cleaning 181000 clauses out of 362019 with flag 67290157/16643000
939.02/939.51	c cleaning 181999 clauses out of 364019 with flag 68063649/16826000
957.14/957.65	c cleaning 183003 clauses out of 366021 with flag 68842511/17010001
976.94/977.40	c cleaning 184004 clauses out of 368018 with flag 69646836/17195001
997.53/998.39	c cleaning 185003 clauses out of 370013 with flag 70480315/17381000
1009.07/1009.13	c starts		: 18636
1009.07/1009.13	c conflicts		: 17506891
1009.07/1009.13	c decisions		: 24619047
1009.07/1009.13	c propagations		: 144659910
1009.07/1009.13	c inspects		: 16704048630
1009.07/1009.13	c shortcuts		: 0
1009.07/1009.13	c learnt literals	: 11
1009.07/1009.13	c learnt binary clauses	: 79
1009.07/1009.13	c learnt ternary clauses	: 333
1009.07/1009.13	c learnt constraints	: 17506879
1009.07/1009.13	c ignored constraints	: 0
1009.07/1009.13	c root simplifications	: 0
1009.07/1009.13	c removed literals (reason simplification)	: 14955662
1009.07/1009.14	c reason swapping (by a shorter reason)	: 0
1009.07/1009.14	c Calls to reduceDB	: 182
1009.07/1009.14	c Number of update (reduction) of LBD	: 3861958
1009.07/1009.14	c Imported unit clauses	: 0
1009.07/1009.14	c No decision after first conflict	: false
1009.07/1009.14	c number of reductions to clauses (during analyze)	: 0
1009.07/1009.14	c number of learned constraints concerned by reduction	: 0
1009.07/1009.14	c number of learning phase by resolution	: 0
1009.07/1009.14	c number of learning phase by cutting planes	: 0
1009.07/1009.14	c number of rounding to 1 operations	: 0
1009.07/1009.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1009.07/1009.14	c number of reductions of the coefficients by power 2 	: 0
1009.07/1009.14	c number of right shift for reduction by power 2 	: 0
1009.07/1009.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
1009.07/1009.14	c number of ending skipping 	: 0
1009.07/1009.14	c number of internal skipping 	: 0
1009.07/1009.14	c number of derivation steps 	: 0
1009.07/1009.14	c number of skipped derivation steps 	: 0
1009.07/1009.14	c number of remaining unassigned 	: 0
1009.07/1009.14	c number of remaining assigned 	: 0
1009.07/1009.14	c number of falsified literals weakened from reason	: 0
1009.07/1009.14	c number of falsified literals weakened from conflict	: 0
1009.07/1009.14	c time for arithmetic operations	: 0
1009.07/1009.14	c minimum degree of deleted constraints	: null
1009.07/1009.14	c maximum degree of deleted constraints	: null
1009.07/1009.14	c number of deleted constraints	: 0
1009.07/1009.14	c speed (assignments/second)	: 143375.69390965125
1009.07/1009.14	c non guided choices	: 1229101
1009.23/1009.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 310810
1009.23/1009.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 79
1009.23/1009.23	s UNSATISFIABLE
1009.23/1009.23	c Total wall clock time (in seconds): 1009.104

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:39:43 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: 63665 MiB (59980 MiB free)
  memory of node 1: 64507 MiB (60757 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=28373, runsolver pid=28370

[startup+0.100052 s]*
/proc/loadavg: 4.23 4.14 4.13 5/346 28391
/proc/meminfo: memFree=123612372/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=18930384 memory=57924 CPUtime=0.13 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 6605 0 0 0 11 2 0 0 20 0 18 0 35745947 19384713216 14481 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4732596 14481 5350 1 0 547642 0
[pid=28373/tid=28375] ppid=28370 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 5105 0 0 0 6 2 0 0 20 0 18 0 35745949 19384713216 14481 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35745951 19384713216 14481 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=18930384 memory=59585004335488 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35745951 19384713216 14481 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57924 KiB

[startup+0.205991 s]*
/proc/loadavg: 4.23 4.14 4.13 7/347 28392
/proc/meminfo: memFree=123600652/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=18996948 memory=70432 CPUtime=0.32 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 7116 0 0 0 29 3 0 0 20 0 19 0 35745947 19452874752 17608 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4749237 17608 5446 1 0 548264 0
[pid=28373/tid=28375] ppid=28370 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 5344 0 0 0 14 2 0 0 20 0 19 0 35745949 19452874752 17608 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=18996948 memory=16195 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35745951 19452874752 17608 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35745951 19452874752 17608 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=18996948 memory=3976732588395229172 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35745966 19452874752 17608 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70432 KiB

[startup+0.305906 s]*
/proc/loadavg: 4.23 4.14 4.13 7/347 28392
/proc/meminfo: memFree=123586664/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=18996948 memory=84796 CPUtime=0.51 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 9746 0 0 0 48 3 0 0 20 0 19 0 35745947 19452874752 21199 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4749237 21199 5446 1 0 549642 0
[pid=28373/tid=28375] ppid=28370 vsize=18996948 memory=-6000919507032826989 CPUtime=0.26 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 5373 0 0 0 24 2 0 0 20 0 19 0 35745949 19452874752 21199 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35745951 19452874752 21199 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35745951 19452874752 21199 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35745966 19452874752 21199 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84796 KiB

[startup+0.700224 s]
/proc/loadavg: 4.23 4.14 4.13 6/347 28392
/proc/meminfo: memFree=123559380/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=18996948 memory=139116 CPUtime=1.27 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 15275 0 0 0 121 6 0 0 20 0 19 0 35745947 19452874752 34779 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4749237 34779 5446 1 0 553445 0
[pid=28373/tid=28375] ppid=28370 vsize=18996948 memory=17280 CPUtime=0.6 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 5487 0 0 0 56 4 0 0 20 0 19 0 35745949 19452874752 34779 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35745951 19452874752 34779 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35745951 19452874752 34779 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35745966 19452874752 34779 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139116 KiB

[startup+1.5002 s]
/proc/loadavg: 4.23 4.14 4.13 6/348 28393
/proc/meminfo: memFree=123490536/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=176684 CPUtime=2.86 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 21426 0 0 0 277 9 0 0 20 0 20 0 35745947 19521036288 44171 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 44171 5478 1 0 554073 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=0 CPUtime=1.36 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 6003 0 0 0 131 5 0 0 20 0 20 0 35745949 19521036288 44171 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 44171 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 44171 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 44171 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176684 KiB

[startup+3.10605 s]
/proc/loadavg: 4.21 4.14 4.13 5/348 28393
/proc/meminfo: memFree=123366344/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=275352 CPUtime=4.82 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 23178 0 0 0 469 13 0 0 20 0 20 0 35745947 19521036288 68838 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 68838 5478 1 0 554074 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=10752 CPUtime=2.95 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 6464 0 0 0 286 9 0 0 20 0 20 0 35745949 19521036288 68838 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=-6000919507032826989 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 68838 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 68838 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 68838 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 275352 KiB

[startup+6.30017 s]
/proc/loadavg: 4.21 4.14 4.13 5/348 28393
/proc/meminfo: memFree=123068184/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=551240 CPUtime=8.26 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 23859 0 0 0 804 22 0 0 20 0 20 0 35745947 19521036288 137810 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 137810 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=0 CPUtime=6.13 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 6800 0 0 0 595 18 0 0 20 0 20 0 35745949 19521036288 137810 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 137810 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 137810 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=176684 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 137810 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 551240 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.14 4.12 5/347 28394
/proc/meminfo: memFree=122259548/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1292704 CPUtime=14.68 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 27626 0 0 0 1427 41 0 0 20 0 20 0 35745947 19521036288 323176 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 323176 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=176684 CPUtime=12.5 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 8367 0 0 0 1213 37 0 0 20 0 20 0 35745949 19521036288 323176 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=1231176 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 323176 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 323176 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 323176 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1292704 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.13 4.12 7/347 28394
/proc/meminfo: memFree=122086076/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1305056 CPUtime=27.62 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 31761 0 0 0 2713 49 0 0 20 0 20 0 35745947 19521036288 326264 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 326264 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=1231176 CPUtime=25.25 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 9575 0 0 0 2481 44 0 0 20 0 20 0 35745949 19521036288 326264 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 326264 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=-6000919507032826989 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 326264 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 326264 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 27.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1305056 KiB

[startup+51.1058 s]
/proc/loadavg: 4.10 4.12 4.12 5/347 28394
/proc/meminfo: memFree=121839812/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1319456 CPUtime=53.16 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 35960 0 0 0 5252 64 0 0 20 0 20 0 35745947 19521036288 329864 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 329864 5510 1 0 554078 0

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

/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 414 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 445769 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=1637564 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 445769 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 822.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1783076 KiB

[startup+882.3 s]
/proc/loadavg: 4.68 4.39 4.27 5/349 29301
/proc/meminfo: memFree=75461452/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1846600 CPUtime=881.82 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 53147 0 0 0 87786 396 0 0 20 0 20 0 35745947 19521036288 461650 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 461650 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=1752324 CPUtime=873.1 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 18597 0 0 0 86948 362 0 0 20 0 20 0 35745949 19521036288 461650 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=1752324 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 461650 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=1846600 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 414 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 461650 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=1846600 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 461650 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 881.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1846600 KiB

[startup+942.3 s]
/proc/loadavg: 4.39 4.37 4.27 5/349 29306
/proc/meminfo: memFree=74086136/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1920340 CPUtime=941.82 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 55204 0 0 0 93768 414 0 0 20 0 20 0 35745947 19521036288 480085 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 480085 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=1920340 CPUtime=932.59 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 19596 0 0 0 92883 376 0 0 20 0 20 0 35745949 19521036288 480085 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=1899860 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 480085 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=1920340 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 516 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 480085 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=1899860 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 480085 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 941.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1920340 KiB

[startup+1002.3 s]
/proc/loadavg: 4.24 4.33 4.26 5/350 29313
/proc/meminfo: memFree=72640296/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1990932 CPUtime=1001.6 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 65822 0 0 0 99728 432 0 0 20 0 20 0 35745947 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 497733 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=1963424 CPUtime=991.57 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 21862 0 0 0 98766 391 0 0 20 0 20 0 35745949 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=1963424 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=1968240 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1001.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1990932 KiB

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

# cumulated CPU time of all completed processes:  user=1004.95 s, system=4.3687 s

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

[startup+1004.8 s]
/proc/loadavg: 4.22 4.32 4.26 5/350 29313
/proc/meminfo: memFree=72604544/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1990932 CPUtime=1004.1 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 66005 0 0 0 99977 433 0 0 20 0 20 0 35745947 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 497733 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=14824 CPUtime=994.07 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 21974 0 0 0 99015 392 0 0 20 0 20 0 35745949 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=1963424 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=1990932 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1004.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1990932 KiB

[startup+1006.4 s]
/proc/loadavg: 4.22 4.32 4.26 5/350 29313
/proc/meminfo: memFree=72556424/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1990932 CPUtime=1005.82 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 66889 0 0 0 100149 433 0 0 20 0 20 0 35745947 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 497733 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=5188 CPUtime=995.66 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 22181 0 0 0 99174 392 0 0 20 0 20 0 35745949 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=1990932 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=-6000919507032826989 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 497733 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1005.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1990932 KiB

[startup+1008 s]*
/proc/loadavg: 4.20 4.32 4.26 5/350 29313
/proc/meminfo: memFree=72514720/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1992468 CPUtime=1007.83 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 67855 0 0 0 100348 435 0 0 20 0 20 0 35745947 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 498117 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=-6000919507066446701 CPUtime=997.26 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 22659 0 0 0 99333 393 0 0 20 0 20 0 35745949 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=4138136923171090081 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=15251996 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1007.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1992468 KiB

[startup+1008.8 s]
/proc/loadavg: 4.20 4.32 4.26 5/350 29313
/proc/meminfo: memFree=72514720/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19063512 memory=1992468 CPUtime=1008.62 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 67858 0 0 0 100427 435 0 0 20 0 20 0 35745947 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4765878 498117 5510 1 0 554078 0
[pid=28373/tid=28375] ppid=28370 vsize=19063512 memory=1992468 CPUtime=998.05 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) R 28370 28373 24970 0 -1 4194368 22662 0 0 0 99412 393 0 0 20 0 20 0 35745949 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19063512 memory=-6000919507032826989 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 20 0 35745951 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28392] ppid=28370 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/28373/task/28392/stat : 28392 (Timer-0) S 28370 28373 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35745966 19521036288 498117 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1008.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1992468 KiB

[startup+1009.2 s]
/proc/loadavg: 4.20 4.32 4.26 6/350 29313
/proc/meminfo: memFree=72490780/131249996 swapFree=33010684/33010684
[pid=28373] ppid=28370 vsize=19196640 memory=1999384 CPUtime=1009.23 cores=4,6
/proc/28373/stat : 28373 (java) S 28370 28373 24970 0 -1 4194304 71767 0 0 0 100488 435 0 0 20 0 20 0 35745947 19657359360 499846 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
/proc/28373/statm: 4799160 499846 5510 1 0 556062 0
[pid=28373/tid=28375] ppid=28370 vsize=19196640 memory=46592 CPUtime=998.35 cores=4,6
/proc/28373/task/28375/stat : 28375 (java) S 28370 28373 24970 0 -1 4194368 23567 0 0 0 99442 393 0 0 20 0 20 0 35745949 19657359360 499846 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28384] ppid=28370 vsize=19196640 memory=12416 CPUtime=0 cores=4,6
/proc/28373/task/28384/stat : 28384 (Finalizer) S 28370 28373 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35745951 19657359360 499846 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
[pid=28373/tid=28391] ppid=28370 vsize=19196640 memory=10112 CPUtime=0 cores=4,6
/proc/28373/task/28391/stat : 28391 (Common-Cleaner) S 28370 28373 24970 0 -1 4194368 524 0 0 0 0 0 0 0 20 0 20 0 35745951 19657359360 499846 18446744073709551615 94026834903040 94026834906736 140721800369648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94026834914552 94026834915344 94026835587072 140721800378672 140721800378854 140721800378854 140721800384456 0
Current children cumulated CPU time: 1009.23 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1999384 KiB

Child status: 20

Real time (s): 1009.24
CPU time (s): 1009.32
CPU user time (s): 1004.95
CPU system time (s): 4.3687
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1999384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1004.95
system time used= 4.3687
maximum resident set size= 1999640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4473008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34491
involuntary context switches= 4406


# summary of solver processes directly reported to runsolver:
#   pid: 28373
#   total CPU time (s): 1009.32
#   total CPU user time (s): 1004.95
#   total CPU system time (s): 4.3687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14394 second user time and 4.64541 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:38:02
IDJOB=4511381
IDBENCH=160439
IDSOLVER=3364
FILE ID=nodeC017/4511381-1751200682
RUNJOBID= nodeC017-1751191606-24981
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= 8085e67efea758974236eb172d264588
RANDOM SEED=1455880590

nodeC017 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		: 3600.057
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	: 7000.12
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		: 3600.062
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	: 7000.12
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		: 3585.061
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123635368 kB
MemAvailable:   125579692 kB
Buffers:            3280 kB
Cached:          2748984 kB
SwapCached:            0 kB
Active:          4494812 kB
Inactive:        2495164 kB
Active(anon):    4255936 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  2495164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             57348 kB
Writeback:             0 kB
AnonPages:       4240412 kB
Mapped:           122720 kB
Shmem:             18080 kB
KReclaimable:      98648 kB
Slab:             187256 kB
SReclaimable:      98648 kB
SUnreclaim:        88608 kB
KernelStack:        5280 kB
PageTables:        11952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7044716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4055040 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC017 at 2025-06-29 14:54:51