Trace number 4513483

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. 1935.4 1935.64

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark54.9817
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
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.01/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.20	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.10/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.23	c java.vm.version	22.0.1+8-16
0.10/0.23	c java.vm.vendor	Oracle Corporation
0.10/0.23	c sun.arch.data.model	64
0.10/0.23	c java.version		22.0.1
0.10/0.23	c os.name		Linux
0.10/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.23	c os.arch		amd64
0.10/0.23	c Free memory 		2104792832
0.10/0.23	c Max memory 		16282288128
0.10/0.23	c Total memory 		2113929216
0.10/0.23	c Number of processors 	2
0.10/0.27	c Pseudo Boolean Optimization by upper bound
0.10/0.27	c --- Begin Solver configuration ---
0.10/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.27	c Learn all clauses as in MiniSAT
0.10/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.27	c Expensive reason simplification
0.10/0.27	c Glucose 2.1 dynamic restart strategy
0.10/0.27	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.27	c timeout=2147483s
0.10/0.27	c DB Simplification allowed=false
0.10/0.27	c Listener: none
0.10/0.27	c --- End Solver configuration ---
0.10/0.27	c solving HOME/instance-4513483-1751218367.opb
0.10/0.27	c reading problem ... 
0.10/0.27	c using VERIPB proof format
0.10/0.27	c  no objective function found
0.27/0.33	c ... done. Wall clock time 0.06s.
0.27/0.33	c declared #vars     1401
0.27/0.33	c #constraints  1402
0.27/0.33	c constraints type 
0.27/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.27/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1400
0.27/0.33	c 1402 constraints processed.
1.03/0.72	c cleaning 2492 clauses out of 5001 with flag 20388/5001
1.63/1.08	c cleaning 4229 clauses out of 8509 with flag 45561/11001
2.21/1.36	c cleaning 5623 clauses out of 11280 with flag 79077/18001
2.81/1.67	c cleaning 6809 clauses out of 13657 with flag 119814/26001
3.20/1.89	c cleaning 7897 clauses out of 15847 with flag 166651/35000
3.61/2.07	c cleaning 8964 clauses out of 17950 with flag 219280/45000
3.99/2.25	c cleaning 9927 clauses out of 19987 with flag 278755/56001
4.38/2.47	c cleaning 10955 clauses out of 22059 with flag 343188/68000
4.76/2.69	c cleaning 11984 clauses out of 24104 with flag 410790/81000
5.08/2.94	c cleaning 12996 clauses out of 26120 with flag 492626/95000
5.28/3.18	c cleaning 13987 clauses out of 28124 with flag 575385/110000
5.59/3.46	c cleaning 14986 clauses out of 30137 with flag 664482/126000
5.93/3.77	c cleaning 15994 clauses out of 32151 with flag 758189/143000
6.35/4.13	c cleaning 17020 clauses out of 34157 with flag 861907/161000
6.76/4.50	c cleaning 18002 clauses out of 36138 with flag 969907/180001
7.05/4.87	c cleaning 19053 clauses out of 38136 with flag 1084423/200001
7.47/5.27	c cleaning 19955 clauses out of 40082 with flag 1206236/221000
7.97/5.70	c cleaning 20997 clauses out of 42128 with flag 1332206/243001
8.48/6.21	c cleaning 21989 clauses out of 44130 with flag 1462951/266000
8.98/6.74	c cleaning 23002 clauses out of 46141 with flag 1597789/290000
9.53/7.29	c cleaning 23998 clauses out of 48139 with flag 1742190/315000
10.24/7.82	c cleaning 25003 clauses out of 50142 with flag 1885320/341001
10.74/8.37	c cleaning 25953 clauses out of 52138 with flag 2031531/368000
11.45/8.95	c cleaning 27011 clauses out of 54185 with flag 2180688/396000
12.15/9.62	c cleaning 28065 clauses out of 56174 with flag 2337843/425000
12.93/10.33	c cleaning 29005 clauses out of 58110 with flag 2500200/455001
13.64/11.13	c cleaning 30040 clauses out of 60105 with flag 2664918/486001
14.49/11.90	c cleaning 30976 clauses out of 62064 with flag 2834811/518000
15.19/12.65	c cleaning 32026 clauses out of 64088 with flag 3005194/551000
15.98/13.47	c cleaning 32957 clauses out of 66063 with flag 3188411/585001
16.89/14.32	c cleaning 33966 clauses out of 68106 with flag 3367240/620001
17.68/15.18	c cleaning 35058 clauses out of 70139 with flag 3554079/656000
18.69/16.19	c cleaning 35977 clauses out of 72082 with flag 3742787/693001
19.69/17.16	c cleaning 37002 clauses out of 74104 with flag 3937222/731000
20.68/18.19	c cleaning 37994 clauses out of 76103 with flag 4140507/770001
21.77/19.26	c cleaning 38975 clauses out of 78108 with flag 4341356/810000
22.77/20.27	c cleaning 40024 clauses out of 80134 with flag 4546980/851001
23.87/21.37	c cleaning 41002 clauses out of 82109 with flag 4758718/893000
25.06/22.50	c cleaning 42025 clauses out of 84107 with flag 4970001/936000
26.16/23.66	c cleaning 42985 clauses out of 86082 with flag 5188903/980000
27.46/24.93	c cleaning 44024 clauses out of 88097 with flag 5413830/1025000
28.67/26.19	c cleaning 45012 clauses out of 90074 with flag 5649891/1071001
29.97/27.43	c cleaning 46006 clauses out of 92062 with flag 5882964/1118001
31.26/28.78	c cleaning 46981 clauses out of 94056 with flag 6124606/1166001
32.67/30.11	c cleaning 47982 clauses out of 96078 with flag 6370612/1215004
33.96/31.49	c cleaning 49023 clauses out of 98092 with flag 6611445/1265000
35.47/32.91	c cleaning 49984 clauses out of 100069 with flag 6866708/1316000
36.87/34.37	c cleaning 50983 clauses out of 102085 with flag 7119800/1368000
38.47/35.97	c cleaning 52012 clauses out of 104102 with flag 7381187/1421000
40.07/37.59	c cleaning 53028 clauses out of 106090 with flag 7646838/1475000
41.76/39.23	c cleaning 53977 clauses out of 108063 with flag 7920100/1530001
43.47/40.93	c cleaning 54972 clauses out of 110086 with flag 8198575/1586001
45.27/42.74	c cleaning 55986 clauses out of 112113 with flag 8488441/1643000
47.06/44.52	c cleaning 57048 clauses out of 114129 with flag 8775163/1701002
48.86/46.36	c cleaning 57992 clauses out of 116079 with flag 9060093/1760000
50.67/48.17	c cleaning 59032 clauses out of 118087 with flag 9352732/1820000
52.46/50.00	c cleaning 59997 clauses out of 120055 with flag 9642522/1881000
54.56/52.09	c cleaning 61012 clauses out of 122059 with flag 9950778/1943001
56.56/54.01	c cleaning 61962 clauses out of 124047 with flag 10247086/2006001
58.57/56.08	c cleaning 62998 clauses out of 126085 with flag 10548521/2070001
60.75/58.21	c cleaning 64009 clauses out of 128087 with flag 10851506/2135001
62.85/60.31	c cleaning 64984 clauses out of 130078 with flag 11166030/2201001
64.85/62.39	c cleaning 65995 clauses out of 132094 with flag 11471145/2268001
67.16/64.63	c cleaning 67027 clauses out of 134099 with flag 11791284/2336001
69.56/67.02	c cleaning 68017 clauses out of 136073 with flag 12124120/2405002
71.85/69.37	c cleaning 68983 clauses out of 138055 with flag 12450761/2475001
74.27/71.75	c cleaning 70001 clauses out of 140073 with flag 12776384/2546002
76.66/74.16	c cleaning 70982 clauses out of 142072 with flag 13113578/2618002
79.05/76.57	c cleaning 72024 clauses out of 144089 with flag 13443898/2691001
81.55/79.03	c cleaning 73011 clauses out of 146064 with flag 13777846/2765000
84.05/81.54	c cleaning 73977 clauses out of 148055 with flag 14118004/2840002
86.85/84.30	c cleaning 75010 clauses out of 150076 with flag 14466604/2916000
89.44/86.97	c cleaning 76023 clauses out of 152066 with flag 14820198/2993000
92.25/89.77	c cleaning 76969 clauses out of 154043 with flag 15178109/3071000
95.14/92.67	c cleaning 78009 clauses out of 156074 with flag 15547868/3150000
98.13/95.64	c cleaning 78995 clauses out of 158066 with flag 15910485/3230001
100.94/98.49	c cleaning 79998 clauses out of 160072 with flag 16269099/3311002
104.13/101.64	c cleaning 80982 clauses out of 162072 with flag 16649118/3393000
107.23/104.77	c cleaning 82012 clauses out of 164090 with flag 17026579/3476000
110.43/107.95	c cleaning 83002 clauses out of 166079 with flag 17408444/3560001
113.72/111.20	c cleaning 83971 clauses out of 168076 with flag 17781794/3645000
116.95/114.45	c cleaning 85002 clauses out of 170105 with flag 18162249/3731000
120.34/117.85	c cleaning 86032 clauses out of 172104 with flag 18553923/3818001
123.84/121.37	c cleaning 86996 clauses out of 174071 with flag 18960304/3906000
127.34/124.81	c cleaning 88017 clauses out of 176077 with flag 19346114/3995002
130.94/128.49	c cleaning 88988 clauses out of 178058 with flag 19740201/4085000
134.54/132.04	c cleaning 89995 clauses out of 180071 with flag 20133675/4176001
138.14/135.63	c cleaning 91004 clauses out of 182076 with flag 20534916/4268001
141.84/139.33	c cleaning 92015 clauses out of 184071 with flag 20939983/4361000
145.54/143.06	c cleaning 93009 clauses out of 186056 with flag 21350454/4455000
149.63/147.19	c cleaning 93969 clauses out of 188047 with flag 21784591/4550000
153.62/151.16	c cleaning 95019 clauses out of 190078 with flag 22211320/4646000
157.72/155.29	c cleaning 96015 clauses out of 192059 with flag 22641772/4743000
161.62/159.18	c cleaning 97022 clauses out of 194044 with flag 23068129/4841000
165.94/163.48	c cleaning 97972 clauses out of 196022 with flag 23507934/4940000
170.13/167.61	c cleaning 98980 clauses out of 198051 with flag 23940261/5040001
174.56/172.03	c cleaning 100006 clauses out of 200071 with flag 24365179/5141001
179.14/176.60	c cleaning 101021 clauses out of 202064 with flag 24810694/5243000
183.33/180.88	c cleaning 101999 clauses out of 204044 with flag 25250810/5346001
187.95/185.49	c cleaning 102961 clauses out of 206045 with flag 25702821/5450001
192.64/190.19	c cleaning 104040 clauses out of 208083 with flag 26160370/5555000
197.26/194.75	c cleaning 104982 clauses out of 210043 with flag 26608261/5661000
201.85/199.35	c cleaning 106002 clauses out of 212061 with flag 27061699/5768000
206.69/204.17	c cleaning 107010 clauses out of 214060 with flag 27512292/5876001
211.58/209.04	c cleaning 107983 clauses out of 216049 with flag 27969758/5985000
216.71/214.17	c cleaning 109020 clauses out of 218067 with flag 28433518/6095001
221.79/219.26	c cleaning 109983 clauses out of 220047 with flag 28899010/6206001
227.13/224.55	c cleaning 111014 clauses out of 222063 with flag 29379029/6318000
232.32/229.79	c cleaning 111999 clauses out of 224049 with flag 29856568/6431000
237.66/235.01	c cleaning 112995 clauses out of 226050 with flag 30332743/6545000
243.04/240.45	c cleaning 113993 clauses out of 228056 with flag 30813946/6660001
248.49/245.87	c cleaning 114987 clauses out of 230062 with flag 31292187/6776000
254.78/252.16	c cleaning 116012 clauses out of 232076 with flag 31795290/6893001
260.73/258.08	c cleaning 116998 clauses out of 234065 with flag 32291620/7011002
266.31/263.67	c cleaning 117994 clauses out of 236067 with flag 32775873/7130002
272.15/269.45	c cleaning 118993 clauses out of 238071 with flag 33270306/7250000
277.94/275.29	c cleaning 120011 clauses out of 240078 with flag 33764503/7371000
284.09/281.38	c cleaning 121021 clauses out of 242067 with flag 34269725/7493000
290.25/287.94	c cleaning 121982 clauses out of 244047 with flag 34779578/7616001
296.59/294.22	c cleaning 122992 clauses out of 246065 with flag 35291358/7740001
303.38/301.01	c cleaning 124003 clauses out of 248073 with flag 35834459/7865001
309.91/307.57	c cleaning 125004 clauses out of 250070 with flag 36353723/7991001
316.27/313.83	c cleaning 125992 clauses out of 252065 with flag 36870439/8118000
322.92/320.60	c cleaning 126988 clauses out of 254073 with flag 37399515/8246000
329.46/327.18	c cleaning 127993 clauses out of 256086 with flag 37923032/8375001
336.35/334.08	c cleaning 129013 clauses out of 258093 with flag 38452563/8505001
342.88/340.50	c cleaning 130019 clauses out of 260080 with flag 38974426/8636001
349.76/347.49	c cleaning 130993 clauses out of 262061 with flag 39514976/8768001
356.56/354.37	c cleaning 132012 clauses out of 264067 with flag 40046004/8901000
364.11/361.80	c cleaning 132991 clauses out of 266056 with flag 40606765/9035001
370.89/368.64	c cleaning 134003 clauses out of 268064 with flag 41157782/9170000
378.04/375.76	c cleaning 135004 clauses out of 270062 with flag 41698491/9306001
384.89/382.70	c cleaning 136015 clauses out of 272058 with flag 42232561/9443001
392.91/390.73	c cleaning 137001 clauses out of 274042 with flag 42795949/9581000
400.47/398.22	c cleaning 137985 clauses out of 276042 with flag 43355443/9720001
407.75/405.56	c cleaning 139000 clauses out of 278058 with flag 43913058/9860002
415.07/412.95	c cleaning 140005 clauses out of 280058 with flag 44473896/10001002
422.44/420.37	c cleaning 140996 clauses out of 282052 with flag 45035509/10143001
429.87/427.71	c cleaning 141989 clauses out of 284055 with flag 45597593/10286000
437.61/435.45	c cleaning 143018 clauses out of 286067 with flag 46168721/10430001
445.36/443.36	c cleaning 143986 clauses out of 288048 with flag 46731893/10575000
453.41/451.37	c cleaning 145007 clauses out of 290063 with flag 47310333/10721001
462.05/459.91	c cleaning 146002 clauses out of 292056 with flag 47900112/10868001
469.84/467.78	c cleaning 146991 clauses out of 294053 with flag 48484098/11016000
477.94/475.96	c cleaning 148001 clauses out of 296063 with flag 49072021/11165001
486.29/484.20	c cleaning 149000 clauses out of 298062 with flag 49661376/11315001
494.08/492.03	c cleaning 150003 clauses out of 300061 with flag 50244287/11466000
502.42/500.32	c cleaning 150996 clauses out of 302059 with flag 50840513/11618001
510.84/508.82	c cleaning 152020 clauses out of 304062 with flag 51434072/11771000
519.22/517.22	c cleaning 152996 clauses out of 306043 with flag 52028698/11925001
527.26/525.29	c cleaning 154008 clauses out of 308047 with flag 52618775/12080001
536.27/534.31	c cleaning 154998 clauses out of 310038 with flag 53230108/12236000
545.35/543.45	c cleaning 155992 clauses out of 312041 with flag 53853247/12393001
553.49/551.53	c cleaning 157006 clauses out of 314048 with flag 54446075/12551000
562.22/560.24	c cleaning 157992 clauses out of 316043 with flag 55048785/12710001
571.06/569.23	c cleaning 159015 clauses out of 318051 with flag 55659828/12870001
579.79/577.99	c cleaning 160000 clauses out of 320035 with flag 56271084/13031000
588.83/586.92	c cleaning 160993 clauses out of 322036 with flag 56897577/13193001
598.26/596.57	c cleaning 162003 clauses out of 324043 with flag 57517863/13356001
608.03/606.30	c cleaning 162990 clauses out of 326039 with flag 58166639/13520000
616.46/614.78	c cleaning 164001 clauses out of 328049 with flag 58787012/13685000
625.91/624.13	c cleaning 164990 clauses out of 330048 with flag 59413847/13851000
635.39/633.82	c cleaning 166012 clauses out of 332059 with flag 60049140/14018001
644.82/643.22	c cleaning 167008 clauses out of 334046 with flag 60677252/14186000
654.25/652.66	c cleaning 168004 clauses out of 336039 with flag 61308007/14355001
663.75/662.24	c cleaning 168996 clauses out of 338035 with flag 61952588/14525001
672.84/671.37	c cleaning 169996 clauses out of 340040 with flag 62584092/14696002
682.57/681.09	c cleaning 170998 clauses out of 342042 with flag 63228245/14868000
692.37/690.91	c cleaning 171989 clauses out of 344044 with flag 63877426/15041000
701.63/700.19	c cleaning 173017 clauses out of 346055 with flag 64513346/15215000
711.00/709.51	c cleaning 174000 clauses out of 348039 with flag 65166569/15390001
720.60/719.20	c cleaning 174995 clauses out of 350038 with flag 65813782/15566000
730.22/728.85	c cleaning 176015 clauses out of 352043 with flag 66468984/15743000
740.45/739.03	c cleaning 177007 clauses out of 354029 with flag 67142302/15921001
750.05/748.64	c cleaning 178005 clauses out of 356021 with flag 67790563/16100000
759.13/757.79	c cleaning 178991 clauses out of 358017 with flag 68436596/16280001
768.85/767.49	c cleaning 179992 clauses out of 360025 with flag 69095497/16461000
778.68/777.27	c cleaning 180978 clauses out of 362033 with flag 69764405/16643000
789.21/787.88	c cleaning 182004 clauses out of 364056 with flag 70452767/16826001
798.66/797.23	c cleaning 183007 clauses out of 366052 with flag 71112251/17010001
808.54/807.14	c cleaning 184006 clauses out of 368045 with flag 71792297/17195001
818.23/816.91	c cleaning 184994 clauses out of 370038 with flag 72462342/17381000
828.66/827.33	c cleaning 186013 clauses out of 372044 with flag 73136412/17568000
838.39/837.01	c cleaning 187005 clauses out of 374031 with flag 73811673/17756000
848.58/847.34	c cleaning 187997 clauses out of 376027 with flag 74491141/17945001
859.22/857.91	c cleaning 188989 clauses out of 378030 with flag 75179339/18135001
869.10/867.82	c cleaning 190006 clauses out of 380041 with flag 75866887/18326001
879.62/878.56	c cleaning 191003 clauses out of 382034 with flag 76554772/18518000
890.35/889.25	c cleaning 191990 clauses out of 384032 with flag 77254352/18711001
900.88/899.78	c cleaning 193015 clauses out of 386041 with flag 77958383/18905000
911.39/910.33	c cleaning 193996 clauses out of 388027 with flag 78656176/19100001
921.54/920.45	c cleaning 195004 clauses out of 390030 with flag 79349044/19296000
932.01/930.93	c cleaning 195991 clauses out of 392027 with flag 80057555/19493001
942.50/941.53	c cleaning 196986 clauses out of 394036 with flag 80767400/19691001
952.94/951.95	c cleaning 198020 clauses out of 396051 with flag 81475991/19890002
963.69/962.63	c cleaning 198993 clauses out of 398029 with flag 82193342/20090000
974.31/973.32	c cleaning 200005 clauses out of 400036 with flag 82913437/20291000
985.16/984.14	c cleaning 200998 clauses out of 402032 with flag 83627519/20493001
995.97/995.06	c cleaning 201993 clauses out of 404034 with flag 84356054/20696001
1006.99/1006.03	c cleaning 202993 clauses out of 406040 with flag 85082053/20900000
1018.30/1017.35	c cleaning 204005 clauses out of 408048 with flag 85817174/21105001
1030.06/1029.26	c cleaning 205012 clauses out of 410043 with flag 86559104/21311001
1041.07/1040.28	c cleaning 206003 clauses out of 412031 with flag 87277536/21518001
1051.88/1051.09	c cleaning 206991 clauses out of 414029 with flag 88014584/21726002
1063.57/1062.85	c cleaning 207995 clauses out of 416037 with flag 88762301/21935001
1075.99/1075.24	c cleaning 209000 clauses out of 418041 with flag 89533336/22145000
1087.71/1087.09	c cleaning 210005 clauses out of 420041 with flag 90279888/22356000
1099.74/1099.02	c cleaning 210997 clauses out of 422036 with flag 91030725/22568000
1111.78/1111.01	c cleaning 212010 clauses out of 424039 with flag 91792553/22781000
1123.49/1122.81	c cleaning 212995 clauses out of 426030 with flag 92541150/22995001
1135.62/1134.96	c cleaning 214004 clauses out of 428035 with flag 93323219/23210001
1148.16/1147.44	c cleaning 215008 clauses out of 430030 with flag 94094966/23426000
1160.27/1159.65	c cleaning 215989 clauses out of 432022 with flag 94867113/23643000
1172.89/1172.28	c cleaning 216985 clauses out of 434033 with flag 95667985/23861000
1185.80/1185.21	c cleaning 217998 clauses out of 436048 with flag 96458256/24080000
1198.73/1198.11	c cleaning 219009 clauses out of 438051 with flag 97254861/24300001
1211.73/1211.24	c cleaning 220003 clauses out of 440042 with flag 98067879/24521001
1224.75/1224.21	c cleaning 221004 clauses out of 442039 with flag 98878307/24743001
1237.97/1237.43	c cleaning 222002 clauses out of 444035 with flag 99692576/24966001
1252.05/1252.00	c cleaning 222996 clauses out of 446032 with flag 100532067/25190000
1266.07/1265.94	c cleaning 224008 clauses out of 448036 with flag 101371705/25415000
1281.16/1281.04	c cleaning 224998 clauses out of 450028 with flag 102244016/25641000
1295.89/1295.77	c cleaning 225997 clauses out of 452031 with flag 103106950/25868001
1311.28/1311.26	c cleaning 227007 clauses out of 454033 with flag 103985391/26096000
1326.28/1326.26	c cleaning 227991 clauses out of 456027 with flag 104864249/26325001
1342.08/1342.17	c cleaning 229011 clauses out of 458037 with flag 105775687/26555002
1357.59/1357.61	c cleaning 229986 clauses out of 460024 with flag 106662689/26786000
1372.69/1372.90	c cleaning 231008 clauses out of 462039 with flag 107556938/27018001
1387.33/1387.53	c cleaning 232016 clauses out of 464031 with flag 108444971/27251001
1403.09/1403.54	c cleaning 232991 clauses out of 466014 with flag 109355476/27485000
1418.29/1418.77	c cleaning 234003 clauses out of 468024 with flag 110270636/27720001
1434.55/1435.15	c cleaning 234992 clauses out of 470020 with flag 111194076/27956000
1450.36/1450.92	c cleaning 236004 clauses out of 472028 with flag 112114216/28193000
1466.80/1467.25	c cleaning 236999 clauses out of 474025 with flag 113050802/28431001
1483.52/1483.91	c cleaning 238001 clauses out of 476026 with flag 113982854/28670001
1499.75/1500.26	c cleaning 239002 clauses out of 478025 with flag 114910751/28910001
1515.87/1516.41	c cleaning 239995 clauses out of 480024 with flag 115833152/29151002
1532.49/1533.00	c cleaning 240997 clauses out of 482028 with flag 116767082/29393001
1549.75/1550.48	c cleaning 242003 clauses out of 484031 with flag 117723051/29636001
1566.88/1567.50	c cleaning 243002 clauses out of 486027 with flag 118678102/29880000
1584.06/1584.86	c cleaning 243996 clauses out of 488025 with flag 119638219/30125000
1600.88/1601.69	c cleaning 244998 clauses out of 490030 with flag 120598685/30371001
1618.28/1619.12	c cleaning 246005 clauses out of 492031 with flag 121557981/30618000
1635.70/1636.50	c cleaning 246995 clauses out of 494026 with flag 122513559/30866000
1652.89/1653.88	c cleaning 247999 clauses out of 496032 with flag 123489388/31115001
1670.89/1671.96	c cleaning 249003 clauses out of 498032 with flag 124466097/31365000
1689.89/1690.99	c cleaning 250008 clauses out of 500031 with flag 125465179/31616002
1708.58/1709.76	c cleaning 250995 clauses out of 502021 with flag 126453180/31868000
1728.20/1729.33	c cleaning 251998 clauses out of 504026 with flag 127463195/32121000
1748.85/1750.02	c cleaning 253001 clauses out of 506028 with flag 128475244/32375000
1769.46/1770.70	c cleaning 254005 clauses out of 508027 with flag 129527715/32630000
1789.88/1791.10	c cleaning 254999 clauses out of 510022 with flag 130569359/32886000
1813.04/1814.37	c cleaning 255998 clauses out of 512023 with flag 131635324/33143000
1836.19/1837.59	c cleaning 257007 clauses out of 514025 with flag 132697503/33401000
1859.56/1860.93	c cleaning 258000 clauses out of 516019 with flag 133775243/33660001
1886.65/1888.10	c cleaning 259002 clauses out of 518019 with flag 134901632/33920001
1919.15/1920.10	c cleaning 260004 clauses out of 520016 with flag 136082730/34181000
1935.25/1935.54	c starts		: 20771
1935.25/1935.55	c conflicts		: 34350857
1935.25/1935.55	c decisions		: 47956633
1935.25/1935.55	c propagations		: 298876370
1935.25/1935.55	c inspects		: 33156625436
1935.25/1935.55	c shortcuts		: 0
1935.25/1935.55	c learnt literals	: 13
1935.25/1935.55	c learnt binary clauses	: 79
1935.25/1935.55	c learnt ternary clauses	: 298
1935.25/1935.55	c learnt constraints	: 34350843
1935.25/1935.55	c ignored constraints	: 0
1935.25/1935.55	c root simplifications	: 0
1935.25/1935.55	c removed literals (reason simplification)	: 30983168
1935.25/1935.55	c reason swapping (by a shorter reason)	: 0
1935.25/1935.55	c Calls to reduceDB	: 257
1935.25/1935.55	c Number of update (reduction) of LBD	: 8048504
1935.25/1935.55	c Imported unit clauses	: 0
1935.25/1935.55	c No decision after first conflict	: false
1935.25/1935.55	c number of reductions to clauses (during analyze)	: 0
1935.25/1935.55	c number of learned constraints concerned by reduction	: 0
1935.25/1935.55	c number of learning phase by resolution	: 0
1935.25/1935.55	c number of learning phase by cutting planes	: 0
1935.25/1935.55	c number of rounding to 1 operations	: 0
1935.25/1935.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1935.25/1935.55	c number of reductions of the coefficients by power 2 	: 0
1935.25/1935.55	c number of right shift for reduction by power 2 	: 0
1935.25/1935.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
1935.25/1935.55	c number of ending skipping 	: 0
1935.25/1935.55	c number of internal skipping 	: 0
1935.25/1935.55	c number of derivation steps 	: 0
1935.25/1935.55	c number of skipped derivation steps 	: 0
1935.25/1935.55	c number of remaining unassigned 	: 0
1935.25/1935.55	c number of remaining assigned 	: 0
1935.25/1935.55	c number of falsified literals weakened from reason	: 0
1935.25/1935.55	c number of falsified literals weakened from conflict	: 0
1935.25/1935.55	c time for arithmetic operations	: 0
1935.25/1935.55	c minimum degree of deleted constraints	: null
1935.25/1935.55	c maximum degree of deleted constraints	: null
1935.25/1935.55	c number of deleted constraints	: 0
1935.25/1935.55	c speed (assignments/second)	: 154440.91225006006
1935.25/1935.55	c non guided choices	: 3424826
1935.34/1935.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 429776
1935.34/1935.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 79
1935.34/1935.62	s UNSATISFIABLE
1935.34/1935.62	c Total wall clock time (in seconds): 1935.357

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 17:27:51 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 (63000 MiB free)
  memory of node 1: 64465 MiB (63870 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=30715, runsolver pid=30700

[startup+0.100064 s]*
/proc/loadavg: 1.07 3.56 5.86 4/291 30743
/proc/meminfo: memFree=129881104/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=18130736 memory=28512 CPUtime=0.01 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 3579 0 190 0 0 1 0 0 20 0 7 0 37515359 18565873664 7128 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4532684 7128 3232 1 0 540973 0
[pid=30715/tid=30722] ppid=30700 vsize=18130736 memory=4026531960 CPUtime=0.01 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) D 30700 30715 30647 0 -1 4194368 2984 0 190 0 0 1 0 0 20 0 7 0 37515363 18565873664 7128 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 28512 KiB

[startup+0.205629 s]*
/proc/loadavg: 1.07 3.56 5.86 10/336 30788
/proc/meminfo: memFree=129833140/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=18930384 memory=51208 CPUtime=0.1 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 5912 0 289 0 7 3 0 0 20 0 18 0 37515359 19384713216 12802 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4732596 12802 5270 1 0 547171 0
[pid=30715/tid=30722] ppid=30700 vsize=18930384 memory=3472328132922704156 CPUtime=0.06 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) S 30700 30715 30647 0 -1 4194368 4725 0 260 0 4 2 0 0 20 0 18 0 37515363 19384713216 12802 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=18930384 memory=2569 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37515372 19384713216 12802 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37515373 19384713216 12802 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51208 KiB

[startup+0.305824 s]*
/proc/loadavg: 1.07 3.56 5.86 14/336 30788
/proc/meminfo: memFree=129769816/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=18930384 memory=67560 CPUtime=0.27 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 6847 0 289 0 23 4 0 0 20 0 18 0 37515359 19384713216 16890 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4732596 16890 5366 1 0 547893 0
[pid=30715/tid=30722] ppid=30700 vsize=18930384 memory=-6000919507150007404 CPUtime=0.15 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 5115 0 260 0 13 2 0 0 20 0 18 0 37515363 19384713216 16890 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=18930384 memory=-4421386504753802084 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37515372 19384713216 16890 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37515373 19384713216 16890 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67560 KiB

[startup+0.700211 s]
/proc/loadavg: 1.07 3.56 5.86 11/340 30792
/proc/meminfo: memFree=129674796/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=18996948 memory=125904 CPUtime=1.03 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 12840 0 289 0 97 6 0 0 20 0 19 0 37515359 19452874752 31476 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4749237 31476 5398 1 0 551706 0
[pid=30715/tid=30722] ppid=30700 vsize=18996948 memory=17408 CPUtime=0.49 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 5230 0 260 0 46 3 0 0 20 0 19 0 37515363 19452874752 31476 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37515372 19452874752 31476 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 37515373 19452874752 31476 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=18996948 memory=4252 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37515392 19452874752 31476 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125904 KiB

[startup+1.50021 s]
/proc/loadavg: 1.07 3.56 5.86 10/340 30792
/proc/meminfo: memFree=129407752/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=176128 CPUtime=2.61 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 22198 0 290 0 253 8 0 0 20 0 20 0 37515359 19521036288 44032 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 44032 5430 1 0 554065 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=0 CPUtime=1.25 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 5717 0 260 0 121 4 0 0 20 0 20 0 37515363 19521036288 44032 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 44032 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 44032 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 44032 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176128 KiB

[startup+3.10555 s]
/proc/loadavg: 1.70 3.65 5.88 8/344 30796
/proc/meminfo: memFree=129041292/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=234456 CPUtime=5.28 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 24532 0 290 0 517 11 0 0 20 0 20 0 37515359 19521036288 58614 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 58614 5430 1 0 554092 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=0 CPUtime=2.82 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 6278 0 260 0 275 7 0 0 20 0 20 0 37515363 19521036288 58614 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 58614 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=-6000919507150007404 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 58614 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 58614 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234456 KiB

[startup+6.3002 s]
/proc/loadavg: 1.70 3.65 5.88 6/344 30796
/proc/meminfo: memFree=127557576/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=556280 CPUtime=8.58 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 25301 0 290 0 837 21 0 0 20 0 20 0 37515359 19521036288 139070 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 139070 5462 1 0 554094 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=0 CPUtime=5.99 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 6907 0 260 0 583 16 0 0 20 0 20 0 37515363 19521036288 139070 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=453880 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 139070 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 139070 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=176256 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 139070 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 556280 KiB

[startup+12.7033 s]
/proc/loadavg: 2.13 3.68 5.87 6/345 30798
/proc/meminfo: memFree=125278220/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=1218052 CPUtime=15.3 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 29910 0 290 0 1491 39 0 0 20 0 20 0 37515359 19521036288 304513 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 304513 5462 1 0 554094 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=176256 CPUtime=12.22 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) S 30700 30715 30647 0 -1 4194368 8465 0 260 0 1189 33 0 0 20 0 20 0 37515363 19521036288 304513 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=990668 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 304513 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 304513 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=139923323748273 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 304513 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1218052 KiB

[startup+25.5002 s]
/proc/loadavg: 2.42 3.69 5.85 6/345 30798
/proc/meminfo: memFree=124273716/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=1316376 CPUtime=28.06 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 33213 0 290 0 2757 49 0 0 20 0 20 0 37515359 19521036288 329094 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 329094 5462 1 0 554094 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=990668 CPUtime=24.94 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 9875 0 260 0 2451 43 0 0 20 0 20 0 37515363 19521036288 329094 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 329094 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=-6000919507150007404 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 329094 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 329094 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 28.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316376 KiB

[startup+51.1056 s]
/proc/loadavg: 2.96 3.71 5.79 6/346 30799
/proc/meminfo: memFree=123789732/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=1326632 CPUtime=53.67 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 35971 0 290 0 5304 63 0 0 20 0 20 0 37515359 19521036288 331658 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 331658 5462 1 0 554094 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=1322524 CPUtime=50.41 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 10984 0 260 0 4985 56 0 0 20 0 20 0 37515363 19521036288 331658 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=1322524 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 331658 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=1322524 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 331658 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 331658 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0

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

/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=21612 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1840.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169612 KiB

[startup+1902.3 s]
/proc/loadavg: 4.14 4.13 4.34 5/346 31172
/proc/meminfo: memFree=114504460/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2169612 CPUtime=1900.99 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 77625 0 290 0 189436 663 0 0 20 0 20 0 37515359 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 542403 5462 1 0 555998 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=14720 CPUtime=1881.08 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 29701 0 260 0 187505 603 0 0 20 0 20 0 37515363 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=2169612 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 542403 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1900.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169612 KiB

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

# cumulated CPU time of all completed processes:  user=1928.67 s, system=6.73647 s

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

[startup+1920 s]*
/proc/loadavg: 4.10 4.12 4.34 5/346 31173
/proc/meminfo: memFree=114324156/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2182556 CPUtime=1919.05 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 85922 0 290 0 191237 668 0 0 20 0 20 0 37515359 19521036288 545639 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 545639 5462 1 0 557652 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=-6000919481313487724 CPUtime=1898.7 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 30726 0 260 0 189264 606 0 0 20 0 20 0 37515363 19521036288 545639 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=4641968339685109402 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 545639 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 545639 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=3456 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 545639 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1919.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2182556 KiB

[startup+1926.4 s]
/proc/loadavg: 4.18 4.14 4.34 5/346 31173
/proc/meminfo: memFree=114254332/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2175944 CPUtime=1925.51 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 85956 0 290 0 191881 670 0 0 20 0 20 0 37515359 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 543986 5462 1 0 557652 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=245635481903 CPUtime=1905.02 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 30726 0 260 0 189894 608 0 0 20 0 20 0 37515363 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=-6000919507150007404 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=12672 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1925.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175944 KiB

[startup+1929.6 s]
/proc/loadavg: 4.16 4.14 4.34 5/346 31173
/proc/meminfo: memFree=114230392/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2175944 CPUtime=1928.7 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 85956 0 290 0 192200 670 0 0 20 0 20 0 37515359 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 543986 5462 1 0 557652 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=2175944 CPUtime=1908.21 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 30726 0 260 0 190213 608 0 0 20 0 20 0 37515363 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=2175944 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1928.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175944 KiB

[startup+1932.8 s]
/proc/loadavg: 4.15 4.13 4.34 5/346 31173
/proc/meminfo: memFree=114230884/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2175944 CPUtime=1931.9 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 85959 0 290 0 192519 671 0 0 20 0 20 0 37515359 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 543986 5462 1 0 557652 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=14720 CPUtime=1911.4 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 30729 0 260 0 190532 608 0 0 20 0 20 0 37515363 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=2175944 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=245635481903 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 543986 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1931.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175944 KiB

[startup+1934.4 s]
/proc/loadavg: 4.15 4.13 4.34 5/346 31173
/proc/meminfo: memFree=114215764/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2179656 CPUtime=1934.16 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 87136 0 290 0 192745 671 0 0 20 0 20 0 37515359 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 544914 5462 1 0 557652 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=17408 CPUtime=1913 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 30779 0 260 0 190691 609 0 0 20 0 20 0 37515363 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=2179528 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1934.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179656 KiB

[startup+1935.2 s]
/proc/loadavg: 4.15 4.13 4.34 5/346 31173
/proc/meminfo: memFree=114207700/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19063512 memory=2179656 CPUtime=1934.96 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 87142 0 290 0 192825 671 0 0 20 0 20 0 37515359 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4765878 544914 5462 1 0 557652 0
[pid=30715/tid=30722] ppid=30700 vsize=19063512 memory=2944 CPUtime=1913.8 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) R 30700 30715 30647 0 -1 4194368 30779 0 260 0 190771 609 0 0 20 0 20 0 37515363 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19063512 memory=-6000919507150007404 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30792] ppid=30700 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/30715/task/30792/stat : 30792 (Timer-0) S 30700 30715 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37515392 19521036288 544914 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1934.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179656 KiB

[startup+1935.6 s]
/proc/loadavg: 4.15 4.13 4.34 5/346 31173
/proc/meminfo: memFree=114207700/131250000 swapFree=33010684/33010684
[pid=30715] ppid=30700 vsize=19196640 memory=2180296 CPUtime=1935.34 cores=1,3
/proc/30715/stat : 30715 (java) S 30700 30715 30647 0 -1 4194304 88298 0 290 0 192862 672 0 0 20 0 20 0 37515359 19657359360 545074 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
/proc/30715/statm: 4799160 545074 5494 1 0 558270 0
[pid=30715/tid=30722] ppid=30700 vsize=19196640 memory=14720 CPUtime=1914.09 cores=1,3
/proc/30715/task/30722/stat : 30722 (java) S 30700 30715 30647 0 -1 4194368 31601 0 260 0 190800 609 0 0 20 0 20 0 37515363 19657359360 545074 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30759] ppid=30700 vsize=19196640 memory=-6000919507150007404 CPUtime=0 cores=1,3
/proc/30715/task/30759/stat : 30759 (Finalizer) S 30700 30715 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37515372 19657359360 545074 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
[pid=30715/tid=30787] ppid=30700 vsize=19196640 memory=3328 CPUtime=0 cores=1,3
/proc/30715/task/30787/stat : 30787 (Common-Cleaner) S 30700 30715 30647 0 -1 4194368 785 0 0 0 0 0 0 0 20 0 20 0 37515373 19657359360 545074 18446744073709551615 94803720495104 94803720498800 140721329740256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94803720506616 94803720507408 94803732811776 140721329748272 140721329748454 140721329748454 140721329754056 0
Current children cumulated CPU time: 1935.34 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2180296 KiB

Child status: 20

Real time (s): 1935.64
CPU time (s): 1935.4
CPU user time (s): 1928.67
CPU system time (s): 6.73647
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2182556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1928.67
system time used= 6.73647
maximum resident set size= 2183692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88488
page faults= 290
swaps= 0
block input operations= 7016
block output operations= 9474024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66739
involuntary context switches= 5243


# summary of solver processes directly reported to runsolver:
#   pid: 30715
#   total CPU time (s): 1935.4
#   total CPU user time (s): 1928.67
#   total CPU system time (s): 6.73647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35908 second user time and 7.76688 second system time

The end

Launcher Data

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.628
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:        129928904 kB
MemAvailable:   129738560 kB
Buffers:            3280 kB
Cached:           618900 kB
SwapCached:            0 kB
Active:           293144 kB
Inactive:         396324 kB
Active(anon):      85368 kB
Inactive(anon):        0 kB
Active(file):     207776 kB
Inactive(file):   396324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2592 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:     331388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 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:05:03