Trace number 4449722

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07SAT (TO)18 3600.35 3614.44

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=20-t=2.opb
MD5SUM06b87d46bf38d4b028e9a0f41f22c2e8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark49.4743
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables650
Total number of constraints72640
Number of constraints which are clauses72620
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint21
Number of terms in the objective function 20
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 20
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.12	--- Begin Solver configuration ---
0.12/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.12	Learn all clauses as in MiniSAT
0.12/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	No reason simplification
0.12/0.12	Glucose 2.1 dynamic restart strategy
0.12/0.12	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.12/0.12	timeout=2147483s
0.12/0.12	DB Simplification allowed=false
0.12/0.12	Listener: none
0.12/0.12	--- End Solver configuration ---
0.12/0.12	c Pseudo Boolean Optimization by upper bound
0.12/0.12	c --- Begin Solver configuration ---
0.12/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.12	c Learn all clauses as in MiniSAT
0.12/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	c No reason simplification
0.12/0.12	c Glucose 2.1 dynamic restart strategy
0.12/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.12	c timeout=2147483s
0.12/0.12	c DB Simplification allowed=false
0.12/0.12	c Listener: none
0.12/0.12	c --- End Solver configuration ---
0.12/0.12	c solving HOME/instance-4449722-1721399503.opb
0.12/0.12	c reading problem ... 
0.12/0.13	c  objective function found
0.90/0.53	c ... done. Wall clock time 0.393s.
0.90/0.53	c declared #vars     650
0.90/0.53	c #constraints  72640
0.90/0.53	c constraints type 
0.90/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
0.90/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.90/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72600
0.90/0.53	c 72640 constraints processed.
0.90/0.53	c objective function length is 20 literals
1.28/0.72	c SATISFIABLE
1.28/0.73	c OPTIMIZING...
1.28/0.73	c Got one! Elapsed wall clock time (in seconds):0.593
1.28/0.73	o 18
2.07/1.11	c cleaning 2499 clauses out of 5020 with flag 12643/5020
3.05/1.69	c cleaning 4242 clauses out of 8519 with flag 37349/11018
3.75/2.02	c cleaning 5622 clauses out of 11277 with flag 84977/18018
4.24/2.40	c cleaning 6819 clauses out of 13656 with flag 179035/26019
4.65/2.89	c cleaning 7689 clauses out of 15836 with flag 235495/35018
5.24/3.34	c cleaning 9067 clauses out of 18148 with flag 300480/45019
5.73/3.83	c cleaning 10040 clauses out of 20080 with flag 370219/56018
6.13/4.29	c cleaning 11018 clauses out of 22040 with flag 502676/68018
6.83/4.99	c cleaning 12008 clauses out of 24023 with flag 619151/81019
7.53/5.66	c cleaning 12972 clauses out of 26014 with flag 801290/95018
8.33/6.46	c cleaning 14000 clauses out of 28043 with flag 1041520/110019
9.26/7.32	c cleaning 15022 clauses out of 30044 with flag 1170784/126020
10.27/8.36	c cleaning 16007 clauses out of 32020 with flag 1309597/143018
11.37/9.46	c cleaning 16991 clauses out of 34014 with flag 1475729/161019
12.46/10.50	c cleaning 18011 clauses out of 36025 with flag 1688795/180021
13.76/11.80	c cleaning 19001 clauses out of 38011 with flag 1901851/200018
15.07/13.15	c cleaning 19994 clauses out of 40011 with flag 2219248/221019
16.48/14.53	c cleaning 21004 clauses out of 42016 with flag 2422488/243018
17.98/16.02	c cleaning 22005 clauses out of 44013 with flag 2625174/266019
19.37/17.47	c cleaning 22939 clauses out of 46008 with flag 2916786/290019
21.07/19.18	c cleaning 24030 clauses out of 48068 with flag 3120295/315018
23.21/21.24	c cleaning 24912 clauses out of 50038 with flag 3384156/341018
25.22/23.18	c cleaning 26058 clauses out of 52126 with flag 3782661/368018
27.12/24.85	c cleaning 27009 clauses out of 54070 with flag 4061945/396020
28.82/26.50	c cleaning 27964 clauses out of 56059 with flag 4378750/425018
31.06/28.75	c cleaning 28994 clauses out of 58095 with flag 4617996/455018
33.14/30.89	c cleaning 30022 clauses out of 60101 with flag 4843338/486018
35.71/33.45	c cleaning 30953 clauses out of 62080 with flag 5215945/518019
38.09/35.82	c cleaning 31936 clauses out of 64126 with flag 5594008/551018
40.83/38.55	c cleaning 33089 clauses out of 66191 with flag 6313669/585019
43.33/41.04	c cleaning 34039 clauses out of 68101 with flag 6831250/620018
46.12/43.87	c cleaning 34985 clauses out of 70062 with flag 7716607/656018
49.31/47.09	c cleaning 36020 clauses out of 72077 with flag 8800971/693018
53.04/50.74	c cleaning 36884 clauses out of 74057 with flag 10090960/731018
57.23/54.96	c cleaning 37989 clauses out of 76173 with flag 11718582/770018
61.38/59.06	c cleaning 39084 clauses out of 78184 with flag 13429933/810018
64.58/62.14	c cleaning 39887 clauses out of 80100 with flag 13791768/851018
68.37/65.95	c cleaning 40914 clauses out of 82213 with flag 14075276/893018
72.29/69.80	c cleaning 42093 clauses out of 84299 with flag 14459585/936018
75.68/73.29	c cleaning 43096 clauses out of 86206 with flag 14786937/980018
79.57/77.13	c cleaning 44044 clauses out of 88110 with flag 15078356/1025018
83.77/81.30	c cleaning 44894 clauses out of 90066 with flag 15532884/1071018
88.43/86.08	c cleaning 46022 clauses out of 92174 with flag 16324581/1118020
92.63/90.27	c cleaning 47045 clauses out of 94154 with flag 16661211/1166022
97.10/94.73	c cleaning 47928 clauses out of 96105 with flag 16965574/1215018
101.89/99.52	c cleaning 49087 clauses out of 98177 with flag 17265527/1265018
106.96/104.70	c cleaning 50013 clauses out of 100092 with flag 17812799/1316020
111.88/109.52	c cleaning 50998 clauses out of 102077 with flag 18353174/1368018
116.86/114.59	c cleaning 52011 clauses out of 104079 with flag 18703637/1421018
121.81/119.40	c cleaning 53018 clauses out of 106068 with flag 19150876/1475018
127.09/124.78	c cleaning 53857 clauses out of 108050 with flag 19524720/1530018
133.25/130.86	c cleaning 54902 clauses out of 110194 with flag 20004849/1586019
138.83/136.49	c cleaning 56058 clauses out of 112291 with flag 20606075/1643018
145.21/142.82	c cleaning 57000 clauses out of 114233 with flag 21702838/1701018
151.06/148.62	c cleaning 58066 clauses out of 116233 with flag 22139867/1760018
156.64/154.27	c cleaning 59068 clauses out of 118167 with flag 22539747/1820018
163.02/160.68	c cleaning 59844 clauses out of 120099 with flag 23595875/1881018
169.10/166.72	c cleaning 60973 clauses out of 122255 with flag 24274421/1943018
177.14/174.77	c cleaning 62004 clauses out of 124282 with flag 25569354/2006018
183.42/181.06	c cleaning 63104 clauses out of 126278 with flag 26643198/2070018
189.70/187.34	c cleaning 64014 clauses out of 128174 with flag 27341974/2135018
196.88/194.51	c cleaning 65009 clauses out of 130160 with flag 27869523/2201018
203.09/200.70	c cleaning 66073 clauses out of 132152 with flag 28411431/2268019
210.24/207.92	c cleaning 67026 clauses out of 134078 with flag 28845095/2336018
217.30/214.78	c cleaning 68013 clauses out of 136052 with flag 29342194/2405018
224.44/221.95	c cleaning 69000 clauses out of 138041 with flag 29918759/2475020
231.77/229.36	c cleaning 69924 clauses out of 140039 with flag 30737433/2546018
240.36/237.93	c cleaning 71022 clauses out of 142117 with flag 31545366/2618020
249.67/247.38	c cleaning 71960 clauses out of 144093 with flag 33507344/2691018
257.60/255.30	c cleaning 73050 clauses out of 146133 with flag 34085697/2765018
266.31/264.18	c cleaning 73980 clauses out of 148083 with flag 35129539/2840018
274.36/272.14	c cleaning 75018 clauses out of 150103 with flag 35676923/2916018
282.83/280.65	c cleaning 76034 clauses out of 152085 with flag 36247794/2993018
293.89/291.74	c cleaning 76896 clauses out of 154051 with flag 37619523/3071018
304.17/302.00	c cleaning 78053 clauses out of 156155 with flag 38826024/3150018
313.54/311.41	c cleaning 79003 clauses out of 158104 with flag 39696893/3230020
325.31/323.28	c cleaning 79878 clauses out of 160100 with flag 41818575/3311019
338.87/336.85	c cleaning 81107 clauses out of 162223 with flag 44383986/3393020
351.43/349.45	c cleaning 82027 clauses out of 164114 with flag 46697916/3476018
362.68/360.48	c cleaning 82955 clauses out of 166086 with flag 49233499/3560018
373.06/370.82	c cleaning 83984 clauses out of 168131 with flag 50466736/3645018
386.32/384.13	c cleaning 84846 clauses out of 170147 with flag 53409309/3731018
398.38/396.28	c cleaning 86139 clauses out of 172302 with flag 55686940/3818019
409.63/407.26	c cleaning 87057 clauses out of 174162 with flag 57225541/3906018
419.80/417.44	c cleaning 87894 clauses out of 176112 with flag 57804077/3995025
429.86/427.56	c cleaning 89051 clauses out of 178211 with flag 58543411/4085018
441.04/438.66	c cleaning 90038 clauses out of 180160 with flag 59178280/4176018
452.61/450.29	c cleaning 90945 clauses out of 182122 with flag 60467186/4268018
465.67/463.37	c cleaning 91852 clauses out of 184177 with flag 62512061/4361018
479.41/477.07	c cleaning 92989 clauses out of 186325 with flag 65331285/4455018
493.68/491.46	c cleaning 94003 clauses out of 188336 with flag 67972707/4550018
507.06/504.93	c cleaning 95156 clauses out of 190332 with flag 71107902/4646018
517.96/515.90	c cleaning 96072 clauses out of 192176 with flag 71955489/4743018
530.54/528.59	c cleaning 97030 clauses out of 194105 with flag 72820657/4841019
547.18/545.31	c cleaning 97877 clauses out of 196074 with flag 75771700/4940018
561.55/559.84	c cleaning 99014 clauses out of 198197 with flag 78028545/5040018
573.63/572.09	c cleaning 100074 clauses out of 200189 with flag 78992293/5141024
591.53/589.78	c cleaning 100838 clauses out of 202109 with flag 82451461/5243018
605.98/604.30	c cleaning 101997 clauses out of 204271 with flag 85069548/5346018
623.71/622.28	c cleaning 103131 clauses out of 206274 with flag 89021099/5450019
638.50/637.10	c cleaning 104036 clauses out of 208143 with flag 90726316/5555019
658.34/656.90	c cleaning 105048 clauses out of 210107 with flag 94149469/5661019
678.79/677.41	c cleaning 106026 clauses out of 212057 with flag 98081781/5768018
692.15/690.88	c cleaning 107016 clauses out of 214031 with flag 98831531/5876018
705.61/704.34	c cleaning 108002 clauses out of 216016 with flag 99670544/5985019
723.49/722.11	c cleaning 108874 clauses out of 218013 with flag 102070131/6095018
739.35/738.07	c cleaning 109946 clauses out of 220139 with flag 104617251/6206018
758.49/757.23	c cleaning 110897 clauses out of 222193 with flag 107276867/6318018
777.03/775.86	c cleaning 112126 clauses out of 224296 with flag 110631359/6431018
797.09/795.88	c cleaning 113075 clauses out of 226169 with flag 114334768/6545018
812.35/811.28	c cleaning 113995 clauses out of 228094 with flag 115506476/6660018
831.17/830.24	c cleaning 114974 clauses out of 230100 with flag 118921684/6776019
846.43/845.67	c cleaning 116057 clauses out of 232126 with flag 120940358/6893019
864.27/863.64	c cleaning 116957 clauses out of 234070 with flag 123263365/7011020
883.65/883.06	c cleaning 117856 clauses out of 236112 with flag 127280487/7130019
900.79/900.39	c cleaning 119120 clauses out of 238256 with flag 129825272/7250019
916.94/916.65	c cleaning 120045 clauses out of 240135 with flag 130655183/7371018
934.58/934.41	c cleaning 120885 clauses out of 242091 with flag 131954426/7493019
958.86/958.90	c cleaning 121988 clauses out of 244205 with flag 135566740/7616018
978.20/978.34	c cleaning 123028 clauses out of 246219 with flag 137289126/7740020
996.52/996.80	c cleaning 124073 clauses out of 248192 with flag 138631329/7865021
1018.91/1019.48	c cleaning 124835 clauses out of 250115 with flag 142792468/7991018
1042.58/1043.30	c cleaning 126052 clauses out of 252280 with flag 146599867/8118018
1065.05/1065.88	c cleaning 127021 clauses out of 254227 with flag 150291366/8246018
1089.48/1090.32	c cleaning 128055 clauses out of 256206 with flag 154245434/8375018
1113.12/1114.05	c cleaning 129017 clauses out of 258152 with flag 157882102/8505020
1133.73/1134.37	c cleaning 130044 clauses out of 260133 with flag 159370570/8636018
1153.46/1154.21	c cleaning 130818 clauses out of 262089 with flag 161218687/8768018
1171.70/1172.56	c cleaning 132093 clauses out of 264271 with flag 162833355/8901018
1188.74/1189.65	c cleaning 132917 clauses out of 266178 with flag 164175044/9035018
1208.86/1209.75	c cleaning 134062 clauses out of 268261 with flag 166179047/9170018
1233.39/1234.36	c cleaning 135000 clauses out of 270199 with flag 170492798/9306018
1255.14/1256.14	c cleaning 136046 clauses out of 272198 with flag 174895457/9443018
1274.57/1275.66	c cleaning 136854 clauses out of 274152 with flag 176483582/9581018
1301.29/1302.40	c cleaning 138044 clauses out of 276298 with flag 180634034/9720018
1325.03/1326.12	c cleaning 139108 clauses out of 278253 with flag 184473183/9860018
1344.27/1345.46	c cleaning 139887 clauses out of 280145 with flag 185726151/10001018
1372.39/1373.63	c cleaning 141081 clauses out of 282259 with flag 189459520/10143019
1398.42/1399.74	c cleaning 142003 clauses out of 284176 with flag 193257576/10286018
1421.25/1422.68	c cleaning 142850 clauses out of 286173 with flag 195624560/10430018
1448.67/1450.18	c cleaning 144098 clauses out of 288323 with flag 200644866/10575018
1474.75/1476.32	c cleaning 144912 clauses out of 290224 with flag 205358032/10721018
1502.88/1504.74	c cleaning 146070 clauses out of 292313 with flag 210281640/10868019
1526.45/1528.55	c cleaning 147037 clauses out of 294241 with flag 213297221/11016018
1555.77/1558.17	c cleaning 148074 clauses out of 296204 with flag 218076176/11165018
1581.61/1584.28	c cleaning 148875 clauses out of 298129 with flag 222209749/11315018
1611.70/1614.43	c cleaning 150069 clauses out of 300254 with flag 226871112/11466018
1634.69/1637.62	c cleaning 150984 clauses out of 302184 with flag 229795440/11618018
1663.22/1666.45	c cleaning 151986 clauses out of 304199 with flag 233363459/11771018
1689.88/1693.33	c cleaning 153058 clauses out of 306214 with flag 236656586/11925020
1720.10/1723.89	c cleaning 153927 clauses out of 308154 with flag 241467665/12080018
1748.24/1752.22	c cleaning 154935 clauses out of 310226 with flag 246457601/12236018
1774.89/1779.07	c cleaning 156060 clauses out of 312291 with flag 249034212/12393018
1798.55/1802.92	c cleaning 157099 clauses out of 314231 with flag 251026006/12551018
1827.67/1832.32	c cleaning 157915 clauses out of 316131 with flag 255226165/12710018
1862.93/1867.96	c cleaning 158950 clauses out of 318215 with flag 260540121/12870018
1897.60/1902.90	c cleaning 160124 clauses out of 320265 with flag 264429915/13031018
1922.81/1928.27	c cleaning 160878 clauses out of 322141 with flag 266663485/13193018
1947.48/1953.20	c cleaning 161945 clauses out of 324263 with flag 268836281/13356018
1983.96/1989.99	c cleaning 163135 clauses out of 326317 with flag 274919348/13520018
2015.27/2021.54	c cleaning 163936 clauses out of 328182 with flag 278929004/13685018
2048.06/2054.57	c cleaning 165063 clauses out of 330246 with flag 282748450/13851018
2076.98/2083.78	c cleaning 166058 clauses out of 332183 with flag 285821792/14018019
2109.17/2116.21	c cleaning 166973 clauses out of 334124 with flag 289552530/14186018
2136.91/2144.24	c cleaning 167949 clauses out of 336151 with flag 292286991/14355018
2175.35/2182.50	c cleaning 169019 clauses out of 338201 with flag 297462132/14525018
2212.20/2219.50	c cleaning 170044 clauses out of 340182 with flag 302221605/14696018
2239.52/2246.98	c cleaning 171006 clauses out of 342137 with flag 305141964/14868018
2266.95/2274.48	c cleaning 172012 clauses out of 344131 with flag 306895472/15041018
2298.44/2306.05	c cleaning 172894 clauses out of 346119 with flag 309817510/15215018
2331.71/2339.62	c cleaning 173987 clauses out of 348226 with flag 313356771/15390019
2364.49/2372.72	c cleaning 175018 clauses out of 350238 with flag 316621694/15566018
2407.68/2416.36	c cleaning 176032 clauses out of 352221 with flag 322327829/15743020
2443.81/2452.63	c cleaning 176955 clauses out of 354187 with flag 326463479/15921018
2482.75/2491.98	c cleaning 177948 clauses out of 356231 with flag 332480742/16100018
2521.79/2531.34	c cleaning 179097 clauses out of 358285 with flag 337968625/16280020
2557.27/2567.10	c cleaning 179999 clauses out of 360185 with flag 343072031/16461018
2594.23/2604.44	c cleaning 181021 clauses out of 362188 with flag 348135718/16643021
2628.50/2638.96	c cleaning 181978 clauses out of 364163 with flag 351657704/16826018
2673.99/2684.84	c cleaning 183057 clauses out of 366184 with flag 357126780/17010018
2712.53/2723.75	c cleaning 183979 clauses out of 368128 with flag 361622863/17195019
2748.22/2759.74	c cleaning 184985 clauses out of 370147 with flag 366661066/17381018
2785.77/2797.70	c cleaning 186023 clauses out of 372163 with flag 371538227/17568020
2829.16/2841.06	c cleaning 187046 clauses out of 374138 with flag 376794582/17756019
2872.43/2884.46	c cleaning 187975 clauses out of 376090 with flag 382477766/17945018
2909.91/2922.04	c cleaning 189042 clauses out of 378116 with flag 386902336/18135019
2951.17/2963.48	c cleaning 189978 clauses out of 380072 with flag 391923138/18326018
2998.82/3011.26	c cleaning 190953 clauses out of 382093 with flag 398188821/18518018
3032.87/3045.55	c cleaning 191864 clauses out of 384140 with flag 400528173/18711018
3077.46/3090.56	c cleaning 192951 clauses out of 386275 with flag 406008571/18905018
3126.19/3139.77	c cleaning 194095 clauses out of 388323 with flag 411566347/19100018
3173.82/3187.51	c cleaning 194984 clauses out of 390227 with flag 417287801/19296018
3221.41/3235.33	c cleaning 196021 clauses out of 392243 with flag 423057406/19493019
3267.19/3281.22	c cleaning 196967 clauses out of 394220 with flag 428910248/19691018
3311.57/3325.75	c cleaning 197994 clauses out of 396254 with flag 434421934/19890020
3358.29/3371.96	c cleaning 199085 clauses out of 398257 with flag 439835365/20090018
3401.47/3415.22	c cleaning 200040 clauses out of 400172 with flag 445264921/20291018
3446.05/3459.93	c cleaning 201026 clauses out of 402131 with flag 450892254/20493018
3481.71/3495.64	c cleaning 201946 clauses out of 404105 with flag 452945296/20696018
3530.27/3544.34	c cleaning 202997 clauses out of 406158 with flag 458274287/20900018
3580.13/3594.36	c cleaning 203993 clauses out of 408160 with flag 464401881/21105018
3600.08/3614.31	c starts		: 55811
3600.08/3614.31	c conflicts		: 21213655
3600.08/3614.31	c decisions		: 557251311
3600.08/3614.31	c propagations		: 2044081051
3600.08/3614.31	c inspects		: 36318713755
3600.08/3614.31	c shortcuts		: 0
3600.08/3614.31	c learnt literals	: 46
3600.08/3614.31	c learnt binary clauses	: 786
3600.08/3614.31	c learnt ternary clauses	: 191822
3600.08/3614.31	c learnt constraints	: 21213609
3600.08/3614.31	c ignored constraints	: 0
3600.08/3614.31	c root simplifications	: 0
3600.08/3614.31	c removed literals (reason simplification)	: 0
3600.08/3614.31	c reason swapping (by a shorter reason)	: 0
3600.08/3614.31	c Calls to reduceDB	: 201
3600.08/3614.31	c Number of update (reduction) of LBD	: 13719424
3600.08/3614.31	c Imported unit clauses	: 0
3600.08/3614.31	c No decision after first conflict	: false
3600.08/3614.31	c number of reductions to clauses (during analyze)	: 0
3600.08/3614.31	c number of learned constraints concerned by reduction	: 0
3600.08/3614.31	c number of learning phase by resolution	: 0
3600.08/3614.31	c number of learning phase by cutting planes	: 0
3600.08/3614.31	c number of rounding to 1 operations	: 0
3600.08/3614.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3614.31	c number of reductions of the coefficients by power 2 	: 0
3600.08/3614.31	c number of right shift for reduction by power 2 	: 0
3600.08/3614.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3614.31	c number of ending skipping 	: 0
3600.08/3614.31	c number of internal skipping 	: 0
3600.08/3614.31	c number of derivation steps 	: 0
3600.08/3614.32	c number of skipped derivation steps 	: 0
3600.08/3614.32	c number of remaining unassigned 	: 0
3600.08/3614.32	c number of remaining assigned 	: 0
3600.08/3614.32	c number of falsified literals weakened from reason	: 0
3600.08/3614.32	c number of falsified literals weakened from conflict	: 0
3600.08/3614.32	c time for arithmetic operations	: 0
3600.08/3614.34	c minimum degree of deleted constraints	: null
3600.08/3614.34	c maximum degree of deleted constraints	: null
3600.08/3614.34	c number of deleted constraints	: 0
3600.08/3614.34	c speed (assignments/second)	: 565631.7227673237
3600.08/3614.34	c non guided choices	: 1513
3600.27/3614.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 312018
3600.27/3614.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 786
3600.27/3614.43	s SATISFIABLE
3600.27/3614.43	c Found 1 solution(s)
3600.27/3614.43	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 -x139 -x140 x141 x142 -x143 x144 x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 x192 x193 -x194 -x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 x625 -x626 x627 -x628 x629 -x630 x631 -x632 -x633 x634 -x635 x636 -x637 x638 x639 -x640 -x641 x642 -x643 x644 x645 -x646 -x647 x648 -x649 x650 
3600.27/3614.43	c objective function=18
3600.27/3614.43	c Total wall clock time (in seconds): 3614.304

Verifier Data

OK	18

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: 63931 MiB (61410 MiB free)
  memory of node 1: 64510 MiB (61491 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449722-1721399503/watcher-4449722-1721399503 -o /tmp/evaluation-result-4449722-1721399503/solver-4449722-1721399503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721399514-987389 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4449722-1721399503.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=987491, runsolver pid=987488

[startup+0.100529 s]*
/proc/loadavg: 0.11 0.11 0.09 12/325 987520
/proc/meminfo: memFree=125764376/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=18975048 memory=63224 CPUtime=0.12 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 7202 0 0 0 10 2 0 0 20 0 18 0 192110836 19430449152 15806 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4743762 15806 5701 1 0 549331 0
[pid=987491/tid=987493] ppid=987488 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 5726 0 0 0 6 1 0 0 20 0 18 0 192110836 19430449152 15806 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192110840 19430449152 15806 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192110840 19430449152 15806 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63224 KiB

[startup+0.205942 s]*
/proc/loadavg: 0.11 0.11 0.09 13/327 987522
/proc/meminfo: memFree=125698160/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=18975048 memory=80656 CPUtime=0.33 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 8103 0 0 0 30 3 0 0 20 0 18 0 192110836 19430449152 20164 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4743762 20164 5807 1 0 549839 0
[pid=987491/tid=987493] ppid=987488 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 5906 0 0 0 16 2 0 0 20 0 18 0 192110836 19430449152 20164 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=18975048 memory=14994 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192110840 19430449152 20164 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192110840 19430449152 20164 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80656 KiB

[startup+0.305959 s]*
/proc/loadavg: 0.11 0.11 0.09 8/307 987524
/proc/meminfo: memFree=125654420/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=18975048 memory=120680 CPUtime=0.51 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 9242 0 0 0 48 3 0 0 20 0 18 0 192110836 19430449152 30170 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4743762 30170 5807 1 0 550664 0
[pid=987491/tid=987493] ppid=987488 vsize=18975048 memory=-8598891649228382908 CPUtime=0.27 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 5925 0 0 0 25 2 0 0 20 0 18 0 192110836 19430449152 30170 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192110840 19430449152 30170 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192110840 19430449152 30170 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 120680 KiB

[startup+0.705943 s]
/proc/loadavg: 0.11 0.11 0.09 9/306 987534
/proc/meminfo: memFree=125568720/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=187348 CPUtime=1.28 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 16665 0 0 0 123 5 0 0 20 0 20 0 192110836 19566772224 46837 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 46837 5861 1 0 556121 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=5560 CPUtime=0.63 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 6086 0 0 0 60 3 0 0 20 0 20 0 192110836 19566772224 46837 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 46837 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 46837 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187348 KiB

[startup+1.50095 s]
/proc/loadavg: 0.74 0.24 0.13 7/307 987559
/proc/meminfo: memFree=125517804/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=191424 CPUtime=2.85 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 24823 0 0 0 279 6 0 0 20 0 20 0 192110836 19566772224 47856 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 47856 5876 1 0 556646 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=13012 CPUtime=1.42 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 7188 0 0 0 139 3 0 0 20 0 20 0 192110836 19566772224 47856 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 47856 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 47856 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 47856 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191424 KiB

[startup+3.10561 s]
/proc/loadavg: 0.74 0.24 0.13 5/331 987592
/proc/meminfo: memFree=125380200/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=200192 CPUtime=5.04 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 26706 0 0 0 497 7 0 0 20 0 20 0 192110836 19566772224 50048 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 50048 5876 1 0 556649 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=11488 CPUtime=2.99 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 7513 0 0 0 296 3 0 0 20 0 20 0 192110836 19566772224 50048 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 50048 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 50048 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 50048 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200192 KiB

[startup+6.30027 s]
/proc/loadavg: 1.08 0.32 0.16 5/333 987594
/proc/meminfo: memFree=125307592/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=195776 CPUtime=8.23 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 28244 0 0 0 816 7 0 0 20 0 20 0 192110836 19566772224 48944 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 48944 5876 1 0 556650 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=0 CPUtime=6.17 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 7903 0 0 0 614 3 0 0 20 0 20 0 192110836 19566772224 48944 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 48944 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 48944 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 48944 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195776 KiB

[startup+12.7003 s]
/proc/loadavg: 1.47 0.41 0.19 5/334 987597
/proc/meminfo: memFree=125125064/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=210224 CPUtime=14.67 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 31933 0 0 0 1459 8 0 0 20 0 20 0 192110836 19566772224 52556 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 52556 5876 1 0 556650 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=210224 CPUtime=12.51 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 8723 0 0 0 1248 3 0 0 20 0 20 0 192110836 19566772224 52556 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 52556 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=210224 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 52556 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=210224 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 52556 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210224 KiB

[startup+25.5003 s]
/proc/loadavg: 1.86 0.53 0.23 5/334 987665
/proc/meminfo: memFree=124748540/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=312048 CPUtime=27.82 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 42929 0 0 0 2771 11 0 0 20 0 20 0 192110836 19566772224 78012 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 78012 5908 1 0 557380 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=210224 CPUtime=25.14 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 10845 0 0 0 2511 3 0 0 20 0 20 0 192110836 19566772224 78012 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=315064 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 78012 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 78012 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=315528 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 78012 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 27.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 312048 KiB

[startup+51.1058 s]
/proc/loadavg: 2.71 0.86 0.35 5/334 987670
/proc/meminfo: memFree=123918152/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=480168 CPUtime=53.45 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 48044 0 0 0 5329 16 0 0 20 0 20 0 192110836 19566772224 120042 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 120042 5908 1 0 557380 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=426920 CPUtime=50.44 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 12969 0 0 0 5040 4 0 0 20 0 20 0 192110836 19566772224 120042 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=426920 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 120042 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 120042 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0

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

[startup+3282.3 s]
/proc/loadavg: 4.24 4.18 4.07 5/333 989219
/proc/meminfo: memFree=114646408/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2273356 CPUtime=3268.29 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 201376 0 0 0 326670 159 0 0 20 0 20 0 192110836 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568339 5924 1 0 582891 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=11488 CPUtime=3253.33 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 80861 0 0 0 325304 29 0 0 20 0 20 0 192110836 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=2273352 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2273352 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 4947 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3268.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2273356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.07 5/333 989230
/proc/meminfo: memFree=114645636/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2273356 CPUtime=3328.12 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 202068 0 0 0 332651 161 0 0 20 0 20 0 192110836 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568339 5924 1 0 582891 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=2636 CPUtime=3313.14 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 81458 0 0 0 331284 30 0 0 20 0 20 0 192110836 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2273356 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5032 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568339 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3328.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2273356 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.07 5/335 989411
/proc/meminfo: memFree=114642320/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2275888 CPUtime=3388.61 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 212497 0 0 0 338697 164 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568972 5924 1 0 582988 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=2636 CPUtime=3372.77 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 84515 0 0 0 337247 30 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5161 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3388.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2275888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.18 4.08 5/335 989421
/proc/meminfo: memFree=114641616/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2275888 CPUtime=3448.44 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 213942 0 0 0 344679 165 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568972 5924 1 0 582988 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=2636 CPUtime=3432.58 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 85634 0 0 0 343228 30 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5161 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3448.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2275888 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.17 4.09 5/336 989488
/proc/meminfo: memFree=114640612/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2275888 CPUtime=3508.34 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 216497 0 0 0 350667 167 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568972 5924 1 0 582988 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=2275888 CPUtime=3492.3 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 86536 0 0 0 349200 30 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5206 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3508.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2275888 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.16 4.09 5/334 989499
/proc/meminfo: memFree=114639984/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2275888 CPUtime=3568.17 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 217499 0 0 0 356649 168 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568972 5924 1 0 582988 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=13012 CPUtime=3552.11 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 87310 0 0 0 355180 31 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=27768 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5291 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=1836 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3568.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2275888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/334 989640
/proc/meminfo: memFree=121119056/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19108176 memory=2275888 CPUtime=3600.08 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 218286 0 0 0 359838 170 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4777044 568972 5924 1 0 582988 0
[pid=987491/tid=987493] ppid=987488 vsize=19108176 memory=2273352 CPUtime=3584 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 88002 0 0 0 358369 31 0 0 20 0 20 0 192110836 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5377 0 0 0 0 0 0 0 20 0 20 0 192110840 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987535] ppid=987488 vsize=19108176 memory=2275888 CPUtime=0 cores=0,2
/proc/987491/task/987535/stat : 987535 (Timer-0) S 987488 987491 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192110890 19566772224 568972 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2275888 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3614.44 s]
# the end of solver process 987491 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3598.63 s, system=1.7136 s

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

[startup+3614.4 s]
/proc/loadavg: 4.12 4.16 4.09 5/334 989640
/proc/meminfo: memFree=121119056/131524600 swapFree=131071996/131071996
[pid=987491] ppid=987488 vsize=19307868 memory=2276708 CPUtime=3600.27 cores=0,2
/proc/987491/stat : 987491 (java) S 987488 987491 987379 0 -1 1077936128 221105 0 0 0 359857 170 0 0 20 0 21 0 192110836 19771256832 569177 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
/proc/987491/statm: 4826967 569177 5923 1 0 583938 0
[pid=987491/tid=987493] ppid=987488 vsize=19307868 memory=2312 CPUtime=3584.1 cores=0,2
/proc/987491/task/987493/stat : 987493 (java) R 987488 987491 987379 0 -1 4194368 88152 0 0 0 358379 31 0 0 20 0 21 0 192110836 19771256832 569177 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987513] ppid=987488 vsize=19307868 memory=26268 CPUtime=0 cores=0,2
/proc/987491/task/987513/stat : 987513 (Finalizer) S 987488 987491 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192110840 19771256832 569177 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
[pid=987491/tid=987520] ppid=987488 vsize=19307868 memory=39384 CPUtime=0 cores=0,2
/proc/987491/task/987520/stat : 987520 (Common-Cleaner) S 987488 987491 987379 0 -1 1077936192 5377 0 0 0 0 0 0 0 20 0 21 0 192110840 19771256832 569177 134679101440 94246750588928 94246750592624 140737378071760 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246750600440 94246750601232 94246764277760 140737378075654 140737378075744 140737378075744 140737378082760 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2276708 KiB

Child status: 143

Real time (s): 3614.44
CPU time (s): 3600.35
CPU user time (s): 3598.63
CPU system time (s): 1.7136
CPU usage (%): 99.6099
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2276708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.63
system time used= 1.7136
maximum resident set size= 2277588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105839
involuntary context switches= 35686


# summary of solver processes directly reported to runsolver:
#   pid: 987491
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3598.63
#   total CPU system time (s): 1.7136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36349 second user time and 18.1032 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 16:31:54
IDJOB=4449722
IDBENCH=176097
IDSOLVER=3058
FILE ID=nodeC016/4449722-1721399503
RUNJOBID= nodeC016-1721399514-987389
SLURM_JOB_ID= 7545428
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=20-t=2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449722-1721399503/watcher-4449722-1721399503 -o /tmp/evaluation-result-4449722-1721399503/solver-4449722-1721399503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721399514-987389 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4449722-1721399503.opb

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

MD5SUM BENCH= 06b87d46bf38d4b028e9a0f41f22c2e8
RANDOM SEED=1818638320

nodeC016.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3612.812
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3585.763
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.218
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3653.641
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3602.380
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3633.496
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3651.411
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125883372 kB
MemAvailable:   129639600 kB
Buffers:          388300 kB
Cached:          4210260 kB
SwapCached:            0 kB
Active:           634452 kB
Inactive:        4388580 kB
Active(anon):       1472 kB
Inactive(anon):   468908 kB
Active(file):     632980 kB
Inactive(file):  3919672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10048 kB
Writeback:            16 kB
AnonPages:        422752 kB
Mapped:           123040 kB
Shmem:             45912 kB
KReclaimable:      86448 kB
Slab:             197236 kB
SReclaimable:      86448 kB
SUnreclaim:       110788 kB
KernelStack:        4464 kB
PageTables:        11032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5095948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72160 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-19 17:32:09