Trace number 4449862

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)17 3600.26 3599.42

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=19-t=2.opb
MD5SUM9b7954cd6dc14b590c17dd19cf5c91cb
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 benchmark17
Best CPU time to get the best result obtained on this benchmark59.722
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables589
Total number of constraints58881
Number of constraints which are clauses58862
Number of constraints which are cardinality constraints (but not clauses)19
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 19
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 19
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 21
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4449862-1721403107.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
0.73/0.47	c ... done. Wall clock time 0.348s.
0.73/0.47	c declared #vars     589
0.73/0.47	c #constraints  58881
0.73/0.47	c constraints type 
0.73/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19
0.73/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19
0.73/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58843
0.73/0.47	c 58881 constraints processed.
0.73/0.48	c objective function length is 19 literals
0.91/0.54	c SATISFIABLE
0.91/0.54	c OPTIMIZING...
0.91/0.54	c Got one! Elapsed wall clock time (in seconds):0.41
0.91/0.54	o 17
2.28/1.21	c cleaning 2569 clauses out of 5205 with flag 32171/5205
3.08/1.62	c cleaning 4302 clauses out of 8636 with flag 65616/11205
3.40/1.97	c cleaning 5657 clauses out of 11334 with flag 112004/18205
3.89/2.30	c cleaning 6832 clauses out of 13677 with flag 195232/26205
4.36/2.78	c cleaning 7910 clauses out of 15845 with flag 257798/35205
4.85/3.27	c cleaning 8968 clauses out of 17937 with flag 305130/45207
5.58/3.84	c cleaning 9967 clauses out of 19967 with flag 384102/56205
6.18/4.40	c cleaning 10999 clauses out of 22000 with flag 504360/68205
6.78/5.09	c cleaning 11949 clauses out of 24001 with flag 628245/81205
7.59/5.86	c cleaning 13011 clauses out of 26052 with flag 793465/95205
8.29/6.58	c cleaning 14021 clauses out of 28041 with flag 1031243/110205
9.08/7.38	c cleaning 14939 clauses out of 30020 with flag 1304403/126205
10.02/8.25	c cleaning 15979 clauses out of 32081 with flag 1687322/143205
11.14/9.31	c cleaning 16997 clauses out of 34102 with flag 2061048/161205
12.14/10.38	c cleaning 17931 clauses out of 36105 with flag 2566083/180205
13.33/11.58	c cleaning 19070 clauses out of 38175 with flag 3124237/200206
14.53/12.80	c cleaning 19980 clauses out of 40104 with flag 3719259/221205
15.95/14.17	c cleaning 21026 clauses out of 42124 with flag 4570228/243205
17.44/15.67	c cleaning 22024 clauses out of 44099 with flag 5492713/266206
19.04/17.23	c cleaning 22988 clauses out of 46074 with flag 6388092/290205
20.44/18.64	c cleaning 24032 clauses out of 48086 with flag 6542106/315205
22.07/20.21	c cleaning 25027 clauses out of 50054 with flag 6688984/341205
23.66/21.85	c cleaning 25980 clauses out of 52027 with flag 6891197/368205
25.16/23.39	c cleaning 27016 clauses out of 54047 with flag 7060478/396205
26.87/25.03	c cleaning 28011 clauses out of 56032 with flag 7306183/425206
28.91/27.00	c cleaning 29007 clauses out of 58020 with flag 7679374/455205
30.80/28.96	c cleaning 30007 clauses out of 60014 with flag 7879746/486206
32.95/30.97	c cleaning 30872 clauses out of 62013 with flag 8104140/518212
35.26/33.17	c cleaning 32038 clauses out of 64134 with flag 8376117/551205
37.60/35.44	c cleaning 32858 clauses out of 66096 with flag 8703348/585205
39.59/37.41	c cleaning 34095 clauses out of 68238 with flag 9027047/620205
41.79/39.60	c cleaning 35067 clauses out of 70143 with flag 9231463/656205
44.03/41.80	c cleaning 36031 clauses out of 72076 with flag 9515787/693205
46.52/44.35	c cleaning 36921 clauses out of 74045 with flag 9904659/731205
48.93/46.62	c cleaning 38004 clauses out of 76124 with flag 10255446/770205
51.87/49.58	c cleaning 39061 clauses out of 78121 with flag 10553331/810206
54.76/52.47	c cleaning 39996 clauses out of 80064 with flag 11096458/851210
57.95/55.68	c cleaning 40976 clauses out of 82064 with flag 11750554/893206
60.89/58.52	c cleaning 41985 clauses out of 84087 with flag 12104886/936205
63.50/61.17	c cleaning 43030 clauses out of 86102 with flag 12469484/980205
66.98/64.64	c cleaning 43790 clauses out of 88072 with flag 13028133/1025205
70.52/68.18	c cleaning 45073 clauses out of 90282 with flag 13819016/1071205
74.01/71.69	c cleaning 45885 clauses out of 92209 with flag 14272410/1118205
77.91/75.55	c cleaning 47161 clauses out of 94324 with flag 14817843/1166205
81.74/79.37	c cleaning 48060 clauses out of 96163 with flag 15405946/1215205
85.14/82.79	c cleaning 49046 clauses out of 98108 with flag 15770883/1265210
89.63/87.21	c cleaning 49887 clauses out of 100057 with flag 16477376/1316205
94.07/91.67	c cleaning 50965 clauses out of 102170 with flag 17574496/1368205
98.77/96.33	c cleaning 52004 clauses out of 104205 with flag 19011923/1421205
103.60/101.17	c cleaning 52973 clauses out of 106201 with flag 20587937/1475205
108.29/105.90	c cleaning 54106 clauses out of 108228 with flag 21650601/1530205
113.83/111.33	c cleaning 55041 clauses out of 110122 with flag 23494612/1586205
118.92/116.39	c cleaning 56038 clauses out of 112080 with flag 25387327/1643205
123.31/120.75	c cleaning 56999 clauses out of 114042 with flag 25721294/1701205
128.44/125.82	c cleaning 57816 clauses out of 116043 with flag 26958476/1760205
134.43/131.84	c cleaning 58901 clauses out of 118227 with flag 28849765/1820205
140.22/137.60	c cleaning 60070 clauses out of 120326 with flag 30123566/1881205
146.75/144.14	c cleaning 61083 clauses out of 122256 with flag 32449505/1943205
151.74/149.16	c cleaning 61993 clauses out of 124172 with flag 34006262/2006205
157.03/154.43	c cleaning 63062 clauses out of 126179 with flag 34848947/2070205
162.28/159.66	c cleaning 64052 clauses out of 128117 with flag 35282322/2135205
167.27/164.61	c cleaning 64958 clauses out of 130065 with flag 35852293/2201205
173.67/171.09	c cleaning 65868 clauses out of 132107 with flag 37418837/2268205
180.30/177.63	c cleaning 67104 clauses out of 134239 with flag 38848956/2336205
185.59/182.98	c cleaning 67881 clauses out of 136140 with flag 39294438/2405210
190.99/188.36	c cleaning 69049 clauses out of 138254 with flag 39890852/2475205
196.87/194.23	c cleaning 69893 clauses out of 140205 with flag 40519805/2546205
202.62/199.96	c cleaning 70962 clauses out of 142312 with flag 41304547/2618205
208.61/205.93	c cleaning 71986 clauses out of 144352 with flag 41778146/2691207
214.60/212.00	c cleaning 73055 clauses out of 146364 with flag 42289525/2765205
221.78/219.15	c cleaning 74124 clauses out of 148309 with flag 43772334/2840205
228.55/225.84	c cleaning 75077 clauses out of 150185 with flag 44568237/2916205
234.95/232.21	c cleaning 75989 clauses out of 152109 with flag 45142410/2993206
241.14/238.48	c cleaning 76898 clauses out of 154119 with flag 45655632/3071205
249.12/246.49	c cleaning 78004 clauses out of 156221 with flag 46980887/3150205
259.47/256.51	c cleaning 79074 clauses out of 158217 with flag 49156050/3230205
266.26/263.36	c cleaning 80064 clauses out of 160144 with flag 49874731/3311206
272.95/270.01	c cleaning 80967 clauses out of 162079 with flag 50485709/3393205
280.53/277.64	c cleaning 82011 clauses out of 164112 with flag 51846658/3476205
287.48/284.51	c cleaning 83041 clauses out of 166101 with flag 52561198/3560205
294.78/291.83	c cleaning 83891 clauses out of 168063 with flag 53237666/3645208
302.07/299.18	c cleaning 84914 clauses out of 170169 with flag 54105210/3731205
311.05/308.14	c cleaning 86004 clauses out of 172255 with flag 55829796/3818205
322.22/319.22	c cleaning 87115 clauses out of 174251 with flag 58167827/3906205
330.22/327.25	c cleaning 87836 clauses out of 176136 with flag 59008149/3995205
340.80/337.83	c cleaning 88904 clauses out of 178300 with flag 60423272/4085205
352.58/349.50	c cleaning 90121 clauses out of 180397 with flag 62917495/4176206
364.16/361.19	c cleaning 90983 clauses out of 182274 with flag 65580538/4268205
374.14/371.18	c cleaning 91976 clauses out of 184291 with flag 67396186/4361205
382.81/379.89	c cleaning 93050 clauses out of 186315 with flag 68171674/4455205
393.88/390.82	c cleaning 93939 clauses out of 188265 with flag 70432081/4550205
404.75/401.76	c cleaning 95080 clauses out of 190326 with flag 72393816/4646205
415.26/412.23	c cleaning 96103 clauses out of 192245 with flag 74542263/4743205
425.45/422.43	c cleaning 97019 clauses out of 194142 with flag 75601884/4841205
437.03/434.00	c cleaning 97952 clauses out of 196123 with flag 77392381/4940205
449.11/446.07	c cleaning 98968 clauses out of 198171 with flag 80151382/5040205
461.18/458.18	c cleaning 100012 clauses out of 200202 with flag 82709600/5141205
471.16/468.17	c cleaning 101075 clauses out of 202190 with flag 83806361/5243205
483.04/479.92	c cleaning 101824 clauses out of 204115 with flag 85867679/5346205
496.42/493.37	c cleaning 103114 clauses out of 206291 with flag 88540705/5450205
509.00/505.98	c cleaning 104048 clauses out of 208176 with flag 91278542/5555205
522.97/519.94	c cleaning 104978 clauses out of 210129 with flag 94129488/5661206
536.26/533.15	c cleaning 106050 clauses out of 212149 with flag 96782937/5768205
552.43/549.34	c cleaning 106893 clauses out of 214099 with flag 99713166/5876205
567.49/564.47	c cleaning 108084 clauses out of 216205 with flag 102562236/5985205
583.35/580.31	c cleaning 109033 clauses out of 218121 with flag 105501452/6095205
597.14/594.19	c cleaning 109972 clauses out of 220087 with flag 108381343/6206205
611.52/608.27	c cleaning 110851 clauses out of 222116 with flag 110515794/6318206
624.79/621.55	c cleaning 112097 clauses out of 224264 with flag 112776201/6431205
636.28/633.04	c cleaning 113065 clauses out of 226169 with flag 113668621/6545207
648.56/645.35	c cleaning 113912 clauses out of 228102 with flag 115044330/6660205
665.02/661.86	c cleaning 115070 clauses out of 230190 with flag 118331873/6776205
680.58/677.38	c cleaning 116038 clauses out of 232119 with flag 121337568/6893205
694.56/691.33	c cleaning 116883 clauses out of 234081 with flag 123514136/7011205
710.73/707.55	c cleaning 118064 clauses out of 236198 with flag 126977547/7130205
723.81/720.62	c cleaning 119034 clauses out of 238134 with flag 129180992/7250206
740.69/737.50	c cleaning 119957 clauses out of 240100 with flag 132409796/7371206
756.56/753.44	c cleaning 121009 clauses out of 242141 with flag 135742941/7493205
773.92/770.74	c cleaning 121989 clauses out of 244132 with flag 139470329/7616205
788.31/785.12	c cleaning 122939 clauses out of 246142 with flag 141897483/7740205
806.07/802.92	c cleaning 123963 clauses out of 248203 with flag 144649577/7865205
825.04/821.94	c cleaning 125076 clauses out of 250240 with flag 148003250/7991205
840.62/837.53	c cleaning 126022 clauses out of 252163 with flag 151100719/8118205
858.49/855.49	c cleaning 127065 clauses out of 254143 with flag 154790859/8246207
874.66/871.68	c cleaning 127819 clauses out of 256075 with flag 157456893/8375205
896.49/893.37	c cleaning 129112 clauses out of 258255 with flag 161337004/8505205
918.76/915.67	c cleaning 130019 clauses out of 260143 with flag 164065089/8636205
936.83/933.72	c cleaning 130986 clauses out of 262123 with flag 167943464/8768205
959.29/956.21	c cleaning 132009 clauses out of 264136 with flag 171631588/8901205
978.36/975.38	c cleaning 132973 clauses out of 266127 with flag 174770271/9035205
993.93/990.99	c cleaning 133920 clauses out of 268155 with flag 177082270/9170207
1013.90/1010.99	c cleaning 135031 clauses out of 270233 with flag 180023975/9306205
1034.73/1031.68	c cleaning 136055 clauses out of 272202 with flag 183105372/9443205
1054.50/1051.42	c cleaning 136912 clauses out of 274146 with flag 186487187/9581205
1078.36/1075.36	c cleaning 138023 clauses out of 276233 with flag 190300992/9720205
1100.04/1097.07	c cleaning 139087 clauses out of 278211 with flag 194175805/9860206
1117.50/1114.53	c cleaning 139914 clauses out of 280122 with flag 196786297/10001205
1138.76/1135.86	c cleaning 140973 clauses out of 282207 with flag 200953035/10143205
1159.76/1156.78	c cleaning 141977 clauses out of 284233 with flag 204599845/10286205
1181.04/1178.05	c cleaning 143021 clauses out of 286255 with flag 208486144/10430205
1199.20/1196.27	c cleaning 143910 clauses out of 288235 with flag 210615296/10575206
1221.77/1218.89	c cleaning 144987 clauses out of 290323 with flag 214572583/10721205
1242.95/1240.09	c cleaning 146058 clauses out of 292336 with flag 217414648/10868205
1267.80/1264.91	c cleaning 146986 clauses out of 294277 with flag 221497779/11016205
1292.05/1289.22	c cleaning 148103 clauses out of 296290 with flag 225778041/11165205
1316.33/1313.57	c cleaning 149082 clauses out of 298187 with flag 229597058/11315205
1335.10/1332.35	c cleaning 149885 clauses out of 300104 with flag 232853309/11466205
1358.15/1355.46	c cleaning 151065 clauses out of 302218 with flag 236611351/11618205
1385.10/1382.48	c cleaning 152045 clauses out of 304152 with flag 240793448/11771205
1407.15/1404.57	c cleaning 153010 clauses out of 306107 with flag 243614388/11925205
1433.51/1430.46	c cleaning 154004 clauses out of 308097 with flag 248429977/12080206
1458.77/1455.72	c cleaning 155028 clauses out of 310091 with flag 252409216/12236205
1481.64/1478.63	c cleaning 155884 clauses out of 312062 with flag 256353181/12393205
1504.40/1501.46	c cleaning 157081 clauses out of 314178 with flag 260402125/12551205
1526.07/1523.11	c cleaning 158017 clauses out of 316096 with flag 263987156/12710205
1548.12/1545.17	c cleaning 159029 clauses out of 318078 with flag 267782974/12870205
1569.18/1566.23	c cleaning 159968 clauses out of 320048 with flag 270453694/13031205
1596.24/1593.37	c cleaning 160959 clauses out of 322079 with flag 274476360/13193205
1624.01/1621.18	c cleaning 162053 clauses out of 324119 with flag 278332375/13356205
1653.75/1650.96	c cleaning 162843 clauses out of 326065 with flag 282519375/13520205
1678.92/1676.18	c cleaning 163977 clauses out of 328222 with flag 286424707/13685205
1704.76/1702.09	c cleaning 165031 clauses out of 330247 with flag 291130008/13851208
1729.34/1726.51	c cleaning 166091 clauses out of 332212 with flag 295545950/14018205
1758.70/1755.90	c cleaning 167047 clauses out of 334121 with flag 299906910/14186206
1788.05/1785.31	c cleaning 168008 clauses out of 336072 with flag 304229485/14355205
1815.41/1812.75	c cleaning 169026 clauses out of 338063 with flag 307893257/14525205
1843.27/1840.61	c cleaning 169973 clauses out of 340036 with flag 311931338/14696205
1873.22/1870.64	c cleaning 170999 clauses out of 342062 with flag 316652124/14868205
1898.08/1895.50	c cleaning 171975 clauses out of 344062 with flag 320241831/15041205
1924.49/1921.89	c cleaning 172876 clauses out of 346086 with flag 324618081/15215205
1949.76/1947.11	c cleaning 174086 clauses out of 348210 with flag 329252609/15390206
1976.70/1974.12	c cleaning 175043 clauses out of 350122 with flag 333794800/15566205
2004.64/2002.18	c cleaning 176028 clauses out of 352077 with flag 338118871/15743205
2034.47/2032.10	c cleaning 176927 clauses out of 354048 with flag 342857466/15921205
2063.40/2061.10	c cleaning 177952 clauses out of 356120 with flag 347296878/16100205
2093.03/2090.79	c cleaning 179045 clauses out of 358167 with flag 352191259/16280205
2124.67/2122.43	c cleaning 180063 clauses out of 360125 with flag 356862751/16461209
2155.64/2153.30	c cleaning 180887 clauses out of 362057 with flag 360758447/16643205
2186.29/2184.06	c cleaning 181982 clauses out of 364171 with flag 365997891/16826207
2212.95/2210.73	c cleaning 182976 clauses out of 366185 with flag 370220206/17010205
2242.58/2240.40	c cleaning 183959 clauses out of 368208 with flag 375081654/17195205
2269.92/2267.86	c cleaning 185101 clauses out of 370247 with flag 379273826/17381205
2300.46/2298.45	c cleaning 186009 clauses out of 372145 with flag 383911935/17568205
2331.22/2329.11	c cleaning 186951 clauses out of 374134 with flag 388304396/17756205
2360.47/2358.49	c cleaning 187950 clauses out of 376184 with flag 392390058/17945207
2391.02/2389.08	c cleaning 189003 clauses out of 378232 with flag 397538124/18135206
2420.77/2418.82	c cleaning 189941 clauses out of 380226 with flag 402340332/18326205
2451.62/2449.73	c cleaning 191132 clauses out of 382283 with flag 407476640/18518205
2482.98/2481.13	c cleaning 192059 clauses out of 384150 with flag 411397773/18711205
2513.36/2511.04	c cleaning 192959 clauses out of 386090 with flag 415409267/18905205
2545.39/2543.17	c cleaning 193977 clauses out of 388129 with flag 420610111/19100205
2576.13/2573.96	c cleaning 195030 clauses out of 390152 with flag 425194821/19296206
2607.66/2605.53	c cleaning 196028 clauses out of 392119 with flag 430250742/19493205
2639.49/2637.46	c cleaning 196969 clauses out of 394091 with flag 435137057/19691206
2671.17/2669.03	c cleaning 197910 clauses out of 396121 with flag 440254981/19890207
2704.02/2701.90	c cleaning 199063 clauses out of 398207 with flag 445119638/20090205
2737.05/2735.04	c cleaning 199929 clauses out of 400142 with flag 450034598/20291205
2770.78/2768.84	c cleaning 200962 clauses out of 402211 with flag 455195094/20493205
2801.01/2799.16	c cleaning 201978 clauses out of 404249 with flag 459879103/20696207
2831.74/2829.97	c cleaning 203071 clauses out of 406267 with flag 464836764/20900205
2862.37/2860.56	c cleaning 204059 clauses out of 408197 with flag 469893259/21105208
2895.02/2893.30	c cleaning 205001 clauses out of 410133 with flag 475190137/21311205
2925.97/2924.20	c cleaning 206036 clauses out of 412132 with flag 480032124/21518207
2959.11/2957.43	c cleaning 206965 clauses out of 414092 with flag 485122364/21726205
2991.45/2989.88	c cleaning 208008 clauses out of 416124 with flag 490027180/21935205
3022.68/3021.17	c cleaning 209026 clauses out of 418114 with flag 495076496/22145205
3054.51/3053.05	c cleaning 209911 clauses out of 420085 with flag 500059729/22356205
3085.42/3083.91	c cleaning 210989 clauses out of 422172 with flag 505127362/22568205
3116.46/3115.09	c cleaning 212087 clauses out of 424183 with flag 509978959/22781209
3147.98/3146.65	c cleaning 213021 clauses out of 426092 with flag 515153726/22995207
3180.31/3179.02	c cleaning 213989 clauses out of 428066 with flag 520265444/23210205
3211.74/3210.50	c cleaning 214889 clauses out of 430074 with flag 525302089/23426205
3243.27/3242.12	c cleaning 216037 clauses out of 432183 with flag 530035765/23643206
3273.70/3272.62	c cleaning 217064 clauses out of 434142 with flag 534972537/23861205
3304.23/3303.29	c cleaning 217994 clauses out of 436075 with flag 539678108/24080205
3336.14/3335.20	c cleaning 218979 clauses out of 438078 with flag 544944630/24300205
3366.38/3365.48	c cleaning 219980 clauses out of 440095 with flag 550103334/24521205
3396.05/3395.18	c cleaning 220980 clauses out of 442112 with flag 555395172/24743205
3425.79/3424.93	c cleaning 222043 clauses out of 444128 with flag 560638296/24966205
3454.84/3454.08	c cleaning 223008 clauses out of 446080 with flag 565862884/25190205
3484.99/3484.23	c cleaning 224023 clauses out of 448068 with flag 570625343/25415205
3515.34/3514.63	c cleaning 224998 clauses out of 450042 with flag 575322114/25641206
3544.10/3543.48	c cleaning 225962 clauses out of 452038 with flag 579837901/25868205
3571.90/3571.18	c cleaning 226999 clauses out of 454072 with flag 584490047/26096206
3600.03/3599.32	c starts		: 87102
3600.03/3599.32	c conflicts		: 26325205
3600.03/3599.32	c decisions		: 513191897
3600.03/3599.32	c propagations		: 2099036174
3600.03/3599.32	c inspects		: 44514651073
3600.03/3599.32	c shortcuts		: 0
3600.03/3599.32	c learnt literals	: 175
3600.03/3599.32	c learnt binary clauses	: 655
3600.03/3599.32	c learnt ternary clauses	: 315510
3600.03/3599.32	c learnt constraints	: 26325030
3600.03/3599.32	c ignored constraints	: 0
3600.03/3599.32	c root simplifications	: 0
3600.03/3599.32	c removed literals (reason simplification)	: 0
3600.03/3599.32	c reason swapping (by a shorter reason)	: 0
3600.03/3599.32	c Calls to reduceDB	: 225
3600.03/3599.32	c Number of update (reduction) of LBD	: 16899302
3600.03/3599.32	c Imported unit clauses	: 0
3600.03/3599.32	c No decision after first conflict	: false
3600.03/3599.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3599.32	c number of learned constraints concerned by reduction	: 0
3600.03/3599.32	c number of learning phase by resolution	: 0
3600.03/3599.32	c number of learning phase by cutting planes	: 0
3600.03/3599.32	c number of rounding to 1 operations	: 0
3600.03/3599.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3599.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3599.32	c number of right shift for reduction by power 2 	: 0
3600.03/3599.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3599.32	c number of ending skipping 	: 0
3600.03/3599.32	c number of internal skipping 	: 0
3600.03/3599.32	c number of derivation steps 	: 0
3600.03/3599.32	c number of skipped derivation steps 	: 0
3600.03/3599.32	c number of remaining unassigned 	: 0
3600.03/3599.32	c number of remaining assigned 	: 0
3600.03/3599.32	c number of falsified literals weakened from reason	: 0
3600.03/3599.32	c number of falsified literals weakened from conflict	: 0
3600.03/3599.32	c time for arithmetic operations	: 0
3600.03/3599.33	c minimum degree of deleted constraints	: null
3600.03/3599.33	c maximum degree of deleted constraints	: null
3600.03/3599.33	c number of deleted constraints	: 0
3600.03/3599.33	c speed (assignments/second)	: 583253.8652754028
3600.03/3599.33	c non guided choices	: 982
3600.03/3599.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 455411
3600.03/3599.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 655
3600.03/3599.40	s SATISFIABLE
3600.03/3599.40	c Found 1 solution(s)
3600.03/3599.40	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 
3600.24/3599.40	c objective function=17
3600.24/3599.40	c Total wall clock time (in seconds): 3599.282

Verifier Data

OK	17

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=989618, runsolver pid=989615

[startup+0.100327 s]*
/proc/loadavg: 4.14 4.16 4.09 6/332 989636
/proc/meminfo: memFree=121250280/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=18975048 memory=62660 CPUtime=0.13 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 7212 0 0 0 12 1 0 0 20 0 18 0 192471290 19430449152 15665 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4743762 15665 5552 1 0 549334 0
[pid=989618/tid=989620] ppid=989615 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 1078198336 5735 0 0 0 7 1 0 0 20 0 18 0 192471290 19430449152 15665 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192471292 19430449152 15665 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192471293 19430449152 15665 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62660 KiB

[startup+0.206279 s]*
/proc/loadavg: 4.14 4.16 4.09 7/332 989636
/proc/meminfo: memFree=121230956/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=18975048 memory=83688 CPUtime=0.33 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 8298 0 0 0 31 2 0 0 20 0 18 0 192471290 19430449152 20922 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4743762 20922 5846 1 0 550115 0
[pid=989618/tid=989620] ppid=989615 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 5905 0 0 0 17 1 0 0 20 0 18 0 192471290 19430449152 20922 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=18975048 memory=14994 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192471292 19430449152 20922 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192471293 19430449152 20922 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83688 KiB

[startup+0.310293 s]*
/proc/loadavg: 4.14 4.16 4.09 7/332 989636
/proc/meminfo: memFree=121188460/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=18975048 memory=124980 CPUtime=0.54 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 9234 0 0 0 50 4 0 0 20 0 18 0 192471290 19430449152 31245 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4743762 31245 5846 1 0 550654 0
[pid=989618/tid=989620] ppid=989615 vsize=18975048 memory=-8817032548565951164 CPUtime=0.28 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 5925 0 0 0 25 3 0 0 20 0 18 0 192471290 19430449152 31245 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192471292 19430449152 31245 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192471293 19430449152 31245 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124980 KiB

[startup+0.704175 s]
/proc/loadavg: 4.14 4.16 4.09 7/334 989638
/proc/meminfo: memFree=121144352/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=187328 CPUtime=1.29 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 16287 0 0 0 123 6 0 0 20 0 20 0 192471290 19566772224 46832 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 46832 5900 1 0 555422 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=5560 CPUtime=0.62 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 6092 0 0 0 59 3 0 0 20 0 20 0 192471290 19566772224 46832 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 46832 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=280040592171688 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 46832 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 46832 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187328 KiB

[startup+1.50628 s]
/proc/loadavg: 4.14 4.16 4.09 6/334 989638
/proc/meminfo: memFree=121122456/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=191200 CPUtime=2.89 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 22877 0 0 0 282 7 0 0 20 0 20 0 192471290 19566772224 47800 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 47800 5900 1 0 556129 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=13012 CPUtime=1.42 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 7106 0 0 0 138 4 0 0 20 0 20 0 192471290 19566772224 47800 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 47800 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 47800 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=280040592024848 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 47800 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191200 KiB

[startup+3.10633 s]
/proc/loadavg: 4.13 4.16 4.09 5/334 989640
/proc/meminfo: memFree=121121832/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=191324 CPUtime=4.76 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 23422 0 0 0 469 7 0 0 20 0 20 0 192471290 19566772224 47831 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 47831 5900 1 0 556130 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=0 CPUtime=3 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 7408 0 0 0 296 4 0 0 20 0 20 0 192471290 19566772224 47831 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 47831 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 47831 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 47831 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191324 KiB

[startup+6.30028 s]
/proc/loadavg: 4.13 4.16 4.09 5/334 989640
/proc/meminfo: memFree=121119032/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=194380 CPUtime=8.09 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 25010 0 0 0 802 7 0 0 20 0 20 0 192471290 19566772224 48595 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 48595 5927 1 0 556131 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=13012 CPUtime=6.17 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 7477 0 0 0 613 4 0 0 20 0 20 0 192471290 19566772224 48595 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 48595 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=-6163001859702092992 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 48595 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=191200 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 48595 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194380 KiB

[startup+12.7014 s]
/proc/loadavg: 4.03 4.14 4.08 4/308 989740
/proc/meminfo: memFree=123359492/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=194416 CPUtime=14.53 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 27855 0 0 0 1445 8 0 0 20 0 20 0 192471290 19566772224 48604 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 48604 5927 1 0 556131 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=0 CPUtime=12.56 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 8355 0 0 0 1252 4 0 0 20 0 20 0 192471290 19566772224 48604 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 48604 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=194416 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 48604 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 48604 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 14.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194416 KiB

[startup+25.5003 s]
/proc/loadavg: 3.79 4.08 4.07 3/282 989777
/proc/meminfo: memFree=125476832/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=243808 CPUtime=27.36 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 31563 0 0 0 2727 9 0 0 20 0 20 0 192471290 19566772224 60952 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 60952 5943 1 0 556131 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=11488 CPUtime=25.27 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 9450 0 0 0 2523 4 0 0 20 0 20 0 192471290 19566772224 60952 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=243808 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 60952 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=243744 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 60952 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=2508 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 60952 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 27.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 243808 KiB

[startup+51.1055 s]
/proc/loadavg: 3.23 3.93 4.02 3/282 989780
/proc/meminfo: memFree=125137036/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=453404 CPUtime=53.47 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 47745 0 0 0 5331 16 0 0 20 0 20 0 192471290 19566772224 113351 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 113351 5943 1 0 557218 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=13012 CPUtime=50.58 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 12033 0 0 0 5054 4 0 0 20 0 20 0 192471290 19566772224 113351 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 113351 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0

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

[startup+3282.3 s]
/proc/loadavg: 2.21 2.17 2.18 3/280 991327
/proc/meminfo: memFree=121866904/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128184 CPUtime=3283.38 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 181673 0 0 0 328195 143 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532046 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=2128184 CPUtime=3270.59 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 71770 0 0 0 327047 12 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 3944 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=32304 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3283.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128184 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 2.15 2.17 3/280 991338
/proc/meminfo: memFree=121866760/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128184 CPUtime=3343.32 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 183656 0 0 0 334187 145 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532046 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=2128184 CPUtime=3330.22 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 72613 0 0 0 333010 12 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4028 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=45656 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3343.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128184 KiB

[startup+3402.3 s]
/proc/loadavg: 2.13 2.15 2.17 3/282 991518
/proc/meminfo: memFree=121865652/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128184 CPUtime=3403.23 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 184923 0 0 0 340176 147 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532046 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=5560 CPUtime=3390.1 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 73536 0 0 0 338998 12 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4111 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3403.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128184 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.13 2.17 3/283 991530
/proc/meminfo: memFree=121865012/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128184 CPUtime=3463.12 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 185841 0 0 0 346164 148 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532046 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=5560 CPUtime=3449.98 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 74320 0 0 0 344986 12 0 0 20 0 20 0 192471290 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4179 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=45656 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532046 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3463.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128184 KiB

[startup+3522.3 s]
/proc/loadavg: 2.19 2.15 2.17 3/285 991598
/proc/meminfo: memFree=121864212/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128188 CPUtime=3523.03 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 187045 0 0 0 352153 150 0 0 20 0 20 0 192471290 19566772224 532047 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532047 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=45656 CPUtime=3509.85 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 75251 0 0 0 350973 12 0 0 20 0 20 0 192471290 19566772224 532047 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532047 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=39384 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4259 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532047 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=2128184 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532047 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3523.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128188 KiB

[startup+3582.3 s]
/proc/loadavg: 2.18 2.15 2.17 3/283 991610
/proc/meminfo: memFree=121863516/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128196 CPUtime=3583.07 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 188791 0 0 0 358155 152 0 0 20 0 20 0 192471290 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532049 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=2128196 CPUtime=3569.58 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 75889 0 0 0 356946 12 0 0 20 0 20 0 192471290 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=2128196 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4344 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=45656 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3583.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.3 s]
/proc/loadavg: 2.42 2.21 2.19 3/283 991747
/proc/meminfo: memFree=123691844/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19108176 memory=2128196 CPUtime=3600.03 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 189031 0 0 0 359851 152 0 0 20 0 20 0 192471290 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4777044 532049 5958 1 0 560624 0
[pid=989618/tid=989620] ppid=989615 vsize=19108176 memory=11488 CPUtime=3586.54 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 76125 0 0 0 358642 12 0 0 20 0 20 0 192471290 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19108176 memory=2128196 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192471292 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4344 0 0 0 0 0 0 0 20 0 20 0 192471293 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989638] ppid=989615 vsize=19108176 memory=1976 CPUtime=0 cores=4,6
/proc/989618/task/989638/stat : 989638 (Timer-0) S 989615 989618 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192471338 19566772224 532049 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2128196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.73 s, system=1.53773 s

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

[startup+3599.41 s]
/proc/loadavg: 2.42 2.21 2.19 3/283 991747
/proc/meminfo: memFree=123691844/131524600 swapFree=131071996/131071996
[pid=989618] ppid=989615 vsize=19307868 memory=2128844 CPUtime=3600.24 cores=4,6
/proc/989618/stat : 989618 (java) S 989615 989618 987379 0 -1 1077936128 191708 0 0 0 359872 152 0 0 20 0 21 0 192471290 19771256832 532211 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
/proc/989618/statm: 4826967 532211 5957 1 0 561511 0
[pid=989618/tid=989620] ppid=989615 vsize=19307868 memory=-8817032548565951164 CPUtime=3586.64 cores=4,6
/proc/989618/task/989620/stat : 989620 (java) R 989615 989618 987379 0 -1 4194368 76129 0 0 0 358652 12 0 0 20 0 21 0 192471290 19771256832 532211 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989629] ppid=989615 vsize=19307868 memory=5560 CPUtime=0 cores=4,6
/proc/989618/task/989629/stat : 989629 (Finalizer) S 989615 989618 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192471292 19771256832 532211 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
[pid=989618/tid=989636] ppid=989615 vsize=19307868 memory=2636 CPUtime=0 cores=4,6
/proc/989618/task/989636/stat : 989636 (Common-Cleaner) S 989615 989618 987379 0 -1 1077936192 4344 0 0 0 0 0 0 0 20 0 21 0 192471293 19771256832 532211 134679101440 93841448284160 93841448287856 140721593100688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93841448295672 93841448296464 93841481756672 140721593107462 140721593107552 140721593107552 140721593114568 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2128844 KiB

Child status: 143

Real time (s): 3599.42
CPU time (s): 3600.26
CPU user time (s): 3598.73
CPU system time (s): 1.53773
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2128844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.73
system time used= 1.53773
maximum resident set size= 2129656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104889
involuntary context switches= 2196


# summary of solver processes directly reported to runsolver:
#   pid: 989618
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.73
#   total CPU system time (s): 1.53773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7947 second user time and 11.7642 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 17:31:59
IDJOB=4449862
IDBENCH=176150
IDSOLVER=3058
FILE ID=nodeC016/4449862-1721403107
RUNJOBID= nodeC016-1721399514-987390
SLURM_JOB_ID= 7545428
Free space on /tmp= 890076 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=19-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-4449862-1721403107/watcher-4449862-1721403107 -o /tmp/evaluation-result-4449862-1721403107/solver-4449862-1721403107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721399514-987390 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4449862-1721403107.opb

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

MD5SUM BENCH= 9b7954cd6dc14b590c17dd19cf5c91cb
RANDOM SEED=586423970

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		: 3656.303
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		: 3687.914
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		: 3600.573
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		: 3600.050
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		: 3649.268
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		: 3688.048
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		: 3651.952
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		: 3599.891
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:        121292180 kB
MemAvailable:   125094492 kB
Buffers:          392208 kB
Cached:          4252240 kB
SwapCached:            0 kB
Active:           643324 kB
Inactive:        8959976 kB
Active(anon):       1560 kB
Inactive(anon):  5003196 kB
Active(file):     641764 kB
Inactive(file):  3956780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2688 kB
Writeback:            20 kB
AnonPages:       4957360 kB
Mapped:           127580 kB
Shmem:             45912 kB
KReclaimable:      86832 kB
Slab:             198680 kB
SReclaimable:      86832 kB
SUnreclaim:       111848 kB
KernelStack:        5068 kB
PageTables:        20152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7438008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72256 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4610048 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= 890080 MiB
End job on nodeC016 at 2024-07-19 18:31:58