Trace number 4518695

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 VeriPB 2025-06-06SAT (TO)1 3600.71 3518.82

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_501.opb
MD5SUMf08928bc284fdcbda2e5de064b6d0410
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 benchmark1
Best CPU time to get the best result obtained on this benchmark3.05771
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2004
Total number of constraints501
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)501
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 501
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 501
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 501
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.17	c java.vm.version	22.0.1+8-16
0.10/0.17	c java.vm.vendor	Oracle Corporation
0.10/0.17	c sun.arch.data.model	64
0.10/0.17	c java.version		22.0.1
0.10/0.17	c os.name		Linux
0.10/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.17	c os.arch		amd64
0.10/0.18	c Free memory 		2104792832
0.10/0.18	c Max memory 		16282288128
0.10/0.18	c Total memory 		2113929216
0.10/0.18	c Number of processors 	2
0.28/0.26	c Pseudo Boolean Optimization by upper bound
0.28/0.26	c --- Begin Solver configuration ---
0.28/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.26	c Learn all clauses as in MiniSAT
0.28/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.26	c Expensive reason simplification
0.28/0.26	c Glucose 2.1 dynamic restart strategy
0.28/0.26	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.28/0.26	c timeout=2147483s
0.28/0.26	c DB Simplification allowed=false
0.28/0.26	c Listener: none
0.28/0.26	c --- End Solver configuration ---
0.28/0.26	c solving HOME/instance-4518695-1751551256.opb
0.28/0.26	c reading problem ... 
0.38/1.49	c using VERIPB proof format
0.38/1.49	c  objective function found
0.57/1.63	c ... done. Wall clock time 1.365s.
0.57/1.63	c declared #vars     2004
0.57/1.63	c #constraints  1002
0.57/1.63	c constraints type 
0.57/1.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
0.57/1.63	c 1002 constraints processed.
0.57/1.67	c objective function length is 501 literals
1.16/1.95	c SATISFIABLE
1.16/1.95	c OPTIMIZING...
1.16/1.95	c Got one! Elapsed wall clock time (in seconds):1.696
1.16/1.95	o 1
3.91/3.31	c cleaning 2567 clauses out of 5145 with flag 27554/5145
5.29/4.09	c cleaning 4276 clauses out of 8578 with flag 60349/11145
6.67/4.76	c cleaning 5643 clauses out of 11301 with flag 101593/18144
7.66/5.26	c cleaning 6826 clauses out of 13659 with flag 146317/26145
8.64/5.74	c cleaning 7896 clauses out of 15833 with flag 195908/35145
9.45/6.34	c cleaning 8959 clauses out of 17936 with flag 255546/45144
10.06/6.95	c cleaning 9972 clauses out of 19977 with flag 317194/56144
10.76/7.65	c cleaning 10989 clauses out of 22007 with flag 385692/68146
11.46/8.39	c cleaning 11989 clauses out of 24017 with flag 461057/81145
12.30/9.12	c cleaning 12999 clauses out of 26027 with flag 538811/95144
13.10/9.92	c cleaning 13989 clauses out of 28028 with flag 625104/110144
14.00/10.87	c cleaning 15009 clauses out of 30041 with flag 721339/126146
14.98/11.79	c cleaning 15992 clauses out of 32030 with flag 826985/143144
16.04/12.79	c cleaning 17010 clauses out of 34038 with flag 924855/161144
17.14/13.89	c cleaning 17998 clauses out of 36028 with flag 1036221/180144
18.33/15.00	c cleaning 18991 clauses out of 38030 with flag 1151937/200144
19.54/16.16	c cleaning 19995 clauses out of 40039 with flag 1270235/221144
20.73/17.39	c cleaning 20989 clauses out of 42044 with flag 1395514/243144
22.13/18.72	c cleaning 22007 clauses out of 44055 with flag 1533769/266144
24.25/20.19	c cleaning 22999 clauses out of 46048 with flag 1676240/290144
25.75/21.63	c cleaning 24002 clauses out of 48050 with flag 1828671/315145
27.16/23.10	c cleaning 25002 clauses out of 50049 with flag 1982289/341146
28.74/24.66	c cleaning 25997 clauses out of 52046 with flag 2137092/368145
30.44/26.38	c cleaning 27005 clauses out of 54049 with flag 2307564/396145
32.15/28.05	c cleaning 27997 clauses out of 56043 with flag 2479472/425144
34.02/29.99	c cleaning 29009 clauses out of 58046 with flag 2661732/455144
35.92/31.82	c cleaning 29987 clauses out of 60037 with flag 2850359/486144
37.81/33.79	c cleaning 30996 clauses out of 62050 with flag 3042509/518144
39.80/35.75	c cleaning 32001 clauses out of 64054 with flag 3242050/551144
41.88/37.80	c cleaning 33006 clauses out of 66053 with flag 3444950/585144
44.08/40.03	c cleaning 33992 clauses out of 68047 with flag 3653998/620144
46.18/42.18	c cleaning 34990 clauses out of 70055 with flag 3866368/656144
48.55/44.52	c cleaning 35998 clauses out of 72066 with flag 4096356/693145
50.84/46.84	c cleaning 36999 clauses out of 74067 with flag 4330371/731144
53.15/49.16	c cleaning 38004 clauses out of 76068 with flag 4569770/770144
55.62/51.69	c cleaning 39007 clauses out of 78064 with flag 4819808/810144
58.21/54.29	c cleaning 40010 clauses out of 80059 with flag 5067316/851146
61.11/57.15	c cleaning 40993 clauses out of 82048 with flag 5330767/893145
63.82/59.84	c cleaning 42005 clauses out of 84055 with flag 5596755/936145
66.65/62.67	c cleaning 42996 clauses out of 86050 with flag 5869041/980145
69.68/65.74	c cleaning 43999 clauses out of 88054 with flag 6140042/1025145
72.67/68.71	c cleaning 45007 clauses out of 90054 with flag 6428296/1071144
77.27/73.23	c cleaning 46000 clauses out of 92047 with flag 6720104/1118144
81.32/77.23	c cleaning 46997 clauses out of 94049 with flag 7015909/1166146
85.12/81.08	c cleaning 47999 clauses out of 96050 with flag 7321725/1215144
88.79/84.68	c cleaning 48999 clauses out of 98051 with flag 7629191/1265144
92.26/88.08	c cleaning 50006 clauses out of 100052 with flag 7954033/1316144
96.34/92.09	c cleaning 51006 clauses out of 102046 with flag 8282948/1368144
102.40/98.02	c cleaning 51987 clauses out of 104040 with flag 8618771/1421144
106.16/101.82	c cleaning 53006 clauses out of 106053 with flag 8954112/1475144
109.99/105.63	c cleaning 53999 clauses out of 108048 with flag 9292899/1530145
113.87/109.47	c cleaning 54981 clauses out of 110048 with flag 9652537/1586144
118.75/114.29	c cleaning 55986 clauses out of 112068 with flag 10014727/1643145
123.33/118.84	c cleaning 57012 clauses out of 114081 with flag 10382740/1701144
127.49/122.90	c cleaning 57998 clauses out of 116069 with flag 10764714/1760144
131.80/127.18	c cleaning 59009 clauses out of 118072 with flag 11149121/1820145
135.98/131.39	c cleaning 59994 clauses out of 120063 with flag 11539547/1881145
140.58/135.86	c cleaning 60997 clauses out of 122068 with flag 11937367/1943144
146.35/141.57	c cleaning 61995 clauses out of 124072 with flag 12339987/2006145
152.05/147.13	c cleaning 63017 clauses out of 126076 with flag 12759883/2070144
156.68/151.72	c cleaning 64000 clauses out of 128059 with flag 13170812/2135144
161.63/156.75	c cleaning 65000 clauses out of 130059 with flag 13597329/2201144
167.20/162.22	c cleaning 65993 clauses out of 132063 with flag 14029612/2268148
172.14/167.13	c cleaning 66994 clauses out of 134066 with flag 14473920/2336144
177.08/172.09	c cleaning 68003 clauses out of 136072 with flag 14910362/2405144
182.75/177.76	c cleaning 68997 clauses out of 138069 with flag 15356117/2475144
188.83/183.87	c cleaning 70011 clauses out of 140074 with flag 15807977/2546146
194.24/189.24	c cleaning 71000 clauses out of 142061 with flag 16257740/2618144
199.61/194.58	c cleaning 72003 clauses out of 144062 with flag 16736903/2691145
204.97/199.88	c cleaning 72991 clauses out of 146058 with flag 17212174/2765144
210.36/205.27	c cleaning 73983 clauses out of 148067 with flag 17695342/2840144
215.91/210.77	c cleaning 75010 clauses out of 150084 with flag 18180028/2916144
221.71/216.41	c cleaning 76004 clauses out of 152075 with flag 18679493/2993145
228.10/222.73	c cleaning 77011 clauses out of 154070 with flag 19174983/3071144
235.80/230.32	c cleaning 78003 clauses out of 156059 with flag 19689387/3150144
242.36/236.96	c cleaning 78997 clauses out of 158057 with flag 20206167/3230145
248.30/242.87	c cleaning 80001 clauses out of 160060 with flag 20732252/3311145
254.59/249.08	c cleaning 80964 clauses out of 162059 with flag 21265163/3393145
261.15/255.55	c cleaning 82003 clauses out of 164095 with flag 21810169/3476145
268.65/262.94	c cleaning 83020 clauses out of 166091 with flag 22364292/3560144
275.93/270.07	c cleaning 83989 clauses out of 168071 with flag 22913146/3645144
282.96/276.99	c cleaning 85014 clauses out of 170085 with flag 23473074/3731147
290.32/284.23	c cleaning 85986 clauses out of 172069 with flag 24060450/3818145
297.90/291.83	c cleaning 86999 clauses out of 174082 with flag 24635457/3906144
304.76/298.64	c cleaning 87995 clauses out of 176084 with flag 25244031/3995145
312.46/306.36	c cleaning 89005 clauses out of 178088 with flag 25858515/4085144
320.43/314.21	c cleaning 90000 clauses out of 180084 with flag 26450184/4176145
328.20/321.93	c cleaning 91000 clauses out of 182083 with flag 27056219/4268144
336.45/330.01	c cleaning 92002 clauses out of 184083 with flag 27665521/4361144
345.36/338.85	c cleaning 93010 clauses out of 186081 with flag 28303720/4455144
355.07/348.35	c cleaning 93996 clauses out of 188071 with flag 28927350/4550144
363.53/356.89	c cleaning 95015 clauses out of 190077 with flag 29572416/4646146
371.31/364.55	c cleaning 96015 clauses out of 192061 with flag 30211012/4743145
380.11/373.33	c cleaning 96988 clauses out of 194045 with flag 30866269/4841144
387.62/380.85	c cleaning 97992 clauses out of 196057 with flag 31511642/4940144
396.93/390.19	c cleaning 99007 clauses out of 198066 with flag 32183770/5040145
407.09/400.04	c cleaning 99993 clauses out of 200060 with flag 32863032/5141146
415.11/408.10	c cleaning 101028 clauses out of 202065 with flag 33552720/5243144
423.45/416.36	c cleaning 101982 clauses out of 204038 with flag 34239272/5346145
431.85/424.63	c cleaning 102988 clauses out of 206056 with flag 34948181/5450145
441.11/433.84	c cleaning 104006 clauses out of 208072 with flag 35648241/5555149
451.12/443.79	c cleaning 104988 clauses out of 210061 with flag 36343341/5661144
461.49/454.09	c cleaning 105998 clauses out of 212073 with flag 37055522/5768144
472.00/464.45	c cleaning 107014 clauses out of 214075 with flag 37783793/5876144
481.12/473.46	c cleaning 107995 clauses out of 216062 with flag 38514209/5985145
491.81/484.05	c cleaning 108988 clauses out of 218066 with flag 39255920/6095144
502.39/494.56	c cleaning 109999 clauses out of 220079 with flag 40010201/6206145
512.20/504.22	c cleaning 111012 clauses out of 222081 with flag 40768505/6318146
522.64/514.63	c cleaning 112002 clauses out of 224069 with flag 41529375/6431146
534.39/526.04	c cleaning 113006 clauses out of 226065 with flag 42299367/6545144
545.55/537.18	c cleaning 114006 clauses out of 228059 with flag 43069524/6660144
555.15/546.62	c cleaning 115003 clauses out of 230054 with flag 43855006/6776145
564.94/556.38	c cleaning 115989 clauses out of 232051 with flag 44649011/6893145
574.91/566.27	c cleaning 116997 clauses out of 234061 with flag 45458463/7011144
584.90/576.13	c cleaning 118010 clauses out of 236065 with flag 46263602/7130145
596.51/587.73	c cleaning 118999 clauses out of 238054 with flag 47078918/7250144
606.99/598.14	c cleaning 119993 clauses out of 240056 with flag 47905560/7371145
617.62/608.52	c cleaning 121004 clauses out of 242063 with flag 48736590/7493145
627.93/618.77	c cleaning 122013 clauses out of 244058 with flag 49577599/7616144
638.35/629.13	c cleaning 122985 clauses out of 246046 with flag 50429429/7740145
651.20/642.01	c cleaning 124002 clauses out of 248061 with flag 51309774/7865145
662.52/653.23	c cleaning 124990 clauses out of 250059 with flag 52168426/7991145
673.90/664.56	c cleaning 125999 clauses out of 252070 with flag 53044810/8118146
685.71/676.32	c cleaning 126985 clauses out of 254069 with flag 53928268/8246144
698.81/689.40	c cleaning 128007 clauses out of 256084 with flag 54807117/8375144
712.44/702.96	c cleaning 129011 clauses out of 258077 with flag 55703615/8505144
725.74/716.16	c cleaning 130001 clauses out of 260066 with flag 56599714/8636144
738.74/729.10	c cleaning 130993 clauses out of 262065 with flag 57500537/8768144
750.40/740.67	c cleaning 132012 clauses out of 264072 with flag 58403136/8901144
763.11/753.23	c cleaning 133001 clauses out of 266060 with flag 59325941/9035144
777.04/767.28	c cleaning 133990 clauses out of 268060 with flag 60258894/9170145
790.97/780.94	c cleaning 134994 clauses out of 270070 with flag 61189546/9306145
805.54/795.52	c cleaning 136011 clauses out of 272076 with flag 62126234/9443145
818.54/808.40	c cleaning 136989 clauses out of 274065 with flag 63082124/9581145
831.40/821.22	c cleaning 138008 clauses out of 276076 with flag 64044580/9720145
846.13/835.97	c cleaning 139006 clauses out of 278068 with flag 65024064/9860145
861.37/851.07	c cleaning 140004 clauses out of 280061 with flag 65993984/10001144
875.58/865.21	c cleaning 140973 clauses out of 282057 with flag 66992096/10143144
888.37/877.97	c cleaning 142019 clauses out of 284086 with flag 67990596/10286146
901.73/891.17	c cleaning 143001 clauses out of 286066 with flag 68979309/10430145
914.93/904.16	c cleaning 144011 clauses out of 288065 with flag 69981618/10575145
928.28/917.47	c cleaning 145002 clauses out of 290053 with flag 70996061/10721144
942.55/931.12	c cleaning 146001 clauses out of 292053 with flag 72028423/10868146
955.87/944.41	c cleaning 146993 clauses out of 294050 with flag 73049899/11016144
970.95/959.45	c cleaning 148003 clauses out of 296057 with flag 74071327/11165144
985.78/974.22	c cleaning 148981 clauses out of 298054 with flag 75123492/11315144
1001.95/990.30	c cleaning 150004 clauses out of 300073 with flag 76177532/11466144
1017.10/1005.42	c cleaning 151013 clauses out of 302069 with flag 77231964/11618144
1033.79/1021.80	c cleaning 151999 clauses out of 304058 with flag 78296686/11771146
1049.99/1038.10	c cleaning 153015 clauses out of 306058 with flag 79366843/11925145
1066.88/1054.88	c cleaning 153975 clauses out of 308044 with flag 80457537/12080146
1083.79/1071.76	c cleaning 154992 clauses out of 310067 with flag 81542809/12236144
1098.31/1086.20	c cleaning 155996 clauses out of 312076 with flag 82642911/12393145
1112.55/1100.33	c cleaning 157006 clauses out of 314079 with flag 83758338/12551144
1129.17/1116.86	c cleaning 158005 clauses out of 316073 with flag 84866902/12710144
1145.51/1132.90	c cleaning 158997 clauses out of 318070 with flag 85995770/12870146
1163.09/1150.46	c cleaning 160007 clauses out of 320071 with flag 87132889/13031144
1179.99/1167.32	c cleaning 160986 clauses out of 322065 with flag 88290942/13193145
1197.08/1184.34	c cleaning 162009 clauses out of 324078 with flag 89454151/13356144
1212.56/1199.78	c cleaning 163002 clauses out of 326069 with flag 90604866/13520144
1229.53/1216.53	c cleaning 164011 clauses out of 328067 with flag 91761773/13685144
1247.24/1234.14	c cleaning 165001 clauses out of 330056 with flag 92910036/13851144
1264.61/1251.54	c cleaning 166001 clauses out of 332056 with flag 94088479/14018145
1282.50/1269.39	c cleaning 166998 clauses out of 334057 with flag 95271804/14186147
1300.17/1286.76	c cleaning 167981 clauses out of 336057 with flag 96466183/14355145
1318.07/1304.61	c cleaning 169007 clauses out of 338075 with flag 97648093/14525144
1334.99/1321.37	c cleaning 169996 clauses out of 340069 with flag 98868020/14696145
1352.38/1338.49	c cleaning 171003 clauses out of 342072 with flag 100099154/14868144
1369.19/1355.13	c cleaning 171995 clauses out of 344069 with flag 101320155/15041144
1386.13/1371.98	c cleaning 172998 clauses out of 346074 with flag 102563989/15215144
1404.73/1390.50	c cleaning 173994 clauses out of 348076 with flag 103804843/15390144
1423.30/1409.02	c cleaning 175002 clauses out of 350082 with flag 105072694/15566144
1440.80/1426.55	c cleaning 176005 clauses out of 352081 with flag 106330078/15743145
1461.65/1447.24	c cleaning 177005 clauses out of 354076 with flag 107602958/15921145
1481.59/1467.00	c cleaning 177984 clauses out of 356070 with flag 108874797/16100144
1502.27/1487.36	c cleaning 179020 clauses out of 358086 with flag 110169729/16280144
1521.53/1506.53	c cleaning 180000 clauses out of 360066 with flag 111459468/16461144
1542.97/1527.92	c cleaning 180975 clauses out of 362066 with flag 112752997/16643144
1560.88/1545.85	c cleaning 182007 clauses out of 364092 with flag 114062089/16826145
1582.21/1567.19	c cleaning 183006 clauses out of 366085 with flag 115386043/17010145
1600.62/1585.52	c cleaning 184002 clauses out of 368078 with flag 116716922/17195144
1619.65/1604.10	c cleaning 184990 clauses out of 370076 with flag 118054798/17381144
1639.93/1624.33	c cleaning 186001 clauses out of 372087 with flag 119412226/17568145
1660.03/1644.18	c cleaning 187011 clauses out of 374086 with flag 120778828/17756145
1680.87/1664.91	c cleaning 188010 clauses out of 376075 with flag 122125982/17945145
1701.67/1685.77	c cleaning 188979 clauses out of 378064 with flag 123489001/18135144
1722.71/1706.72	c cleaning 189999 clauses out of 380086 with flag 124879255/18326145
1745.88/1729.81	c cleaning 191010 clauses out of 382086 with flag 126283367/18518144
1766.65/1750.34	c cleaning 191996 clauses out of 384076 with flag 127684583/18711144
1788.78/1772.32	c cleaning 193003 clauses out of 386080 with flag 129085831/18905144
1811.19/1794.50	c cleaning 194002 clauses out of 388079 with flag 130511967/19100146
1833.49/1816.23	c cleaning 194998 clauses out of 390075 with flag 131934731/19296144
1856.97/1839.56	c cleaning 196003 clauses out of 392080 with flag 133376515/19493147
1878.88/1861.34	c cleaning 196999 clauses out of 394075 with flag 134824642/19691145
1900.96/1883.20	c cleaning 198009 clauses out of 396075 with flag 136247222/19890144
1922.99/1905.30	c cleaning 198995 clauses out of 398066 with flag 137719803/20090144
1943.93/1926.04	c cleaning 200004 clauses out of 400072 with flag 139184290/20291145
1966.35/1948.39	c cleaning 200993 clauses out of 402067 with flag 140643059/20493144
1988.38/1970.26	c cleaning 201999 clauses out of 404074 with flag 142103282/20696144
2012.53/1994.35	c cleaning 203004 clauses out of 406075 with flag 143580800/20900144
2036.91/2018.63	c cleaning 204013 clauses out of 408072 with flag 145076429/21105145
2061.20/2042.89	c cleaning 204995 clauses out of 410058 with flag 146588897/21311144
2084.32/2065.86	c cleaning 205991 clauses out of 412063 with flag 148088659/21518144
2109.51/2090.86	c cleaning 207006 clauses out of 414074 with flag 149620404/21726146
2133.17/2114.39	c cleaning 208004 clauses out of 416068 with flag 151151523/21935146
2156.82/2137.55	c cleaning 208979 clauses out of 418062 with flag 152682665/22145144
2180.02/2160.67	c cleaning 209993 clauses out of 420084 with flag 154228938/22356145
2205.92/2186.41	c cleaning 211007 clauses out of 422091 with flag 155813908/22568145
2229.28/2209.51	c cleaning 212003 clauses out of 424083 with flag 157383417/22781144
2253.14/2233.29	c cleaning 212994 clauses out of 426083 with flag 158977350/22995147
2278.18/2257.92	c cleaning 214005 clauses out of 428087 with flag 160583158/23210145
2304.72/2284.16	c cleaning 215005 clauses out of 430081 with flag 162159625/23426144
2328.44/2307.82	c cleaning 215993 clauses out of 432076 with flag 163765081/23643144
2352.56/2331.79	c cleaning 217006 clauses out of 434083 with flag 165356296/23861144
2379.24/2358.03	c cleaning 218026 clauses out of 436077 with flag 166983764/24080144
2406.41/2384.63	c cleaning 218988 clauses out of 438053 with flag 168593823/24300146
2431.95/2410.01	c cleaning 219997 clauses out of 440066 with flag 170233724/24521147
2460.03/2437.86	c cleaning 221034 clauses out of 442067 with flag 171879998/24743145
2486.32/2463.98	c cleaning 221984 clauses out of 444034 with flag 173529485/24966146
2515.36/2492.39	c cleaning 222985 clauses out of 446049 with flag 175215074/25190145
2540.88/2517.55	c cleaning 223992 clauses out of 448066 with flag 176884079/25415147
2569.22/2545.26	c cleaning 225012 clauses out of 450072 with flag 178581209/25641145
2596.91/2571.52	c cleaning 226004 clauses out of 452060 with flag 180248917/25868145
2624.65/2598.28	c cleaning 226984 clauses out of 454055 with flag 181972773/26096144
2658.60/2629.60	c cleaning 227988 clauses out of 456071 with flag 183678213/26325144
2690.39/2659.53	c cleaning 229000 clauses out of 458085 with flag 185390662/26555146
2722.58/2689.11	c cleaning 230017 clauses out of 460083 with flag 187109022/26786144
2751.78/2716.58	c cleaning 231001 clauses out of 462066 with flag 188828107/27018144
2784.83/2747.23	c cleaning 232009 clauses out of 464066 with flag 190568823/27251145
2817.76/2776.76	c cleaning 232992 clauses out of 466059 with flag 192311522/27485147
2854.43/2811.85	c cleaning 233995 clauses out of 468066 with flag 194069187/27720146
2886.81/2843.41	c cleaning 235009 clauses out of 470071 with flag 195825699/27956146
2919.13/2874.17	c cleaning 235992 clauses out of 472060 with flag 197591177/28193144
2951.44/2902.97	c cleaning 236989 clauses out of 474068 with flag 199375949/28431144
2982.29/2932.18	c cleaning 238013 clauses out of 476080 with flag 201144667/28670145
3013.48/2962.76	c cleaning 238993 clauses out of 478068 with flag 202949441/28910146
3046.02/2994.28	c cleaning 240000 clauses out of 480074 with flag 204755611/29151145
3080.34/3027.82	c cleaning 241000 clauses out of 482073 with flag 206550952/29393144
3115.75/3061.40	c cleaning 242014 clauses out of 484073 with flag 208364160/29636144
3150.19/3094.49	c cleaning 243001 clauses out of 486061 with flag 210207188/29880146
3185.95/3127.58	c cleaning 243972 clauses out of 488058 with flag 212055202/30125144
3220.46/3160.06	c cleaning 245015 clauses out of 490087 with flag 213937573/30371145
3256.98/3194.27	c cleaning 246000 clauses out of 492071 with flag 215820843/30618144
3290.55/3225.09	c cleaning 247011 clauses out of 494071 with flag 217662483/30866144
3325.45/3257.83	c cleaning 248001 clauses out of 496061 with flag 219556451/31115145
3360.21/3289.87	c cleaning 248995 clauses out of 498061 with flag 221454625/31365146
3395.20/3322.89	c cleaning 249982 clauses out of 500064 with flag 223349298/31616144
3434.96/3360.93	c cleaning 251009 clauses out of 502084 with flag 225281490/31868146
3473.35/3396.75	c cleaning 252004 clauses out of 504075 with flag 227188153/32121146
3507.78/3430.31	c cleaning 252997 clauses out of 506070 with flag 229122469/32375145
3539.82/3461.76	c cleaning 254007 clauses out of 508072 with flag 231098075/32630144
3575.09/3494.21	c cleaning 254998 clauses out of 510066 with flag 233044365/32886145
3600.18/3518.47	c starts		: 163717
3600.18/3518.48	c conflicts		: 33074959
3600.18/3518.48	c decisions		: 167076812
3600.18/3518.48	c propagations		: 1531208395
3600.18/3518.48	c inspects		: 27401955284
3600.18/3518.48	c shortcuts		: 0
3600.18/3518.48	c learnt literals	: 0
3600.18/3518.49	c learnt binary clauses	: 0
3600.18/3518.49	c learnt ternary clauses	: 0
3600.18/3518.49	c learnt constraints	: 33074960
3600.18/3518.49	c ignored constraints	: 0
3600.18/3518.49	c root simplifications	: 0
3600.18/3518.49	c removed literals (reason simplification)	: 28495860
3600.18/3518.49	c reason swapping (by a shorter reason)	: 0
3600.18/3518.49	c Calls to reduceDB	: 252
3600.18/3518.50	c Number of update (reduction) of LBD	: 9840676
3600.18/3518.50	c Imported unit clauses	: 0
3600.36/3518.50	c No decision after first conflict	: false
3600.36/3518.50	c number of reductions to clauses (during analyze)	: 0
3600.36/3518.50	c number of learned constraints concerned by reduction	: 0
3600.36/3518.50	c number of learning phase by resolution	: 0
3600.36/3518.50	c number of learning phase by cutting planes	: 0
3600.36/3518.50	c number of rounding to 1 operations	: 0
3600.36/3518.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.36/3518.50	c number of reductions of the coefficients by power 2 	: 0
3600.36/3518.50	c number of right shift for reduction by power 2 	: 0
3600.36/3518.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.36/3518.51	c number of ending skipping 	: 0
3600.36/3518.51	c number of internal skipping 	: 0
3600.36/3518.51	c number of derivation steps 	: 0
3600.36/3518.51	c number of skipped derivation steps 	: 0
3600.36/3518.51	c number of remaining unassigned 	: 0
3600.36/3518.51	c number of remaining assigned 	: 0
3600.36/3518.51	c number of falsified literals weakened from reason	: 0
3600.36/3518.51	c number of falsified literals weakened from conflict	: 0
3600.36/3518.51	c time for arithmetic operations	: 0
3600.36/3518.51	c minimum degree of deleted constraints	: null
3600.36/3518.51	c maximum degree of deleted constraints	: null
3600.36/3518.51	c number of deleted constraints	: 0
3600.36/3518.51	c speed (assignments/second)	: 435395.97300741746
3600.36/3518.51	c non guided choices	: 2993293
3600.56/3518.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 443883
3600.56/3518.64	s SATISFIABLE
3600.56/3518.64	c Found 1 solution(s)
3600.56/3518.65	v -x1 -x2 -x3 x4 x5 x6 -x7 x8 x9 -x10 x11 -x12 x13 x14 -x15 -x16 -x17 x18 -x19 -x20 x21 x22 -x23 x24 x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 x34 x35 x36 -x37 -x38 -x39 x40 x41 x42 -x43 -x44 -x45 x46 x47 x48 x49 -x50 x51 -x52 -x53 x54 -x55 x56 -x57 x58 -x59 x60 -x61 -x62 -x63 x64 x65 x66 -x67 -x68 x69 -x70 x71 x72 -x73 x74 -x75 x76 -x77 x78 -x79 x80 -x81 x82 x83 -x84 -x85 x86 -x87 x88 x89 -x90 -x91 x92 -x93 x94 x95 -x96 -x97 x98 x99 -x100 x101 -x102 -x103 x104 x105 x106 -x107 -x108 -x109 x110 x111 -x112 x113 x114 -x115 x116 x117 -x118 -x119 -x120 x121 x122 -x123 -x124 x125 x126 -x127 x128 -x129 -x130 x131 x132 x133 x134 -x135 -x136 x137 x138 -x139 -x140 -x141 -x142 x143 x144 x145 -x146 -x147 x148 x149 -x150 x151 -x152 x153 -x154 -x155 x156 x157 -x158 -x159 x160 x161 x162 -x163 -x164 -x165 x166 -x167 x168 x169 -x170 -x171 x172 -x173 x174 x175 -x176 -x177 x178 -x179 x180 x181 x182 -x183 x184 -x185 -x186 x187 -x188 -x189 -x190 x191 x192 -x193 x194 x195 -x196 -x197 x198 x199 -x200 x201 x202 -x203 -x204 -x205 x206 -x207 x208 x209 -x210 -x211 -x212 x213 x214 -x215 x216 -x217 x218 -x219 -x220 x221 x222 -x223 x224 x225 x226 -x227 -x228 -x229 x230 x231 x232 -x233 -x234 -x235 x236 x237 x238 -x239 -x240 -x241 x242 x243 x244 x245 -x246 -x247 -x248 x249 x250 x251 x252 -x253 x254 -x255 -x256 x257 x258 x259 -x260 -x261 x262 -x263 x264 -x265 x266 -x267 -x268 x269 x270 -x271 -x272 -x273 x274 x275 x276 -x277 -x278 -x279 x280 x281 x282 -x283 -x284 x285 x286 -x287 x288 -x289 -x290 x291 x292 x293 x294 -x295 -x296 -x297 x298 -x299 -x300 x301 x302 x303 -x304 -x305 x306 x307 x308 x309 -x310 -x311 x312 x313 -x314 x315 -x316 x317 x318 -x319 -x320 x321 x322 x323 -x324 -x325 x326 x327 x328 -x329 -x330 x331 x332 -x333 x334 -x335 -x336 x337 -x338 x339 x340 -x341 -x342 x343 x344 -x345 -x346 x347 x348 -x349 x350 -x351 -x352 -x353 x354 x355 x356 -x357 x358 -x359 x360 x361 x362 x363 -x364 x365 -x366 -x367 -x368 -x369 x370 x371 -x372 -x373 x374 x375 x376 -x377 x378 -x379 x380 -x381 -x382 -x383 x384 x385 x386 -x387 x388 x389 -x390 x391 x392 -x393 -x394 x395 x396 -x397 x398 -x399 x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 -x409 x410 x411 x412 -x413 x414 -x415 -x416 x417 x418 x419 -x420 -x421 -x422 x423 x424 x425 -x426 -x427 -x428 x429 x430 x431 -x432 x433 -x434 -x435 x436 x437 -x438 -x439 -x440 x441 x442 x443 -x444 x445 -x446 x447 x448 -x449 x450 x451 x452 -x453 -x454 x455 x456 x457 -x458 -x459 x460 x461 x462 -x463 -x464 x465 -x466 x467 x468 -x469 -x470 x471 x472 x473 -x474 -x475 x476 x477 x478 -x479 -x480 x481 x482 x483 -x484 -x485 -x486 x487 x488 -x489 -x490 -x491 x492 x493 -x494 x495 x496 x497 -x498 -x499 x500 -x501 -x502 x503 x504 -x505 -x506 x507 x508 x509 x510 -x511 x512 x513 -x514 -x515 -x516 x517 -x518 x519 -x520 -x521 x522 x523 x524 -x525 -x526 x527 -x528 x529 x530 -x531 x532 x533 x534 -x535 -x536 -x537 x538 x539 x540 x541 x542 -x543 x544 x545 -x546 x547 -x548 x549 -x550 x551 x552 -x553 x554 x555 x556 -x557 -x558 -x559 x560 x561 x562 -x563 -x564 x565 x566 -x567 -x568 x569 -x570 x571 x572 -x573 -x574 -x575 x576 x577 -x578 -x579 x580 x581 -x582 -x583 x584 x585 x586 -x587 -x588 -x589 x590 x591 x592 -x593 -x594 x595 x596 -x597 x598 x599 -x600 -x601 x602 x603 x604 -x605 x606 x607 x608 -x609 x610 x611 x612 -x613 -x614 x615 -x616 x617 x618 -x619 -x620 x621 x622 x623 -x624 x625 -x626 x627 x628 -x629 -x630 -x631 x632 x633 x634 -x635 -x636 -x637 x638 x639 -x640 x641 -x642 x643 x644 x645 -x646 x647 -x648 x649 x650 -x651 x652 -x653 x654 x655 x656 -x657 -x658 x659 x660 x661 -x662 -x663 -x664 x665 x666 -x667 x668 x669 x670 x671 -x672 -x673 x674 x675 x676 -x677 x678 -x679 -x680 -x681 x682 x683 x684 -x685 x686 x687 -x688 x689 -x690 -x691 -x692 x693 x694 x695 x696 -x697 x698 x699 -x700 x701 x702 -x703 x704 x705 x706 -x707 -x708 x709 -x710 x711 x712 x713 -x714 -x715 -x716 x717 x718 x719 -x720 -x721 -x722 x723 x724 x725 -x726 x727 x728 -x729 -x730 x731 x732 -x733 x734 x735 x736 -x737 -x738 x739 x740 -x741 x742 x743 x744 -x745 x746 x747 x748 -x749 -x750 x751 -x752 x753 x754 x755 -x756 -x757 x758 x759 -x760 x761 x762 x763 -x764 x765 x766 x767 -x768 x769 x770 -x771 -x772 x773 x774 -x775 x776 x777 x778 -x779 -x780 x781 x782 x783 -x784 -x785 x786 x787 x788 -x789 x790 -x791 -x792 -x793 x794 x795 -x796 x797 x798 x799 -x800 -x801 x802 x803 x804 x805 x806 x807 -x808 x809 x810 x811 -x812 x813 x814 -x815 -x816 x817 -x818 -x819 x820 x821 x822 -x823 x824 -x825 -x826 -x827 x828 x829 x830 -x831 x832 x833 x834 x835 x836 -x837 -x838 -x839 -x840 x841 x842 x843 -x844 x845 -x846 x847 x848 -x849 -x850 x851 x852 x853 x854 x855 -x856 x857 x858 -x859 x860 -x861 x862 -x863 -x864 x865 x866 x867 -x868 x869 x870 x871 x872 x873 -x874 x875 x876 x877 x878 x879 x880 x881 -x882 -x883 x884 -x885 x886 -x887 x888 x889 x890 -x891 -x892 x893 x894 x895 x896 -x897 -x898 -x899 x900 x901 -x902 x903 x904 x905 -x906 -x907 x908 -x909 x910 x911 -x912 x913 x914 x915 x916 x917 -x918 x919 x920 x921 -x922 -x923 x924 x925 x926 x927 x928 x929 x930 x931 -x932 x933 x934 x935 -x936 x937 x938 x939 -x940 x941 x942 x943 x944 x945 x946 -x947 x948 -x949 x950 x951 -x952 -x953 x954 x955 -x956 x957 x958 -x959 x960 -x961 -x962 -x963 x964 x965 x966 x967 -x968 x969 x970 x971 -x972 x973 x974 x975 -x976 x977 x978 -x979 x980 -x981 -x982 x983 x984 x985 -x986 x987 x988 x989 x990 x991 x992 x993 -x994 x995 x996 x997 x998 -x999 x1000 x1001 x1002 -x1003 x1004 x1005 x1006 x1007 -x1008 x1009 x1010 x1011 -x1012 x1013 x1014 x1015 -x1016 x1017 x1018 x1019 x1020 -x1021 -x1022 x1023 x1024 x1025 x1026 -x1027 -x1028 -x1029 x1030 x1031 -x1032 x1033 -x1034 x1035 x1036 x1037 x1038 x1039 x1040 x1041 -x1042 x1043 -x1044 -x1045 -x1046 -x1047 x1048 x1049 x1050 x1051 -x1052 x1053 x1054 -x1055 x1056 -x1057 x1058 x1059 x1060 x1061 x1062 -x1063 -x1064 x1065 x1066 x1067 -x1068 -x1069 -x1070 x1071 -x1072 x1073 -x1074 x1075 -x1076 x1077 -x1078 x1079 x1080 x1081 x1082 x1083 x1084 -x1085 x1086 x1087 x1088 -x1089 -x1090 x1091 -x1092 x1093 x1094 -x1095 x1096 x1097 x1098 -x1099 -x1100 x1101 x1102 x1103 x1104 -x1105 x1106 x1107 x1108 x1109 x1110 -x1111 -x1112 -x1113 x1114 x1115 x1116 -x1117 -x1118 x1119 x1120 -x1121 x1122 -x1123 x1124 -x1125 x1126 -x1127 x1128 x1129 -x1130 x1131 x1132 -x1133 x1134 x1135 -x1136 x1137 -x1138 x1139 -x1140 -x1141 x1142 x1143 -x1144 -x1145 x1146 -x1147 -x1148 -x1149 -x1150 x1151 -x1152 x1153 x1154 -x1155 -x1156 x1157 -x1158 x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 x1168 -x1169 -x1170 -x1171 -x1172 x1173 x1174 x1175 -x1176 -x1177 x1178 -x1179 -x1180 -x1181 x1182 -x1183 x1184 -x1185 -x1186 -x1187 -x1188 x1189 x1190 -x1191 -x1192 -x1193 -x1194 x1195 x1196 -x1197 x1198 -x1199 x1200 x1201 x1202 -x1203 x1204 -x1205 -x1206 -x1207 -x1208 -x1209 x1210 -x1211 -x1212 x1213 x1214 -x1215 -x1216 x1217 -x1218 x1219 -x1220 x1221 -x1222 -x1223 -x1224 x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 x1232 -x1233 -x1234 x1235 -x1236 x1237 -x1238 -x1239 x1240 x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 x1250 x1251 -x1252 -x1253 x1254 -x1255 x1256 -x1257 -x1258 x1259 -x1260 x1261 -x1262 -x1263 x1264 -x1265 x1266 -x1267 -x1268 -x1269 x1270 -x1271 -x1272 x1273 x1274 -x1275 x1276 x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 x1285 x1286 -x1287 -x1288 -x1289 -x1290 x1291 -x1292 -x1293 x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 x1308 -x1309 -x1310 x1311 -x1312 x1313 x1314 -x1315 -x1316 x1317 x1318 -x1319 -x1320 -x1321 -x1322 -x1323 x1324 x1325 x1326 -x1327 x1328 -x1329 -x1330 -x1331 x1332 x1333 x1334 x1335 x1336 -x1337 -x1338 x1339 -x1340 -x1341 x1342 -x1343 x1344 -x1345 -x1346 -x1347 -x1348 -x1349 x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 x1372 -x1373 -x1374 x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 x1415 -x1416 x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 x1424 x1425 -x1426 x1427 x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 
3600.56/3518.65	c objective function=1
3600.56/3518.65	c Total wall clock time (in seconds): 3518.397

Verifier Data

OK	1

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (59284 MiB free)
  memory of node 1: 64507 MiB (52518 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518695-1751551256/watcher-4518695-1751551256 -o /tmp/evaluation-result-4518695-1751551256/solver-4518695-1751551256 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751547548-78255 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518695-1751551256 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4518695-1751551256.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=78740, runsolver pid=78737

[startup+0.100068 s]*
/proc/loadavg: 4.17 4.16 4.10 4/256 78758
/proc/meminfo: memFree=114459772/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=18930384 memory=47820 CPUtime=0.1 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 5705 0 0 0 7 3 0 0 20 0 18 0 70804969 19384713216 11955 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4732596 11955 5233 1 0 546917 0
[pid=78740/tid=78742] ppid=78737 vsize=18930384 memory=4026532029 CPUtime=0.06 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 4607 0 0 0 4 2 0 0 20 0 18 0 70804971 19384713216 11955 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=18930384 memory=232800911689 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70804976 19384713216 11955 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=18930384 memory=52983639601956 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70804977 19384713216 11955 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47820 KiB

[startup+0.208906 s]*
/proc/loadavg: 4.17 4.16 4.10 4/256 78758
/proc/meminfo: memFree=114451772/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=18930384 memory=57668 CPUtime=0.28 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 6596 0 0 0 24 4 0 0 20 0 18 0 70804969 19384713216 14417 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4732596 14417 5297 1 0 547658 0
[pid=78740/tid=78742] ppid=78737 vsize=18930384 memory=32758254098972917 CPUtime=0.16 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 5118 0 0 0 13 3 0 0 20 0 18 0 70804971 19384713216 14417 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=18930384 memory=12869 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70804976 19384713216 14417 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=18930384 memory=61818370524118 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70804977 19384713216 14417 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57668 KiB

[startup+0.308671 s]*
/proc/loadavg: 4.17 4.16 4.10 1/256 78758
/proc/meminfo: memFree=114451788/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=18930384 memory=58948 CPUtime=0.38 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 6792 0 0 0 33 5 0 0 20 0 18 0 70804969 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4732596 14737 5425 1 0 547794 0
[pid=78740/tid=78742] ppid=78737 vsize=18930384 memory=-6000919477034902632 CPUtime=0.2 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) D 78737 78740 78242 0 -1 4194368 5235 0 0 0 17 3 0 0 20 0 18 0 70804971 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70804976 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70804977 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58948 KiB

[startup+0.700331 s]
/proc/loadavg: 4.17 4.16 4.10 1/256 78758
/proc/meminfo: memFree=114451788/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=18930384 memory=58948 CPUtime=0.38 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 6792 0 0 0 33 5 0 0 20 0 18 0 70804969 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4732596 14737 5425 1 0 547794 0
[pid=78740/tid=78742] ppid=78737 vsize=18930384 memory=18432 CPUtime=0.2 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) D 78737 78740 78242 0 -1 4194368 5235 0 0 0 17 3 0 0 20 0 18 0 70804971 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70804976 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70804977 19384713216 14737 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58948 KiB

[startup+1.50717 s]
/proc/loadavg: 4.17 4.16 4.10 3/256 78758
/proc/meminfo: memFree=117657120/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=18930384 memory=59076 CPUtime=0.41 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 6820 0 0 0 36 5 0 0 20 0 18 0 70804969 19384713216 14769 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4732596 14769 5425 1 0 547810 0
[pid=78740/tid=78742] ppid=78737 vsize=18930384 memory=3200 CPUtime=0.22 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 5252 0 0 0 19 3 0 0 20 0 18 0 70804971 19384713216 14769 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70804976 19384713216 14769 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70804977 19384713216 14769 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59076 KiB

[startup+3.10717 s]
/proc/loadavg: 4.31 4.19 4.11 10/327 78871
/proc/meminfo: memFree=127692544/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=174420 CPUtime=3.53 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 20403 0 0 0 339 14 0 0 20 0 20 0 70804969 19521036288 43605 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 43605 5489 1 0 553615 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=11136 CPUtime=1.61 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 5860 0 0 0 154 7 0 0 20 0 20 0 70804971 19521036288 43605 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 43605 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 43605 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 43605 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174420 KiB

[startup+6.30024 s]
/proc/loadavg: 4.31 4.19 4.11 8/330 78885
/proc/meminfo: memFree=126713200/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=564808 CPUtime=9.45 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 25003 0 0 0 920 25 0 0 20 0 20 0 70804969 19521036288 141202 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 141202 5489 1 0 554576 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=0 CPUtime=4.71 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 7265 0 0 0 454 17 0 0 20 0 20 0 70804971 19521036288 141202 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 141202 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 141202 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 141202 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 564808 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.20 4.12 5/330 78885
/proc/meminfo: memFree=122599392/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1321772 CPUtime=16.04 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 30404 0 0 0 1558 46 0 0 20 0 20 0 70804969 19521036288 330443 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 330443 5521 1 0 554576 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1190692 CPUtime=10.98 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 8948 0 0 0 1061 37 0 0 20 0 20 0 70804971 19521036288 330443 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=-6000919477034902632 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 330443 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 330443 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 330443 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321772 KiB

[startup+25.5004 s]
/proc/loadavg: 4.29 4.20 4.11 5/330 78886
/proc/meminfo: memFree=118741632/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1329580 CPUtime=29.64 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 38695 0 0 0 2902 62 0 0 20 0 20 0 70804969 19521036288 332395 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 332395 5521 1 0 554620 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1329580 CPUtime=23.54 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 10546 0 0 0 2303 51 0 0 20 0 20 0 70804971 19521036288 332395 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=1329452 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 332395 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=-6000919481329804392 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 332395 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=73864 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 332395 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 29.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1329580 KiB

[startup+51.1138 s]
/proc/loadavg: 4.25 4.20 4.11 5/332 78888
/proc/meminfo: memFree=112370296/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1766900 CPUtime=55.14 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 41479 0 0 0 5414 100 0 0 20 0 20 0 70804969 19521036288 441725 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 441725 5521 1 0 661146 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=14304 CPUtime=48.27 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 12226 0 0 0 4740 87 0 0 20 0 20 0 70804971 19521036288 441725 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=1327916 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 441725 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=1327916 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 441725 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 441725 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0

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

/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 350892 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=1403456 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1867 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 350892 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=1403568 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 350892 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3222.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1403568 KiB

[startup+3222.3 s]
/proc/loadavg: 4.75 4.53 4.42 6/335 79069
/proc/meminfo: memFree=9143460/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1711840 CPUtime=3287.59 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 222265 0 0 0 325957 2802 0 0 20 0 20 0 70804969 19521036288 427960 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 427960 5521 1 0 440236 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1584056 CPUtime=3145 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 114165 0 0 0 311976 2524 0 0 20 0 20 0 70804971 19521036288 427960 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=1203296 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 427960 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1867 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 427960 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 427960 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3287.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1711840 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.50 4.41 6/335 79074
/proc/meminfo: memFree=8313072/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1120120 CPUtime=3351.39 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 226600 0 0 0 332269 2870 0 0 20 0 20 0 70804969 19521036288 280030 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 280030 5521 1 0 289908 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1203440 CPUtime=3202.74 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 115540 0 0 0 317690 2584 0 0 20 0 20 0 70804971 19521036288 280030 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=-6000919477034902632 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 280030 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=1203440 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 280030 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 280030 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3351.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1120120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.48 4.41 5/335 79143
/proc/meminfo: memFree=58667992/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1070080 CPUtime=3415.69 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 230597 0 0 0 338640 2929 0 0 20 0 20 0 70804969 19521036288 267520 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 267520 5521 1 0 277380 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1320088 CPUtime=3260.54 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 116626 0 0 0 323422 2632 0 0 20 0 20 0 70804971 19521036288 267520 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=1345152 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 267520 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=1345152 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 267520 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=1345152 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 267520 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3415.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1070080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.42 4.39 3/335 79146
/proc/meminfo: memFree=55847852/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1467684 CPUtime=3479.07 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 236515 0 0 0 344922 2985 0 0 20 0 20 0 70804969 19521036288 366921 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 366921 5521 1 0 782685 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1320088 CPUtime=3317.71 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 119365 0 0 0 329090 2681 0 0 20 0 20 0 70804971 19521036288 366921 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 366921 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=1236800 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1902 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 366921 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=-6000919468478915432 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 366921 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3479.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1467684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.40 4.38 5/335 79148
/proc/meminfo: memFree=52976004/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=2197356 CPUtime=3540.42 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 238731 0 0 0 350980 3062 0 0 20 0 20 0 70804969 19521036288 549339 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 549339 5521 1 0 561357 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1320088 CPUtime=3375.99 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 120283 0 0 0 334850 2749 0 0 20 0 20 0 70804971 19521036288 549339 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 549339 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 549339 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=2197356 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 549339 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3540.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2197356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3518.31 s]
/proc/loadavg: 4.69 4.47 4.40 5/334 79149
/proc/meminfo: memFree=51537940/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1595168 CPUtime=3600 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 241201 0 0 0 356894 3106 0 0 20 0 20 0 70804969 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 398792 5521 1 0 408933 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1344348 CPUtime=3430.11 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) R 78737 78740 78242 0 -1 4194368 120454 0 0 0 340227 2784 0 0 20 0 20 0 70804971 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1907 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1595168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3569.61 s, system=31.1002 s

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

[startup+3518.41 s]
/proc/loadavg: 4.69 4.47 4.40 5/334 79149
/proc/meminfo: memFree=51537940/131382120 swapFree=33010416/33010684
[pid=78740] ppid=78737 vsize=19063512 memory=1595168 CPUtime=3600.18 cores=5,7
/proc/78740/stat : 78740 (java) S 78737 78740 78242 0 -1 4194304 241265 0 0 0 356912 3106 0 0 20 0 20 0 70804969 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
/proc/78740/statm: 4765878 398792 5521 1 0 408933 0
[pid=78740/tid=78742] ppid=78737 vsize=19063512 memory=1595168 CPUtime=3430.12 cores=5,7
/proc/78740/task/78742/stat : 78742 (java) S 78737 78740 78242 0 -1 4194368 120454 0 0 0 340228 2784 0 0 20 0 20 0 70804971 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78751] ppid=78737 vsize=19063512 memory=9344 CPUtime=0 cores=5,7
/proc/78740/task/78751/stat : 78751 (Finalizer) S 78737 78740 78242 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70804976 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78758] ppid=78737 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/78740/task/78758/stat : 78758 (Common-Cleaner) S 78737 78740 78242 0 -1 4194368 1907 0 0 0 0 0 0 0 20 0 20 0 70804977 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
[pid=78740/tid=78795] ppid=78737 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/78740/task/78795/stat : 78795 (Timer-0) S 78737 78740 78242 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70805139 19521036288 398792 18446744073709551615 94108937330688 94108937334384 140734111265552 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94108937342200 94108937342992 94108954877952 140734111271216 140734111271398 140734111271398 140734111277000 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1595168 KiB

[startup+3518.82 s]
/proc/loadavg: 4.69 4.47 4.40 4/316 79152
/proc/meminfo: memFree=53128648/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3518.82
CPU time (s): 3600.71
CPU user time (s): 3569.61
CPU system time (s): 31.1002
CPU usage (%): 102.327
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6722668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.61
system time used= 31.1002
maximum resident set size= 6722668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47304912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138855
involuntary context switches= 30671


# summary of solver processes directly reported to runsolver:
#   pid: 78740
#   total CPU time (s): 3600.71
#   total CPU user time (s): 3569.61
#   total CPU system time (s): 31.1002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6656 second user time and 34.8925 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-03 16:00:56
IDJOB=4518695
IDBENCH=177067
IDSOLVER=3364
FILE ID=nodeC006/4518695-1751551256
RUNJOBID= nodeC006-1751547548-78255
SLURM_JOB_ID= 9598718
Free space on /tmp= 432160 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_501.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518695-1751551256/watcher-4518695-1751551256 -o /tmp/evaluation-result-4518695-1751551256/solver-4518695-1751551256 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751547548-78255 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518695-1751551256 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4518695-1751551256.opb

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

MD5SUM BENCH= f08928bc284fdcbda2e5de064b6d0410
RANDOM SEED=1976496284

nodeC006 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.005
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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.511
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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.552
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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.469
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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.094
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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.159
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
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		: 2194.754
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        114486864 kB
MemAvailable:   129910924 kB
Buffers:            2128 kB
Cached:         16189668 kB
SwapCached:           12 kB
Active:           532640 kB
Inactive:       15724856 kB
Active(anon):      72572 kB
Inactive(anon):    11076 kB
Active(file):     460068 kB
Inactive(file): 15713780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               872 kB
Writeback:             8 kB
AnonPages:         68744 kB
Mapped:           103748 kB
Shmem:             17948 kB
KReclaimable:     179296 kB
Slab:             265716 kB
SReclaimable:     179296 kB
SUnreclaim:        86420 kB
KernelStack:        3904 kB
PageTables:         2764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     331000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432160 MiB
End job on nodeC006 at 2025-07-03 16:59:35