Trace number 4449882

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 2024 2024-07-07OPT cert.17 2250.61 2254.63

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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version CUSTOM.v20240707
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.23	c sun.arch.data.model	64
0.11/0.23	c java.version		22.0.1
0.11/0.23	c os.name		Linux
0.11/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.23	c os.arch		amd64
0.29/0.23	c Free memory 		2113181440
0.29/0.23	c Max memory 		16282288128
0.29/0.24	c Total memory 		2122317824
0.29/0.25	c Number of processors 	2
0.46/0.34	--- Begin Solver configuration ---
0.46/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.46/0.34	Learn all clauses as in MiniSAT
0.46/0.34	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.34	Expensive reason simplification
0.46/0.34	Glucose 2.1 dynamic restart strategy
0.46/0.34	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.46/0.34	timeout=2147483s
0.46/0.34	DB Simplification allowed=false
0.46/0.34	Listener: none
0.46/0.34	--- End Solver configuration ---
0.46/0.34	c Pseudo Boolean Optimization by upper bound
0.46/0.34	c --- Begin Solver configuration ---
0.46/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.46/0.34	c Learn all clauses as in MiniSAT
0.46/0.34	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.34	c Expensive reason simplification
0.46/0.34	c Glucose 2.1 dynamic restart strategy
0.46/0.34	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.46/0.34	c timeout=2147483s
0.46/0.34	c DB Simplification allowed=false
0.46/0.34	c Listener: none
0.46/0.34	c --- End Solver configuration ---
0.46/0.34	c solving HOME/instance-4449882-1721844046.opb
0.46/0.34	c reading problem ... 
0.46/0.34	c using VERIPB proof format
0.46/0.35	c  objective function found
1.95/1.13	c ... done. Wall clock time 0.785s.
1.95/1.14	c declared #vars     589
1.95/1.14	c #constraints  58881
1.95/1.14	c constraints type 
1.95/1.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19
1.95/1.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19
1.95/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58843
1.95/1.14	c 58881 constraints processed.
1.95/1.17	c objective function length is 19 literals
2.30/1.31	c SATISFIABLE
2.30/1.31	c OPTIMIZING...
2.30/1.31	c Got one! Elapsed wall clock time (in seconds):0.96
2.30/1.31	o 17
4.08/2.21	c cleaning 2601 clauses out of 5205 with flag 19630/5205
5.47/2.92	c cleaning 4300 clauses out of 8605 with flag 47814/11206
6.66/3.57	c cleaning 5645 clauses out of 11304 with flag 90634/18205
7.84/4.11	c cleaning 6830 clauses out of 13659 with flag 132279/26205
8.47/4.61	c cleaning 7896 clauses out of 15829 with flag 227220/35205
9.59/5.45	c cleaning 8958 clauses out of 17933 with flag 349118/45205
10.79/6.21	c cleaning 9988 clauses out of 19975 with flag 432111/56205
11.61/7.11	c cleaning 10992 clauses out of 21987 with flag 518559/68205
12.49/7.96	c cleaning 11903 clauses out of 23995 with flag 717347/81205
13.51/8.90	c cleaning 13044 clauses out of 26104 with flag 944606/95217
14.65/10.11	c cleaning 13862 clauses out of 28048 with flag 1030596/110205
16.25/11.32	c cleaning 14930 clauses out of 30186 with flag 1141181/126205
17.49/12.48	c cleaning 16079 clauses out of 32256 with flag 1301520/143205
19.13/13.95	c cleaning 17089 clauses out of 34177 with flag 1409076/161205
20.34/15.17	c cleaning 18044 clauses out of 36088 with flag 1571949/180205
21.93/16.78	c cleaning 19009 clauses out of 38044 with flag 1704358/200205
23.75/18.53	c cleaning 20007 clauses out of 40036 with flag 1819807/221206
25.15/20.00	c cleaning 21014 clauses out of 42028 with flag 2015647/243205
27.04/22.08	c cleaning 21901 clauses out of 44017 with flag 2187680/266208
28.62/23.65	c cleaning 23053 clauses out of 46114 with flag 2373575/290206
30.47/25.43	c cleaning 23984 clauses out of 48060 with flag 2565335/315205
32.67/27.62	c cleaning 24895 clauses out of 50076 with flag 2744883/341205
34.99/29.97	c cleaning 26080 clauses out of 52181 with flag 3011173/368205
37.31/32.24	c cleaning 27006 clauses out of 54101 with flag 3274131/396205
39.60/34.53	c cleaning 28010 clauses out of 56095 with flag 3813918/425205
42.55/37.50	c cleaning 29040 clauses out of 58088 with flag 3984527/455208
44.94/39.89	c cleaning 29891 clauses out of 60045 with flag 4253547/486205
47.84/42.80	c cleaning 30964 clauses out of 62154 with flag 4523195/518205
50.63/45.56	c cleaning 32086 clauses out of 64190 with flag 4837049/551205
53.43/48.32	c cleaning 33054 clauses out of 66110 with flag 5131414/585211
56.63/51.51	c cleaning 33970 clauses out of 68051 with flag 5427839/620206
59.94/54.96	c cleaning 34934 clauses out of 70080 with flag 6203864/656205
63.34/58.35	c cleaning 36069 clauses out of 72146 with flag 6610260/693205
66.53/61.59	c cleaning 36977 clauses out of 74077 with flag 7134049/731205
70.65/65.62	c cleaning 37988 clauses out of 76100 with flag 7420326/770205
74.30/69.29	c cleaning 38928 clauses out of 78113 with flag 8352486/810206
77.59/72.57	c cleaning 40080 clauses out of 80184 with flag 8872235/851205
81.48/76.46	c cleaning 41017 clauses out of 82104 with flag 9381660/893205
85.67/80.64	c cleaning 41947 clauses out of 84087 with flag 10174196/936205
89.72/84.70	c cleaning 43063 clauses out of 86140 with flag 10570645/980205
93.31/88.38	c cleaning 44020 clauses out of 88077 with flag 10926458/1025205
97.71/92.77	c cleaning 44929 clauses out of 90057 with flag 12123799/1071205
101.87/96.88	c cleaning 45990 clauses out of 92128 with flag 12838768/1118205
106.25/101.26	c cleaning 46990 clauses out of 94138 with flag 13518885/1166205
110.84/105.85	c cleaning 47910 clauses out of 96148 with flag 14120616/1215205
116.21/111.14	c cleaning 49119 clauses out of 98239 with flag 14601765/1265206
121.28/116.35	c cleaning 50038 clauses out of 100120 with flag 14983948/1316206
126.87/121.81	c cleaning 51041 clauses out of 102084 with flag 15714354/1368208
132.70/127.57	c cleaning 52020 clauses out of 104041 with flag 16191635/1421206
138.39/133.29	c cleaning 52848 clauses out of 106021 with flag 17307099/1475206
143.87/138.73	c cleaning 54075 clauses out of 108173 with flag 19672736/1530206
150.36/144.38	c cleaning 54907 clauses out of 110096 with flag 21903607/1586205
156.82/151.80	c cleaning 56088 clauses out of 112190 with flag 22853813/1643206
162.76/157.73	c cleaning 56904 clauses out of 114101 with flag 23519128/1701205
168.75/163.73	c cleaning 58095 clauses out of 116197 with flag 24154031/1760205
175.33/170.38	c cleaning 59049 clauses out of 118102 with flag 24804496/1820205
182.26/177.24	c cleaning 60013 clauses out of 120053 with flag 25600851/1881205
189.95/185.69	c cleaning 60997 clauses out of 122040 with flag 28091507/1943205
196.63/192.30	c cleaning 61985 clauses out of 124042 with flag 30542890/2006205
202.91/198.64	c cleaning 62877 clauses out of 126057 with flag 31599167/2070205
209.70/205.30	c cleaning 64074 clauses out of 128180 with flag 32309264/2135205
217.85/213.56	c cleaning 65031 clauses out of 130106 with flag 34656919/2201205
225.33/221.00	c cleaning 65942 clauses out of 132074 with flag 37121069/2268205
232.53/228.19	c cleaning 67027 clauses out of 134134 with flag 38026029/2336207
239.51/235.18	c cleaning 68018 clauses out of 136105 with flag 38675844/2405205
247.01/242.67	c cleaning 69026 clauses out of 138088 with flag 39671801/2475206
254.19/249.85	c cleaning 69864 clauses out of 140061 with flag 40844815/2546205
262.07/257.80	c cleaning 71084 clauses out of 142197 with flag 41676202/2618205
270.94/266.52	c cleaning 72032 clauses out of 144114 with flag 43231903/2691206
279.50/275.13	c cleaning 73020 clauses out of 146081 with flag 45611482/2765205
287.76/283.48	c cleaning 74019 clauses out of 148061 with flag 47208043/2840205
296.38/291.95	c cleaning 75011 clauses out of 150043 with flag 48034500/2916206
304.95/300.59	c cleaning 75965 clauses out of 152031 with flag 49122998/2993205
314.50/310.15	c cleaning 76993 clauses out of 154069 with flag 52486740/3071208
323.20/318.75	c cleaning 78005 clauses out of 156072 with flag 55021909/3150205
333.21/328.70	c cleaning 79035 clauses out of 158073 with flag 58579706/3230212
343.25/338.78	c cleaning 80007 clauses out of 160032 with flag 61234833/3311206
352.64/348.17	c cleaning 80972 clauses out of 162023 with flag 63650037/3393205
362.69/358.23	c cleaning 81974 clauses out of 164051 with flag 67333149/3476205
372.72/368.28	c cleaning 82879 clauses out of 166076 with flag 68771524/3560205
383.09/378.61	c cleaning 83978 clauses out of 168197 with flag 71577732/3645205
392.58/388.16	c cleaning 85060 clauses out of 170218 with flag 73096675/3731205
403.78/399.34	c cleaning 86054 clauses out of 172158 with flag 76300599/3818205
413.66/409.23	c cleaning 87046 clauses out of 174103 with flag 78516085/3906205
425.92/421.52	c cleaning 87961 clauses out of 176056 with flag 81786667/3995205
436.85/432.46	c cleaning 89046 clauses out of 178095 with flag 82574888/4085205
448.21/443.84	c cleaning 89984 clauses out of 180049 with flag 83761624/4176205
459.53/455.11	c cleaning 91033 clauses out of 182067 with flag 84985582/4268207
472.66/468.26	c cleaning 92014 clauses out of 184032 with flag 88737515/4361206
484.79/480.27	c cleaning 92891 clauses out of 186018 with flag 90955832/4455206
496.14/491.65	c cleaning 93990 clauses out of 188125 with flag 94123368/4550205
508.91/504.47	c cleaning 95014 clauses out of 190134 with flag 97416994/4646205
521.61/517.10	c cleaning 95891 clauses out of 192120 with flag 99035785/4743205
534.33/529.83	c cleaning 97118 clauses out of 194238 with flag 102351095/4841215
546.71/542.20	c cleaning 97988 clauses out of 196111 with flag 103671023/4940206
558.71/554.14	c cleaning 99050 clauses out of 198125 with flag 105983329/5040208
572.58/568.09	c cleaning 100023 clauses out of 200072 with flag 109296515/5141205
585.71/581.25	c cleaning 100936 clauses out of 202048 with flag 111519088/5243205
599.02/594.44	c cleaning 102054 clauses out of 204112 with flag 112806425/5346205
614.69/610.19	c cleaning 102964 clauses out of 206057 with flag 116953609/5450205
628.54/624.05	c cleaning 104035 clauses out of 208093 with flag 120526401/5555205
642.73/638.20	c cleaning 104950 clauses out of 210058 with flag 122561179/5661206
657.43/653.01	c cleaning 106030 clauses out of 212106 with flag 125335524/5768205
673.72/669.20	c cleaning 107038 clauses out of 214075 with flag 128889877/5876205
688.95/684.58	c cleaning 108010 clauses out of 216036 with flag 132124066/5985205
703.46/699.00	c cleaning 108957 clauses out of 218027 with flag 133212452/6095206
719.48/715.07	c cleaning 109983 clauses out of 220068 with flag 136738140/6206205
735.63/731.21	c cleaning 110941 clauses out of 222085 with flag 139867110/6318205
752.50/748.08	c cleaning 112071 clauses out of 224142 with flag 144282337/6431205
767.85/763.44	c cleaning 112993 clauses out of 226071 with flag 145608627/6545205
784.82/780.34	c cleaning 113998 clauses out of 228077 with flag 149358648/6660205
803.58/804.39	c cleaning 115039 clauses out of 230078 with flag 152835409/6776205
821.14/821.95	c cleaning 115928 clauses out of 232038 with flag 156225601/6893205
838.50/839.29	c cleaning 116952 clauses out of 234109 with flag 159755892/7011205
854.87/855.63	c cleaning 117966 clauses out of 236156 with flag 163518484/7130205
871.54/872.41	c cleaning 118976 clauses out of 238189 with flag 167726318/7250205
888.73/889.59	c cleaning 120091 clauses out of 240212 with flag 172006415/7371205
906.34/907.34	c cleaning 120903 clauses out of 242122 with flag 175266138/7493207
922.46/923.57	c cleaning 122051 clauses out of 244217 with flag 179083097/7616206
939.94/940.95	c cleaning 123053 clauses out of 246164 with flag 182712467/7740205
956.44/957.54	c cleaning 123974 clauses out of 248110 with flag 185778611/7865205
974.89/975.90	c cleaning 125052 clauses out of 250135 with flag 190010411/7991205
992.20/993.20	c cleaning 126034 clauses out of 252082 with flag 192128422/8118205
1010.76/1011.86	c cleaning 126915 clauses out of 254047 with flag 196157176/8246205
1028.76/1029.95	c cleaning 128047 clauses out of 256131 with flag 199556832/8375205
1047.26/1048.46	c cleaning 128956 clauses out of 258083 with flag 204043808/8505205
1066.41/1067.63	c cleaning 130061 clauses out of 260125 with flag 208171239/8636205
1085.56/1087.12	c cleaning 130975 clauses out of 262063 with flag 212129278/8768205
1105.20/1106.70	c cleaning 132043 clauses out of 264086 with flag 216378695/8901205
1124.82/1126.47	c cleaning 133001 clauses out of 266043 with flag 220749864/9035206
1144.13/1145.70	c cleaning 134010 clauses out of 268039 with flag 225186522/9170205
1162.11/1163.69	c cleaning 134967 clauses out of 270029 with flag 229160877/9306207
1181.02/1182.60	c cleaning 135992 clauses out of 272058 with flag 233334347/9443205
1200.93/1202.69	c cleaning 136901 clauses out of 274066 with flag 235768632/9581205
1220.44/1222.14	c cleaning 137974 clauses out of 276163 with flag 240149354/9720205
1240.24/1242.03	c cleaning 139083 clauses out of 278188 with flag 244451017/9860205
1259.84/1261.75	c cleaning 140017 clauses out of 280103 with flag 249405312/10001205
1280.05/1281.94	c cleaning 141016 clauses out of 282084 with flag 254493214/10143205
1300.75/1302.75	c cleaning 141975 clauses out of 284066 with flag 258563068/10286205
1320.55/1322.55	c cleaning 143025 clauses out of 286089 with flag 262864402/10430205
1343.49/1345.58	c cleaning 143987 clauses out of 288062 with flag 267587733/10575205
1366.09/1368.29	c cleaning 145013 clauses out of 290073 with flag 272259155/10721205
1388.29/1390.42	c cleaning 145963 clauses out of 292058 with flag 277000294/10868205
1409.84/1412.09	c cleaning 147013 clauses out of 294093 with flag 281158876/11016205
1429.54/1431.78	c cleaning 148029 clauses out of 296078 with flag 286262731/11165205
1451.53/1453.82	c cleaning 148956 clauses out of 298046 with flag 290819767/11315205
1474.67/1476.98	c cleaning 150044 clauses out of 300088 with flag 295701741/11466205
1495.01/1497.37	c cleaning 151004 clauses out of 302042 with flag 300130462/11618205
1516.74/1519.13	c cleaning 151966 clauses out of 304035 with flag 305091430/11771205
1538.15/1540.52	c cleaning 153030 clauses out of 306067 with flag 310239848/11925205
1558.81/1561.26	c cleaning 153985 clauses out of 308035 with flag 315340522/12080206
1581.62/1584.08	c cleaning 154997 clauses out of 310049 with flag 320564133/12236207
1603.91/1606.48	c cleaning 155941 clauses out of 312047 with flag 325554068/12393205
1626.05/1628.59	c cleaning 157033 clauses out of 314104 with flag 330058393/12551206
1648.05/1650.63	c cleaning 158016 clauses out of 316068 with flag 335624233/12710205
1671.79/1674.33	c cleaning 158936 clauses out of 318049 with flag 340507414/12870205
1693.99/1696.61	c cleaning 160025 clauses out of 320110 with flag 345427004/13031205
1716.74/1719.40	c cleaning 160951 clauses out of 322082 with flag 350616940/13193205
1738.96/1741.60	c cleaning 162031 clauses out of 324128 with flag 356158448/13356205
1762.17/1764.93	c cleaning 162934 clauses out of 326093 with flag 361374299/13520205
1785.20/1787.91	c cleaning 164060 clauses out of 328156 with flag 366553922/13685205
1809.25/1812.06	c cleaning 165029 clauses out of 330092 with flag 371469586/13851205
1831.48/1834.23	c cleaning 166024 clauses out of 332060 with flag 376387827/14018206
1854.32/1857.60	c cleaning 167010 clauses out of 334031 with flag 381576157/14186205
1876.88/1880.12	c cleaning 167928 clauses out of 336017 with flag 386142140/14355205
1899.61/1902.99	c cleaning 169020 clauses out of 338085 with flag 391248520/14525205
1923.08/1926.36	c cleaning 169968 clauses out of 340060 with flag 396025861/14696205
1946.38/1949.71	c cleaning 170986 clauses out of 342087 with flag 400953524/14868205
1969.93/1974.08	c cleaning 172004 clauses out of 344096 with flag 405581368/15041205
1992.48/1996.50	c cleaning 172982 clauses out of 346086 with flag 410639942/15215205
2014.28/2018.47	c cleaning 173978 clauses out of 348099 with flag 415390215/15390205
2036.49/2040.61	c cleaning 175052 clauses out of 350114 with flag 420079691/15566205
2058.68/2062.94	c cleaning 176012 clauses out of 352055 with flag 424508422/15743206
2081.25/2085.46	c cleaning 176979 clauses out of 354036 with flag 428907893/15921206
2103.63/2107.99	c cleaning 177987 clauses out of 356046 with flag 433177241/16100205
2126.76/2130.43	c cleaning 179006 clauses out of 358050 with flag 437361805/16280205
2148.56/2152.35	c cleaning 179984 clauses out of 360032 with flag 441387439/16461205
2169.87/2173.61	c cleaning 180963 clauses out of 362034 with flag 445131466/16643205
2192.57/2196.49	c cleaning 182006 clauses out of 364054 with flag 448542373/16826205
2215.22/2219.39	c cleaning 183002 clauses out of 366026 with flag 451584248/17010207
2240.51/2244.60	c cleaning 183984 clauses out of 368002 with flag 454043143/17195205
2250.50/2254.56	c starts		: 30775
2250.50/2254.56	c conflicts		: 17274810
2250.50/2254.56	c decisions		: 275312617
2250.50/2254.56	c propagations		: 1426716710
2250.50/2254.56	c inspects		: 24228217211
2250.50/2254.56	c shortcuts		: 0
2250.50/2254.56	c learnt literals	: 303
2250.50/2254.56	c learnt binary clauses	: 10650
2250.50/2254.56	c learnt ternary clauses	: 4381947
2250.50/2254.56	c learnt constraints	: 17274506
2250.50/2254.56	c ignored constraints	: 0
2250.50/2254.56	c root simplifications	: 0
2250.50/2254.56	c removed literals (reason simplification)	: 99718672
2250.50/2254.56	c reason swapping (by a shorter reason)	: 0
2250.50/2254.56	c Calls to reduceDB	: 181
2250.50/2254.56	c Number of update (reduction) of LBD	: 12150033
2250.50/2254.56	c Imported unit clauses	: 0
2250.50/2254.56	c No decision after first conflict	: false
2250.50/2254.56	c number of reductions to clauses (during analyze)	: 0
2250.50/2254.56	c number of learned constraints concerned by reduction	: 0
2250.50/2254.56	c number of learning phase by resolution	: 0
2250.50/2254.56	c number of learning phase by cutting planes	: 0
2250.50/2254.56	c number of rounding to 1 operations	: 0
2250.50/2254.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2250.50/2254.56	c number of reductions of the coefficients by power 2 	: 0
2250.50/2254.56	c number of right shift for reduction by power 2 	: 0
2250.50/2254.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
2250.50/2254.56	c number of ending skipping 	: 0
2250.50/2254.56	c number of internal skipping 	: 0
2250.50/2254.56	c number of derivation steps 	: 0
2250.50/2254.56	c number of skipped derivation steps 	: 0
2250.50/2254.56	c number of remaining unassigned 	: 0
2250.50/2254.56	c number of remaining assigned 	: 0
2250.50/2254.56	c number of falsified literals weakened from reason	: 0
2250.50/2254.56	c number of falsified literals weakened from conflict	: 0
2250.50/2254.56	c time for arithmetic operations	: 0
2250.50/2254.56	c minimum degree of deleted constraints	: null
2250.50/2254.56	c maximum degree of deleted constraints	: null
2250.50/2254.56	c number of deleted constraints	: 0
2250.50/2254.56	c speed (assignments/second)	: 633146.3146851656
2250.50/2254.56	c non guided choices	: 1408
2250.50/2254.56	s OPTIMUM FOUND
2250.50/2254.56	c Found 1 solution(s)
2250.50/2254.56	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 
2250.50/2254.58	c objective function=17
2250.50/2254.58	c Total wall clock time (in seconds): 2254.235

Verifier Data

OK	17

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 17 <= obj <= 17
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 17 <= obj <= 17
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 17 <= obj <= 17
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (61575 MiB free)
  memory of node 1: 64473 MiB (62291 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449882-1721844046/watcher-4449882-1721844046 -o /tmp/evaluation-result-4449882-1721844046/solver-4449882-1721844046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721844045-187300 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4449882-1721844046 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449882-1721844046.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
solver pid=187376, runsolver pid=187365
Current StackSize limit: 8192 KiB


[startup+0.101553 s]*
/proc/loadavg: 1.11 1.28 1.89 7/316 187431
/proc/meminfo: memFree=126734536/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=18975048 memory=54516 CPUtime=0.11 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 6314 0 0 0 7 4 0 0 20 0 18 0 20393827 19430449152 13629 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4743762 13629 5452 1 0 550675 0
[pid=187376/tid=187382] ppid=187365 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 5289 0 0 0 5 2 0 0 20 0 18 0 20393828 19430449152 13817 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393834 19430449152 13817 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=18975048 memory=3833179250744360992 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393836 19430449152 13817 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54516 KiB

[startup+0.219076 s]*
/proc/loadavg: 1.11 1.28 1.89 13/316 187431
/proc/meminfo: memFree=126708392/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=18975048 memory=60656 CPUtime=0.29 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 7086 0 0 0 25 4 0 0 20 0 18 0 20393827 19430449152 15164 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4743762 15164 5675 1 0 551321 0
[pid=187376/tid=187382] ppid=187365 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 5653 0 0 0 15 3 0 0 20 0 18 0 20393828 19430449152 15164 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=18975048 memory=1276314 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393834 19430449152 15164 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393836 19430449152 15164 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60656 KiB

[startup+0.317305 s]*
/proc/loadavg: 1.11 1.28 1.89 16/316 187431
/proc/meminfo: memFree=126693696/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=18975048 memory=66172 CPUtime=0.46 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 7365 0 0 0 41 5 0 0 20 0 18 0 20393827 19430449152 16543 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4743762 16543 5732 1 0 551538 0
[pid=187376/tid=187382] ppid=187365 vsize=18975048 memory=-8815628480807740092 CPUtime=0.27 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 5839 0 0 0 24 3 0 0 20 0 18 0 20393828 19430449152 16543 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393834 19430449152 16543 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393836 19430449152 16543 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66172 KiB

[startup+0.70231 s]
/proc/loadavg: 1.11 1.28 1.89 12/316 187431
/proc/meminfo: memFree=126661408/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=18975048 memory=102280 CPUtime=1.15 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 9240 0 0 0 108 7 0 0 20 0 18 0 20393827 19430449152 25570 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4743762 25570 5825 1 0 552764 0
[pid=187376/tid=187382] ppid=187365 vsize=18975048 memory=5456 CPUtime=0.61 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 5958 0 0 0 56 5 0 0 20 0 18 0 20393828 19430449152 25570 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=18975048 memory=12620 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393834 19430449152 25570 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393836 19430449152 25570 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102280 KiB

[startup+1.5003 s]
/proc/loadavg: 1.11 1.28 1.89 11/320 187435
/proc/meminfo: memFree=126441404/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=187656 CPUtime=2.69 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 20541 0 0 0 257 12 0 0 20 0 20 0 20393827 19566772224 46914 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 46914 5879 1 0 558092 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=12620 CPUtime=1.32 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 8254 0 0 0 125 7 0 0 20 0 20 0 20393828 19566772224 46914 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 46914 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 46914 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187656 KiB

[startup+3.1063 s]
/proc/loadavg: 2.06 1.48 1.95 9/324 187439
/proc/meminfo: memFree=126175796/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=201628 CPUtime=5.87 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 23655 0 0 0 573 14 0 0 20 0 20 0 20393827 19566772224 50407 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 50407 5927 1 0 558400 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=198340509722 CPUtime=2.84 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 8753 0 0 0 276 8 0 0 20 0 20 0 20393828 19566772224 50407 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 50407 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=12620 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 50407 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=188796 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 50407 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201628 KiB

[startup+6.30034 s]
/proc/loadavg: 2.06 1.48 1.95 6/324 187439
/proc/meminfo: memFree=125344348/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=429112 CPUtime=10.89 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 26528 0 0 0 1069 20 0 0 20 0 20 0 20393827 19566772224 107278 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 107278 5927 1 0 559279 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=0 CPUtime=5.92 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 9072 0 0 0 579 13 0 0 20 0 20 0 20393828 19566772224 107278 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=12620 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 107278 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=194960 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 107278 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=336952 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 107278 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 10.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 429112 KiB

[startup+12.7004 s]
/proc/loadavg: 2.22 1.52 1.96 5/324 187441
/proc/meminfo: memFree=124009104/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=511356 CPUtime=17.92 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 33347 0 0 0 1765 27 0 0 20 0 20 0 20393827 19566772224 127839 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 127839 5927 1 0 559282 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=511356 CPUtime=12.1 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 10050 0 0 0 1194 16 0 0 20 0 20 0 20393828 19566772224 127839 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=11536 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 127839 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=6082781338512483155 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 127839 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 127839 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 17.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 511356 KiB

[startup+25.5005 s]
/proc/loadavg: 2.82 1.69 2.01 5/326 187455
/proc/meminfo: memFree=121796356/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=948972 CPUtime=30.57 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 38820 0 0 0 3016 41 0 0 20 0 20 0 20393827 19566772224 237243 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 237243 5958 1 0 665805 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=6082781338512483155 CPUtime=24.16 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 11863 0 0 0 2387 29 0 0 20 0 20 0 20393828 19566772224 237243 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 237243 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=948680 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 237243 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 237243 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 30.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 948972 KiB

[startup+51.1143 s]
/proc/loadavg: 3.22 1.88 2.06 6/326 187461
/proc/meminfo: memFree=120244496/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=1839880 CPUtime=56.24 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 42635 0 0 0 5554 70 0 0 20 0 20 0 20393827 19566772224 459970 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 459970 5958 1 0 866342 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=-8815628480807740092 CPUtime=48.77 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 13663 0 0 0 4823 54 0 0 20 0 20 0 20393828 19566772224 459970 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=1839880 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 459970 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=1839880 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 459970 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=511356 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 459970 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0

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

/proc/meminfo: memFree=102673328/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3418600 CPUtime=2198.46 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 198736 0 0 0 219315 531 0 0 20 0 20 0 20393827 19566772224 854650 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 854650 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=3346204 CPUtime=2173.1 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 95170 0 0 0 216926 384 0 0 20 0 20 0 20393828 19566772224 854650 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1143 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=3418600 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 854650 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=3418600 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 854650 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=16228 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 854650 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2198.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3418600 KiB

[startup+2254.63 s]
# the end of solver process 187376 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2245.18 s, system=5.43693 s

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

[startup+2227.2 s]
/proc/loadavg: 4.26 4.19 4.02 5/323 188470
/proc/meminfo: memFree=102551948/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420668 CPUtime=2223.18 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 201004 0 0 0 221784 534 0 0 20 0 20 0 20393827 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855167 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=3418600 CPUtime=2197.62 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 96112 0 0 0 219376 386 0 0 20 0 20 0 20393828 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1163 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=11536 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=-8815628480807740092 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=3418600 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2223.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420668 KiB

[startup+2240 s]*
/proc/loadavg: 4.21 4.18 4.02 5/323 188474
/proc/meminfo: memFree=102485800/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420668 CPUtime=2235.96 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 201172 0 0 0 223059 537 0 0 20 0 20 0 20393827 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855167 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=-8815628480807740092 CPUtime=2210.39 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 96280 0 0 0 220651 388 0 0 20 0 20 0 20393828 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1163 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=-7160299712139190396 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=19632 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=6760 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2235.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420668 KiB

[startup+2246.4 s]
/proc/loadavg: 4.19 4.18 4.02 5/323 188474
/proc/meminfo: memFree=102445916/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420668 CPUtime=2242.31 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 202095 0 0 0 223693 538 0 0 20 0 20 0 20393827 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855167 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=11536 CPUtime=2216.74 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 97059 0 0 0 221285 389 0 0 20 0 20 0 20393828 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1165 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=3420668 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=3420668 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=11536 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2242.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420668 KiB

[startup+2249.6 s]
/proc/loadavg: 4.17 4.18 4.02 5/323 188475
/proc/meminfo: memFree=102430192/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420668 CPUtime=2245.49 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 202223 0 0 0 224011 538 0 0 20 0 20 0 20393827 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855167 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=-8815628480807740092 CPUtime=2219.92 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 97187 0 0 0 221603 389 0 0 20 0 20 0 20393828 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1165 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=3420668 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=12620 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=5456 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2245.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420668 KiB

[startup+2252.8 s]
/proc/loadavg: 4.17 4.18 4.02 5/323 188475
/proc/meminfo: memFree=102415308/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420668 CPUtime=2248.69 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 202368 0 0 0 224330 539 0 0 20 0 20 0 20393827 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855167 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=60136 CPUtime=2223.11 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 97332 0 0 0 221922 389 0 0 20 0 20 0 20393828 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1165 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=5456 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=3420668 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=7163932213662214242 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855167 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2248.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420668 KiB

[startup+2253.6 s]
/proc/loadavg: 4.16 4.17 4.02 5/323 188475
/proc/meminfo: memFree=102410372/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420672 CPUtime=2249.49 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 202934 0 0 0 224410 539 0 0 20 0 20 0 20393827 19566772224 855168 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855168 5990 1 0 871647 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=60136 CPUtime=2223.92 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 97789 0 0 0 222002 390 0 0 20 0 20 0 20393828 19566772224 855168 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1165 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=5456 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855168 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=16228 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855168 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=2180 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855168 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2249.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420672 KiB

[startup+2254.4 s]
/proc/loadavg: 4.16 4.17 4.02 5/323 188475
/proc/meminfo: memFree=102405480/131655788 swapFree=131056320/131071996
[pid=187376] ppid=187365 vsize=19108176 memory=3420756 CPUtime=2250.4 cores=0,2
/proc/187376/stat : 187376 (java) S 187365 187376 187290 0 -1 1077936128 204853 0 0 0 224500 540 0 0 20 0 20 0 20393827 19566772224 855189 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
/proc/187376/statm: 4777044 855189 5990 1 0 871666 0
[pid=187376/tid=187382] ppid=187365 vsize=19108176 memory=32428 CPUtime=2224.71 cores=0,2
/proc/187376/task/187382/stat : 187382 (java) R 187365 187376 187290 0 -1 4194368 98050 0 0 0 222081 390 0 0 20 0 20 0 20393828 19566772224 855189 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1165 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187424] ppid=187365 vsize=19108176 memory=1900 CPUtime=0 cores=0,2
/proc/187376/task/187424/stat : 187424 (Finalizer) S 187365 187376 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393834 19566772224 855189 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187431] ppid=187365 vsize=19108176 memory=3364 CPUtime=0 cores=0,2
/proc/187376/task/187431/stat : 187431 (Common-Cleaner) S 187365 187376 187290 0 -1 1077936192 2306 0 0 0 0 0 0 0 20 0 20 0 20393836 19566772224 855189 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
[pid=187376/tid=187436] ppid=187365 vsize=19108176 memory=26772 CPUtime=0 cores=0,2
/proc/187376/task/187436/stat : 187436 (Timer-0) S 187365 187376 187290 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 20393945 19566772224 855189 134679101440 93999996375040 93999996378736 140736651968512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999996386552 93999996387344 94000006967296 140736651977643 140736651977825 140736651977825 140736651984840 0
Current children cumulated CPU time: 2250.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3420756 KiB

[startup+2254.61 s]*
/proc/loadavg: 4.16 4.17 4.02 7/306 188477
/proc/meminfo: memFree=105690912/131655788 swapFree=131056320/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 2254.63
CPU time (s): 2250.61
CPU user time (s): 2245.18
CPU system time (s): 5.43693
CPU usage (%): 99.8217
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3420756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2245.18
system time used= 5.43693
maximum resident set size= 3422128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5353456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69875
involuntary context switches= 16809


# summary of solver processes directly reported to runsolver:
#   pid: 187376
#   total CPU time (s): 2250.61
#   total CPU user time (s): 2245.18
#   total CPU system time (s): 5.43693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9429 second user time and 24.6393 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-24 20:00:46
IDJOB=4449882
IDBENCH=176150
IDSOLVER=3079
FILE ID=nodeC006/4449882-1721844046
RUNJOBID= nodeC006-1721844045-187300
SLURM_JOB_ID= 7891593
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution 2024 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449882-1721844046/watcher-4449882-1721844046 -o /tmp/evaluation-result-4449882-1721844046/solver-4449882-1721844046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721844045-187300 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4449882-1721844046 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449882-1721844046.opb

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

MD5SUM BENCH= 9b7954cd6dc14b590c17dd19cf5c91cb
RANDOM SEED=80488748

nodeC006.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	: 0xb00001f
cpu MHz		: 1197.098
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126868860 kB
MemAvailable:   129797788 kB
Buffers:          279796 kB
Cached:          3259936 kB
SwapCached:          244 kB
Active:          1948756 kB
Inactive:        1917544 kB
Active(anon):       1612 kB
Inactive(anon):   370196 kB
Active(file):    1947144 kB
Inactive(file):  1547348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:              5056 kB
Writeback:             8 kB
AnonPages:        326132 kB
Mapped:            90952 kB
Shmem:             45244 kB
KReclaimable:     496344 kB
Slab:             605952 kB
SReclaimable:     496344 kB
SUnreclaim:       109608 kB
KernelStack:        3684 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     753556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-24 20:38:20