Trace number 4518694

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 2025-06-06SAT (TO)1 3600.69 3590.25

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.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4518694-1751552048.opb
0.42/0.37	c reading problem ... 
0.42/0.38	c  objective function found
0.76/0.53	c ... done. Wall clock time 0.132s.
0.76/0.53	c declared #vars     2004
0.76/0.53	c #constraints  1002
0.76/0.53	c constraints type 
0.76/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
0.76/0.54	c 1002 constraints processed.
0.76/0.57	c objective function length is 501 literals
1.10/0.71	c SATISFIABLE
1.10/0.71	c OPTIMIZING...
1.10/0.71	c Got one! Elapsed wall clock time (in seconds):0.337
1.10/0.71	o 1
2.68/1.52	c cleaning 2567 clauses out of 5145 with flag 27554/5145
3.27/1.88	c cleaning 4276 clauses out of 8578 with flag 60349/11145
3.86/2.13	c cleaning 5643 clauses out of 11301 with flag 101593/18144
4.17/2.39	c cleaning 6826 clauses out of 13659 with flag 146317/26145
4.46/2.68	c cleaning 7896 clauses out of 15833 with flag 195908/35145
4.88/3.03	c cleaning 8959 clauses out of 17936 with flag 255546/45144
5.16/3.39	c cleaning 9972 clauses out of 19977 with flag 317194/56144
5.67/3.82	c cleaning 10989 clauses out of 22007 with flag 385692/68146
6.06/4.23	c cleaning 11989 clauses out of 24017 with flag 461057/81145
6.47/4.66	c cleaning 12999 clauses out of 26027 with flag 538811/95144
7.00/5.16	c cleaning 13989 clauses out of 28028 with flag 625104/110144
7.49/5.66	c cleaning 15009 clauses out of 30041 with flag 721339/126146
8.18/6.22	c cleaning 15992 clauses out of 32030 with flag 826985/143144
8.84/6.83	c cleaning 17010 clauses out of 34038 with flag 924855/161144
9.44/7.46	c cleaning 17998 clauses out of 36028 with flag 1036221/180144
10.15/8.12	c cleaning 18991 clauses out of 38030 with flag 1151937/200144
11.06/9.07	c cleaning 19995 clauses out of 40039 with flag 1270235/221144
11.85/9.87	c cleaning 20989 clauses out of 42044 with flag 1395514/243144
12.65/10.69	c cleaning 22007 clauses out of 44055 with flag 1533769/266144
13.55/11.56	c cleaning 22999 clauses out of 46048 with flag 1676240/290144
14.71/12.67	c cleaning 24002 clauses out of 48050 with flag 1828671/315145
15.71/13.60	c cleaning 25002 clauses out of 50049 with flag 1982289/341146
16.60/14.56	c cleaning 25997 clauses out of 52046 with flag 2137092/368145
17.76/15.63	c cleaning 27005 clauses out of 54049 with flag 2307564/396145
18.76/16.68	c cleaning 27997 clauses out of 56043 with flag 2479472/425144
20.09/17.98	c cleaning 29009 clauses out of 58046 with flag 2661732/455144
21.30/19.15	c cleaning 29987 clauses out of 60037 with flag 2850359/486144
22.49/20.35	c cleaning 30996 clauses out of 62050 with flag 3042509/518144
23.82/21.66	c cleaning 32001 clauses out of 64054 with flag 3242050/551144
25.12/22.94	c cleaning 33006 clauses out of 66053 with flag 3444950/585144
26.64/24.46	c cleaning 33992 clauses out of 68047 with flag 3653998/620144
28.03/25.88	c cleaning 34990 clauses out of 70055 with flag 3866368/656144
29.74/27.54	c cleaning 35998 clauses out of 72066 with flag 4096356/693145
31.14/29.00	c cleaning 36999 clauses out of 74067 with flag 4330371/731144
32.73/30.51	c cleaning 38004 clauses out of 76068 with flag 4569770/770144
34.79/32.52	c cleaning 39007 clauses out of 78064 with flag 4819808/810144
36.40/34.13	c cleaning 40010 clauses out of 80059 with flag 5067316/851146
38.08/35.87	c cleaning 40993 clauses out of 82048 with flag 5330767/893145
41.24/38.92	c cleaning 42005 clauses out of 84055 with flag 5596755/936145
43.13/40.85	c cleaning 42996 clauses out of 86050 with flag 5869041/980145
45.98/43.67	c cleaning 43999 clauses out of 88054 with flag 6140042/1025145
48.38/46.07	c cleaning 45007 clauses out of 90054 with flag 6428296/1071144
50.38/48.05	c cleaning 46000 clauses out of 92047 with flag 6720104/1118144
52.42/50.08	c cleaning 46997 clauses out of 94049 with flag 7015909/1166146
54.51/52.15	c cleaning 47999 clauses out of 96050 with flag 7321725/1215144
56.76/54.33	c cleaning 48999 clauses out of 98051 with flag 7629191/1265144
58.86/56.49	c cleaning 50006 clauses out of 100052 with flag 7954033/1316144
61.54/59.08	c cleaning 51006 clauses out of 102046 with flag 8282948/1368144
63.92/61.42	c cleaning 51987 clauses out of 104040 with flag 8618771/1421144
66.27/63.78	c cleaning 53006 clauses out of 106053 with flag 8954112/1475144
68.77/66.20	c cleaning 53999 clauses out of 108048 with flag 9292899/1530145
71.26/68.72	c cleaning 54981 clauses out of 110048 with flag 9652537/1586144
73.97/71.47	c cleaning 55986 clauses out of 112068 with flag 10014727/1643145
76.58/74.06	c cleaning 57012 clauses out of 114081 with flag 10382740/1701144
79.40/76.87	c cleaning 57998 clauses out of 116069 with flag 10764714/1760144
82.09/79.59	c cleaning 59009 clauses out of 118072 with flag 11149121/1820145
85.04/82.44	c cleaning 59994 clauses out of 120063 with flag 11539547/1881145
87.93/85.36	c cleaning 60997 clauses out of 122068 with flag 11937367/1943144
91.31/88.63	c cleaning 61995 clauses out of 124072 with flag 12339987/2006145
94.30/91.64	c cleaning 63017 clauses out of 126076 with flag 12759883/2070144
97.39/94.72	c cleaning 64000 clauses out of 128059 with flag 13170812/2135144
100.63/97.96	c cleaning 65000 clauses out of 130059 with flag 13597329/2201144
103.85/101.17	c cleaning 65993 clauses out of 132063 with flag 14029612/2268148
107.12/104.47	c cleaning 66994 clauses out of 134066 with flag 14473920/2336144
110.51/107.83	c cleaning 68003 clauses out of 136072 with flag 14910362/2405144
113.90/111.22	c cleaning 68997 clauses out of 138069 with flag 15356117/2475144
117.29/114.66	c cleaning 70011 clauses out of 140074 with flag 15807977/2546146
120.89/118.23	c cleaning 71000 clauses out of 142061 with flag 16257740/2618144
124.48/121.89	c cleaning 72003 clauses out of 144062 with flag 16736903/2691145
128.49/125.77	c cleaning 72991 clauses out of 146058 with flag 17212174/2765144
132.29/129.52	c cleaning 73983 clauses out of 148067 with flag 17695342/2840144
136.07/133.30	c cleaning 75010 clauses out of 150084 with flag 18180028/2916144
140.10/137.25	c cleaning 76004 clauses out of 152075 with flag 18679493/2993145
144.01/141.18	c cleaning 77011 clauses out of 154070 with flag 19174983/3071144
148.00/145.17	c cleaning 78003 clauses out of 156059 with flag 19689387/3150144
153.07/149.64	c cleaning 78997 clauses out of 158057 with flag 20206167/3230145
157.07/153.69	c cleaning 80001 clauses out of 160060 with flag 20732252/3311145
161.26/157.88	c cleaning 80964 clauses out of 162059 with flag 21265163/3393145
165.84/162.40	c cleaning 82003 clauses out of 164095 with flag 21810169/3476145
170.13/166.68	c cleaning 83020 clauses out of 166091 with flag 22364292/3560144
174.63/171.15	c cleaning 83989 clauses out of 168071 with flag 22913146/3645144
179.21/175.74	c cleaning 85014 clauses out of 170085 with flag 23473074/3731147
183.94/180.44	c cleaning 85986 clauses out of 172069 with flag 24060450/3818145
188.66/185.13	c cleaning 86999 clauses out of 174082 with flag 24635457/3906144
193.43/189.93	c cleaning 87995 clauses out of 176084 with flag 25244031/3995145
198.23/194.79	c cleaning 89005 clauses out of 178088 with flag 25858515/4085144
204.60/201.11	c cleaning 90000 clauses out of 180084 with flag 26450184/4176145
209.47/205.99	c cleaning 91000 clauses out of 182083 with flag 27056219/4268144
214.46/210.98	c cleaning 92002 clauses out of 184083 with flag 27665521/4361144
219.57/216.08	c cleaning 93010 clauses out of 186081 with flag 28303720/4455144
226.23/222.69	c cleaning 93996 clauses out of 188071 with flag 28927350/4550144
231.72/228.09	c cleaning 95015 clauses out of 190077 with flag 29572416/4646146
237.00/233.37	c cleaning 96015 clauses out of 192061 with flag 30211012/4743145
242.59/238.90	c cleaning 96988 clauses out of 194045 with flag 30866269/4841144
247.87/244.22	c cleaning 97992 clauses out of 196057 with flag 31511642/4940144
253.63/250.00	c cleaning 99007 clauses out of 198066 with flag 32183770/5040145
259.32/255.67	c cleaning 99993 clauses out of 200060 with flag 32863032/5141146
265.01/261.33	c cleaning 101028 clauses out of 202065 with flag 33552720/5243144
271.27/267.46	c cleaning 101982 clauses out of 204038 with flag 34239272/5346145
277.17/273.35	c cleaning 102988 clauses out of 206056 with flag 34948181/5450145
283.05/279.20	c cleaning 104006 clauses out of 208072 with flag 35648241/5555149
289.60/285.70	c cleaning 104988 clauses out of 210061 with flag 36343341/5661144
295.69/291.88	c cleaning 105998 clauses out of 212073 with flag 37055522/5768144
302.07/298.25	c cleaning 107014 clauses out of 214075 with flag 37783793/5876144
308.72/304.85	c cleaning 107995 clauses out of 216062 with flag 38514209/5985145
315.20/311.32	c cleaning 108988 clauses out of 218066 with flag 39255920/6095144
321.69/317.80	c cleaning 109999 clauses out of 220079 with flag 40010201/6206145
328.46/324.58	c cleaning 111012 clauses out of 222081 with flag 40768505/6318146
335.05/331.19	c cleaning 112002 clauses out of 224069 with flag 41529375/6431146
341.94/338.03	c cleaning 113006 clauses out of 226065 with flag 42299367/6545144
348.95/345.00	c cleaning 114006 clauses out of 228059 with flag 43069524/6660144
355.74/351.74	c cleaning 115003 clauses out of 230054 with flag 43855006/6776145
362.72/358.76	c cleaning 115989 clauses out of 232051 with flag 44649011/6893145
371.24/367.16	c cleaning 116997 clauses out of 234061 with flag 45458463/7011144
378.42/374.34	c cleaning 118010 clauses out of 236065 with flag 46263602/7130145
385.50/381.49	c cleaning 118999 clauses out of 238054 with flag 47078918/7250144
392.78/388.79	c cleaning 119993 clauses out of 240056 with flag 47905560/7371145
400.33/396.29	c cleaning 121004 clauses out of 242063 with flag 48736590/7493145
407.81/403.71	c cleaning 122013 clauses out of 244058 with flag 49577599/7616144
415.29/411.29	c cleaning 122985 clauses out of 246046 with flag 50429429/7740145
423.38/419.33	c cleaning 124002 clauses out of 248061 with flag 51309774/7865145
431.64/427.47	c cleaning 124990 clauses out of 250059 with flag 52168426/7991145
439.62/435.42	c cleaning 125999 clauses out of 252070 with flag 53044810/8118146
447.61/443.48	c cleaning 126985 clauses out of 254069 with flag 53928268/8246144
455.60/451.49	c cleaning 128007 clauses out of 256084 with flag 54807117/8375144
464.46/459.84	c cleaning 129011 clauses out of 258077 with flag 55703615/8505144
472.66/468.09	c cleaning 130001 clauses out of 260066 with flag 56599714/8636144
481.03/476.46	c cleaning 130993 clauses out of 262065 with flag 57500537/8768144
489.63/485.02	c cleaning 132012 clauses out of 264072 with flag 58403136/8901144
499.73/495.08	c cleaning 133001 clauses out of 266060 with flag 59325941/9035144
508.63/503.85	c cleaning 133990 clauses out of 268060 with flag 60258894/9170145
517.51/512.72	c cleaning 134994 clauses out of 270070 with flag 61189546/9306145
526.20/521.46	c cleaning 136011 clauses out of 272076 with flag 62126234/9443145
535.25/530.47	c cleaning 136989 clauses out of 274065 with flag 63082124/9581145
544.32/539.53	c cleaning 138008 clauses out of 276076 with flag 64044580/9720145
553.41/548.64	c cleaning 139006 clauses out of 278068 with flag 65024064/9860145
562.86/558.10	c cleaning 140004 clauses out of 280061 with flag 65993984/10001144
572.73/567.98	c cleaning 140973 clauses out of 282057 with flag 66992096/10143144
582.37/577.52	c cleaning 142019 clauses out of 284086 with flag 67990596/10286146
591.75/586.98	c cleaning 143001 clauses out of 286066 with flag 68979309/10430145
601.32/596.56	c cleaning 144011 clauses out of 288065 with flag 69981618/10575145
612.80/607.94	c cleaning 145002 clauses out of 290053 with flag 70996061/10721144
622.89/618.02	c cleaning 146001 clauses out of 292053 with flag 72028423/10868146
632.76/627.95	c cleaning 146993 clauses out of 294050 with flag 73049899/11016144
642.84/638.00	c cleaning 148003 clauses out of 296057 with flag 74071327/11165144
652.93/648.04	c cleaning 148981 clauses out of 298054 with flag 75123492/11315144
663.39/658.51	c cleaning 150004 clauses out of 300073 with flag 76177532/11466144
673.88/669.02	c cleaning 151013 clauses out of 302069 with flag 77231964/11618144
684.53/679.64	c cleaning 151999 clauses out of 304058 with flag 78296686/11771146
695.11/690.24	c cleaning 153015 clauses out of 306058 with flag 79366843/11925145
705.90/701.11	c cleaning 153975 clauses out of 308044 with flag 80457537/12080146
716.78/711.94	c cleaning 154992 clauses out of 310067 with flag 81542809/12236144
728.21/723.12	c cleaning 155996 clauses out of 312076 with flag 82642911/12393145
738.79/733.73	c cleaning 157006 clauses out of 314079 with flag 83758338/12551144
749.97/744.99	c cleaning 158005 clauses out of 316073 with flag 84866902/12710144
761.45/756.44	c cleaning 158997 clauses out of 318070 with flag 85995770/12870146
773.04/767.92	c cleaning 160007 clauses out of 320071 with flag 87132889/13031144
784.72/779.60	c cleaning 160986 clauses out of 322065 with flag 88290942/13193145
796.39/791.35	c cleaning 162009 clauses out of 324078 with flag 89454151/13356144
808.09/803.03	c cleaning 163002 clauses out of 326069 with flag 90604866/13520144
820.26/815.12	c cleaning 164011 clauses out of 328067 with flag 91761773/13685144
832.02/826.99	c cleaning 165001 clauses out of 330056 with flag 92910036/13851144
844.36/839.18	c cleaning 166001 clauses out of 332056 with flag 94088479/14018145
856.42/851.28	c cleaning 166998 clauses out of 334057 with flag 95271804/14186147
869.00/863.81	c cleaning 167981 clauses out of 336057 with flag 96466183/14355145
882.78/877.51	c cleaning 169007 clauses out of 338075 with flag 97648093/14525144
895.45/890.24	c cleaning 169996 clauses out of 340069 with flag 98868020/14696145
908.13/902.94	c cleaning 171003 clauses out of 342072 with flag 100099154/14868144
922.25/917.00	c cleaning 171995 clauses out of 344069 with flag 101320155/15041144
935.02/929.73	c cleaning 172998 clauses out of 346074 with flag 102563989/15215144
947.99/942.73	c cleaning 173994 clauses out of 348076 with flag 103804843/15390144
962.06/956.39	c cleaning 175002 clauses out of 350082 with flag 105072694/15566144
975.14/969.49	c cleaning 176005 clauses out of 352081 with flag 106330078/15743145
988.51/982.87	c cleaning 177005 clauses out of 354076 with flag 107602958/15921145
1003.62/997.84	c cleaning 177984 clauses out of 356070 with flag 108874797/16100144
1017.08/1011.36	c cleaning 179020 clauses out of 358086 with flag 110169729/16280144
1032.30/1026.47	c cleaning 180000 clauses out of 360066 with flag 111459468/16461144
1046.07/1040.28	c cleaning 180975 clauses out of 362066 with flag 112752997/16643144
1060.22/1054.21	c cleaning 182007 clauses out of 364092 with flag 114062089/16826145
1074.00/1068.11	c cleaning 183006 clauses out of 366085 with flag 115386043/17010145
1088.49/1082.42	c cleaning 184002 clauses out of 368078 with flag 116716922/17195144
1102.77/1096.79	c cleaning 184990 clauses out of 370076 with flag 118054798/17381144
1117.70/1111.56	c cleaning 186001 clauses out of 372087 with flag 119412226/17568145
1131.78/1125.64	c cleaning 187011 clauses out of 374086 with flag 120778828/17756145
1146.31/1140.09	c cleaning 188010 clauses out of 376075 with flag 122125982/17945145
1160.77/1154.54	c cleaning 188979 clauses out of 378064 with flag 123489001/18135144
1175.59/1169.23	c cleaning 189999 clauses out of 380086 with flag 124879255/18326145
1191.05/1184.75	c cleaning 191010 clauses out of 382086 with flag 126283367/18518144
1205.93/1199.68	c cleaning 191996 clauses out of 384076 with flag 127684583/18711144
1221.60/1215.23	c cleaning 193003 clauses out of 386080 with flag 129085831/18905144
1236.67/1230.32	c cleaning 194002 clauses out of 388079 with flag 130511967/19100146
1252.23/1245.97	c cleaning 194998 clauses out of 390075 with flag 131934731/19296144
1268.32/1262.00	c cleaning 196003 clauses out of 392080 with flag 133376515/19493147
1283.99/1277.61	c cleaning 196999 clauses out of 394075 with flag 134824642/19691145
1299.37/1293.05	c cleaning 198009 clauses out of 396075 with flag 136247222/19890144
1316.58/1309.90	c cleaning 198995 clauses out of 398066 with flag 137719803/20090144
1332.55/1326.00	c cleaning 200004 clauses out of 400072 with flag 139184290/20291145
1350.86/1343.64	c cleaning 200993 clauses out of 402067 with flag 140643059/20493144
1366.53/1359.37	c cleaning 201999 clauses out of 404074 with flag 142103282/20696144
1382.80/1375.53	c cleaning 203004 clauses out of 406075 with flag 143580800/20900144
1399.28/1392.03	c cleaning 204013 clauses out of 408072 with flag 145076429/21105145
1417.23/1409.95	c cleaning 204995 clauses out of 410058 with flag 146588897/21311144
1433.70/1426.50	c cleaning 205991 clauses out of 412063 with flag 148088659/21518144
1450.81/1443.42	c cleaning 207006 clauses out of 414074 with flag 149620404/21726146
1467.88/1460.56	c cleaning 208004 clauses out of 416068 with flag 151151523/21935146
1485.11/1477.63	c cleaning 208979 clauses out of 418062 with flag 152682665/22145144
1502.27/1494.88	c cleaning 209993 clauses out of 420084 with flag 154228938/22356145
1519.83/1512.31	c cleaning 211007 clauses out of 422091 with flag 155813908/22568145
1537.20/1529.78	c cleaning 212003 clauses out of 424083 with flag 157383417/22781144
1556.05/1548.52	c cleaning 212994 clauses out of 426083 with flag 158977350/22995147
1574.02/1566.50	c cleaning 214005 clauses out of 428087 with flag 160583158/23210145
1593.63/1586.10	c cleaning 215005 clauses out of 430081 with flag 162159625/23426144
1611.19/1603.65	c cleaning 215993 clauses out of 432076 with flag 163765081/23643144
1629.45/1621.79	c cleaning 217006 clauses out of 434083 with flag 165356296/23861144
1647.61/1639.97	c cleaning 218026 clauses out of 436077 with flag 166983764/24080144
1666.38/1658.55	c cleaning 218988 clauses out of 438053 with flag 168593823/24300146
1684.74/1677.01	c cleaning 219997 clauses out of 440066 with flag 170233724/24521147
1704.51/1696.64	c cleaning 221034 clauses out of 442067 with flag 171879998/24743145
1723.58/1715.70	c cleaning 221984 clauses out of 444034 with flag 173529485/24966146
1743.41/1735.41	c cleaning 222985 clauses out of 446049 with flag 175215074/25190145
1762.27/1754.31	c cleaning 223992 clauses out of 448066 with flag 176884079/25415147
1782.02/1773.92	c cleaning 225012 clauses out of 450072 with flag 178581209/25641145
1800.58/1792.59	c cleaning 226004 clauses out of 452060 with flag 180248917/25868145
1821.19/1813.01	c cleaning 226984 clauses out of 454055 with flag 181972773/26096144
1840.74/1832.66	c cleaning 227988 clauses out of 456071 with flag 183678213/26325144
1862.33/1854.13	c cleaning 229000 clauses out of 458085 with flag 185390662/26555146
1882.18/1874.11	c cleaning 230017 clauses out of 460083 with flag 187109022/26786144
1902.91/1894.09	c cleaning 231001 clauses out of 462066 with flag 188828107/27018144
1923.77/1914.72	c cleaning 232009 clauses out of 464066 with flag 190568823/27251145
1944.32/1935.30	c cleaning 232992 clauses out of 466059 with flag 192311522/27485147
1965.13/1956.13	c cleaning 233995 clauses out of 468066 with flag 194069187/27720146
1985.67/1976.78	c cleaning 235009 clauses out of 470071 with flag 195825699/27956146
2005.73/1996.82	c cleaning 235992 clauses out of 472060 with flag 197591177/28193144
2027.79/2018.97	c cleaning 236989 clauses out of 474068 with flag 199375949/28431144
2048.45/2039.66	c cleaning 238013 clauses out of 476080 with flag 201144667/28670145
2069.22/2060.42	c cleaning 238993 clauses out of 478068 with flag 202949441/28910146
2090.37/2081.54	c cleaning 240000 clauses out of 480074 with flag 204755611/29151145
2112.78/2103.70	c cleaning 241000 clauses out of 482073 with flag 206550952/29393144
2134.18/2125.01	c cleaning 242014 clauses out of 484073 with flag 208364160/29636144
2155.64/2146.57	c cleaning 243001 clauses out of 486061 with flag 210207188/29880146
2177.69/2168.66	c cleaning 243972 clauses out of 488058 with flag 212055202/30125144
2199.94/2190.99	c cleaning 245015 clauses out of 490087 with flag 213937573/30371145
2222.08/2212.99	c cleaning 246000 clauses out of 492071 with flag 215820843/30618144
2244.64/2235.31	c cleaning 247011 clauses out of 494071 with flag 217662483/30866144
2267.58/2258.16	c cleaning 248001 clauses out of 496061 with flag 219556451/31115145
2291.15/2281.68	c cleaning 248995 clauses out of 498061 with flag 221454625/31365146
2314.01/2304.54	c cleaning 249982 clauses out of 500064 with flag 223349298/31616144
2337.13/2327.62	c cleaning 251009 clauses out of 502084 with flag 225281490/31868146
2359.88/2350.41	c cleaning 252004 clauses out of 504075 with flag 227188153/32121146
2382.84/2373.42	c cleaning 252997 clauses out of 506070 with flag 229122469/32375145
2406.16/2396.63	c cleaning 254007 clauses out of 508072 with flag 231098075/32630144
2429.12/2419.60	c cleaning 254998 clauses out of 510066 with flag 233044365/32886145
2452.77/2443.35	c cleaning 256000 clauses out of 512067 with flag 234997665/33143144
2477.70/2467.59	c cleaning 257006 clauses out of 514067 with flag 236984419/33401144
2501.34/2491.22	c cleaning 258008 clauses out of 516061 with flag 238954567/33660144
2524.39/2514.39	c cleaning 258999 clauses out of 518053 with flag 240929364/33920144
2549.11/2539.04	c cleaning 259990 clauses out of 520054 with flag 242946718/34181144
2573.64/2563.68	c cleaning 260996 clauses out of 522065 with flag 244935348/34443145
2599.18/2589.12	c cleaning 261990 clauses out of 524070 with flag 246956889/34706146
2623.81/2613.89	c cleaning 263014 clauses out of 526079 with flag 248994406/34970145
2648.55/2638.67	c cleaning 264004 clauses out of 528065 with flag 251007271/35235145
2673.92/2663.89	c cleaning 264984 clauses out of 530061 with flag 253042611/35501145
2700.78/2690.61	c cleaning 266000 clauses out of 532077 with flag 255104099/35768145
2726.43/2716.31	c cleaning 266999 clauses out of 534078 with flag 257157819/36036146
2752.54/2742.43	c cleaning 267996 clauses out of 536078 with flag 259206097/36305145
2778.11/2768.09	c cleaning 269010 clauses out of 538082 with flag 261262156/36575145
2803.84/2793.82	c cleaning 269992 clauses out of 540071 with flag 263351123/36846144
2829.70/2819.64	c cleaning 271012 clauses out of 542081 with flag 265434090/37118146
2855.06/2845.06	c cleaning 272000 clauses out of 544068 with flag 267545746/37391145
2881.34/2871.16	c cleaning 272998 clauses out of 546067 with flag 269650464/37665144
2907.38/2897.26	c cleaning 274024 clauses out of 548069 with flag 271777959/37940144
2934.19/2923.90	c cleaning 274986 clauses out of 550045 with flag 273901779/38216144
2960.14/2949.93	c cleaning 275987 clauses out of 552059 with flag 276048767/38493144
2986.67/2976.32	c cleaning 277007 clauses out of 554074 with flag 278193737/38771146
3013.21/3002.95	c cleaning 278032 clauses out of 556065 with flag 280361077/39050144
3040.97/3030.77	c cleaning 278990 clauses out of 558033 with flag 282545311/39330144
3068.40/3058.28	c cleaning 279999 clauses out of 560043 with flag 284744695/39611144
3095.54/3085.50	c cleaning 281014 clauses out of 562044 with flag 286934838/39893144
3123.69/3113.49	c cleaning 281983 clauses out of 564030 with flag 289151637/40176144
3151.65/3141.32	c cleaning 282996 clauses out of 566048 with flag 291350333/40460145
3179.19/3168.90	c cleaning 284001 clauses out of 568052 with flag 293564841/40745145
3206.84/3196.61	c cleaning 284995 clauses out of 570051 with flag 295833941/41031145
3235.18/3224.99	c cleaning 285993 clauses out of 572059 with flag 298081931/41318148
3263.42/3253.22	c cleaning 286995 clauses out of 574063 with flag 300328497/41606145
3291.86/3281.76	c cleaning 287997 clauses out of 576067 with flag 302598120/41895144
3321.80/3311.57	c cleaning 289011 clauses out of 578071 with flag 304903589/42185145
3350.45/3340.25	c cleaning 289988 clauses out of 580059 with flag 307188434/42476144
3380.02/3369.72	c cleaning 291002 clauses out of 582074 with flag 309471959/42768147
3409.56/3399.31	c cleaning 292016 clauses out of 584069 with flag 311793190/43061144
3438.22/3428.07	c cleaning 293005 clauses out of 586053 with flag 314095564/43355144
3468.08/3457.89	c cleaning 293992 clauses out of 588048 with flag 316416757/43650144
3498.24/3488.08	c cleaning 295002 clauses out of 590057 with flag 318755315/43946145
3528.37/3518.23	c cleaning 295958 clauses out of 592054 with flag 321083063/44243144
3557.91/3547.77	c cleaning 297022 clauses out of 594098 with flag 323395345/44541146
3587.75/3577.65	c cleaning 297994 clauses out of 596074 with flag 325745353/44840144
3600.02/3589.94	c starts		: 223132
3600.02/3589.96	c conflicts		: 44981650
3600.02/3589.96	c decisions		: 226315258
3600.02/3589.96	c propagations		: 2080497718
3600.02/3589.96	c inspects		: 41645917031
3600.02/3589.96	c shortcuts		: 0
3600.02/3589.96	c learnt literals	: 0
3600.02/3589.96	c learnt binary clauses	: 0
3600.02/3589.96	c learnt ternary clauses	: 0
3600.02/3589.96	c learnt constraints	: 44981650
3600.02/3589.96	c ignored constraints	: 0
3600.02/3589.96	c root simplifications	: 0
3600.02/3589.96	c removed literals (reason simplification)	: 40275624
3600.02/3589.96	c reason swapping (by a shorter reason)	: 0
3600.02/3589.96	c Calls to reduceDB	: 295
3600.02/3589.96	c Number of update (reduction) of LBD	: 13303086
3600.02/3589.96	c Imported unit clauses	: 0
3600.02/3589.96	c No decision after first conflict	: false
3600.02/3589.98	c number of reductions to clauses (during analyze)	: 0
3600.02/3589.98	c number of learned constraints concerned by reduction	: 0
3600.02/3589.98	c number of learning phase by resolution	: 0
3600.02/3589.98	c number of learning phase by cutting planes	: 0
3600.02/3589.98	c number of rounding to 1 operations	: 0
3600.02/3589.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3589.98	c number of reductions of the coefficients by power 2 	: 0
3600.02/3589.98	c number of right shift for reduction by power 2 	: 0
3600.02/3589.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3589.98	c number of ending skipping 	: 0
3600.02/3589.98	c number of internal skipping 	: 0
3600.02/3589.98	c number of derivation steps 	: 0
3600.02/3589.98	c number of skipped derivation steps 	: 0
3600.02/3589.98	c number of remaining unassigned 	: 0
3600.02/3589.98	c number of remaining assigned 	: 0
3600.02/3589.98	c number of falsified literals weakened from reason	: 0
3600.02/3589.98	c number of falsified literals weakened from conflict	: 0
3600.02/3589.98	c time for arithmetic operations	: 0
3600.02/3589.98	c minimum degree of deleted constraints	: null
3600.02/3589.98	c maximum degree of deleted constraints	: null
3600.02/3589.98	c number of deleted constraints	: 0
3600.02/3589.99	c speed (assignments/second)	: 579620.9233214029
3600.02/3589.99	c non guided choices	: 4023633
3600.59/3590.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 439586
3600.59/3590.20	s SATISFIABLE
3600.59/3590.21	c Found 1 solution(s)
3600.59/3590.23	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.59/3590.23	c objective function=1
3600.59/3590.23	c Total wall clock time (in seconds): 3589.859

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100236 s]*
/proc/loadavg: 3.07 3.95 4.10 15/317 79423
/proc/meminfo: memFree=128753440/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=18930344 memory=45508 CPUtime=0.08 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 5386 0 88 0 5 3 0 0 20 0 18 0 70883692 19384672256 11377 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4732586 11377 4915 1 0 546706 0
[pid=79355/tid=79361] ppid=79341 vsize=18930344 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) D 79341 79355 79288 0 -1 4194368 4505 0 87 0 4 2 0 0 20 0 18 0 70883696 19384672256 11377 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=18930344 memory=228522721619 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70883701 19384672256 11377 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=18930344 memory=61792617516369 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 70883702 19384672256 11377 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45508 KiB

[startup+0.216964 s]*
/proc/loadavg: 3.07 3.95 4.10 10/319 79425
/proc/meminfo: memFree=128730772/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=18930384 memory=52036 CPUtime=0.26 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 6115 0 88 0 22 4 0 0 20 0 18 0 70883692 19384713216 13009 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4732596 13009 5331 1 0 547278 0
[pid=79355/tid=79361] ppid=79341 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 4897 0 87 0 14 3 0 0 20 0 18 0 70883696 19384713216 13009 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70883701 19384713216 13009 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 70883702 19384713216 13009 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52036 KiB

[startup+0.313295 s]*
/proc/loadavg: 3.07 3.95 4.10 11/319 79425
/proc/meminfo: memFree=128715208/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=18930384 memory=57836 CPUtime=0.42 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 6586 0 88 0 37 5 0 0 20 0 18 0 70883692 19384713216 14459 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4732596 14459 5331 1 0 547687 0
[pid=79355/tid=79361] ppid=79341 vsize=18930384 memory=-6000919502788191080 CPUtime=0.25 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 5056 0 87 0 22 3 0 0 20 0 18 0 70883696 19384713216 14459 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70883701 19384713216 14459 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 70883702 19384713216 14459 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57836 KiB

[startup+0.700394 s]
/proc/loadavg: 3.07 3.95 4.10 13/320 79426
/proc/meminfo: memFree=128656920/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=18996948 memory=81588 CPUtime=1.1 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 7755 0 88 0 103 7 0 0 20 0 19 0 70883692 19452874752 20397 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4749237 20397 5491 1 0 548360 0
[pid=79355/tid=79361] ppid=79341 vsize=18996948 memory=18560 CPUtime=0.54 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 5315 0 87 0 49 5 0 0 20 0 19 0 70883696 19452874752 20397 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70883701 19452874752 20397 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 70883702 19452874752 20397 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81588 KiB

[startup+1.50029 s]
/proc/loadavg: 3.07 3.95 4.10 11/323 79429
/proc/meminfo: memFree=128616220/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=18996948 memory=106328 CPUtime=2.68 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 17667 0 88 0 258 10 0 0 20 0 19 0 70883692 19452874752 26582 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4749237 26582 5491 1 0 552373 0
[pid=79355/tid=79361] ppid=79341 vsize=18996948 memory=3200 CPUtime=1.3 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 6100 0 87 0 125 5 0 0 20 0 19 0 70883696 19452874752 26582 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70883701 19452874752 26582 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 70883702 19452874752 26582 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70883750 19452874752 26582 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106328 KiB

[startup+3.1127 s]
/proc/loadavg: 3.07 3.95 4.10 7/323 79429
/proc/meminfo: memFree=128393272/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=18996948 memory=153124 CPUtime=4.98 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 18829 0 88 0 486 12 0 0 20 0 19 0 70883692 19452874752 38281 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4749237 38281 5491 1 0 552671 0
[pid=79355/tid=79361] ppid=79341 vsize=18996948 memory=14720 CPUtime=2.89 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 6596 0 87 0 282 7 0 0 20 0 19 0 70883696 19452874752 38281 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70883701 19452874752 38281 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 70883702 19452874752 38281 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70883750 19452874752 38281 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153124 KiB

[startup+6.30046 s]
/proc/loadavg: 3.14 3.96 4.10 8/326 79432
/proc/meminfo: memFree=128249560/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=181612 CPUtime=8.34 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 19996 0 88 0 821 13 0 0 20 0 20 0 70883692 19521036288 45403 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 45403 5523 1 0 552978 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=0 CPUtime=6 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 6637 0 87 0 593 7 0 0 20 0 20 0 70883696 19521036288 45403 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 45403 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 45403 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=109892 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 45403 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181612 KiB

[startup+12.7005 s]
/proc/loadavg: 3.21 3.96 4.10 7/327 79433
/proc/meminfo: memFree=128058256/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=265844 CPUtime=14.81 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 22113 0 88 0 1465 16 0 0 20 0 20 0 70883692 19521036288 66461 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 66461 5523 1 0 552978 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=109892 CPUtime=12.18 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 7176 0 87 0 1211 7 0 0 20 0 20 0 70883696 19521036288 66461 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=224768 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 66461 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 66461 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 66461 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 14.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 265844 KiB

[startup+25.5005 s]
/proc/loadavg: 3.47 3.98 4.10 7/327 79434
/proc/meminfo: memFree=127361220/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=463028 CPUtime=27.73 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 24277 0 88 0 2752 21 0 0 20 0 20 0 70883692 19521036288 115757 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 115757 5523 1 0 552978 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=224768 CPUtime=24.51 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 7956 0 87 0 2444 7 0 0 20 0 20 0 70883696 19521036288 115757 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 115757 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=417796 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 115757 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 115757 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 463028 KiB

[startup+51.1132 s]
/proc/loadavg: 3.65 3.98 4.10 8/327 79434
/proc/meminfo: memFree=126159968/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=864080 CPUtime=53.52 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 25215 0 88 0 5321 31 0 0 20 0 20 0 70883692 19521036288 216020 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 216020 5523 1 0 717987 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=767812 CPUtime=49.62 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 8047 0 87 0 4951 11 0 0 20 0 20 0 70883696 19521036288 216020 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 216020 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 216020 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0

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

/proc/meminfo: memFree=113448544/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3352.54 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 109658 0 88 0 334965 289 0 0 20 0 20 0 70883692 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 773162 5555 1 0 785447 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=5632 CPUtime=3317.39 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 59185 0 87 0 331670 69 0 0 20 0 20 0 70883696 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=2688 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 816 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3352.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3092648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.17 8/326 79603
/proc/meminfo: memFree=113346024/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3412.55 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 109983 0 88 0 340963 292 0 0 20 0 20 0 70883692 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 773162 5555 1 0 785447 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3377.09 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 59404 0 87 0 337639 70 0 0 20 0 20 0 70883696 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=5888 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 826 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3412.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3092648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.12 4.15 7/325 79606
/proc/meminfo: memFree=113347080/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3472.58 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 110729 0 88 0 346962 296 0 0 20 0 20 0 70883692 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 773162 5555 1 0 785447 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3436.77 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 60062 0 87 0 343607 70 0 0 20 0 20 0 70883696 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 826 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3472.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3092648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.15 7/325 79608
/proc/meminfo: memFree=113346784/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3532.56 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 111695 0 88 0 352956 300 0 0 20 0 20 0 70883692 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 773162 5555 1 0 785447 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3496.51 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 60933 0 87 0 349579 72 0 0 20 0 20 0 70883696 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 827 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3532.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3092648 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.15 4.16 8/325 79610
/proc/meminfo: memFree=113346152/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3592.43 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 112207 0 88 0 358939 304 0 0 20 0 20 0 70883692 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 773162 5555 1 0 785447 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=5276 CPUtime=3556.35 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 61427 0 87 0 355562 73 0 0 20 0 20 0 70883696 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3592.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3092648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.9 s]
/proc/loadavg: 4.28 4.16 4.16 7/324 79677
/proc/meminfo: memFree=119628968/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3600.02 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 112255 0 88 0 359697 305 0 0 20 0 20 0 70883692 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4765878 773162 5555 1 0 785447 0
[pid=79355/tid=79361] ppid=79341 vsize=19063512 memory=3092648 CPUtime=3563.92 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 61472 0 87 0 356319 73 0 0 20 0 20 0 70883696 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70883701 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 20 0 70883702 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79427] ppid=79341 vsize=19063512 memory=3092648 CPUtime=0 cores=1,3
/proc/79355/task/79427/stat : 79427 (Timer-0) S 79341 79355 79288 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70883750 19521036288 773162 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3092648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.61 s, system=3.07271 s

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

[startup+3590 s]*
/proc/loadavg: 4.28 4.16 4.16 9/325 79680
/proc/meminfo: memFree=119608868/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19263204 memory=3093288 CPUtime=3600.23 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 113681 0 88 0 359718 305 0 0 20 0 21 0 70883692 19725520896 773322 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4815801 773322 5555 1 0 786392 0
[pid=79355/tid=79361] ppid=79341 vsize=19263204 memory=-6000919485591348072 CPUtime=3564.02 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 61671 0 87 0 356329 73 0 0 20 0 21 0 70883696 19725520896 773322 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19263204 memory=-6000919485591348072 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 70883701 19725520896 773322 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19263204 memory=6784 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 21 0 70883702 19725520896 773322 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79680] ppid=79341 vsize=19263204 memory=4788 CPUtime=0.03 cores=1,3
/proc/79355/task/79680/stat : 79680 (Thread-0) R 79341 79355 79288 0 -1 4194368 195 0 0 0 3 0 0 0 20 0 21 0 71242684 19725520896 773322 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3093288 KiB

[startup+3590.2 s]
/proc/loadavg: 4.28 4.16 4.16 9/325 79680
/proc/meminfo: memFree=119608868/131382112 swapFree=33009904/33010684
[pid=79355] ppid=79341 vsize=19263204 memory=3093416 CPUtime=3600.59 cores=1,3
/proc/79355/stat : 79355 (java) S 79341 79355 79288 0 -1 4194304 113738 0 88 0 359754 305 0 0 20 0 21 0 70883692 19725520896 773354 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
/proc/79355/statm: 4815801 773354 5555 1 0 786400 0
[pid=79355/tid=79361] ppid=79341 vsize=19263204 memory=4660 CPUtime=3564.2 cores=1,3
/proc/79355/task/79361/stat : 79361 (java) R 79341 79355 79288 0 -1 4194368 61674 0 87 0 356347 73 0 0 20 0 21 0 70883696 19725520896 773354 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79396] ppid=79341 vsize=19263204 memory=4660 CPUtime=0 cores=1,3
/proc/79355/task/79396/stat : 79396 (Finalizer) S 79341 79355 79288 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 70883701 19725520896 773354 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79423] ppid=79341 vsize=19263204 memory=7024 CPUtime=0 cores=1,3
/proc/79355/task/79423/stat : 79423 (Common-Cleaner) S 79341 79355 79288 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 21 0 70883702 19725520896 773354 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
[pid=79355/tid=79680] ppid=79341 vsize=19263204 memory=7028 CPUtime=0.14 cores=1,3
/proc/79355/task/79680/stat : 79680 (Thread-0) R 79341 79355 79288 0 -1 4194368 198 0 0 0 14 0 0 0 20 0 21 0 71242684 19725520896 773354 18446744073709551615 93901893103616 93901893107312 140733769567232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93901893115128 93901893115920 93901913214976 140733769570689 140733769570790 140733769570790 140733769576392 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3093416 KiB

Child status: 143

Real time (s): 3590.25
CPU time (s): 3600.69
CPU user time (s): 3597.61
CPU system time (s): 3.07271
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3093416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.61
system time used= 3.07271
maximum resident set size= 3093544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113934
page faults= 88
swaps= 0
block input operations= 0
block output operations= 3992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109450
involuntary context switches= 4551


# summary of solver processes directly reported to runsolver:
#   pid: 79355
#   total CPU time (s): 3600.69
#   total CPU user time (s): 3597.61
#   total CPU system time (s): 3.07271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.9409 second user time and 35.7883 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 16:14:08
IDJOB=4518694
IDBENCH=177067
IDSOLVER=3363
FILE ID=nodeC001/4518694-1751552048
RUNJOBID= nodeC001-1751552048-79300
SLURM_JOB_ID= 9598733
Free space on /tmp= 432508 MiB

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

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

MD5SUM BENCH= f08928bc284fdcbda2e5de064b6d0410
RANDOM SEED=488727636

nodeC001 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.205
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.49
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.179
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.542
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.49
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.369
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.49
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.199
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.49
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.168
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.49
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.770
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.222
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128805852 kB
MemAvailable:   129900240 kB
Buffers:            1668 kB
Cached:          1879880 kB
SwapCached:          128 kB
Active:           305764 kB
Inactive:        1642232 kB
Active(anon):      55956 kB
Inactive(anon):    28268 kB
Active(file):     249808 kB
Inactive(file):  1613964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2924 kB
Writeback:             0 kB
AnonPages:         69376 kB
Mapped:           102984 kB
Shmem:             17776 kB
KReclaimable:     140100 kB
Slab:             224868 kB
SReclaimable:     140100 kB
SUnreclaim:        84768 kB
KernelStack:        3732 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432504 MiB
End job on nodeC001 at 2025-07-03 17:13:59