Trace number 4543329

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 2025-06-06UNSAT 3164.35 3163.23

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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4543329-1753227196.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c  no objective function found
0.42/0.42	c ... done. Wall clock time 0.045s.
0.42/0.42	c declared #vars     82
0.42/0.42	c #constraints  83
0.42/0.42	c constraints type 
0.42/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.42/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 82
0.42/0.42	c 83 constraints processed.
1.32/0.86	c cleaning 2500 clauses out of 5000 with flag 12800/5000
1.93/1.11	c cleaning 4247 clauses out of 8500 with flag 28363/11000
2.29/1.39	c cleaning 5623 clauses out of 11254 with flag 45120/18001
2.90/1.63	c cleaning 6816 clauses out of 13631 with flag 65170/26001
3.29/1.81	c cleaning 7905 clauses out of 15817 with flag 86865/35003
3.49/1.97	c cleaning 8955 clauses out of 17909 with flag 112438/45000
3.87/2.15	c cleaning 9974 clauses out of 19954 with flag 140949/56000
4.21/2.37	c cleaning 10988 clauses out of 21981 with flag 171368/68001
4.41/2.58	c cleaning 11990 clauses out of 23992 with flag 203396/81000
4.71/2.82	c cleaning 13001 clauses out of 26002 with flag 238134/95000
4.93/3.06	c cleaning 14000 clauses out of 28001 with flag 275661/110000
5.16/3.29	c cleaning 14993 clauses out of 30001 with flag 315687/126000
5.53/3.53	c cleaning 16005 clauses out of 32009 with flag 357498/143001
5.89/3.88	c cleaning 16999 clauses out of 34003 with flag 403130/161000
6.30/4.26	c cleaning 17995 clauses out of 36004 with flag 450762/180000
6.80/4.70	c cleaning 19000 clauses out of 38009 with flag 500882/200000
7.21/5.11	c cleaning 20004 clauses out of 40010 with flag 553356/221001
7.59/5.52	c cleaning 21004 clauses out of 42008 with flag 607351/243003
7.99/5.95	c cleaning 21995 clauses out of 44002 with flag 666277/266001
8.49/6.45	c cleaning 23005 clauses out of 46009 with flag 729182/290003
8.91/6.88	c cleaning 23995 clauses out of 48001 with flag 795291/315000
9.41/7.32	c cleaning 25000 clauses out of 50006 with flag 861593/341000
9.81/7.78	c cleaning 26001 clauses out of 52006 with flag 928118/368000
10.41/8.33	c cleaning 26993 clauses out of 54005 with flag 999558/396000
11.12/9.07	c cleaning 28005 clauses out of 56013 with flag 1072836/425001
11.81/9.75	c cleaning 29001 clauses out of 58007 with flag 1149695/455000
12.51/10.44	c cleaning 30004 clauses out of 60010 with flag 1231172/486004
13.30/11.20	c cleaning 30998 clauses out of 62003 with flag 1314704/518001
14.11/12.02	c cleaning 31997 clauses out of 64004 with flag 1402092/551000
14.90/12.85	c cleaning 33003 clauses out of 66008 with flag 1494845/585001
15.80/13.73	c cleaning 34002 clauses out of 68005 with flag 1591106/620001
16.70/14.60	c cleaning 34997 clauses out of 70002 with flag 1684564/656000
17.59/15.51	c cleaning 35995 clauses out of 72006 with flag 1782379/693001
18.49/16.40	c cleaning 36996 clauses out of 74010 with flag 1883255/731000
19.49/17.47	c cleaning 38008 clauses out of 76017 with flag 1989041/770003
20.69/18.67	c cleaning 39002 clauses out of 78006 with flag 2094783/810000
21.98/20.01	c cleaning 39999 clauses out of 80004 with flag 2205922/851000
23.38/21.34	c cleaning 40997 clauses out of 82005 with flag 2313877/893000
24.48/22.46	c cleaning 42000 clauses out of 84012 with flag 2424069/936004
26.10/24.03	c cleaning 42994 clauses out of 86009 with flag 2539565/980001
27.58/25.54	c cleaning 44006 clauses out of 88014 with flag 2660545/1025000
29.28/27.24	c cleaning 44998 clauses out of 90008 with flag 2783847/1071000
30.77/28.78	c cleaning 46002 clauses out of 92012 with flag 2917563/1118002
32.47/30.46	c cleaning 46999 clauses out of 94009 with flag 3054097/1166001
34.36/32.31	c cleaning 47997 clauses out of 96009 with flag 3190669/1215000
37.35/35.34	c cleaning 48999 clauses out of 98012 with flag 3333931/1265000
39.54/37.54	c cleaning 49997 clauses out of 100013 with flag 3474286/1316000
41.34/39.36	c cleaning 51009 clauses out of 102019 with flag 3616160/1368003
43.53/41.54	c cleaning 51999 clauses out of 104007 with flag 3771448/1421000
45.63/43.60	c cleaning 52992 clauses out of 106008 with flag 3922426/1475000
47.43/45.46	c cleaning 53998 clauses out of 108017 with flag 4070729/1530001
49.63/47.66	c cleaning 55003 clauses out of 110021 with flag 4219347/1586003
53.83/50.80	c cleaning 56007 clauses out of 112016 with flag 4373540/1643001
56.16/53.17	c cleaning 57001 clauses out of 114011 with flag 4533081/1701003
58.47/55.45	c cleaning 57998 clauses out of 116007 with flag 4697833/1760000
60.66/57.64	c cleaning 59000 clauses out of 118009 with flag 4864011/1820000
62.96/59.96	c cleaning 60005 clauses out of 120010 with flag 5025747/1881001
65.35/62.37	c cleaning 60998 clauses out of 122004 with flag 5190006/1943000
67.75/64.72	c cleaning 61996 clauses out of 124007 with flag 5357735/2006001
70.16/67.17	c cleaning 62992 clauses out of 126010 with flag 5532881/2070000
73.81/70.84	c cleaning 64005 clauses out of 128018 with flag 5710360/2135000
77.59/74.66	c cleaning 64998 clauses out of 130013 with flag 5891112/2201000
80.60/77.61	c cleaning 66006 clauses out of 132019 with flag 6075578/2268004
83.49/80.55	c cleaning 66994 clauses out of 134010 with flag 6269861/2336001
86.29/83.36	c cleaning 68008 clauses out of 136016 with flag 6455532/2405001
89.58/86.61	c cleaning 69001 clauses out of 138007 with flag 6649608/2475000
93.94/91.09	c cleaning 69994 clauses out of 140006 with flag 6848690/2546000
98.70/95.80	c cleaning 71004 clauses out of 142013 with flag 7045050/2618001
102.09/99.20	c cleaning 72001 clauses out of 144009 with flag 7249593/2691001
105.19/102.33	c cleaning 73001 clauses out of 146008 with flag 7447132/2765001
109.19/106.35	c cleaning 73996 clauses out of 148008 with flag 7668492/2840002
112.89/110.07	c cleaning 75002 clauses out of 150012 with flag 7880057/2916002
117.26/114.44	c cleaning 75997 clauses out of 152009 with flag 8096609/2993001
120.66/117.86	c cleaning 77001 clauses out of 154011 with flag 8308724/3071000
125.05/122.24	c cleaning 77997 clauses out of 156012 with flag 8528575/3150002
128.35/125.50	c cleaning 79001 clauses out of 158013 with flag 8746001/3230000
131.85/129.02	c cleaning 80003 clauses out of 160014 with flag 8958308/3311002
136.85/134.08	c cleaning 80997 clauses out of 162009 with flag 9172601/3393000
140.63/137.89	c cleaning 81997 clauses out of 164012 with flag 9388258/3476000
144.63/141.81	c cleaning 83005 clauses out of 166018 with flag 9610757/3560003
148.72/145.96	c cleaning 84003 clauses out of 168010 with flag 9852492/3645000
153.61/150.87	c cleaning 85003 clauses out of 170009 with flag 10100254/3731002
157.76/154.91	c cleaning 85991 clauses out of 172004 with flag 10341666/3818000
162.56/159.71	c cleaning 87001 clauses out of 174017 with flag 10593473/3906004
167.44/164.63	c cleaning 87998 clauses out of 176013 with flag 10842705/3995001
172.13/169.38	c cleaning 89005 clauses out of 178015 with flag 11093483/4085001
177.13/174.38	c cleaning 89997 clauses out of 180009 with flag 11353603/4176000
182.76/179.97	c cleaning 91006 clauses out of 182012 with flag 11612762/4268000
188.55/185.73	c cleaning 91998 clauses out of 184006 with flag 11883741/4361000
193.64/190.82	c cleaning 92999 clauses out of 186012 with flag 12157146/4455004
199.13/196.36	c cleaning 94006 clauses out of 188011 with flag 12436704/4550002
206.28/203.46	c cleaning 95000 clauses out of 190003 with flag 12720295/4646000
212.27/209.47	c cleaning 95999 clauses out of 192004 with flag 13021739/4743001
217.56/214.75	c cleaning 97002 clauses out of 194005 with flag 13323693/4841001
223.25/220.40	c cleaning 97990 clauses out of 196003 with flag 13604042/4940001
229.33/226.50	c cleaning 98996 clauses out of 198012 with flag 13895260/5040000
235.99/233.19	c cleaning 99999 clauses out of 200016 with flag 14200624/5141000
243.76/240.22	c cleaning 101006 clauses out of 202017 with flag 14528736/5243000
250.86/247.36	c cleaning 101988 clauses out of 204012 with flag 14841588/5346001
257.24/253.72	c cleaning 103012 clauses out of 206024 with flag 15149872/5450001
263.71/260.18	c cleaning 104000 clauses out of 208011 with flag 15464942/5555000
271.59/268.08	c cleaning 105000 clauses out of 210012 with flag 15799860/5661001
279.16/275.62	c cleaning 106003 clauses out of 212011 with flag 16131879/5768000
289.49/285.67	c cleaning 106998 clauses out of 214008 with flag 16438514/5876001
295.90/291.70	c cleaning 107996 clauses out of 216009 with flag 16719987/5985000
300.79/296.67	c cleaning 109003 clauses out of 218013 with flag 17001022/6095000
305.88/301.74	c cleaning 109995 clauses out of 220011 with flag 17294196/6206001
311.17/307.07	c cleaning 111005 clauses out of 222015 with flag 17596323/6318000
316.06/311.92	c cleaning 112001 clauses out of 224011 with flag 17906489/6431001
323.04/318.97	c cleaning 112999 clauses out of 226009 with flag 18227319/6545000
328.54/324.46	c cleaning 114002 clauses out of 228012 with flag 18541744/6660002
333.83/329.78	c cleaning 114998 clauses out of 230008 with flag 18862496/6776000
340.12/336.03	c cleaning 116000 clauses out of 232010 with flag 19197381/6893000
346.31/342.22	c cleaning 116999 clauses out of 234010 with flag 19504711/7011000
352.79/348.75	c cleaning 117998 clauses out of 236012 with flag 19835738/7130001
360.68/356.68	c cleaning 119000 clauses out of 238013 with flag 20167293/7250000
369.08/365.07	c cleaning 120002 clauses out of 240013 with flag 20496868/7371000
377.07/373.05	c cleaning 121001 clauses out of 242012 with flag 20843844/7493001
384.94/380.95	c cleaning 121997 clauses out of 244011 with flag 21181361/7616001
391.44/387.47	c cleaning 123001 clauses out of 246013 with flag 21508047/7740000
398.78/394.73	c cleaning 123997 clauses out of 248012 with flag 21844132/7865000
407.17/403.18	c cleaning 125001 clauses out of 250015 with flag 22220824/7991000
414.65/410.63	c cleaning 126001 clauses out of 252016 with flag 22596294/8118002
421.63/417.66	c cleaning 127004 clauses out of 254014 with flag 22974810/8246001
430.88/426.97	c cleaning 128002 clauses out of 256009 with flag 23339988/8375000
439.26/435.37	c cleaning 128998 clauses out of 258007 with flag 23745490/8505000
448.56/444.60	c cleaning 130003 clauses out of 260011 with flag 24161872/8636002
457.85/453.97	c cleaning 131000 clauses out of 262006 with flag 24583093/8768000
467.23/463.34	c cleaning 132000 clauses out of 264008 with flag 25032490/8901002
476.51/472.62	c cleaning 132997 clauses out of 266007 with flag 25481986/9035001
485.30/481.48	c cleaning 134000 clauses out of 268009 with flag 25864927/9170000
495.36/491.51	c cleaning 135004 clauses out of 270010 with flag 26235513/9306001
503.87/500.06	c cleaning 136001 clauses out of 272006 with flag 26625408/9443001
513.34/509.59	c cleaning 136998 clauses out of 274004 with flag 27018761/9581000
525.62/521.84	c cleaning 138002 clauses out of 276009 with flag 27463175/9720003
535.30/531.55	c cleaning 138998 clauses out of 278005 with flag 27887445/9860001
544.39/540.62	c cleaning 139999 clauses out of 280009 with flag 28332131/10001003
555.29/551.55	c cleaning 140998 clauses out of 282007 with flag 28789152/10143000
565.37/561.68	c cleaning 142005 clauses out of 284009 with flag 29257235/10286000
575.95/572.23	c cleaning 143000 clauses out of 286005 with flag 29739007/10430001
586.64/582.94	c cleaning 143998 clauses out of 288004 with flag 30163510/10575000
595.85/592.13	c cleaning 145003 clauses out of 290007 with flag 30574962/10721001
605.72/602.01	c cleaning 145995 clauses out of 292003 with flag 30973683/10868000
616.30/612.65	c cleaning 147005 clauses out of 294010 with flag 31364404/11016002
627.17/623.54	c cleaning 147999 clauses out of 296003 with flag 31748773/11165000
639.36/635.73	c cleaning 148996 clauses out of 298003 with flag 32141368/11315000
648.44/644.84	c cleaning 149998 clauses out of 300007 with flag 32546874/11466000
658.11/654.54	c cleaning 151003 clauses out of 302010 with flag 32950733/11618001
667.90/664.37	c cleaning 151997 clauses out of 304006 with flag 33358504/11771000
678.78/675.25	c cleaning 152999 clauses out of 306009 with flag 33771937/11925000
690.46/686.96	c cleaning 153999 clauses out of 308010 with flag 34204535/12080000
701.45/698.00	c cleaning 154994 clauses out of 310011 with flag 34645624/12236000
713.83/710.32	c cleaning 156006 clauses out of 312019 with flag 35082676/12393002
725.37/721.84	c cleaning 157002 clauses out of 314012 with flag 35517264/12551001
736.45/732.93	c cleaning 157995 clauses out of 316009 with flag 35941654/12710000
748.93/745.49	c cleaning 159002 clauses out of 318014 with flag 36390559/12870000
760.62/757.17	c cleaning 159999 clauses out of 320012 with flag 36842154/13031000
772.60/769.13	c cleaning 160998 clauses out of 322013 with flag 37296217/13193000
786.36/782.97	c cleaning 162000 clauses out of 324015 with flag 37766181/13356000
800.32/796.92	c cleaning 162999 clauses out of 326015 with flag 38213851/13520000
812.29/808.92	c cleaning 164000 clauses out of 328016 with flag 38650230/13685000
826.47/823.15	c cleaning 165004 clauses out of 330018 with flag 39108427/13851002
842.45/839.12	c cleaning 165999 clauses out of 332012 with flag 39604978/14018000
854.43/851.19	c cleaning 167001 clauses out of 334015 with flag 40088776/14186002
868.20/864.93	c cleaning 168000 clauses out of 336012 with flag 40595928/14355000
880.59/877.36	c cleaning 168997 clauses out of 338012 with flag 41099065/14525000
894.28/891.03	c cleaning 170002 clauses out of 340016 with flag 41619010/14696001
909.45/906.23	c cleaning 171003 clauses out of 342014 with flag 42101214/14868001
924.37/920.88	c cleaning 172003 clauses out of 344010 with flag 42569337/15041000
937.85/934.31	c cleaning 173001 clauses out of 346007 with flag 43017741/15215000
951.59/948.04	c cleaning 173995 clauses out of 348006 with flag 43480394/15390000
967.65/964.14	c cleaning 174995 clauses out of 350011 with flag 44004960/15566000
984.11/980.68	c cleaning 176008 clauses out of 352019 with flag 44466715/15743003
999.24/995.78	c cleaning 176993 clauses out of 354009 with flag 44951005/15921001
1015.81/1012.36	c cleaning 178005 clauses out of 356015 with flag 45424207/16100000
1033.65/1030.16	c cleaning 178999 clauses out of 358010 with flag 45951436/16280000
1051.52/1048.04	c cleaning 179998 clauses out of 360012 with flag 46436926/16461001
1067.61/1064.18	c cleaning 180996 clauses out of 362013 with flag 46952837/16643000
1082.42/1078.91	c cleaning 182003 clauses out of 364018 with flag 47447393/16826001
1097.69/1094.23	c cleaning 183005 clauses out of 366014 with flag 47961882/17010000
1115.06/1111.63	c cleaning 184005 clauses out of 368011 with flag 48514092/17195002
1132.72/1129.34	c cleaning 185001 clauses out of 370008 with flag 49079585/17381004
1149.90/1146.58	c cleaning 185997 clauses out of 372006 with flag 49651661/17568003
1168.27/1164.90	c cleaning 186997 clauses out of 374006 with flag 50222646/17756000
1186.84/1183.58	c cleaning 187998 clauses out of 376009 with flag 50838602/17945000
1207.20/1203.97	c cleaning 189000 clauses out of 378011 with flag 51480451/18135000
1224.95/1221.74	c cleaning 189994 clauses out of 380012 with flag 52062706/18326001
1242.01/1238.86	c cleaning 190999 clauses out of 382017 with flag 52644280/18518000
1260.88/1257.72	c cleaning 192000 clauses out of 384019 with flag 53241787/18711001
1282.55/1279.43	c cleaning 193004 clauses out of 386018 with flag 53852895/18905000
1301.24/1298.16	c cleaning 194003 clauses out of 388014 with flag 54471850/19100000
1319.93/1316.87	c cleaning 195003 clauses out of 390011 with flag 55136096/19296000
1339.00/1335.99	c cleaning 195997 clauses out of 392008 with flag 55714621/19493000
1362.87/1359.84	c cleaning 196996 clauses out of 394011 with flag 56334137/19691000
1384.02/1381.06	c cleaning 198006 clauses out of 396015 with flag 56930189/19890000
1401.38/1398.49	c cleaning 199002 clauses out of 398009 with flag 57536252/20090000
1421.85/1418.98	c cleaning 200001 clauses out of 400008 with flag 58137426/20291001
1444.31/1441.41	c cleaning 200997 clauses out of 402006 with flag 58722546/20493000
1465.46/1462.69	c cleaning 201997 clauses out of 404009 with flag 59312009/20696000
1489.02/1486.28	c cleaning 202995 clauses out of 406012 with flag 59954128/20900000
1508.80/1506.07	c cleaning 204005 clauses out of 408018 with flag 60557072/21105001
1533.60/1530.88	c cleaning 204995 clauses out of 410012 with flag 61168724/21311000
1554.88/1552.16	c cleaning 206010 clauses out of 412019 with flag 61811258/21518002
1579.13/1576.43	c cleaning 206995 clauses out of 414007 with flag 62484776/21726000
1604.12/1601.48	c cleaning 208002 clauses out of 416012 with flag 63145578/21935000
1626.69/1624.09	c cleaning 209002 clauses out of 418010 with flag 63825899/22145000
1651.66/1649.04	c cleaning 209997 clauses out of 420008 with flag 64540137/22356000
1674.01/1671.44	c cleaning 211000 clauses out of 422011 with flag 65245184/22568000
1698.11/1695.60	c cleaning 212003 clauses out of 424011 with flag 65912801/22781000
1720.69/1718.12	c cleaning 212998 clauses out of 426009 with flag 66493763/22995002
1747.03/1744.58	c cleaning 214001 clauses out of 428011 with flag 67085039/23210002
1771.82/1769.38	c cleaning 214996 clauses out of 430010 with flag 67679261/23426002
1793.99/1791.55	c cleaning 215998 clauses out of 432012 with flag 68327628/23643000
1815.04/1812.60	c cleaning 216998 clauses out of 434014 with flag 68966129/23861000
1836.80/1834.45	c cleaning 218002 clauses out of 436016 with flag 69593109/24080000
1863.01/1860.67	c cleaning 219002 clauses out of 438016 with flag 70212675/24300002
1885.57/1883.27	c cleaning 219999 clauses out of 440012 with flag 70833314/24521000
1911.01/1908.72	c cleaning 221004 clauses out of 442013 with flag 71441118/24743000
1936.16/1933.98	c cleaning 222000 clauses out of 444009 with flag 72102852/24966000
1964.65/1962.46	c cleaning 223002 clauses out of 446011 with flag 72745601/25190002
1991.10/1988.91	c cleaning 223999 clauses out of 448007 with flag 73380620/25415000
2014.67/2012.54	c cleaning 225004 clauses out of 450010 with flag 74021347/25641002
2040.25/2038.13	c cleaning 225995 clauses out of 452006 with flag 74682963/25868002
2068.35/2066.22	c cleaning 227002 clauses out of 454009 with flag 75324677/26096000
2092.31/2090.25	c cleaning 227999 clauses out of 456009 with flag 75944279/26325002
2113.77/2111.76	c cleaning 228996 clauses out of 458009 with flag 76577797/26555001
2142.72/2140.67	c cleaning 230001 clauses out of 460013 with flag 77208661/26786002
2174.25/2172.24	c cleaning 230998 clauses out of 462011 with flag 77845603/27018001
2204.50/2202.55	c cleaning 232001 clauses out of 464013 with flag 78515290/27251001
2231.06/2229.15	c cleaning 232999 clauses out of 466011 with flag 79272132/27485000
2256.49/2254.66	c cleaning 234006 clauses out of 468014 with flag 79953360/27720002
2285.04/2283.29	c cleaning 234993 clauses out of 470008 with flag 80620621/27956002
2309.83/2308.11	c cleaning 235997 clauses out of 472015 with flag 81268936/28193002
2334.36/2332.61	c cleaning 237002 clauses out of 474015 with flag 81921145/28431000
2360.72/2359.08	c cleaning 238003 clauses out of 476017 with flag 82612310/28670004
2387.35/2385.77	c cleaning 239000 clauses out of 478010 with flag 83270380/28910000
2412.09/2410.57	c cleaning 239996 clauses out of 480010 with flag 83941879/29151000
2440.64/2439.16	c cleaning 241005 clauses out of 482015 with flag 84599165/29393001
2465.98/2464.57	c cleaning 242005 clauses out of 484012 with flag 85293088/29636003
2494.02/2492.65	c cleaning 242997 clauses out of 486004 with flag 85986987/29880000
2520.37/2519.09	c cleaning 243999 clauses out of 488009 with flag 86660539/30125002
2549.49/2548.22	c cleaning 245000 clauses out of 490008 with flag 87397697/30371000
2575.35/2574.16	c cleaning 246002 clauses out of 492008 with flag 88057238/30618000
2601.29/2600.18	c cleaning 246996 clauses out of 494006 with flag 88728187/30866000
2627.53/2626.49	c cleaning 247996 clauses out of 496012 with flag 89378746/31115002
2656.99/2655.92	c cleaning 249000 clauses out of 498014 with flag 90073684/31365000
2687.55/2686.52	c cleaning 250000 clauses out of 500016 with flag 90743249/31616002
2718.00/2717.01	c cleaning 251004 clauses out of 502014 with flag 91406647/31868001
2744.06/2743.19	c cleaning 252001 clauses out of 504009 with flag 92063952/32121000
2773.60/2772.76	c cleaning 252997 clauses out of 506008 with flag 92716544/32375000
2800.75/2799.90	c cleaning 254003 clauses out of 508013 with flag 93361557/32630002
2827.10/2826.34	c cleaning 255003 clauses out of 510010 with flag 94010114/32886002
2855.95/2855.21	c cleaning 255996 clauses out of 512005 with flag 94644170/33143000
2886.30/2885.62	c cleaning 257000 clauses out of 514008 with flag 95283936/33401000
2918.68/2917.85	c cleaning 257997 clauses out of 516008 with flag 95971357/33660000
2947.43/2946.68	c cleaning 259000 clauses out of 518011 with flag 96666460/33920000
2977.69/2976.90	c cleaning 260000 clauses out of 520011 with flag 97329066/34181001
3011.48/3010.20	c cleaning 261002 clauses out of 522011 with flag 98033858/34443001
3042.12/3040.95	c cleaning 262000 clauses out of 524008 with flag 98708342/34706001
3074.17/3073.10	c cleaning 263002 clauses out of 526007 with flag 99375054/34970000
3100.12/3099.09	c cleaning 263994 clauses out of 528003 with flag 100030866/35235000
3128.21/3127.14	c cleaning 264995 clauses out of 530009 with flag 100695344/35501001
3163.52/3162.46	c cleaning 266001 clauses out of 532009 with flag 101373386/35768000
3164.02/3162.99	c starts		: 6476
3164.12/3163.01	c conflicts		: 35777484
3164.12/3163.01	c decisions		: 65593227
3164.12/3163.01	c propagations		: 349673027
3164.12/3163.01	c inspects		: 37295361572
3164.12/3163.01	c shortcuts		: 0
3164.12/3163.01	c learnt literals	: 30
3164.12/3163.01	c learnt binary clauses	: 399
3164.12/3163.01	c learnt ternary clauses	: 3674
3164.12/3163.01	c learnt constraints	: 35777453
3164.12/3163.01	c ignored constraints	: 0
3164.12/3163.01	c root simplifications	: 0
3164.12/3163.01	c removed literals (reason simplification)	: 107302379
3164.12/3163.01	c reason swapping (by a shorter reason)	: 0
3164.12/3163.01	c Calls to reduceDB	: 263
3164.12/3163.01	c Number of update (reduction) of LBD	: 7281565
3164.12/3163.02	c Imported unit clauses	: 0
3164.12/3163.02	c No decision after first conflict	: false
3164.12/3163.02	c number of reductions to clauses (during analyze)	: 0
3164.12/3163.02	c number of learned constraints concerned by reduction	: 0
3164.12/3163.02	c number of learning phase by resolution	: 0
3164.12/3163.02	c number of learning phase by cutting planes	: 0
3164.12/3163.02	c number of rounding to 1 operations	: 0
3164.12/3163.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3164.12/3163.02	c number of reductions of the coefficients by power 2 	: 0
3164.12/3163.02	c number of right shift for reduction by power 2 	: 0
3164.12/3163.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3164.12/3163.02	c number of ending skipping 	: 0
3164.12/3163.02	c number of internal skipping 	: 0
3164.12/3163.02	c number of derivation steps 	: 0
3164.12/3163.02	c number of skipped derivation steps 	: 0
3164.12/3163.02	c number of remaining unassigned 	: 0
3164.12/3163.02	c number of remaining assigned 	: 0
3164.12/3163.02	c number of falsified literals weakened from reason	: 0
3164.12/3163.02	c number of falsified literals weakened from conflict	: 0
3164.12/3163.02	c time for arithmetic operations	: 0
3164.12/3163.02	c minimum degree of deleted constraints	: null
3164.12/3163.02	c maximum degree of deleted constraints	: null
3164.12/3163.02	c number of deleted constraints	: 0
3164.12/3163.03	c speed (assignments/second)	: 110565.22476004674
3164.12/3163.03	c non guided choices	: 67
3164.24/3163.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 275078
3164.24/3163.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 399
3164.24/3163.17	s UNSATISFIABLE
3164.24/3163.17	c Total wall clock time (in seconds): 3162.804

Verifier Data

ERROR: no interpretation found !

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 (62477 MiB free)
  memory of node 1: 64507 MiB (63530 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543329-1753227196/watcher-4543329-1753227196 -o /tmp/evaluation-result-4543329-1753227196/solver-4543329-1753227196 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753227196-200366 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543329-1753227196.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100069 s]*
/proc/loadavg: 1.21 2.61 4.55 15/319 200490
/proc/meminfo: memFree=128984256/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18930384 memory=49260 CPUtime=0.11 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 5689 0 0 0 7 4 0 0 20 0 18 0 238399340 19384713216 12315 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4732596 12315 5113 1 0 546922 0
[pid=200421/tid=200434] ppid=200406 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 4584 0 0 0 4 2 0 0 20 0 18 0 238399342 19384713216 12315 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238399347 19384713216 12315 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238399349 19384713216 12315 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49260 KiB

[startup+0.214627 s]*
/proc/loadavg: 1.21 2.61 4.55 11/319 200490
/proc/meminfo: memFree=128975988/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18930384 memory=54792 CPUtime=0.28 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 6319 0 0 0 23 5 0 0 20 0 18 0 238399340 19384713216 13698 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4732596 13698 5369 1 0 547471 0
[pid=200421/tid=200434] ppid=200406 vsize=18930384 memory=4027056412 CPUtime=0.16 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 4963 0 0 0 13 3 0 0 20 0 18 0 238399342 19384713216 13698 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238399347 19384713216 13698 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238399349 19384713216 13698 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54792 KiB

[startup+0.31371 s]*
/proc/loadavg: 1.21 2.61 4.55 10/319 200490
/proc/meminfo: memFree=128961192/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18930384 memory=59876 CPUtime=0.42 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 6566 0 0 0 37 5 0 0 20 0 18 0 238399340 19384713216 14969 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4732596 14969 5369 1 0 547696 0
[pid=200421/tid=200434] ppid=200406 vsize=18930384 memory=-8745258667317371580 CPUtime=0.24 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 5122 0 0 0 21 3 0 0 20 0 18 0 238399342 19384713216 14969 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238399347 19384713216 15001 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 238399349 19384713216 15001 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59876 KiB

[startup+0.700403 s]
/proc/loadavg: 1.21 2.61 4.55 15/322 200493
/proc/meminfo: memFree=128939592/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18996948 memory=67792 CPUtime=1.12 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 8753 0 0 0 105 7 0 0 20 0 19 0 238399340 19452874752 16948 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4749237 16948 5433 1 0 549334 0
[pid=200421/tid=200434] ppid=200406 vsize=18996948 memory=27392 CPUtime=0.54 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 5294 0 0 0 50 4 0 0 20 0 19 0 238399342 19452874752 16948 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238399347 19452874752 16948 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238399349 19452874752 16948 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238399383 19452874752 16948 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67792 KiB

[startup+1.50028 s]
/proc/loadavg: 1.21 2.61 4.55 6/279 200514
/proc/meminfo: memFree=128991252/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18996948 memory=82604 CPUtime=2.7 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 15438 0 0 0 260 10 0 0 20 0 19 0 238399340 19452874752 20651 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4749237 20651 5433 1 0 551418 0
[pid=200421/tid=200434] ppid=200406 vsize=18996948 memory=0 CPUtime=1.3 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 5742 0 0 0 126 4 0 0 20 0 19 0 238399342 19452874752 20651 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238399347 19452874752 20651 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238399349 19452874752 20651 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238399383 19452874752 20651 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82604 KiB

[startup+3.11774 s]
/proc/loadavg: 1.21 2.61 4.55 10/322 200623
/proc/meminfo: memFree=128775904/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18996948 memory=103520 CPUtime=5.08 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 16237 0 0 0 497 11 0 0 20 0 19 0 238399340 19452874752 25880 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4749237 25880 5433 1 0 551431 0
[pid=200421/tid=200434] ppid=200406 vsize=18996948 memory=10752 CPUtime=2.91 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 5960 0 0 0 285 6 0 0 20 0 19 0 238399342 19452874752 25880 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18996948 memory=-8745258667317371580 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238399347 19452874752 25880 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238399349 19452874752 25880 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238399383 19452874752 25880 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103520 KiB

[startup+6.30038 s]
/proc/loadavg: 1.59 2.67 4.55 6/324 200625
/proc/meminfo: memFree=128432960/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=18996948 memory=138336 CPUtime=8.39 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 18619 0 0 0 827 12 0 0 20 0 19 0 238399340 19452874752 34584 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4749237 34584 5433 1 0 551431 0
[pid=200421/tid=200434] ppid=200406 vsize=18996948 memory=0 CPUtime=6.08 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 6441 0 0 0 601 7 0 0 20 0 19 0 238399342 19452874752 34584 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238399347 19452874752 34584 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238399349 19452874752 34584 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=18996948 memory=8746403258698413977 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238399383 19452874752 34584 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138336 KiB

[startup+12.7004 s]
/proc/loadavg: 1.78 2.69 4.55 6/327 200628
/proc/meminfo: memFree=127999948/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=177900 CPUtime=14.8 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 20813 0 0 0 1466 14 0 0 20 0 20 0 238399340 19521036288 44475 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 44475 5497 1 0 551720 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=177900 CPUtime=12.41 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 6978 0 0 0 1234 7 0 0 20 0 20 0 238399342 19521036288 44475 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 44475 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=14636 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 44475 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=129 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 44475 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177900 KiB

[startup+25.5004 s]
/proc/loadavg: 2.28 2.76 4.54 6/327 200628
/proc/meminfo: memFree=127279688/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=186148 CPUtime=27.58 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 22477 0 0 0 2743 15 0 0 20 0 20 0 238399340 19521036288 46537 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 46537 5497 1 0 551720 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=0 CPUtime=25.12 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 7582 0 0 0 2505 7 0 0 20 0 20 0 238399342 19521036288 46537 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=177900 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 46537 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=186148 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 46537 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=186148 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 46537 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186148 KiB

[startup+51.1135 s]
/proc/loadavg: 3.07 2.91 4.54 6/327 200629
/proc/meminfo: memFree=125644424/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=203260 CPUtime=54.15 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 28320 0 0 0 5397 18 0 0 20 0 20 0 238399340 19521036288 50815 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 50815 5497 1 0 552770 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=202792 CPUtime=50.56 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 8412 0 0 0 5048 8 0 0 20 0 20 0 238399342 19521036288 50815 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=-8745258667317371580 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 50815 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0

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

/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 557867 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 2923.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2231468 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.16 4.17 7/326 200785
/proc/meminfo: memFree=107654980/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=2231468 CPUtime=2983.08 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 73897 0 0 0 298094 214 0 0 20 0 20 0 238399340 19521036288 557867 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 557867 5529 1 0 574139 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=2102096 CPUtime=2967.02 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 28020 0 0 0 296674 28 0 0 20 0 20 0 238399342 19521036288 557867 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=2106192 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 557867 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=14636 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1301 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 557867 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=2231468 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 557867 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 2983.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2231468 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.17 4.18 6/326 200787
/proc/meminfo: memFree=107650484/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3043.52 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 78007 0 0 0 304134 218 0 0 20 0 20 0 238399340 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 559224 5529 1 0 574183 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3026.66 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 29103 0 0 0 302638 28 0 0 20 0 20 0 238399342 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=2231468 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=2231468 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1335 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3043.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2236896 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.17 4.18 6/326 200795
/proc/meminfo: memFree=107651952/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3103.43 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 78355 0 0 0 310122 221 0 0 20 0 20 0 238399340 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 559224 5529 1 0 574183 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3086.39 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 29405 0 0 0 308611 28 0 0 20 0 20 0 238399342 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=1788496 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1335 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3103.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2236896 KiB

[startup+3162.3 s]
/proc/loadavg: 5.02 4.38 4.25 7/327 200798
/proc/meminfo: memFree=107651760/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3163.42 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 79967 0 0 0 316116 226 0 0 20 0 20 0 238399340 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 559224 5529 1 0 574183 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3146.16 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 30106 0 0 0 314587 29 0 0 20 0 20 0 238399342 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3163.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2236896 KiB

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

# cumulated CPU time of all completed processes:  user=3162.06 s, system=2.28701 s

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

[startup+3162.4 s]
/proc/loadavg: 5.02 4.38 4.25 7/327 200798
/proc/meminfo: memFree=107651760/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3163.52 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 79967 0 0 0 316126 226 0 0 20 0 20 0 238399340 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 559224 5529 1 0 574183 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3146.26 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 30106 0 0 0 314597 29 0 0 20 0 20 0 238399342 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=27392 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=14636 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3163.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2236896 KiB

[startup+3162.8 s]
/proc/loadavg: 5.02 4.38 4.25 7/327 200798
/proc/meminfo: memFree=107651760/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19063512 memory=2236896 CPUtime=3163.92 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 79991 0 0 0 316166 226 0 0 20 0 20 0 238399340 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4765878 559224 5529 1 0 574183 0
[pid=200421/tid=200434] ppid=200406 vsize=19063512 memory=7028 CPUtime=3146.66 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) R 200406 200421 197377 0 -1 4194368 30130 0 0 0 314637 29 0 0 20 0 20 0 238399342 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19063512 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 238399349 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200491] ppid=200406 vsize=19063512 memory=4916 CPUtime=0 cores=5,7
/proc/200421/task/200491/stat : 200491 (Timer-0) S 200406 200421 197377 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238399383 19521036288 559224 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3163.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2236896 KiB

[startup+3163 s]*
/proc/loadavg: 5.02 4.38 4.25 6/327 200800
/proc/meminfo: memFree=107651760/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19196640 memory=2237280 CPUtime=3164.12 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 81759 0 0 0 316186 226 0 0 20 0 20 0 238399340 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4799160 559320 5529 1 0 574805 0
[pid=200421/tid=200434] ppid=200406 vsize=19196640 memory=-9103293738181698236 CPUtime=3146.83 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) S 200406 200421 197377 0 -1 4194368 31503 0 0 0 314654 29 0 0 20 0 20 0 238399342 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19196640 memory=-7739011164744736121 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19196640 memory=6728 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 238399349 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200800] ppid=200406 vsize=19196640 memory=2187596 CPUtime=0.01 cores=5,7
/proc/200421/task/200800/stat : 200800 (Thread-0) R 200406 200421 197377 0 -1 4194368 238 0 0 0 1 0 0 0 20 0 20 0 238715638 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3164.12 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2237280 KiB

[startup+3163.11 s]
/proc/loadavg: 5.02 4.38 4.25 6/327 200800
/proc/meminfo: memFree=107651760/131382112 swapFree=33010416/33010684
[pid=200421] ppid=200406 vsize=19196640 memory=2237280 CPUtime=3164.24 cores=5,7
/proc/200421/stat : 200421 (java) S 200406 200421 197377 0 -1 4194304 81906 0 0 0 316198 226 0 0 20 0 20 0 238399340 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
/proc/200421/statm: 4799160 559320 5529 1 0 574821 0
[pid=200421/tid=200434] ppid=200406 vsize=19196640 memory=2236896 CPUtime=3146.83 cores=5,7
/proc/200421/task/200434/stat : 200434 (java) S 200406 200421 197377 0 -1 4194368 31503 0 0 0 314654 29 0 0 20 0 20 0 238399342 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200476] ppid=200406 vsize=19196640 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200476/stat : 200476 (Finalizer) S 200406 200421 197377 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238399347 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200489] ppid=200406 vsize=19196640 memory=2236896 CPUtime=0 cores=5,7
/proc/200421/task/200489/stat : 200489 (Common-Cleaner) S 200406 200421 197377 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 238399349 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
[pid=200421/tid=200800] ppid=200406 vsize=19196640 memory=2236896 CPUtime=0.11 cores=5,7
/proc/200421/task/200800/stat : 200800 (Thread-0) R 200406 200421 197377 0 -1 4194368 341 0 0 0 11 0 0 0 20 0 20 0 238715638 19657359360 559320 18446744073709551615 94886891626496 94886891630192 140730800127776 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94886891638008 94886891638800 94886903328768 140730800134527 140730800134628 140730800134628 140730800140232 0
Current children cumulated CPU time: 3164.24 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2237280 KiB

Child status: 20

Real time (s): 3163.23
CPU time (s): 3164.35
CPU user time (s): 3162.06
CPU system time (s): 2.28701
CPU usage (%): 100.035
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2237280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3162.06
system time used= 2.28701
maximum resident set size= 2237664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94751
involuntary context switches= 5218


# summary of solver processes directly reported to runsolver:
#   pid: 200421
#   total CPU time (s): 3164.35
#   total CPU user time (s): 3162.06
#   total CPU system time (s): 2.28701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7087 second user time and 32.6969 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 01:33:16
IDJOB=4543329
IDBENCH=172829
IDSOLVER=3363
FILE ID=nodeC012/4543329-1753227196
RUNJOBID= nodeC012-1753227196-200366
SLURM_JOB_ID= 9687805
Free space on /tmp= 432928 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543329-1753227196/watcher-4543329-1753227196 -o /tmp/evaluation-result-4543329-1753227196/solver-4543329-1753227196 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753227196-200366 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543329-1753227196.opb

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

MD5SUM BENCH= 9d7612734c42463c6f8d3a1a79209618
RANDOM SEED=1683543657

nodeC012 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		: 1196.897
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.39
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		: 1197.175
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.39
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.731
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.39
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		: 1197.221
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.39
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		: 1197.154
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.39
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.153
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.39
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.127
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.39
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.106
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129033544 kB
MemAvailable:   129818764 kB
Buffers:            2136 kB
Cached:          1550760 kB
SwapCached:           12 kB
Active:          1274296 kB
Inactive:         347200 kB
Active(anon):      90056 kB
Inactive(anon):     4688 kB
Active(file):    1184240 kB
Inactive(file):   342512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2924 kB
Writeback:             0 kB
AnonPages:         69636 kB
Mapped:           108440 kB
Shmem:             26140 kB
KReclaimable:     195804 kB
Slab:             287544 kB
SReclaimable:     195804 kB
SUnreclaim:        91740 kB
KernelStack:        3840 kB
PageTables:         2856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     350352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432920 MiB
End job on nodeC012 at 2025-07-23 02:26:00