Trace number 4513411

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. 1765.47 1763.87

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
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 benchmark40.5573
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
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.07/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.21	c See www.sat4j.org for details.
0.07/0.22	c version PB25.v20250606
0.07/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.23	c java.vm.version	22.0.1+8-16
0.07/0.23	c java.vm.vendor	Oracle Corporation
0.07/0.23	c sun.arch.data.model	64
0.07/0.23	c java.version		22.0.1
0.07/0.23	c os.name		Linux
0.07/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.23	c os.arch		amd64
0.07/0.23	c Free memory 		2104792832
0.07/0.23	c Max memory 		16282288128
0.07/0.23	c Total memory 		2113929216
0.07/0.23	c Number of processors 	2
0.07/0.28	c Pseudo Boolean Optimization by upper bound
0.07/0.28	c --- Begin Solver configuration ---
0.07/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.07/0.28	c Learn all clauses as in MiniSAT
0.07/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.28	c Expensive reason simplification
0.07/0.28	c Glucose 2.1 dynamic restart strategy
0.07/0.28	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.07/0.28	c timeout=2147483s
0.07/0.28	c DB Simplification allowed=false
0.07/0.28	c Listener: none
0.07/0.28	c --- End Solver configuration ---
0.07/0.28	c solving HOME/instance-4513411-1751218367.opb
0.07/0.28	c reading problem ... 
0.07/0.28	c using VERIPB proof format
0.07/0.28	c  no objective function found
0.24/0.34	c ... done. Wall clock time 0.06s.
0.24/0.34	c declared #vars     1201
0.24/0.34	c #constraints  1202
0.24/0.34	c constraints type 
0.24/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.24/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1200
0.24/0.34	c 1202 constraints processed.
1.00/0.70	c cleaning 2491 clauses out of 5001 with flag 19344/5001
1.60/1.00	c cleaning 4237 clauses out of 8509 with flag 44186/11000
1.99/1.26	c cleaning 5593 clauses out of 11272 with flag 79749/18000
2.38/1.45	c cleaning 6797 clauses out of 13679 with flag 123156/26000
2.78/1.69	c cleaning 7899 clauses out of 15883 with flag 170921/35001
3.38/1.97	c cleaning 8917 clauses out of 17984 with flag 224140/45001
3.78/2.17	c cleaning 9962 clauses out of 20068 with flag 282650/56002
4.17/2.38	c cleaning 11025 clauses out of 22106 with flag 348912/68002
4.77/2.61	c cleaning 12007 clauses out of 24081 with flag 422431/81002
5.14/2.88	c cleaning 12954 clauses out of 26073 with flag 499401/95001
5.44/3.16	c cleaning 13992 clauses out of 28118 with flag 585912/110000
5.78/3.47	c cleaning 14986 clauses out of 30127 with flag 680185/126001
6.21/3.85	c cleaning 16030 clauses out of 32140 with flag 778242/143000
6.64/4.21	c cleaning 17013 clauses out of 34110 with flag 882656/161000
7.04/4.62	c cleaning 17988 clauses out of 36099 with flag 995818/180002
7.45/5.01	c cleaning 19027 clauses out of 38109 with flag 1109446/200000
7.85/5.42	c cleaning 19997 clauses out of 40082 with flag 1226989/221000
8.25/5.85	c cleaning 20989 clauses out of 42085 with flag 1345526/243000
8.75/6.36	c cleaning 21973 clauses out of 44097 with flag 1477657/266001
9.30/6.88	c cleaning 23004 clauses out of 46124 with flag 1612972/290001
10.07/7.47	c cleaning 23983 clauses out of 48121 with flag 1752473/315002
10.74/8.04	c cleaning 25007 clauses out of 50136 with flag 1890925/341000
11.33/8.66	c cleaning 26022 clauses out of 52129 with flag 2035866/368000
12.06/9.31	c cleaning 26997 clauses out of 54107 with flag 2185116/396000
12.85/10.06	c cleaning 27995 clauses out of 56110 with flag 2342134/425000
13.72/10.80	c cleaning 28996 clauses out of 58117 with flag 2505446/455002
14.41/11.65	c cleaning 30036 clauses out of 60120 with flag 2669946/486001
15.20/12.40	c cleaning 30980 clauses out of 62083 with flag 2841075/518000
16.01/13.20	c cleaning 32013 clauses out of 64104 with flag 3016249/551001
16.81/14.05	c cleaning 33004 clauses out of 66090 with flag 3194027/585000
17.70/14.93	c cleaning 33976 clauses out of 68086 with flag 3382132/620000
18.60/15.85	c cleaning 35020 clauses out of 70110 with flag 3570129/656000
19.60/16.80	c cleaning 35989 clauses out of 72091 with flag 3760673/693001
20.59/17.87	c cleaning 37038 clauses out of 74102 with flag 3961807/731001
21.71/18.93	c cleaning 38012 clauses out of 76064 with flag 4162584/770001
22.70/19.97	c cleaning 38968 clauses out of 78053 with flag 4363152/810002
23.80/21.10	c cleaning 40025 clauses out of 80086 with flag 4571911/851003
24.99/22.28	c cleaning 40989 clauses out of 82058 with flag 4789278/893000
26.19/23.44	c cleaning 41994 clauses out of 84070 with flag 5008375/936001
27.39/24.69	c cleaning 43021 clauses out of 86075 with flag 5233770/980000
28.80/26.06	c cleaning 43987 clauses out of 88055 with flag 5467582/1025001
30.10/27.37	c cleaning 45014 clauses out of 90068 with flag 5699826/1071001
31.49/28.76	c cleaning 45976 clauses out of 92054 with flag 5936327/1118001
32.89/30.18	c cleaning 47007 clauses out of 94079 with flag 6173727/1166002
34.39/31.63	c cleaning 47986 clauses out of 96071 with flag 6417783/1215001
36.00/33.24	c cleaning 49029 clauses out of 98084 with flag 6669167/1265000
37.49/34.77	c cleaning 50010 clauses out of 100055 with flag 6919876/1316000
39.09/36.38	c cleaning 50997 clauses out of 102047 with flag 7171571/1368002
40.79/38.07	c cleaning 51993 clauses out of 104049 with flag 7429873/1421001
42.58/39.80	c cleaning 53008 clauses out of 106055 with flag 7694172/1475000
44.30/41.53	c cleaning 53989 clauses out of 108049 with flag 7969027/1530002
46.19/43.42	c cleaning 54974 clauses out of 110059 with flag 8252276/1586001
47.98/45.25	c cleaning 55993 clauses out of 112084 with flag 8528227/1643000
49.79/47.06	c cleaning 57011 clauses out of 114092 with flag 8803286/1701001
51.69/48.96	c cleaning 57992 clauses out of 116081 with flag 9085976/1760001
53.69/50.90	c cleaning 58995 clauses out of 118089 with flag 9371340/1820001
55.68/52.95	c cleaning 59997 clauses out of 120094 with flag 9654975/1881001
57.79/55.02	c cleaning 61039 clauses out of 122097 with flag 9949443/1943001
59.98/57.25	c cleaning 61983 clauses out of 124061 with flag 10256184/2006004
62.17/59.44	c cleaning 63026 clauses out of 126075 with flag 10573974/2070001
64.37/61.69	c cleaning 63997 clauses out of 128049 with flag 10876289/2135001
66.66/63.97	c cleaning 65008 clauses out of 130052 with flag 11191326/2201001
69.18/66.41	c cleaning 65984 clauses out of 132044 with flag 11513140/2268001
71.46/68.74	c cleaning 67003 clauses out of 134059 with flag 11828387/2336000
73.87/71.15	c cleaning 67995 clauses out of 136056 with flag 12150127/2405000
76.36/73.65	c cleaning 68984 clauses out of 138061 with flag 12471288/2475000
79.07/76.38	c cleaning 70020 clauses out of 140078 with flag 12803274/2546001
81.77/79.03	c cleaning 70990 clauses out of 142057 with flag 13141883/2618000
84.45/81.79	c cleaning 71987 clauses out of 144067 with flag 13477868/2691000
87.35/84.69	c cleaning 73000 clauses out of 146082 with flag 13833868/2765002
90.25/87.50	c cleaning 74018 clauses out of 148080 with flag 14180553/2840000
93.04/90.33	c cleaning 74995 clauses out of 150062 with flag 14523205/2916000
96.03/93.31	c cleaning 76018 clauses out of 152067 with flag 14874793/2993000
99.04/96.38	c cleaning 76978 clauses out of 154050 with flag 15231598/3071001
102.13/99.43	c cleaning 77994 clauses out of 156071 with flag 15594241/3150000
105.12/102.49	c cleaning 79010 clauses out of 158077 with flag 15956417/3230000
108.45/105.75	c cleaning 80017 clauses out of 160068 with flag 16312034/3311001
111.74/109.01	c cleaning 80992 clauses out of 162051 with flag 16690892/3393001
115.02/112.32	c cleaning 82013 clauses out of 164059 with flag 17062630/3476001
118.34/115.65	c cleaning 82988 clauses out of 166045 with flag 17439690/3560000
121.93/119.26	c cleaning 84012 clauses out of 168057 with flag 17822282/3645000
125.32/122.68	c cleaning 84996 clauses out of 170045 with flag 18197554/3731000
129.04/126.31	c cleaning 85999 clauses out of 172049 with flag 18582417/3818000
132.63/130.00	c cleaning 87008 clauses out of 174050 with flag 18964768/3906000
136.31/133.64	c cleaning 87985 clauses out of 176043 with flag 19344955/3995001
140.22/137.54	c cleaning 88994 clauses out of 178059 with flag 19742508/4085002
144.11/141.47	c cleaning 89992 clauses out of 180063 with flag 20131278/4176000
148.11/145.49	c cleaning 91016 clauses out of 182071 with flag 20527285/4268000
152.30/149.69	c cleaning 91992 clauses out of 184055 with flag 20922397/4361000
156.40/153.74	c cleaning 92986 clauses out of 186063 with flag 21332690/4455000
160.82/158.14	c cleaning 94024 clauses out of 188077 with flag 21743051/4550000
165.30/162.60	c cleaning 94992 clauses out of 190053 with flag 22162713/4646000
169.59/166.95	c cleaning 96015 clauses out of 192062 with flag 22577676/4743001
174.20/171.52	c cleaning 96980 clauses out of 194048 with flag 22997092/4841002
178.98/176.31	c cleaning 98015 clauses out of 196066 with flag 23419148/4940000
183.81/181.19	c cleaning 99013 clauses out of 198051 with flag 23844471/5040000
188.69/186.05	c cleaning 99977 clauses out of 200038 with flag 24271369/5141000
193.48/190.80	c cleaning 100992 clauses out of 202062 with flag 24695054/5243001
198.55/195.94	c cleaning 102008 clauses out of 204069 with flag 25134650/5346000
203.33/200.76	c cleaning 102997 clauses out of 206062 with flag 25567348/5450001
208.26/205.69	c cleaning 103995 clauses out of 208065 with flag 26003655/5555001
213.55/210.95	c cleaning 105008 clauses out of 210069 with flag 26448818/5661000
218.84/216.20	c cleaning 106021 clauses out of 212061 with flag 26902663/5768000
224.24/221.61	c cleaning 107003 clauses out of 214040 with flag 27354964/5876000
229.74/227.51	c cleaning 108006 clauses out of 216038 with flag 27804933/5985001
235.06/232.80	c cleaning 108989 clauses out of 218032 with flag 28248210/6095001
240.65/238.44	c cleaning 110005 clauses out of 220043 with flag 28714854/6206001
246.17/243.97	c cleaning 110989 clauses out of 222038 with flag 29162847/6318001
251.66/249.48	c cleaning 111993 clauses out of 224049 with flag 29622287/6431001
257.30/255.09	c cleaning 113003 clauses out of 226055 with flag 30094269/6545000
263.40/261.20	c cleaning 113990 clauses out of 228053 with flag 30563605/6660001
269.14/266.93	c cleaning 115021 clauses out of 230063 with flag 31024804/6776001
275.12/272.95	c cleaning 116004 clauses out of 232043 with flag 31495585/6893002
281.16/278.91	c cleaning 116986 clauses out of 234039 with flag 31967722/7011002
287.26/285.01	c cleaning 117999 clauses out of 236051 with flag 32445564/7130000
293.32/291.17	c cleaning 118997 clauses out of 238052 with flag 32936275/7250000
299.49/297.32	c cleaning 120007 clauses out of 240056 with flag 33414311/7371001
305.94/303.70	c cleaning 121006 clauses out of 242048 with flag 33901600/7493000
312.33/310.17	c cleaning 122008 clauses out of 244042 with flag 34386516/7616000
318.76/316.57	c cleaning 122982 clauses out of 246034 with flag 34883640/7740000
325.37/323.25	c cleaning 124022 clauses out of 248053 with flag 35380004/7865001
332.10/329.96	c cleaning 124984 clauses out of 250030 with flag 35879474/7991000
338.68/336.54	c cleaning 126007 clauses out of 252047 with flag 36376959/8118001
345.52/343.38	c cleaning 126997 clauses out of 254039 with flag 36872813/8246000
352.14/350.06	c cleaning 127996 clauses out of 256042 with flag 37382004/8375000
358.98/356.86	c cleaning 128997 clauses out of 258047 with flag 37894591/8505001
365.76/363.63	c cleaning 129997 clauses out of 260050 with flag 38394406/8636001
372.50/370.36	c cleaning 130997 clauses out of 262052 with flag 38900340/8768000
379.65/377.44	c cleaning 132000 clauses out of 264055 with flag 39408657/8901000
386.56/384.40	c cleaning 133003 clauses out of 266055 with flag 39915033/9035000
394.10/391.97	c cleaning 134001 clauses out of 268053 with flag 40446657/9170001
401.09/398.94	c cleaning 135000 clauses out of 270051 with flag 40964257/9306000
408.42/406.22	c cleaning 135994 clauses out of 272051 with flag 41491866/9443000
415.53/413.49	c cleaning 136998 clauses out of 274057 with flag 42010991/9581000
422.97/420.88	c cleaning 138017 clauses out of 276060 with flag 42526649/9720001
430.41/428.24	c cleaning 139000 clauses out of 278042 with flag 43052795/9860000
438.20/436.10	c cleaning 139994 clauses out of 280042 with flag 43599445/10001000
445.57/443.47	c cleaning 140998 clauses out of 282049 with flag 44132708/10143001
453.05/450.91	c cleaning 142010 clauses out of 284052 with flag 44672214/10286002
460.68/458.52	c cleaning 142994 clauses out of 286041 with flag 45206351/10430001
468.64/466.47	c cleaning 144001 clauses out of 288046 with flag 45756753/10575000
476.34/474.28	c cleaning 145012 clauses out of 290048 with flag 46300323/10721003
484.39/482.21	c cleaning 146003 clauses out of 292034 with flag 46882082/10868001
492.27/490.19	c cleaning 146986 clauses out of 294030 with flag 47427967/11016000
500.28/498.16	c cleaning 148006 clauses out of 296045 with flag 47978092/11165001
508.35/506.24	c cleaning 148998 clauses out of 298040 with flag 48534423/11315002
516.13/514.06	c cleaning 149993 clauses out of 300040 with flag 49092716/11466000
524.27/522.11	c cleaning 151015 clauses out of 302049 with flag 49664879/11618002
532.70/530.56	c cleaning 152014 clauses out of 304033 with flag 50239707/11771001
540.60/538.60	c cleaning 152995 clauses out of 306018 with flag 50807461/11925000
549.04/546.99	c cleaning 153986 clauses out of 308026 with flag 51384613/12080003
557.57/555.40	c cleaning 155008 clauses out of 310038 with flag 51963302/12236001
566.29/564.27	c cleaning 156003 clauses out of 312030 with flag 52561341/12393001
574.72/572.63	c cleaning 156990 clauses out of 314026 with flag 53146921/12551000
583.36/581.26	c cleaning 158002 clauses out of 316036 with flag 53734816/12710000
592.03/589.90	c cleaning 159001 clauses out of 318034 with flag 54346472/12870000
600.66/598.63	c cleaning 160012 clauses out of 320033 with flag 54945172/13031000
609.60/607.50	c cleaning 160998 clauses out of 322021 with flag 55560229/13193000
617.98/615.98	c cleaning 161997 clauses out of 324024 with flag 56156383/13356001
627.31/625.27	c cleaning 162997 clauses out of 326026 with flag 56789939/13520000
637.26/635.28	c cleaning 164008 clauses out of 328031 with flag 57426230/13685002
647.34/645.35	c cleaning 164992 clauses out of 330021 with flag 58084865/13851000
656.87/654.89	c cleaning 165997 clauses out of 332030 with flag 58734296/14018001
666.41/664.42	c cleaning 167003 clauses out of 334032 with flag 59379860/14186000
676.76/674.72	c cleaning 167985 clauses out of 336030 with flag 60041995/14355001
687.14/685.15	c cleaning 169000 clauses out of 338044 with flag 60703633/14525000
697.62/695.69	c cleaning 169995 clauses out of 340046 with flag 61358556/14696002
707.44/705.46	c cleaning 171009 clauses out of 342052 with flag 62009367/14868003
717.79/715.71	c cleaning 171991 clauses out of 344041 with flag 62674860/15041001
727.39/725.41	c cleaning 173017 clauses out of 346050 with flag 63322931/15215001
737.41/735.44	c cleaning 174001 clauses out of 348033 with flag 63980215/15390001
747.54/745.57	c cleaning 174993 clauses out of 350032 with flag 64641443/15566001
758.49/756.57	c cleaning 176003 clauses out of 352039 with flag 65316476/15743001
769.47/767.59	c cleaning 176997 clauses out of 354035 with flag 66000517/15921000
780.80/778.84	c cleaning 178011 clauses out of 356039 with flag 66686761/16100001
792.45/790.52	c cleaning 178995 clauses out of 358028 with flag 67385980/16280001
803.47/801.54	c cleaning 180001 clauses out of 360032 with flag 68076709/16461000
813.59/811.75	c cleaning 181002 clauses out of 362033 with flag 68741268/16643002
825.10/823.23	c cleaning 182004 clauses out of 364029 with flag 69434162/16826000
836.63/834.72	c cleaning 182990 clauses out of 366025 with flag 70134014/17010000
847.79/845.94	c cleaning 183997 clauses out of 368036 with flag 70817608/17195001
858.34/856.43	c cleaning 184999 clauses out of 370039 with flag 71495224/17381001
868.61/866.72	c cleaning 185999 clauses out of 372040 with flag 72168060/17568001
880.33/878.59	c cleaning 186994 clauses out of 374041 with flag 72876550/17756001
892.45/890.67	c cleaning 188006 clauses out of 376047 with flag 73590519/17945001
905.02/903.23	c cleaning 189017 clauses out of 378041 with flag 74323905/18135001
916.36/914.50	c cleaning 189992 clauses out of 380025 with flag 75020839/18326002
929.04/927.24	c cleaning 190994 clauses out of 382031 with flag 75750781/18518000
941.40/939.62	c cleaning 192012 clauses out of 384038 with flag 76469645/18711001
954.32/952.54	c cleaning 192995 clauses out of 386025 with flag 77201119/18905000
967.31/965.59	c cleaning 194006 clauses out of 388031 with flag 77929711/19100001
980.25/978.42	c cleaning 194995 clauses out of 390024 with flag 78670468/19296000
992.70/990.81	c cleaning 196003 clauses out of 392029 with flag 79395071/19493000
1006.10/1004.35	c cleaning 196993 clauses out of 394026 with flag 80156793/19691000
1019.13/1017.37	c cleaning 198002 clauses out of 396034 with flag 80921323/19890001
1032.60/1030.83	c cleaning 198998 clauses out of 398031 with flag 81662196/20090000
1045.92/1044.11	c cleaning 200010 clauses out of 400034 with flag 82415622/20291001
1059.81/1058.04	c cleaning 201000 clauses out of 402023 with flag 83177176/20493000
1073.64/1071.88	c cleaning 201992 clauses out of 404023 with flag 83942859/20696000
1087.36/1085.58	c cleaning 203005 clauses out of 406032 with flag 84716399/20900001
1101.76/1100.08	c cleaning 204002 clauses out of 408029 with flag 85508078/21105003
1115.96/1114.26	c cleaning 204991 clauses out of 410025 with flag 86307527/21311001
1130.71/1129.07	c cleaning 206009 clauses out of 412035 with flag 87104654/21518002
1146.22/1144.50	c cleaning 207002 clauses out of 414024 with flag 87917808/21726000
1161.86/1160.21	c cleaning 207989 clauses out of 416022 with flag 88739983/21935000
1176.19/1174.59	c cleaning 209003 clauses out of 418033 with flag 89542175/22145000
1191.07/1189.44	c cleaning 209997 clauses out of 420031 with flag 90366427/22356001
1205.81/1204.14	c cleaning 210992 clauses out of 422034 with flag 91203076/22568001
1221.66/1220.08	c cleaning 212014 clauses out of 424041 with flag 92024267/22781000
1237.99/1236.38	c cleaning 212990 clauses out of 426027 with flag 92862803/22995000
1253.42/1252.02	c cleaning 213997 clauses out of 428038 with flag 93706893/23210001
1268.94/1267.51	c cleaning 215007 clauses out of 430040 with flag 94543608/23426000
1284.61/1283.21	c cleaning 216000 clauses out of 432034 with flag 95379356/23643001
1301.74/1300.35	c cleaning 216992 clauses out of 434033 with flag 96241619/23861000
1318.50/1317.14	c cleaning 218011 clauses out of 436042 with flag 97106131/24080001
1335.25/1334.00	c cleaning 218996 clauses out of 438030 with flag 97975327/24300000
1352.36/1351.04	c cleaning 220007 clauses out of 440034 with flag 98847811/24521000
1369.79/1368.67	c cleaning 220999 clauses out of 442028 with flag 99727690/24743001
1387.04/1385.93	c cleaning 222005 clauses out of 444028 with flag 100604844/24966000
1404.24/1403.36	c cleaning 222999 clauses out of 446024 with flag 101489012/25190001
1422.73/1421.99	c cleaning 223999 clauses out of 448025 with flag 102391116/25415001
1441.51/1440.80	c cleaning 225004 clauses out of 450026 with flag 103305186/25641001
1461.97/1461.34	c cleaning 225992 clauses out of 452021 with flag 104253507/25868000
1481.14/1480.47	c cleaning 227002 clauses out of 454030 with flag 105188898/26096001
1501.59/1500.98	c cleaning 228005 clauses out of 456027 with flag 106139354/26325000
1521.45/1520.87	c cleaning 228999 clauses out of 458024 with flag 107081108/26555002
1541.65/1541.07	c cleaning 230000 clauses out of 460024 with flag 108037420/26786001
1561.36/1560.72	c cleaning 231002 clauses out of 462024 with flag 109006917/27018001
1581.81/1581.22	c cleaning 231999 clauses out of 464022 with flag 109977210/27251001
1604.33/1603.59	c cleaning 233005 clauses out of 466023 with flag 110964481/27485001
1628.33/1627.64	c cleaning 233997 clauses out of 468018 with flag 111964779/27720001
1652.13/1651.55	c cleaning 235001 clauses out of 470020 with flag 112977865/27956000
1676.25/1675.78	c cleaning 236003 clauses out of 472019 with flag 113996420/28193000
1702.79/1702.39	c cleaning 236999 clauses out of 474016 with flag 115035855/28431000
1732.80/1732.48	c cleaning 238002 clauses out of 476017 with flag 116100264/28670000
1765.15/1763.75	c starts		: 20264
1765.15/1763.75	c conflicts		: 28909423
1765.15/1763.75	c decisions		: 39971387
1765.15/1763.76	c propagations		: 246892267
1765.15/1763.76	c inspects		: 30333509623
1765.15/1763.76	c shortcuts		: 0
1765.15/1763.76	c learnt literals	: 13
1765.15/1763.76	c learnt binary clauses	: 77
1765.15/1763.76	c learnt ternary clauses	: 319
1765.15/1763.76	c learnt constraints	: 28909409
1765.15/1763.76	c ignored constraints	: 0
1765.15/1763.76	c root simplifications	: 0
1765.15/1763.76	c removed literals (reason simplification)	: 26408108
1765.15/1763.76	c reason swapping (by a shorter reason)	: 0
1765.15/1763.76	c Calls to reduceDB	: 235
1765.15/1763.76	c Number of update (reduction) of LBD	: 6503561
1765.15/1763.76	c Imported unit clauses	: 0
1765.15/1763.76	c No decision after first conflict	: false
1765.15/1763.76	c number of reductions to clauses (during analyze)	: 0
1765.15/1763.76	c number of learned constraints concerned by reduction	: 0
1765.15/1763.76	c number of learning phase by resolution	: 0
1765.15/1763.76	c number of learning phase by cutting planes	: 0
1765.15/1763.76	c number of rounding to 1 operations	: 0
1765.15/1763.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1765.15/1763.76	c number of reductions of the coefficients by power 2 	: 0
1765.15/1763.76	c number of right shift for reduction by power 2 	: 0
1765.15/1763.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
1765.15/1763.76	c number of ending skipping 	: 0
1765.15/1763.76	c number of internal skipping 	: 0
1765.15/1763.76	c number of derivation steps 	: 0
1765.15/1763.76	c number of skipped derivation steps 	: 0
1765.15/1763.76	c number of remaining unassigned 	: 0
1765.15/1763.76	c number of remaining assigned 	: 0
1765.15/1763.76	c number of falsified literals weakened from reason	: 0
1765.15/1763.76	c number of falsified literals weakened from conflict	: 0
1765.15/1763.76	c time for arithmetic operations	: 0
1765.15/1763.76	c minimum degree of deleted constraints	: null
1765.15/1763.76	c maximum degree of deleted constraints	: null
1765.15/1763.76	c number of deleted constraints	: 0
1765.15/1763.76	c speed (assignments/second)	: 140007.55746926003
1765.15/1763.76	c non guided choices	: 2527596
1765.34/1763.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 477347
1765.34/1763.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 77
1765.34/1763.86	s UNSATISFIABLE
1765.34/1763.86	c Total wall clock time (in seconds): 1763.582

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 16:41:01 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 (63009 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-4513411-1751218367/watcher-4513411-1751218367 -o /tmp/evaluation-result-4513411-1751218367/solver-4513411-1751218367 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513411-1751218367 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513411-1751218367.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=30703, runsolver pid=30697

[startup+0.10006 s]*
/proc/loadavg: 1.07 3.56 5.86 5/291 30743
/proc/meminfo: memFree=129896728/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=18130736 memory=23196 CPUtime=0.01 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 2397 0 186 0 0 1 0 0 20 0 7 0 37515356 18565873664 5799 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4532684 5799 3136 1 0 540973 0
[pid=30703/tid=30718] ppid=30697 vsize=18130736 memory=4026532124 CPUtime=0 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 1844 0 122 0 0 0 0 0 20 0 7 0 37515362 18565873664 5799 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 23196 KiB

[startup+0.205749 s]*
/proc/loadavg: 1.07 3.56 5.86 10/336 30788
/proc/meminfo: memFree=129842340/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=18930384 memory=48932 CPUtime=0.07 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 5819 0 379 0 5 2 0 0 20 0 18 0 37515356 19384713216 12233 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4732596 12233 5253 1 0 547143 0
[pid=30703/tid=30718] ppid=30697 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) S 30697 30703 30647 0 -1 4194368 4690 0 280 0 3 1 0 0 20 0 18 0 37515362 19384713216 12233 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=18930384 memory=2569 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37515372 19384713216 12233 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37515373 19384713216 12233 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48932 KiB

[startup+0.305819 s]*
/proc/loadavg: 1.07 3.56 5.86 13/336 30788
/proc/meminfo: memFree=129795336/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=18930384 memory=65312 CPUtime=0.24 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 6756 0 382 0 21 3 0 0 20 0 18 0 37515356 19384713216 16328 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4732596 16328 5349 1 0 547852 0
[pid=30703/tid=30718] ppid=30697 vsize=18930384 memory=-6000919507150007404 CPUtime=0.13 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 5129 0 282 0 12 1 0 0 20 0 18 0 37515362 19384713216 16328 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=18930384 memory=-4421386504753802084 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37515372 19384713216 16328 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37515373 19384713216 16328 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65312 KiB

[startup+0.70024 s]
/proc/loadavg: 1.07 3.56 5.86 10/340 30792
/proc/meminfo: memFree=129678828/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=18996948 memory=119192 CPUtime=1 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 12663 0 382 0 95 5 0 0 20 0 19 0 37515356 19452874752 29798 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4749237 29798 5381 1 0 551648 0
[pid=30703/tid=30718] ppid=30697 vsize=18996948 memory=17408 CPUtime=0.47 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 5277 0 282 0 45 2 0 0 20 0 19 0 37515362 19452874752 29798 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37515372 19452874752 29798 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 37515373 19452874752 29798 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=18996948 memory=4252 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37515391 19452874752 29798 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119192 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=30703] ppid=30697 vsize=19063512 memory=176252 CPUtime=2.58 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 21162 0 382 0 250 8 0 0 20 0 20 0 37515356 19521036288 44063 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 44063 5413 1 0 554078 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=0 CPUtime=1.25 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 5850 0 282 0 122 3 0 0 20 0 20 0 37515362 19521036288 44063 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 44063 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 44063 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 44063 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176252 KiB

[startup+3.10564 s]
/proc/loadavg: 1.70 3.65 5.88 6/344 30796
/proc/meminfo: memFree=129043308/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=234712 CPUtime=5.44 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 25711 0 383 0 533 11 0 0 20 0 20 0 37515356 19521036288 58678 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 58678 5413 1 0 554160 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=0 CPUtime=2.81 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 6301 0 282 0 275 6 0 0 20 0 20 0 37515362 19521036288 58678 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 58678 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=-6000919476934306924 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 58678 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 58678 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234712 KiB

[startup+6.30023 s]
/proc/loadavg: 1.70 3.65 5.88 5/344 30796
/proc/meminfo: memFree=127561672/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=737736 CPUtime=8.75 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 26496 0 383 0 849 26 0 0 20 0 20 0 37515356 19521036288 184434 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 184434 5445 1 0 554160 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=0 CPUtime=5.99 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 7027 0 282 0 579 20 0 0 20 0 20 0 37515362 19521036288 184434 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=8326441210107759524 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 184434 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=427364 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 184434 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 184434 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 737736 KiB

[startup+12.7002 s]
/proc/loadavg: 2.13 3.68 5.87 5/345 30798
/proc/meminfo: memFree=125282316/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=1096368 CPUtime=15.5 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 31049 0 383 0 1512 38 0 0 20 0 20 0 37515356 19521036288 274092 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 274092 5445 1 0 554160 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=3977020626098747683 CPUtime=12.24 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 8380 0 282 0 1192 32 0 0 20 0 20 0 37515362 19521036288 274092 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 274092 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 274092 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=737736 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 274092 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1096368 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=30703] ppid=30697 vsize=19063512 memory=1313468 CPUtime=28.3 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 34321 0 383 0 2778 52 0 0 20 0 20 0 37515356 19521036288 328367 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 328367 5445 1 0 554160 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=3977020626098747683 CPUtime=24.98 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 9801 0 282 0 2454 44 0 0 20 0 20 0 37515362 19521036288 328367 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 328367 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 328367 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=1282736 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 328367 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 28.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313468 KiB

[startup+51.1057 s]
/proc/loadavg: 2.96 3.71 5.79 5/346 30799
/proc/meminfo: memFree=123789732/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=1327816 CPUtime=53.89 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 36980 0 383 0 5326 63 0 0 20 0 20 0 37515356 19521036288 331954 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 331954 5445 1 0 554160 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=14720 CPUtime=50.47 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 10802 0 282 0 4993 54 0 0 20 0 20 0 37515362 19521036288 331954 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=1096368 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 331954 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=7234580259614777939 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 331954 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=1307320 CPUtime=0 cores=0,2

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

/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 824 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=2166128 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1662.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166128 KiB

[startup+1722.3 s]
/proc/loadavg: 4.09 4.14 4.39 5/343 31092
/proc/meminfo: memFree=111364360/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2166128 CPUtime=1722.79 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 75740 0 383 0 171645 634 0 0 20 0 20 0 37515356 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 541532 5445 1 0 555390 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=2126628 CPUtime=1706.25 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 28182 0 282 0 170054 571 0 0 20 0 20 0 37515362 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=2166128 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=2166128 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 824 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=2166128 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1722.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166128 KiB

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

# cumulated CPU time of all completed processes:  user=1759.03 s, system=6.44514 s

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

[startup+1740.8 s]
/proc/loadavg: 4.14 4.14 4.39 5/342 31097
/proc/meminfo: memFree=111236276/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2166128 CPUtime=1741.21 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 76461 0 383 0 173483 638 0 0 20 0 20 0 37515356 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 541532 5445 1 0 555390 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=5760 CPUtime=1724.58 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 28866 0 282 0 171884 574 0 0 20 0 20 0 37515362 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 824 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1741.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166128 KiB

[startup+1753.6 s]
/proc/loadavg: 4.11 4.14 4.39 5/342 31097
/proc/meminfo: memFree=111105232/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2166128 CPUtime=1753.99 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 78306 0 383 0 174760 639 0 0 20 0 20 0 37515356 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 541532 5445 1 0 555401 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=2166128 CPUtime=1737.34 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 29491 0 282 0 173159 575 0 0 20 0 20 0 37515362 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 541532 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1753.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166128 KiB

[startup+1760 s]*
/proc/loadavg: 4.10 4.14 4.38 5/342 31097
/proc/meminfo: memFree=111057096/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2169200 CPUtime=1760.59 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 82102 0 383 0 175418 641 0 0 20 0 20 0 37515356 19521036288 542300 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 542300 5445 1 0 555404 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=-6000919507066579820 CPUtime=1743.73 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 30286 0 282 0 173797 576 0 0 20 0 20 0 37515362 19521036288 542300 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 542300 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=6904 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 542300 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=2100 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 542300 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1760.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169200 KiB

[startup+1761.6 s]
/proc/loadavg: 4.10 4.14 4.38 6/342 31097
/proc/meminfo: memFree=111040968/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2178124 CPUtime=1762.84 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 85490 0 383 0 175642 642 0 0 20 0 20 0 37515356 19521036288 544531 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 544531 5445 1 0 556490 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=-6000919476934306924 CPUtime=1745.31 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 30361 0 282 0 173955 576 0 0 20 0 20 0 37515362 19521036288 544531 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=2169200 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 544531 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=21612 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 544531 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 544531 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1762.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178124 KiB

[startup+1763.2 s]
/proc/loadavg: 4.09 4.13 4.38 6/342 31097
/proc/meminfo: memFree=111034520/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2173052 CPUtime=1764.63 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 85567 0 383 0 175821 642 0 0 20 0 20 0 37515356 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 543263 5445 1 0 556490 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=10112 CPUtime=1746.87 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 30375 0 282 0 174111 576 0 0 20 0 20 0 37515362 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=-6000919476934306924 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=2169200 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1764.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173052 KiB

[startup+1763.6 s]
/proc/loadavg: 4.09 4.13 4.38 6/342 31097
/proc/meminfo: memFree=111034520/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19063512 memory=2173052 CPUtime=1765.04 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 85570 0 383 0 175862 642 0 0 20 0 20 0 37515356 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4765878 543263 5445 1 0 556490 0
[pid=30703/tid=30718] ppid=30697 vsize=19063512 memory=6784 CPUtime=1747.27 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) R 30697 30703 30647 0 -1 4194368 30377 0 282 0 174151 576 0 0 20 0 20 0 37515362 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30790] ppid=30697 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30703/task/30790/stat : 30790 (Timer-0) S 30697 30703 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515391 19521036288 543263 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1765.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173052 KiB

[startup+1763.8 s]
/proc/loadavg: 4.09 4.13 4.38 6/342 31097
/proc/meminfo: memFree=111034520/131250000 swapFree=33010684/33010684
[pid=30703] ppid=30697 vsize=19196640 memory=2173948 CPUtime=1765.34 cores=0,2
/proc/30703/stat : 30703 (java) S 30697 30703 30647 0 -1 4194304 86806 0 383 0 175891 643 0 0 20 0 20 0 37515356 19657359360 543487 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
/proc/30703/statm: 4799160 543487 5477 1 0 557149 0
[pid=30703/tid=30718] ppid=30697 vsize=19196640 memory=4252 CPUtime=1747.41 cores=0,2
/proc/30703/task/30718/stat : 30718 (java) S 30697 30703 30647 0 -1 4194368 31230 0 282 0 174164 577 0 0 20 0 20 0 37515362 19657359360 543487 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30758] ppid=30697 vsize=19196640 memory=3328 CPUtime=0 cores=0,2
/proc/30703/task/30758/stat : 30758 (Finalizer) S 30697 30703 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19657359360 543487 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
[pid=30703/tid=30786] ppid=30697 vsize=19196640 memory=4764 CPUtime=0 cores=0,2
/proc/30703/task/30786/stat : 30786 (Common-Cleaner) S 30697 30703 30647 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 20 0 37515373 19657359360 543487 18446744073709551615 94457264365568 94457264369264 140725376846304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94457264377080 94457264377872 94457295245312 140725376854320 140725376854502 140725376854502 140725376860104 0
Current children cumulated CPU time: 1765.34 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2173948 KiB

Child status: 20

Real time (s): 1763.87
CPU time (s): 1765.47
CPU user time (s): 1759.03
CPU system time (s): 6.44514
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2178124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1759.03
system time used= 6.44514
maximum resident set size= 2178124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87023
page faults= 383
swaps= 0
block input operations= 36408
block output operations= 7745984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59254
involuntary context switches= 7622


# summary of solver processes directly reported to runsolver:
#   pid: 30703
#   total CPU time (s): 1765.47
#   total CPU user time (s): 1759.03
#   total CPU system time (s): 6.44514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.80047 second user time and 8.41131 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 19:32:47
IDJOB=4513411
IDBENCH=162341
IDSOLVER=3364
FILE ID=nodeC026/4513411-1751218367
RUNJOBID= nodeC026-1751218367-30657
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-ECgrid5x120split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513411-1751218367/watcher-4513411-1751218367 -o /tmp/evaluation-result-4513411-1751218367/solver-4513411-1751218367 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513411-1751218367 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513411-1751218367.opb

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
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.830
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		: 1405.694
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		: 3603.065
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		: 3333.674
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.323
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		: 3477.412
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.912
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		: 2890.667
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:        129924460 kB
MemAvailable:   129732172 kB
Buffers:            3280 kB
Cached:           616956 kB
SwapCached:            0 kB
Active:           292820 kB
Inactive:         394380 kB
Active(anon):      85044 kB
Inactive(anon):        0 kB
Active(file):     207776 kB
Inactive(file):   394380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               648 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:     329832 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 20:02:11