Trace number 4543330

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. 3377.65 3370.84

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset-stargrid-9-split/normalized-domset-stargod_09_009.opb
MD5SUM9d7612734c42463c6f8d3a1a79209618
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 benchmark0.003608
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints83
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint82
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.11/0.21	c Number of processors 	2
0.26/0.31	c Pseudo Boolean Optimization by upper bound
0.26/0.31	c --- Begin Solver configuration ---
0.26/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.31	c Learn all clauses as in MiniSAT
0.26/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.31	c Expensive reason simplification
0.26/0.31	c Glucose 2.1 dynamic restart strategy
0.26/0.31	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.26/0.31	c timeout=2147483s
0.26/0.31	c DB Simplification allowed=false
0.26/0.31	c Listener: none
0.26/0.31	c --- End Solver configuration ---
0.26/0.31	c solving HOME/instance-4543330-1753226284.opb
0.26/0.31	c reading problem ... 
0.26/0.31	c using VERIPB proof format
0.42/0.32	c  no objective function found
0.42/0.36	c ... done. Wall clock time 0.049s.
0.42/0.36	c declared #vars     82
0.42/0.36	c #constraints  83
0.42/0.36	c constraints type 
0.42/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.42/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 82
0.42/0.37	c 83 constraints processed.
1.52/0.93	c cleaning 2500 clauses out of 5000 with flag 12800/5000
2.31/1.32	c cleaning 4247 clauses out of 8500 with flag 28363/11000
2.90/1.62	c cleaning 5623 clauses out of 11254 with flag 45120/18001
3.30/1.81	c cleaning 6816 clauses out of 13631 with flag 65170/26001
3.69/2.00	c cleaning 7905 clauses out of 15817 with flag 86865/35003
3.88/2.18	c cleaning 8955 clauses out of 17909 with flag 112438/45000
4.24/2.37	c cleaning 9974 clauses out of 19954 with flag 140949/56000
4.64/2.60	c cleaning 10988 clauses out of 21981 with flag 171368/68001
4.83/2.83	c cleaning 11990 clauses out of 23992 with flag 203396/81000
5.06/3.11	c cleaning 13001 clauses out of 26002 with flag 238134/95000
5.46/3.40	c cleaning 14000 clauses out of 28001 with flag 275661/110000
5.66/3.66	c cleaning 14993 clauses out of 30001 with flag 315687/126000
6.03/3.95	c cleaning 16005 clauses out of 32009 with flag 357498/143001
6.49/4.35	c cleaning 16999 clauses out of 34003 with flag 403130/161000
6.90/4.79	c cleaning 17995 clauses out of 36004 with flag 450762/180000
7.39/5.29	c cleaning 19000 clauses out of 38009 with flag 500882/200000
8.01/5.81	c cleaning 20004 clauses out of 40010 with flag 553356/221001
8.40/6.28	c cleaning 21004 clauses out of 42008 with flag 607351/243003
8.91/6.79	c cleaning 21995 clauses out of 44002 with flag 666277/266001
9.50/7.35	c cleaning 23005 clauses out of 46009 with flag 729182/290003
10.02/7.86	c cleaning 23995 clauses out of 48001 with flag 795291/315000
10.52/8.37	c cleaning 25000 clauses out of 50006 with flag 861593/341000
11.13/8.95	c cleaning 26001 clauses out of 52006 with flag 928118/368000
11.82/9.69	c cleaning 26993 clauses out of 54005 with flag 999558/396000
12.62/10.49	c cleaning 28005 clauses out of 56013 with flag 1072836/425001
13.42/11.27	c cleaning 29001 clauses out of 58007 with flag 1149695/455000
14.23/12.10	c cleaning 30004 clauses out of 60010 with flag 1231172/486004
15.12/13.00	c cleaning 30998 clauses out of 62003 with flag 1314704/518001
16.12/13.95	c cleaning 31997 clauses out of 64004 with flag 1402092/551000
17.12/14.90	c cleaning 33003 clauses out of 66008 with flag 1494845/585001
18.12/15.94	c cleaning 34002 clauses out of 68005 with flag 1591106/620001
19.11/16.94	c cleaning 34997 clauses out of 70002 with flag 1684564/656000
20.22/18.02	c cleaning 35995 clauses out of 72006 with flag 1782379/693001
21.23/19.09	c cleaning 36996 clauses out of 74010 with flag 1883255/731000
22.51/20.38	c cleaning 38008 clauses out of 76017 with flag 1989041/770003
23.90/21.76	c cleaning 39002 clauses out of 78006 with flag 2094783/810000
25.92/23.36	c cleaning 39999 clauses out of 80004 with flag 2205922/851000
27.41/24.84	c cleaning 40997 clauses out of 82005 with flag 2313877/893000
28.72/26.11	c cleaning 42000 clauses out of 84012 with flag 2424069/936004
30.40/27.82	c cleaning 42994 clauses out of 86009 with flag 2539565/980001
32.00/29.49	c cleaning 44006 clauses out of 88014 with flag 2660545/1025000
34.00/31.40	c cleaning 44998 clauses out of 90008 with flag 2783847/1071000
35.70/33.15	c cleaning 46002 clauses out of 92012 with flag 2917563/1118002
37.70/35.12	c cleaning 46999 clauses out of 94009 with flag 3054097/1166001
39.78/37.21	c cleaning 47997 clauses out of 96009 with flag 3190669/1215000
41.69/39.16	c cleaning 48999 clauses out of 98012 with flag 3333931/1265000
43.87/41.32	c cleaning 49997 clauses out of 100013 with flag 3474286/1316000
45.87/43.32	c cleaning 51009 clauses out of 102019 with flag 3616160/1368003
48.16/45.69	c cleaning 51999 clauses out of 104007 with flag 3771448/1421000
50.55/48.04	c cleaning 52992 clauses out of 106008 with flag 3922426/1475000
52.55/50.04	c cleaning 53998 clauses out of 108017 with flag 4070729/1530001
54.83/52.35	c cleaning 55003 clauses out of 110021 with flag 4219347/1586003
59.47/55.75	c cleaning 56007 clauses out of 112016 with flag 4373540/1643001
62.20/58.17	c cleaning 57001 clauses out of 114011 with flag 4533081/1701003
64.73/60.61	c cleaning 57998 clauses out of 116007 with flag 4697833/1760000
67.15/63.05	c cleaning 59000 clauses out of 118009 with flag 4864011/1820000
69.63/65.52	c cleaning 60005 clauses out of 120010 with flag 5025747/1881001
72.24/68.13	c cleaning 60998 clauses out of 122004 with flag 5190006/1943000
74.72/70.68	c cleaning 61996 clauses out of 124007 with flag 5357735/2006001
77.31/73.22	c cleaning 62992 clauses out of 126010 with flag 5532881/2070000
80.30/76.21	c cleaning 64005 clauses out of 128018 with flag 5710360/2135000
83.29/79.29	c cleaning 64998 clauses out of 130013 with flag 5891112/2201000
86.50/82.49	c cleaning 66006 clauses out of 132019 with flag 6075578/2268004
89.69/85.63	c cleaning 66994 clauses out of 134010 with flag 6269861/2336001
92.77/88.77	c cleaning 68008 clauses out of 136016 with flag 6455532/2405001
96.27/92.21	c cleaning 69001 clauses out of 138007 with flag 6649608/2475000
99.97/95.97	c cleaning 69994 clauses out of 140006 with flag 6848690/2546000
103.96/99.96	c cleaning 71004 clauses out of 142013 with flag 7045050/2618001
107.64/103.62	c cleaning 72001 clauses out of 144009 with flag 7249593/2691001
111.07/107.03	c cleaning 73001 clauses out of 146008 with flag 7447132/2765001
115.34/111.30	c cleaning 73996 clauses out of 148008 with flag 7668492/2840002
119.23/115.21	c cleaning 75002 clauses out of 150012 with flag 7880057/2916002
123.42/119.47	c cleaning 75997 clauses out of 152009 with flag 8096609/2993001
127.14/123.16	c cleaning 77001 clauses out of 154011 with flag 8308724/3071000
131.71/127.74	c cleaning 77997 clauses out of 156012 with flag 8528575/3150002
135.20/131.20	c cleaning 79001 clauses out of 158013 with flag 8746001/3230000
138.89/134.98	c cleaning 80003 clauses out of 160014 with flag 8958308/3311002
142.78/138.82	c cleaning 80997 clauses out of 162009 with flag 9172601/3393000
146.67/142.79	c cleaning 81997 clauses out of 164012 with flag 9388258/3476000
150.76/146.89	c cleaning 83005 clauses out of 166018 with flag 9610757/3560003
155.35/151.40	c cleaning 84003 clauses out of 168010 with flag 9852492/3645000
160.44/156.52	c cleaning 85003 clauses out of 170009 with flag 10100254/3731002
164.53/160.65	c cleaning 85991 clauses out of 172004 with flag 10341666/3818000
169.66/165.70	c cleaning 87001 clauses out of 174017 with flag 10593473/3906004
174.85/170.95	c cleaning 87998 clauses out of 176013 with flag 10842705/3995001
179.94/176.02	c cleaning 89005 clauses out of 178015 with flag 11093483/4085001
185.12/181.21	c cleaning 89997 clauses out of 180009 with flag 11353603/4176000
190.91/187.05	c cleaning 91006 clauses out of 182012 with flag 11612762/4268000
196.79/193.00	c cleaning 91998 clauses out of 184006 with flag 11883741/4361000
202.18/198.37	c cleaning 92999 clauses out of 186012 with flag 12157146/4455004
207.97/204.14	c cleaning 94006 clauses out of 188011 with flag 12436704/4550002
214.86/211.04	c cleaning 95000 clauses out of 190003 with flag 12720295/4646000
221.04/217.24	c cleaning 95999 clauses out of 192004 with flag 13021739/4743001
226.53/222.77	c cleaning 97002 clauses out of 194005 with flag 13323693/4841001
232.41/228.60	c cleaning 97990 clauses out of 196003 with flag 13604042/4940001
238.81/235.07	c cleaning 98996 clauses out of 198012 with flag 13895260/5040000
245.38/241.68	c cleaning 99999 clauses out of 200016 with flag 14200624/5141000
253.96/249.33	c cleaning 101006 clauses out of 202017 with flag 14528736/5243000
261.89/256.71	c cleaning 101988 clauses out of 204012 with flag 14841588/5346001
268.47/263.32	c cleaning 103012 clauses out of 206024 with flag 15149872/5450001
275.20/270.09	c cleaning 104000 clauses out of 208011 with flag 15464942/5555000
283.37/278.23	c cleaning 105000 clauses out of 210012 with flag 15799860/5661001
291.16/286.08	c cleaning 106003 clauses out of 212011 with flag 16131879/5768000
302.08/296.54	c cleaning 106998 clauses out of 214008 with flag 16438514/5876001
308.48/302.61	c cleaning 107996 clauses out of 216009 with flag 16719987/5985000
313.76/308.01	c cleaning 109003 clauses out of 218013 with flag 17001022/6095000
319.36/313.56	c cleaning 109995 clauses out of 220011 with flag 17294196/6206001
325.15/319.35	c cleaning 111005 clauses out of 222015 with flag 17596323/6318000
330.45/324.65	c cleaning 112001 clauses out of 224011 with flag 17906489/6431001
337.94/332.17	c cleaning 112999 clauses out of 226009 with flag 18227319/6545000
343.92/338.13	c cleaning 114002 clauses out of 228012 with flag 18541744/6660002
349.86/344.10	c cleaning 114998 clauses out of 230008 with flag 18862496/6776000
356.56/350.74	c cleaning 116000 clauses out of 232010 with flag 19197381/6893000
363.42/357.56	c cleaning 116999 clauses out of 234010 with flag 19504711/7011000
370.70/364.87	c cleaning 117998 clauses out of 236012 with flag 19835738/7130001
379.36/373.47	c cleaning 119000 clauses out of 238013 with flag 20167293/7250000
386.74/380.84	c cleaning 120002 clauses out of 240013 with flag 20496868/7371000
395.38/389.42	c cleaning 121001 clauses out of 242012 with flag 20843844/7493001
404.06/398.02	c cleaning 121997 clauses out of 244011 with flag 21181361/7616001
410.93/404.93	c cleaning 123001 clauses out of 246013 with flag 21508047/7740000
418.73/412.73	c cleaning 123997 clauses out of 248012 with flag 21844132/7865000
428.06/422.03	c cleaning 125001 clauses out of 250015 with flag 22220824/7991000
436.14/430.16	c cleaning 126001 clauses out of 252016 with flag 22596294/8118002
443.98/437.94	c cleaning 127004 clauses out of 254014 with flag 22974810/8246001
452.17/446.15	c cleaning 128002 clauses out of 256009 with flag 23339988/8375000
461.05/455.10	c cleaning 128998 clauses out of 258007 with flag 23745490/8505000
472.27/466.26	c cleaning 130003 clauses out of 260011 with flag 24161872/8636002
482.25/476.24	c cleaning 131000 clauses out of 262006 with flag 24583093/8768000
493.90/487.84	c cleaning 132000 clauses out of 264008 with flag 25032490/8901002
504.19/498.16	c cleaning 132997 clauses out of 266007 with flag 25481986/9035001
514.17/508.09	c cleaning 134000 clauses out of 268009 with flag 25864927/9170000
523.64/517.51	c cleaning 135004 clauses out of 270010 with flag 26235513/9306001
533.12/526.95	c cleaning 136001 clauses out of 272006 with flag 26625408/9443001
543.39/537.22	c cleaning 136998 clauses out of 274004 with flag 27018761/9581000
556.18/550.04	c cleaning 138002 clauses out of 276009 with flag 27463175/9720003
566.62/560.46	c cleaning 138998 clauses out of 278005 with flag 27887445/9860001
576.50/570.39	c cleaning 139999 clauses out of 280009 with flag 28332131/10001003
588.32/582.18	c cleaning 140998 clauses out of 282007 with flag 28789152/10143000
599.19/593.09	c cleaning 142005 clauses out of 284009 with flag 29257235/10286000
612.26/606.10	c cleaning 143000 clauses out of 286005 with flag 29739007/10430001
623.33/617.13	c cleaning 143998 clauses out of 288004 with flag 30163510/10575000
633.59/627.36	c cleaning 145003 clauses out of 290007 with flag 30574962/10721001
644.17/637.99	c cleaning 145995 clauses out of 292003 with flag 30973683/10868000
657.00/650.79	c cleaning 147005 clauses out of 294010 with flag 31364404/11016002
668.88/662.61	c cleaning 147999 clauses out of 296003 with flag 31748773/11165000
682.03/675.77	c cleaning 148996 clauses out of 298003 with flag 32141368/11315000
692.01/685.72	c cleaning 149998 clauses out of 300007 with flag 32546874/11466000
702.63/696.32	c cleaning 151003 clauses out of 302010 with flag 32950733/11618001
713.32/707.10	c cleaning 151997 clauses out of 304006 with flag 33358504/11771000
725.57/719.22	c cleaning 152999 clauses out of 306009 with flag 33771937/11925000
738.45/732.16	c cleaning 153999 clauses out of 308010 with flag 34204535/12080000
751.41/745.02	c cleaning 154994 clauses out of 310011 with flag 34645624/12236000
766.27/759.95	c cleaning 156006 clauses out of 312019 with flag 35082676/12393002
780.72/774.34	c cleaning 157002 clauses out of 314012 with flag 35517264/12551001
793.29/786.90	c cleaning 157995 clauses out of 316009 with flag 35941654/12710000
807.82/801.43	c cleaning 159002 clauses out of 318014 with flag 36390559/12870000
820.41/814.04	c cleaning 159999 clauses out of 320012 with flag 36842154/13031000
833.37/826.98	c cleaning 160998 clauses out of 322013 with flag 37296217/13193000
848.44/842.07	c cleaning 162000 clauses out of 324015 with flag 37766181/13356000
861.96/855.53	c cleaning 162999 clauses out of 326015 with flag 38213851/13520000
874.32/867.97	c cleaning 164000 clauses out of 328016 with flag 38650230/13685000
889.66/883.21	c cleaning 165004 clauses out of 330018 with flag 39108427/13851002
906.22/899.80	c cleaning 165999 clauses out of 332012 with flag 39604978/14018000
919.48/913.10	c cleaning 167001 clauses out of 334015 with flag 40088776/14186002
934.14/927.70	c cleaning 168000 clauses out of 336012 with flag 40595928/14355000
947.29/940.89	c cleaning 168997 clauses out of 338012 with flag 41099065/14525000
961.76/955.38	c cleaning 170002 clauses out of 340016 with flag 41619010/14696001
978.20/971.70	c cleaning 171003 clauses out of 342014 with flag 42101214/14868001
993.25/986.76	c cleaning 172003 clauses out of 344010 with flag 42569337/15041000
1007.53/1001.10	c cleaning 173001 clauses out of 346007 with flag 43017741/15215000
1022.03/1015.49	c cleaning 173995 clauses out of 348006 with flag 43480394/15390000
1039.19/1032.69	c cleaning 174995 clauses out of 350011 with flag 44004960/15566000
1056.55/1049.98	c cleaning 176008 clauses out of 352019 with flag 44466715/15743003
1072.64/1066.10	c cleaning 176993 clauses out of 354009 with flag 44951005/15921001
1090.46/1083.86	c cleaning 178005 clauses out of 356015 with flag 45424207/16100000
1110.05/1103.35	c cleaning 178999 clauses out of 358010 with flag 45951436/16280000
1128.72/1122.04	c cleaning 179998 clauses out of 360012 with flag 46436926/16461001
1146.48/1139.77	c cleaning 180996 clauses out of 362013 with flag 46952837/16643000
1161.64/1154.98	c cleaning 182003 clauses out of 364018 with flag 47447393/16826001
1177.97/1171.25	c cleaning 183005 clauses out of 366014 with flag 47961882/17010000
1196.52/1189.78	c cleaning 184005 clauses out of 368011 with flag 48514092/17195002
1215.37/1208.65	c cleaning 185001 clauses out of 370008 with flag 49079585/17381004
1233.50/1226.70	c cleaning 185997 clauses out of 372006 with flag 49651661/17568003
1253.16/1246.45	c cleaning 186997 clauses out of 374006 with flag 50222646/17756000
1272.86/1266.14	c cleaning 187998 clauses out of 376009 with flag 50838602/17945000
1293.64/1286.99	c cleaning 189000 clauses out of 378011 with flag 51480451/18135000
1311.60/1304.99	c cleaning 189994 clauses out of 380012 with flag 52062706/18326001
1329.74/1323.04	c cleaning 190999 clauses out of 382017 with flag 52644280/18518000
1349.38/1342.78	c cleaning 192000 clauses out of 384019 with flag 53241787/18711001
1373.28/1366.69	c cleaning 193004 clauses out of 386018 with flag 53852895/18905000
1392.94/1386.29	c cleaning 194003 clauses out of 388014 with flag 54471850/19100000
1412.90/1406.25	c cleaning 195003 clauses out of 390011 with flag 55136096/19296000
1434.85/1428.11	c cleaning 195997 clauses out of 392008 with flag 55714621/19493000
1461.35/1454.60	c cleaning 196996 clauses out of 394011 with flag 56334137/19691000
1482.60/1476.01	c cleaning 198006 clauses out of 396015 with flag 56930189/19890000
1502.65/1495.99	c cleaning 199002 clauses out of 398009 with flag 57536252/20090000
1524.31/1517.55	c cleaning 200001 clauses out of 400008 with flag 58137426/20291001
1548.46/1541.70	c cleaning 200997 clauses out of 402006 with flag 58722546/20493000
1571.29/1564.56	c cleaning 201997 clauses out of 404009 with flag 59312009/20696000
1594.32/1587.54	c cleaning 202995 clauses out of 406012 with flag 59954128/20900000
1615.76/1608.97	c cleaning 204005 clauses out of 408018 with flag 60557072/21105001
1642.81/1636.01	c cleaning 204995 clauses out of 410012 with flag 61168724/21311000
1665.82/1659.07	c cleaning 206010 clauses out of 412019 with flag 61811258/21518002
1691.11/1684.34	c cleaning 206995 clauses out of 414007 with flag 62484776/21726000
1718.55/1711.72	c cleaning 208002 clauses out of 416012 with flag 63145578/21935000
1741.81/1735.05	c cleaning 209002 clauses out of 418010 with flag 63825899/22145000
1768.01/1761.28	c cleaning 209997 clauses out of 420008 with flag 64540137/22356000
1792.13/1785.32	c cleaning 211000 clauses out of 422011 with flag 65245184/22568000
1816.97/1810.14	c cleaning 212003 clauses out of 424011 with flag 65912801/22781000
1840.71/1833.97	c cleaning 212998 clauses out of 426009 with flag 66493763/22995002
1869.59/1862.84	c cleaning 214001 clauses out of 428011 with flag 67085039/23210002
1895.86/1889.15	c cleaning 214996 clauses out of 430010 with flag 67679261/23426002
1919.75/1913.03	c cleaning 215998 clauses out of 432012 with flag 68327628/23643000
1943.27/1936.58	c cleaning 216998 clauses out of 434014 with flag 68966129/23861000
1966.84/1960.11	c cleaning 218002 clauses out of 436016 with flag 69593109/24080000
1993.98/1987.33	c cleaning 219002 clauses out of 438016 with flag 70212675/24300002
2018.37/2011.79	c cleaning 219999 clauses out of 440012 with flag 70833314/24521000
2045.46/2038.81	c cleaning 221004 clauses out of 442013 with flag 71441118/24743000
2072.78/2066.14	c cleaning 222000 clauses out of 444009 with flag 72102852/24966000
2100.70/2094.02	c cleaning 223002 clauses out of 446011 with flag 72745601/25190002
2128.73/2121.83	c cleaning 223999 clauses out of 448007 with flag 73380620/25415000
2153.48/2146.66	c cleaning 225004 clauses out of 450010 with flag 74021347/25641002
2180.35/2173.53	c cleaning 225995 clauses out of 452006 with flag 74682963/25868002
2208.90/2202.15	c cleaning 227002 clauses out of 454009 with flag 75324677/26096000
2234.03/2227.36	c cleaning 227999 clauses out of 456009 with flag 75944279/26325002
2256.78/2250.08	c cleaning 228996 clauses out of 458009 with flag 76577797/26555001
2288.03/2280.76	c cleaning 230001 clauses out of 460013 with flag 77208661/26786002
2321.43/2314.11	c cleaning 230998 clauses out of 462011 with flag 77845603/27018001
2352.02/2344.71	c cleaning 232001 clauses out of 464013 with flag 78515290/27251001
2380.27/2373.10	c cleaning 232999 clauses out of 466011 with flag 79272132/27485000
2407.80/2400.69	c cleaning 234006 clauses out of 468014 with flag 79953360/27720002
2438.59/2431.43	c cleaning 234993 clauses out of 470008 with flag 80620621/27956002
2465.54/2458.49	c cleaning 235997 clauses out of 472015 with flag 81268936/28193002
2492.68/2485.69	c cleaning 237002 clauses out of 474015 with flag 81921145/28431000
2521.05/2514.02	c cleaning 238003 clauses out of 476017 with flag 82612310/28670004
2550.43/2543.31	c cleaning 239000 clauses out of 478010 with flag 83270380/28910000
2577.09/2570.05	c cleaning 239996 clauses out of 480010 with flag 83941879/29151000
2608.91/2601.94	c cleaning 241005 clauses out of 482015 with flag 84599165/29393001
2635.49/2628.53	c cleaning 242005 clauses out of 484012 with flag 85293088/29636003
2664.59/2657.64	c cleaning 242997 clauses out of 486004 with flag 85986987/29880000
2692.20/2685.21	c cleaning 243999 clauses out of 488009 with flag 86660539/30125002
2722.80/2715.80	c cleaning 245000 clauses out of 490008 with flag 87397697/30371000
2750.73/2743.89	c cleaning 246002 clauses out of 492008 with flag 88057238/30618000
2779.31/2772.43	c cleaning 246996 clauses out of 494006 with flag 88728187/30866000
2806.88/2800.07	c cleaning 247996 clauses out of 496012 with flag 89378746/31115002
2838.25/2831.47	c cleaning 249000 clauses out of 498014 with flag 90073684/31365000
2870.43/2863.63	c cleaning 250000 clauses out of 500016 with flag 90743249/31616002
2903.33/2896.58	c cleaning 251004 clauses out of 502014 with flag 91406647/31868001
2931.85/2925.09	c cleaning 252001 clauses out of 504009 with flag 92063952/32121000
2963.89/2957.18	c cleaning 252997 clauses out of 506008 with flag 92716544/32375000
2993.34/2986.61	c cleaning 254003 clauses out of 508013 with flag 93361557/32630002
3022.45/3015.79	c cleaning 255003 clauses out of 510010 with flag 94010114/32886002
3053.76/3046.96	c cleaning 255996 clauses out of 512005 with flag 94644170/33143000
3085.81/3079.01	c cleaning 257000 clauses out of 514008 with flag 95283936/33401000
3119.65/3112.94	c cleaning 257997 clauses out of 516008 with flag 95971357/33660000
3151.13/3144.47	c cleaning 259000 clauses out of 518011 with flag 96666460/33920000
3184.14/3177.42	c cleaning 260000 clauses out of 520011 with flag 97329066/34181001
3217.26/3210.57	c cleaning 261002 clauses out of 522011 with flag 98033858/34443001
3249.09/3242.44	c cleaning 262000 clauses out of 524008 with flag 98708342/34706001
3282.80/3276.12	c cleaning 263002 clauses out of 526007 with flag 99375054/34970000
3310.38/3303.70	c cleaning 263994 clauses out of 528003 with flag 100030866/35235000
3340.12/3333.44	c cleaning 264995 clauses out of 530009 with flag 100695344/35501001
3376.77/3370.02	c cleaning 266001 clauses out of 532009 with flag 101373386/35768000
3377.37/3370.65	c starts		: 6476
3377.37/3370.66	c conflicts		: 35777484
3377.37/3370.66	c decisions		: 65593227
3377.37/3370.66	c propagations		: 349673027
3377.37/3370.66	c inspects		: 37295361572
3377.37/3370.66	c shortcuts		: 0
3377.37/3370.66	c learnt literals	: 30
3377.37/3370.66	c learnt binary clauses	: 399
3377.37/3370.66	c learnt ternary clauses	: 3674
3377.37/3370.66	c learnt constraints	: 35777453
3377.37/3370.66	c ignored constraints	: 0
3377.37/3370.66	c root simplifications	: 0
3377.37/3370.66	c removed literals (reason simplification)	: 107302379
3377.37/3370.66	c reason swapping (by a shorter reason)	: 0
3377.37/3370.66	c Calls to reduceDB	: 263
3377.37/3370.66	c Number of update (reduction) of LBD	: 7281565
3377.37/3370.66	c Imported unit clauses	: 0
3377.37/3370.66	c No decision after first conflict	: false
3377.37/3370.66	c number of reductions to clauses (during analyze)	: 0
3377.37/3370.66	c number of learned constraints concerned by reduction	: 0
3377.37/3370.66	c number of learning phase by resolution	: 0
3377.37/3370.67	c number of learning phase by cutting planes	: 0
3377.37/3370.67	c number of rounding to 1 operations	: 0
3377.37/3370.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3377.37/3370.67	c number of reductions of the coefficients by power 2 	: 0
3377.37/3370.67	c number of right shift for reduction by power 2 	: 0
3377.37/3370.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
3377.37/3370.67	c number of ending skipping 	: 0
3377.37/3370.67	c number of internal skipping 	: 0
3377.37/3370.67	c number of derivation steps 	: 0
3377.37/3370.67	c number of skipped derivation steps 	: 0
3377.37/3370.67	c number of remaining unassigned 	: 0
3377.37/3370.67	c number of remaining assigned 	: 0
3377.37/3370.67	c number of falsified literals weakened from reason	: 0
3377.37/3370.67	c number of falsified literals weakened from conflict	: 0
3377.37/3370.67	c time for arithmetic operations	: 0
3377.37/3370.67	c minimum degree of deleted constraints	: null
3377.37/3370.67	c maximum degree of deleted constraints	: null
3377.37/3370.67	c number of deleted constraints	: 0
3377.37/3370.67	c speed (assignments/second)	: 103751.30611518263
3377.37/3370.67	c non guided choices	: 67
3377.60/3370.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 275078
3377.60/3370.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 399
3377.60/3370.82	s UNSATISFIABLE
3377.60/3370.82	c Total wall clock time (in seconds): 3370.511

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 02:58:44 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: 63794 MiB (49472 MiB free)
  memory of node 1: 64507 MiB (57893 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543330-1753226284/watcher-4543330-1753226284 -o /tmp/evaluation-result-4543330-1753226284/solver-4543330-1753226284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158996 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543330-1753226284 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543330-1753226284.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
solver pid=159600, runsolver pid=159597
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.35 4.28 4.21 6/302 159618
/proc/meminfo: memFree=110845944/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=18930384 memory=48708 CPUtime=0.11 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 5860 0 0 0 8 3 0 0 20 0 18 0 238308157 19384713216 12177 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4732596 12177 5335 1 0 547054 0
[pid=159600/tid=159602] ppid=159597 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 4716 0 0 0 5 2 0 0 20 0 18 0 238308160 19384713216 12177 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=18930384 memory=215637835243 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238308163 19384713216 12177 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=18930384 memory=18050 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238308163 19384713216 12177 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48708 KiB

[startup+0.207851 s]*
/proc/loadavg: 4.35 4.28 4.21 5/302 159618
/proc/meminfo: memFree=111832484/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=18930384 memory=55548 CPUtime=0.26 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 6520 0 0 0 22 4 0 0 20 0 18 0 238308157 19384713216 13887 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4732596 13887 5367 1 0 547583 0
[pid=159600/tid=159602] ppid=159597 vsize=18930384 memory=4027003145 CPUtime=0.17 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) S 159597 159600 158984 0 -1 4194368 5025 0 0 0 15 2 0 0 20 0 18 0 238308160 19384713216 13887 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238308163 19384713216 13887 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=18930384 memory=52996524491443 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238308163 19384713216 13887 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55548 KiB

[startup+0.307957 s]*
/proc/loadavg: 4.35 4.28 4.21 6/302 159618
/proc/meminfo: memFree=112750880/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=18930384 memory=59080 CPUtime=0.42 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 6838 0 0 0 37 5 0 0 20 0 18 0 238308157 19384713216 14770 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4732596 14770 5431 1 0 547812 0
[pid=159600/tid=159602] ppid=159597 vsize=18930384 memory=-8670666660238893756 CPUtime=0.28 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 5227 0 0 0 25 3 0 0 20 0 18 0 238308160 19384713216 14770 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238308163 19384713216 14770 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238308163 19384713216 14770 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59080 KiB

[startup+0.700263 s]
/proc/loadavg: 4.35 4.28 4.21 7/303 159619
/proc/meminfo: memFree=114789892/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=18996948 memory=89212 CPUtime=1.12 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 10324 0 0 0 105 7 0 0 20 0 19 0 238308157 19452874752 22303 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4749237 22303 5431 1 0 550279 0
[pid=159600/tid=159602] ppid=159597 vsize=18996948 memory=26880 CPUtime=0.62 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 5351 0 0 0 58 4 0 0 20 0 19 0 238308160 19452874752 22303 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238308163 19452874752 22303 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238308163 19452874752 22303 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238308195 19452874752 22303 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89212 KiB

[startup+1.50022 s]
/proc/loadavg: 4.35 4.28 4.21 9/325 159655
/proc/meminfo: memFree=115202504/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=18996948 memory=157432 CPUtime=2.7 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 18699 0 0 0 259 11 0 0 20 0 19 0 238308157 19452874752 39358 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4749237 39358 5431 1 0 552294 0
[pid=159600/tid=159602] ppid=159597 vsize=18996948 memory=10624 CPUtime=1.38 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 5834 0 0 0 132 6 0 0 20 0 19 0 238308160 19452874752 39358 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238308163 19452874752 39358 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238308163 19452874752 39358 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=18996948 memory=211309297979 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238308195 19452874752 39358 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157432 KiB

[startup+3.11313 s]
/proc/loadavg: 4.35 4.28 4.21 6/328 159658
/proc/meminfo: memFree=114093664/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=179052 CPUtime=5.15 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 21011 0 0 0 501 14 0 0 20 0 20 0 238308157 19521036288 44763 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 44763 5463 1 0 552608 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=10624 CPUtime=2.97 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 6258 0 0 0 288 9 0 0 20 0 20 0 238308160 19521036288 44763 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=-8670666660238893756 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 44763 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 44763 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 44763 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179052 KiB

[startup+6.30044 s]
/proc/loadavg: 4.32 4.27 4.21 4/305 159669
/proc/meminfo: memFree=114690344/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=502748 CPUtime=8.5 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 21807 0 0 0 825 25 0 0 20 0 20 0 238308157 19521036288 125687 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 125687 5463 1 0 552609 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=0 CPUtime=6.11 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 6789 0 0 0 592 19 0 0 20 0 20 0 238308160 19521036288 125687 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=293852 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 125687 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 125687 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=170292 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 125687 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 502748 KiB

[startup+12.7005 s]
/proc/loadavg: 4.38 4.29 4.21 5/328 159725
/proc/meminfo: memFree=123143616/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=709652 CPUtime=14.93 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 24487 0 0 0 1456 37 0 0 20 0 20 0 238308157 19521036288 177413 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 177413 5463 1 0 552609 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=170292 CPUtime=12.43 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 7663 0 0 0 1213 30 0 0 20 0 20 0 238308160 19521036288 177413 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=709652 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 177413 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 177413 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=502748 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 177413 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 14.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 709652 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.28 4.21 5/328 159725
/proc/meminfo: memFree=120462364/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=1315964 CPUtime=28.11 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 31126 0 0 0 2750 61 0 0 20 0 20 0 238308157 19521036288 328991 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 328991 5463 1 0 552609 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=14560 CPUtime=25.11 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 9364 0 0 0 2459 52 0 0 20 0 20 0 238308160 19521036288 328991 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 328991 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=1111060 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 328991 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 328991 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 28.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315964 KiB

[startup+51.1133 s]
/proc/loadavg: 4.30 4.28 4.21 5/327 159726
/proc/meminfo: memFree=116594768/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=1322116 CPUtime=53.65 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 33334 0 0 0 5282 83 0 0 20 0 20 0 238308157 19521036288 330529 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 330529 5463 1 0 552609 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=14560 CPUtime=50.48 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 10125 0 0 0 4976 72 0 0 20 0 20 0 238308160 19521036288 330529 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 330529 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0

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

/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3289.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.36 4.36 7/332 159930
/proc/meminfo: memFree=33458552/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3349 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 117679 0 0 0 333403 1497 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3319.52 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44435 0 0 0 330655 1297 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1559 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3349 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

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

# cumulated CPU time of all completed processes:  user=3362.58 s, system=15.0752 s

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

[startup+3353.6 s]
/proc/loadavg: 4.43 4.38 4.36 5/332 159931
/proc/meminfo: memFree=33218420/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3360.39 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 118968 0 0 0 334538 1501 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=26880 CPUtime=3330.66 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44737 0 0 0 331766 1300 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1559 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3360.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3360 s]*
/proc/loadavg: 4.39 4.37 4.36 5/332 159931
/proc/meminfo: memFree=33064712/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3366.79 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 119022 0 0 0 335176 1503 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=-9033485706195673788 CPUtime=3337.07 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44791 0 0 0 332404 1303 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=3456 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1559 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3366.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3366.4 s]
/proc/loadavg: 4.41 4.38 4.36 5/332 159931
/proc/meminfo: memFree=32927888/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3373.17 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 119124 0 0 0 335813 1504 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=5148 CPUtime=3343.43 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44818 0 0 0 333040 1303 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3373.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3368 s]*
/proc/loadavg: 4.41 4.38 4.36 5/332 159931
/proc/meminfo: memFree=32879264/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3374.78 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 119124 0 0 0 335973 1505 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=-9033485706195673788 CPUtime=3345.05 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44818 0 0 0 333201 1304 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=17608 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=46464 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3374.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3369.6 s]
/proc/loadavg: 4.41 4.38 4.36 5/332 159931
/proc/meminfo: memFree=32855072/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3376.36 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 119124 0 0 0 336131 1505 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3346.63 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44818 0 0 0 333359 1304 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3376.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3370.4 s]
/proc/loadavg: 4.41 4.38 4.36 5/332 159931
/proc/meminfo: memFree=32855072/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19063512 memory=2163624 CPUtime=3377.16 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 119207 0 0 0 336211 1505 0 0 20 0 20 0 238308157 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4765878 540906 5527 1 0 554760 0
[pid=159600/tid=159602] ppid=159597 vsize=19063512 memory=10624 CPUtime=3347.42 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) R 159597 159600 158984 0 -1 4194368 44901 0 0 0 333438 1304 0 0 20 0 20 0 238308160 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19063512 memory=26880 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 238308163 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159619] ppid=159597 vsize=19063512 memory=2163624 CPUtime=0 cores=1,3
/proc/159600/task/159619/stat : 159619 (Timer-0) S 159597 159600 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238308195 19521036288 540906 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3377.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163624 KiB

[startup+3370.8 s]
/proc/loadavg: 4.41 4.38 4.36 5/332 159931
/proc/meminfo: memFree=32855072/131382112 swapFree=33010160/33010684
[pid=159600] ppid=159597 vsize=19196640 memory=2164264 CPUtime=3377.6 cores=1,3
/proc/159600/stat : 159600 (java) S 159597 159600 158984 0 -1 4194304 122109 0 0 0 336254 1506 0 0 20 0 20 0 238308157 19657359360 541066 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
/proc/159600/statm: 4799160 541066 5559 1 0 555378 0
[pid=159600/tid=159602] ppid=159597 vsize=19196640 memory=5796695916014731567 CPUtime=3347.66 cores=1,3
/proc/159600/task/159602/stat : 159602 (java) S 159597 159600 158984 0 -1 4194368 46656 0 0 0 333461 1305 0 0 20 0 20 0 238308160 19657359360 541066 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159611] ppid=159597 vsize=19196640 memory=54113165640434 CPUtime=0 cores=1,3
/proc/159600/task/159611/stat : 159611 (Finalizer) S 159597 159600 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238308163 19657359360 541066 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
[pid=159600/tid=159618] ppid=159597 vsize=19196640 memory=634344 CPUtime=0 cores=1,3
/proc/159600/task/159618/stat : 159618 (Common-Cleaner) S 159597 159600 158984 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 238308163 19657359360 541066 18446744073709551615 93976455204864 93976455208560 140721727410256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93976455216376 93976455217168 93976474341376 140721727416660 140721727416804 140721727416804 140721727422408 0
Current children cumulated CPU time: 3377.6 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2164264 KiB

Child status: 20

Real time (s): 3370.84
CPU time (s): 3377.65
CPU user time (s): 3362.58
CPU system time (s): 15.0752
CPU usage (%): 100.202
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2164264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3362.58
system time used= 15.0752
maximum resident set size= 2164520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7307328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103885
involuntary context switches= 7155


# summary of solver processes directly reported to runsolver:
#   pid: 159600
#   total CPU time (s): 3377.65
#   total CPU user time (s): 3362.58
#   total CPU system time (s): 15.0752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1256 second user time and 34.2207 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 01:18:04
IDJOB=4543330
IDBENCH=172829
IDSOLVER=3364
FILE ID=nodeC009/4543330-1753226284
RUNJOBID= nodeC009-1753222705-158996
SLURM_JOB_ID= 9687823
Free space on /tmp= 410612 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-stargrid-9-split/normalized-domset-stargod_09_009.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543330-1753226284/watcher-4543330-1753226284 -o /tmp/evaluation-result-4543330-1753226284/solver-4543330-1753226284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158996 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543330-1753226284 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543330-1753226284.opb

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

MD5SUM BENCH= 9d7612734c42463c6f8d3a1a79209618
RANDOM SEED=1293704658

nodeC009 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	: 0xb00001f
cpu MHz		: 3650.871
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1198.054
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.518
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2394.258
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.236
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.232
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.749
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        109254828 kB
MemAvailable:   125507380 kB
Buffers:            2144 kB
Cached:         16954788 kB
SwapCached:           24 kB
Active:          5466324 kB
Inactive:       15817708 kB
Active(anon):    4348880 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file): 15813628 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            200552 kB
Writeback:             0 kB
AnonPages:       4329892 kB
Mapped:           127736 kB
Shmem:             26128 kB
KReclaimable:     321832 kB
Slab:             415700 kB
SReclaimable:     321832 kB
SUnreclaim:        93868 kB
KernelStack:        4624 kB
PageTables:        11840 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10206320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150008 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4169728 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 359092 MiB
End job on nodeC009 at 2025-07-23 02:14:15