Trace number 4517728

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)6 3600.36 3603.04

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=13-t=7.opb
MD5SUMbf082a5f314776883f0e32420df0edd0
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 benchmark6
Best CPU time to get the best result obtained on this benchmark21.8846
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables351
Total number of constraints12753
Number of constraints which are clauses12740
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint14
Number of terms in the objective function 13
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 13
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4517728-1751530864.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.32/0.27	c ... done. Wall clock time 0.142s.
0.32/0.27	c declared #vars     351
0.32/0.27	c #constraints  12753
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12740
0.32/0.27	c 12753 constraints processed.
0.32/0.28	c objective function length is 13 literals
0.52/0.38	c SATISFIABLE
0.52/0.38	c OPTIMIZING...
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.246
0.52/0.38	o 7
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.253
0.52/0.38	o 6
1.28/0.77	c cleaning 2931 clauses out of 5864 with flag 28897/5864
1.88/1.05	c cleaning 4457 clauses out of 8932 with flag 61864/11863
2.27/1.27	c cleaning 5717 clauses out of 11475 with flag 117210/18863
2.85/1.50	c cleaning 6875 clauses out of 13759 with flag 180242/26864
3.15/1.77	c cleaning 7932 clauses out of 15883 with flag 248756/35863
3.54/2.02	c cleaning 8969 clauses out of 17952 with flag 304043/45864
3.83/2.33	c cleaning 9982 clauses out of 19983 with flag 391188/56864
4.14/2.67	c cleaning 10973 clauses out of 22000 with flag 485388/68863
4.54/3.07	c cleaning 12003 clauses out of 24028 with flag 592428/81864
4.94/3.48	c cleaning 12999 clauses out of 26024 with flag 706909/95863
5.44/3.96	c cleaning 14008 clauses out of 28025 with flag 828602/110863
5.93/4.48	c cleaning 15007 clauses out of 30018 with flag 937029/126864
6.46/4.93	c cleaning 15976 clauses out of 32010 with flag 1045763/143863
6.98/5.43	c cleaning 17007 clauses out of 34034 with flag 1159100/161863
7.48/5.95	c cleaning 18013 clauses out of 36027 with flag 1278385/180863
8.09/6.52	c cleaning 18986 clauses out of 38015 with flag 1420438/200864
8.69/7.18	c cleaning 19989 clauses out of 40031 with flag 1565353/221866
9.39/7.81	c cleaning 20994 clauses out of 42039 with flag 1707316/243863
10.09/8.53	c cleaning 22021 clauses out of 44045 with flag 1870568/266863
10.89/9.30	c cleaning 23004 clauses out of 46024 with flag 2050564/290863
11.69/10.16	c cleaning 23999 clauses out of 48020 with flag 2240334/315863
12.48/10.94	c cleaning 24999 clauses out of 50025 with flag 2445666/341867
13.28/11.73	c cleaning 25988 clauses out of 52022 with flag 2637731/368863
14.08/12.58	c cleaning 27007 clauses out of 54034 with flag 2853814/396863
15.08/13.50	c cleaning 28004 clauses out of 56027 with flag 3074197/425863
15.98/14.40	c cleaning 29011 clauses out of 58023 with flag 3281583/455863
16.97/15.40	c cleaning 30006 clauses out of 60013 with flag 3514484/486864
18.08/16.53	c cleaning 30991 clauses out of 62007 with flag 3779312/518864
19.08/17.55	c cleaning 31985 clauses out of 64015 with flag 4002927/551863
20.08/18.52	c cleaning 33011 clauses out of 66030 with flag 4202669/585863
21.48/19.91	c cleaning 34001 clauses out of 68019 with flag 4508392/620863
22.68/21.10	c cleaning 34987 clauses out of 70018 with flag 4790656/656863
23.87/22.36	c cleaning 36000 clauses out of 72031 with flag 5086673/693863
25.18/23.60	c cleaning 37005 clauses out of 74031 with flag 5337276/731863
26.38/24.89	c cleaning 38013 clauses out of 76026 with flag 5605432/770863
27.60/26.08	c cleaning 39002 clauses out of 78013 with flag 5807789/810863
29.09/27.52	c cleaning 39988 clauses out of 80011 with flag 6009700/851863
30.29/28.75	c cleaning 40999 clauses out of 82023 with flag 6218566/893863
31.79/30.28	c cleaning 41990 clauses out of 84024 with flag 6539588/936863
33.38/31.82	c cleaning 43012 clauses out of 86034 with flag 6839636/980863
34.88/33.35	c cleaning 43989 clauses out of 88022 with flag 7130061/1025863
36.58/35.04	c cleaning 44988 clauses out of 90033 with flag 7469686/1071863
38.31/36.79	c cleaning 45993 clauses out of 92046 with flag 7800755/1118864
40.11/38.56	c cleaning 47004 clauses out of 94054 with flag 8162227/1166865
42.00/40.46	c cleaning 48014 clauses out of 96048 with flag 8540967/1215863
43.80/42.27	c cleaning 48998 clauses out of 98034 with flag 8907629/1265863
45.79/44.29	c cleaning 50013 clauses out of 100036 with flag 9293366/1316863
47.89/46.35	c cleaning 50999 clauses out of 102023 with flag 9656632/1368863
50.02/48.44	c cleaning 52001 clauses out of 104027 with flag 10038350/1421866
52.12/50.57	c cleaning 53009 clauses out of 106024 with flag 10455847/1475864
54.21/52.67	c cleaning 53999 clauses out of 108015 with flag 10818746/1530864
56.52/54.92	c cleaning 54990 clauses out of 110015 with flag 11224740/1586863
58.81/57.23	c cleaning 55990 clauses out of 112026 with flag 11595238/1643864
61.11/59.59	c cleaning 56995 clauses out of 114036 with flag 12048503/1701864
63.62/62.09	c cleaning 57999 clauses out of 116040 with flag 12515399/1760863
66.21/64.62	c cleaning 59001 clauses out of 118042 with flag 13000590/1820864
68.71/67.16	c cleaning 60008 clauses out of 120040 with flag 13450028/1881863
71.40/69.82	c cleaning 61014 clauses out of 122034 with flag 13927815/1943865
74.11/72.59	c cleaning 61996 clauses out of 124018 with flag 14431792/2006863
76.32/74.76	c cleaning 63003 clauses out of 126022 with flag 14715024/2070863
79.01/77.41	c cleaning 63997 clauses out of 128019 with flag 15153744/2135863
81.90/80.39	c cleaning 65006 clauses out of 130023 with flag 15645760/2201864
84.91/83.37	c cleaning 65996 clauses out of 132017 with flag 16062083/2268864
87.74/86.18	c cleaning 66985 clauses out of 134020 with flag 16520614/2336863
90.74/89.16	c cleaning 67987 clauses out of 136035 with flag 16986363/2405863
93.93/92.39	c cleaning 69018 clauses out of 138048 with flag 17568900/2475863
97.22/95.69	c cleaning 70016 clauses out of 140031 with flag 18111500/2546864
100.62/99.10	c cleaning 70973 clauses out of 142014 with flag 18622386/2618863
104.03/102.48	c cleaning 72002 clauses out of 144041 with flag 19129145/2691863
107.52/105.94	c cleaning 73000 clauses out of 146040 with flag 19612172/2765864
111.21/109.67	c cleaning 74010 clauses out of 148039 with flag 20209394/2840863
114.91/113.39	c cleaning 75007 clauses out of 150030 with flag 20765155/2916864
118.74/117.17	c cleaning 76007 clauses out of 152022 with flag 21330154/2993863
122.53/120.97	c cleaning 76994 clauses out of 154017 with flag 21937482/3071865
126.72/125.13	c cleaning 77990 clauses out of 156021 with flag 22582600/3150863
130.61/129.07	c cleaning 79006 clauses out of 158031 with flag 23167503/3230863
134.83/133.21	c cleaning 80003 clauses out of 160025 with flag 23810926/3311863
139.02/137.47	c cleaning 81004 clauses out of 162022 with flag 24456811/3393863
143.11/141.53	c cleaning 81995 clauses out of 164018 with flag 25015650/3476863
147.45/145.89	c cleaning 83005 clauses out of 166023 with flag 25662300/3560863
151.84/150.28	c cleaning 83987 clauses out of 168018 with flag 26327955/3645863
156.32/154.71	c cleaning 84998 clauses out of 170033 with flag 26990031/3731865
160.81/159.27	c cleaning 85994 clauses out of 172034 with flag 27650240/3818864
165.66/164.08	c cleaning 86996 clauses out of 174040 with flag 28355714/3906864
170.44/168.89	c cleaning 88010 clauses out of 176044 with flag 28964493/3995864
175.63/174.04	c cleaning 89006 clauses out of 178033 with flag 29694013/4085863
180.81/179.24	c cleaning 89994 clauses out of 180029 with flag 30387095/4176865
186.00/184.46	c cleaning 90985 clauses out of 182033 with flag 31033994/4268863
191.43/189.82	c cleaning 92017 clauses out of 184048 with flag 31804993/4361863
197.42/195.88	c cleaning 93002 clauses out of 186031 with flag 32623446/4455863
203.10/201.55	c cleaning 94013 clauses out of 188031 with flag 33325254/4550865
208.89/207.39	c cleaning 94984 clauses out of 190016 with flag 34034810/4646863
215.12/213.53	c cleaning 96010 clauses out of 192033 with flag 34836438/4743864
221.31/219.71	c cleaning 97009 clauses out of 194022 with flag 35606983/4841863
227.61/226.06	c cleaning 98004 clauses out of 196015 with flag 36455168/4940865
233.09/231.52	c cleaning 98984 clauses out of 198009 with flag 37028164/5040863
239.47/237.97	c cleaning 100002 clauses out of 200025 with flag 37831343/5141863
245.96/244.42	c cleaning 101001 clauses out of 202023 with flag 38654353/5243863
252.71/251.11	c cleaning 102005 clauses out of 204025 with flag 39423125/5346866
259.39/257.88	c cleaning 102989 clauses out of 206018 with flag 40192460/5450864
266.08/264.57	c cleaning 103997 clauses out of 208028 with flag 40940105/5555863
273.37/271.81	c cleaning 104996 clauses out of 210032 with flag 41769173/5661864
280.45/278.95	c cleaning 105987 clauses out of 212035 with flag 42654805/5768863
287.64/286.17	c cleaning 107006 clauses out of 214048 with flag 43524669/5876863
294.91/293.48	c cleaning 107989 clauses out of 216042 with flag 44380028/5985863
302.37/300.86	c cleaning 109018 clauses out of 218053 with flag 45230733/6095863
310.16/308.67	c cleaning 109999 clauses out of 220035 with flag 46155303/6206863
318.34/316.83	c cleaning 111018 clauses out of 222038 with flag 47127581/6318865
325.12/323.60	c cleaning 112008 clauses out of 224019 with flag 47842937/6431864
332.11/330.68	c cleaning 113005 clauses out of 226010 with flag 48617694/6545863
340.78/339.23	c cleaning 113984 clauses out of 228006 with flag 49649612/6660864
348.95/347.41	c cleaning 114994 clauses out of 230022 with flag 50589319/6776864
356.95/355.48	c cleaning 115997 clauses out of 232028 with flag 51494954/6893864
365.42/363.95	c cleaning 116994 clauses out of 234031 with flag 52581725/7011864
374.20/372.73	c cleaning 118014 clauses out of 236037 with flag 53643485/7130864
382.49/381.02	c cleaning 119005 clauses out of 238025 with flag 54662137/7250866
391.33/389.81	c cleaning 120005 clauses out of 240018 with flag 55681519/7371864
399.81/398.38	c cleaning 121004 clauses out of 242012 with flag 56723661/7493863
408.80/407.39	c cleaning 121998 clauses out of 244008 with flag 57766981/7616863
417.37/415.93	c cleaning 122998 clauses out of 246010 with flag 58852456/7740863
425.45/424.08	c cleaning 123982 clauses out of 248012 with flag 59954848/7865863
441.41/440.09	c cleaning 124999 clauses out of 250031 with flag 61724463/7991864
449.99/448.69	c cleaning 126007 clauses out of 252031 with flag 62919262/8118863
458.06/456.79	c cleaning 126997 clauses out of 254024 with flag 64065554/8246863
466.24/464.99	c cleaning 127987 clauses out of 256027 with flag 65303804/8375863
474.22/472.99	c cleaning 129006 clauses out of 258040 with flag 66448330/8505863
482.19/480.87	c cleaning 130009 clauses out of 260034 with flag 67605313/8636863
490.18/488.85	c cleaning 131001 clauses out of 262026 with flag 68762400/8768864
497.96/496.62	c cleaning 131989 clauses out of 264024 with flag 69915278/8901863
506.14/504.86	c cleaning 132989 clauses out of 266035 with flag 71213852/9035863
514.43/513.16	c cleaning 134015 clauses out of 268046 with flag 72487120/9170863
523.01/521.79	c cleaning 135013 clauses out of 270032 with flag 73605803/9306864
531.49/530.28	c cleaning 135983 clauses out of 272018 with flag 74853796/9443863
540.17/538.92	c cleaning 137004 clauses out of 274036 with flag 76098251/9581864
549.02/547.72	c cleaning 137998 clauses out of 276031 with flag 77393571/9720863
557.90/556.63	c cleaning 138998 clauses out of 278034 with flag 78643020/9860864
566.98/565.77	c cleaning 139999 clauses out of 280035 with flag 79986654/10001863
575.96/574.70	c cleaning 141005 clauses out of 282036 with flag 81242332/10143863
585.04/583.81	c cleaning 142001 clauses out of 284032 with flag 82561259/10286864
594.72/593.54	c cleaning 143003 clauses out of 286030 with flag 83780569/10430863
604.10/602.98	c cleaning 143996 clauses out of 288028 with flag 85106740/10575864
613.58/612.42	c cleaning 145009 clauses out of 290031 with flag 86430955/10721863
623.90/622.45	c cleaning 145989 clauses out of 292023 with flag 87760412/10868864
633.38/631.93	c cleaning 147014 clauses out of 294033 with flag 89041505/11016863
643.56/642.12	c cleaning 148003 clauses out of 296020 with flag 90369161/11165864
653.94/652.58	c cleaning 148991 clauses out of 298016 with flag 91718390/11315863
664.12/662.76	c cleaning 150005 clauses out of 300025 with flag 93087603/11466863
674.50/673.15	c cleaning 150993 clauses out of 302020 with flag 94459074/11618863
684.87/683.57	c cleaning 151993 clauses out of 304028 with flag 95851756/11771864
695.05/693.77	c cleaning 153009 clauses out of 306034 with flag 97130943/11925863
705.59/704.23	c cleaning 153994 clauses out of 308025 with flag 98456871/12080863
716.67/715.32	c cleaning 154998 clauses out of 310031 with flag 99849744/12236863
727.25/725.92	c cleaning 156006 clauses out of 312033 with flag 101248142/12393863
738.12/736.89	c cleaning 156993 clauses out of 314028 with flag 102607668/12551864
749.20/747.96	c cleaning 158012 clauses out of 316036 with flag 103996338/12710865
760.47/759.28	c cleaning 158996 clauses out of 318023 with flag 105459613/12870864
771.76/770.54	c cleaning 160005 clauses out of 320028 with flag 106875966/13031865
783.23/782.01	c cleaning 161005 clauses out of 322021 with flag 108337505/13193863
794.41/793.23	c cleaning 161978 clauses out of 324016 with flag 109858936/13356863
806.08/804.91	c cleaning 163019 clauses out of 326038 with flag 111346523/13520863
818.16/817.04	c cleaning 163993 clauses out of 328019 with flag 112837843/13685863
830.32/829.24	c cleaning 164997 clauses out of 330027 with flag 114323625/13851864
842.38/841.21	c cleaning 166007 clauses out of 332029 with flag 115832217/14018863
854.35/853.26	c cleaning 167004 clauses out of 334022 with flag 117348034/14186863
866.93/865.82	c cleaning 167993 clauses out of 336018 with flag 118819424/14355863
879.50/878.48	c cleaning 169010 clauses out of 338026 with flag 120386333/14525864
892.47/891.42	c cleaning 169999 clauses out of 340015 with flag 121984117/14696863
904.94/903.92	c cleaning 171000 clauses out of 342016 with flag 123536825/14868863
917.41/916.49	c cleaning 171995 clauses out of 344017 with flag 125025228/15041864
930.38/929.47	c cleaning 173003 clauses out of 346023 with flag 126665123/15215865
944.15/943.22	c cleaning 173998 clauses out of 348018 with flag 128227217/15390863
957.43/956.55	c cleaning 174995 clauses out of 350020 with flag 129943891/15566863
970.70/969.80	c cleaning 175998 clauses out of 352029 with flag 131544578/15743867
984.46/983.60	c cleaning 177007 clauses out of 354028 with flag 133176787/15921864
999.15/998.20	c cleaning 177996 clauses out of 356020 with flag 135053938/16100863
1012.62/1011.75	c cleaning 179000 clauses out of 358024 with flag 136768509/16280863
1025.79/1024.92	c cleaning 179997 clauses out of 360024 with flag 138381805/16461863
1039.76/1038.91	c cleaning 181001 clauses out of 362029 with flag 140066180/16643865
1053.83/1053.03	c cleaning 182006 clauses out of 364027 with flag 141819754/16826864
1067.49/1066.76	c cleaning 182986 clauses out of 366020 with flag 143395220/17010863
1081.55/1080.83	c cleaning 184009 clauses out of 368034 with flag 145126050/17195863
1095.82/1095.16	c cleaning 185007 clauses out of 370025 with flag 146815745/17381863
1110.48/1109.88	c cleaning 185984 clauses out of 372018 with flag 148333462/17568863
1126.22/1125.51	c cleaning 187007 clauses out of 374034 with flag 150054243/17756863
1141.08/1140.46	c cleaning 187995 clauses out of 376031 with flag 151823927/17945867
1156.25/1155.64	c cleaning 189009 clauses out of 378032 with flag 153645527/18135863
1171.90/1171.34	c cleaning 189990 clauses out of 380023 with flag 155332650/18326863
1187.07/1186.53	c cleaning 190998 clauses out of 382033 with flag 157133120/18518863
1202.13/1201.67	c cleaning 191999 clauses out of 384035 with flag 158897254/18711863
1218.08/1217.66	c cleaning 192989 clauses out of 386036 with flag 160645731/18905863
1234.15/1233.70	c cleaning 193991 clauses out of 388050 with flag 162433867/19100866
1250.00/1249.64	c cleaning 195008 clauses out of 390059 with flag 164289590/19296866
1266.75/1266.38	c cleaning 195999 clauses out of 392048 with flag 166125173/19493863
1281.82/1281.46	c cleaning 197015 clauses out of 394050 with flag 167886495/19691864
1298.09/1297.71	c cleaning 198005 clauses out of 396034 with flag 169822453/19890863
1315.46/1315.15	c cleaning 198993 clauses out of 398029 with flag 171561873/20090863
1332.12/1331.88	c cleaning 199993 clauses out of 400036 with flag 173342373/20291863
1348.68/1348.45	c cleaning 201018 clauses out of 402043 with flag 175197939/20493863
1365.26/1365.09	c cleaning 201993 clauses out of 404026 with flag 177046900/20696864
1382.62/1382.46	c cleaning 203009 clauses out of 406032 with flag 178997370/20900863
1400.08/1399.91	c cleaning 203999 clauses out of 408024 with flag 180785938/21105864
1417.14/1417.04	c cleaning 205003 clauses out of 410024 with flag 182684201/21311863
1435.29/1435.25	c cleaning 205996 clauses out of 412021 with flag 184556990/21518863
1453.74/1453.70	c cleaning 206994 clauses out of 414025 with flag 186488481/21726863
1473.10/1473.18	c cleaning 207992 clauses out of 416031 with flag 188386157/21935863
1491.64/1491.78	c cleaning 209008 clauses out of 418039 with flag 190193618/22145863
1510.49/1510.63	c cleaning 210013 clauses out of 420037 with flag 192158806/22356869
1530.44/1530.63	c cleaning 210984 clauses out of 422019 with flag 194005681/22568864
1549.49/1549.77	c cleaning 211985 clauses out of 424034 with flag 195885441/22781863
1568.14/1568.46	c cleaning 213017 clauses out of 426051 with flag 197908303/22995865
1587.40/1587.74	c cleaning 213998 clauses out of 428033 with flag 199993491/23210864
1607.56/1607.79	c cleaning 215011 clauses out of 430034 with flag 201930931/23426863
1628.21/1628.45	c cleaning 216003 clauses out of 432023 with flag 203857354/23643863
1647.88/1648.10	c cleaning 216977 clauses out of 434020 with flag 205756432/23861863
1667.75/1668.06	c cleaning 217998 clauses out of 436043 with flag 207805543/24080863
1688.00/1688.36	c cleaning 219014 clauses out of 438045 with flag 209760359/24300863
1708.16/1708.50	c cleaning 219988 clauses out of 440031 with flag 211677631/24521863
1728.52/1728.96	c cleaning 220996 clauses out of 442043 with flag 213767524/24743863
1748.78/1749.22	c cleaning 221996 clauses out of 444050 with flag 215856479/24966866
1770.95/1771.39	c cleaning 223018 clauses out of 446051 with flag 217930763/25190863
1793.50/1793.96	c cleaning 223990 clauses out of 448033 with flag 219955752/25415863
1812.76/1813.27	c cleaning 225010 clauses out of 450043 with flag 221924710/25641863
1834.21/1834.77	c cleaning 225987 clauses out of 452033 with flag 223984111/25868863
1855.66/1856.27	c cleaning 227013 clauses out of 454046 with flag 225947633/26096863
1878.52/1879.11	c cleaning 228001 clauses out of 456033 with flag 228199504/26325863
1900.18/1900.89	c cleaning 228987 clauses out of 458032 with flag 230135509/26555863
1922.44/1923.11	c cleaning 230014 clauses out of 460047 with flag 232194879/26786865
1943.99/1944.75	c cleaning 231009 clauses out of 462031 with flag 234256444/27018863
1967.47/1968.13	c cleaning 232006 clauses out of 464024 with flag 236524673/27251865
1990.92/1991.60	c cleaning 232990 clauses out of 466017 with flag 238646517/27485864
2013.88/2014.68	c cleaning 233989 clauses out of 468026 with flag 240784323/27720863
2037.62/2038.41	c cleaning 235009 clauses out of 470038 with flag 242979416/27956864
2061.17/2062.09	c cleaning 236001 clauses out of 472029 with flag 245195407/28193864
2084.50/2085.47	c cleaning 237009 clauses out of 474027 with flag 247362135/28431863
2108.54/2109.50	c cleaning 237992 clauses out of 476018 with flag 249549918/28670863
2132.98/2134.02	c cleaning 238984 clauses out of 478026 with flag 251831717/28910863
2158.71/2159.86	c cleaning 240015 clauses out of 480043 with flag 254017179/29151864
2185.31/2185.94	c cleaning 241008 clauses out of 482027 with flag 256271137/29393863
2208.87/2209.58	c cleaning 242006 clauses out of 484020 with flag 258468061/29636864
2233.72/2234.42	c cleaning 242985 clauses out of 486013 with flag 260689027/29880863
2258.38/2259.14	c cleaning 243996 clauses out of 488028 with flag 263074422/30125863
2283.91/2284.71	c cleaning 244990 clauses out of 490032 with flag 265276351/30371863
2308.77/2309.60	c cleaning 246012 clauses out of 492043 with flag 267421686/30618864
2334.02/2334.97	c cleaning 247003 clauses out of 494032 with flag 269750893/30866865
2360.77/2361.74	c cleaning 247976 clauses out of 496027 with flag 272111267/31115863
2386.68/2387.61	c cleaning 249013 clauses out of 498054 with flag 274474052/31365866
2412.84/2413.81	c cleaning 249997 clauses out of 500038 with flag 276641045/31616863
2440.68/2441.76	c cleaning 251006 clauses out of 502041 with flag 278727480/31868863
2467.43/2468.58	c cleaning 251992 clauses out of 504036 with flag 281089053/32121864
2494.67/2495.86	c cleaning 253010 clauses out of 506043 with flag 283333871/32375863
2521.32/2522.55	c cleaning 254007 clauses out of 508034 with flag 285692886/32630864
2548.87/2550.13	c cleaning 255003 clauses out of 510026 with flag 288033189/32886863
2576.82/2578.12	c cleaning 256004 clauses out of 512024 with flag 290341299/33143864
2604.96/2606.39	c cleaning 256995 clauses out of 514019 with flag 292720988/33401863
2632.31/2633.75	c cleaning 257993 clauses out of 516024 with flag 295158701/33660863
2660.46/2661.91	c cleaning 259013 clauses out of 518033 with flag 297523183/33920865
2689.40/2690.94	c cleaning 259983 clauses out of 520018 with flag 300020713/34181863
2719.15/2720.75	c cleaning 261007 clauses out of 522036 with flag 302439469/34443864
2747.64/2749.16	c cleaning 261994 clauses out of 524028 with flag 304772158/34706863
2776.48/2778.04	c cleaning 263000 clauses out of 526034 with flag 307185886/34970863
2806.52/2808.12	c cleaning 263992 clauses out of 528034 with flag 309525391/35235863
2836.46/2838.14	c cleaning 264992 clauses out of 530044 with flag 311903846/35501865
2867.21/2868.95	c cleaning 266014 clauses out of 532052 with flag 314359873/35768865
2897.45/2899.22	c cleaning 267007 clauses out of 534037 with flag 316796937/36036864
2927.69/2929.58	c cleaning 267992 clauses out of 536029 with flag 319365678/36305863
2958.74/2960.66	c cleaning 269008 clauses out of 538040 with flag 321883951/36575866
2988.57/2990.50	c cleaning 270008 clauses out of 540029 with flag 324399112/36846863
3019.02/3021.09	c cleaning 271009 clauses out of 542022 with flag 326761452/37118864
3048.37/3050.44	c cleaning 271983 clauses out of 544012 with flag 329273193/37391863
3081.41/3083.52	c cleaning 273008 clauses out of 546029 with flag 331772094/37665863
3114.05/3116.23	c cleaning 273984 clauses out of 548022 with flag 334301148/37940864
3146.70/3148.81	c cleaning 275013 clauses out of 550037 with flag 336864983/38216863
3179.95/3182.16	c cleaning 275995 clauses out of 552024 with flag 339380051/38493863
3213.08/3215.31	c cleaning 276998 clauses out of 554029 with flag 341982713/38771863
3243.42/3245.72	c cleaning 278013 clauses out of 556032 with flag 344405682/39050864
3277.06/3279.41	c cleaning 278998 clauses out of 558018 with flag 346985113/39330863
3309.90/3312.30	c cleaning 279999 clauses out of 560020 with flag 349576621/39611863
3342.74/3345.23	c cleaning 280999 clauses out of 562021 with flag 352188382/39893863
3375.38/3377.94	c cleaning 281995 clauses out of 564022 with flag 354715643/40176863
3409.32/3411.98	c cleaning 283003 clauses out of 566027 with flag 357344156/40460863
3442.85/3445.57	c cleaning 284009 clauses out of 568025 with flag 360076136/40745864
3477.69/3480.40	c cleaning 284986 clauses out of 570015 with flag 362739777/41031863
3511.53/3514.37	c cleaning 286004 clauses out of 572029 with flag 365364831/41318863
3547.40/3550.19	c cleaning 287008 clauses out of 574025 with flag 368012478/41606863
3582.13/3584.93	c cleaning 287995 clauses out of 576017 with flag 370653332/41895863
3600.09/3602.91	c starts		: 97459
3600.09/3602.93	c conflicts		: 42071543
3600.09/3602.93	c decisions		: 178363386
3600.09/3602.93	c propagations		: 1273259993
3600.09/3602.93	c inspects		: 46867979873
3600.09/3602.93	c shortcuts		: 0
3600.09/3602.93	c learnt literals	: 0
3600.09/3602.93	c learnt binary clauses	: 0
3600.09/3602.93	c learnt ternary clauses	: 0
3600.09/3602.93	c learnt constraints	: 42071543
3600.09/3602.93	c ignored constraints	: 0
3600.09/3602.93	c root simplifications	: 0
3600.09/3602.93	c removed literals (reason simplification)	: 532320953
3600.09/3602.93	c reason swapping (by a shorter reason)	: 0
3600.09/3602.93	c Calls to reduceDB	: 285
3600.09/3602.93	c Number of update (reduction) of LBD	: 28544834
3600.09/3602.93	c Imported unit clauses	: 0
3600.09/3602.94	c No decision after first conflict	: false
3600.09/3602.94	c number of reductions to clauses (during analyze)	: 0
3600.09/3602.94	c number of learned constraints concerned by reduction	: 0
3600.09/3602.94	c number of learning phase by resolution	: 0
3600.09/3602.94	c number of learning phase by cutting planes	: 0
3600.09/3602.94	c number of rounding to 1 operations	: 0
3600.09/3602.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3602.94	c number of reductions of the coefficients by power 2 	: 0
3600.09/3602.94	c number of right shift for reduction by power 2 	: 0
3600.09/3602.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3602.94	c number of ending skipping 	: 0
3600.09/3602.94	c number of internal skipping 	: 0
3600.09/3602.94	c number of derivation steps 	: 0
3600.09/3602.94	c number of skipped derivation steps 	: 0
3600.09/3602.94	c number of remaining unassigned 	: 0
3600.09/3602.94	c number of remaining assigned 	: 0
3600.09/3602.94	c number of falsified literals weakened from reason	: 0
3600.09/3602.94	c number of falsified literals weakened from conflict	: 0
3600.09/3602.94	c time for arithmetic operations	: 0
3600.09/3602.95	c minimum degree of deleted constraints	: null
3600.09/3602.95	c maximum degree of deleted constraints	: null
3600.09/3602.95	c number of deleted constraints	: 0
3600.09/3602.95	c speed (assignments/second)	: 353422.0935580672
3600.09/3602.95	c non guided choices	: 973
3600.31/3603.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 463702
3600.31/3603.02	s SATISFIABLE
3600.31/3603.02	c Found 2 solution(s)
3600.31/3603.02	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 
3600.31/3603.03	c objective function=6
3600.31/3603.03	c Total wall clock time (in seconds): 3602.896

Verifier Data

OK	6

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: 63708 MiB (55138 MiB free)
  memory of node 1: 64465 MiB (51638 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517728-1751530864/watcher-4517728-1751530864 -o /tmp/evaluation-result-4517728-1751530864/solver-4517728-1751530864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72930 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517728-1751530864.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Starting watchdog thread
solver pid=74630, runsolver pid=74627
Current StackSize limit: 8192 KiB


[startup+0.100045 s]*
/proc/loadavg: 4.05 4.14 4.16 5/338 74648
/proc/meminfo: memFree=109315604/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18930384 memory=57772 CPUtime=0.13 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 6576 0 0 0 11 2 0 0 20 0 18 0 68765057 19384713216 14443 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4732596 14443 5346 1 0 547620 0
[pid=74630/tid=74632] ppid=74627 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 5072 0 0 0 7 1 0 0 20 0 18 0 68765058 19384713216 14443 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68765060 19384713216 14443 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18930384 memory=61784027576291 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68765061 19384713216 14443 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.20567 s]*
/proc/loadavg: 4.05 4.14 4.16 7/338 74648
/proc/meminfo: memFree=109307172/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18930384 memory=68104 CPUtime=0.32 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 7033 0 0 0 30 2 0 0 20 0 18 0 68765057 19384713216 17026 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4732596 17026 5410 1 0 547909 0
[pid=74630/tid=74632] ppid=74627 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 5274 0 0 0 16 1 0 0 20 0 18 0 68765058 19384713216 17026 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68765060 19384713216 17026 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68765061 19384713216 17026 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68104 KiB

[startup+0.30566 s]*
/proc/loadavg: 4.05 4.14 4.16 7/339 74649
/proc/meminfo: memFree=109278564/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18996948 memory=96044 CPUtime=0.52 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 8794 0 0 0 49 3 0 0 20 0 19 0 68765057 19452874752 24011 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4749237 24011 5474 1 0 549392 0
[pid=74630/tid=74632] ppid=74627 vsize=18996948 memory=-6000919477051746408 CPUtime=0.26 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 5376 0 0 0 25 1 0 0 20 0 19 0 68765058 19452874752 24011 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68765060 19452874752 24011 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68765061 19452874752 24011 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68765086 19452874752 24011 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96044 KiB

[startup+0.700226 s]
/proc/loadavg: 4.05 4.14 4.16 6/339 74649
/proc/meminfo: memFree=109256640/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18996948 memory=117652 CPUtime=1.28 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 14886 0 0 0 124 4 0 0 20 0 19 0 68765057 19452874752 29413 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4749237 29413 5506 1 0 553613 0
[pid=74630/tid=74632] ppid=74627 vsize=18996948 memory=18432 CPUtime=0.64 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 5419 0 0 0 62 2 0 0 20 0 19 0 68765058 19452874752 29413 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68765060 19452874752 29413 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68765061 19452874752 29413 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68765086 19452874752 29413 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117652 KiB

[startup+1.50024 s]
/proc/loadavg: 4.05 4.14 4.16 6/339 74649
/proc/meminfo: memFree=109252544/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18996948 memory=124588 CPUtime=2.85 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 19080 0 0 0 281 4 0 0 20 0 19 0 68765057 19452874752 31147 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4749237 31147 5506 1 0 553647 0
[pid=74630/tid=74632] ppid=74627 vsize=18996948 memory=11136 CPUtime=1.43 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 5738 0 0 0 141 2 0 0 20 0 19 0 68765058 19452874752 31147 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68765060 19452874752 31147 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68765061 19452874752 31147 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68765086 19452874752 31147 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124588 KiB

[startup+3.1055 s]
/proc/loadavg: 4.37 4.20 4.18 5/339 74649
/proc/meminfo: memFree=109232076/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18996948 memory=141092 CPUtime=4.64 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 19978 0 0 0 459 5 0 0 20 0 19 0 68765057 19452874752 35273 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4749237 35273 5506 1 0 553665 0
[pid=74630/tid=74632] ppid=74627 vsize=18996948 memory=11136 CPUtime=3.02 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 6055 0 0 0 300 2 0 0 20 0 19 0 68765058 19452874752 35273 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18996948 memory=-6000919477051746408 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68765060 19452874752 35273 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68765061 19452874752 35273 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68765086 19452874752 35273 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141092 KiB

[startup+6.30021 s]
/proc/loadavg: 4.37 4.20 4.18 5/339 74649
/proc/meminfo: memFree=109203404/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=18996948 memory=163800 CPUtime=7.89 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 20443 0 0 0 783 6 0 0 20 0 19 0 68765057 19452874752 40950 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4749237 40950 5506 1 0 553666 0
[pid=74630/tid=74632] ppid=74627 vsize=18996948 memory=0 CPUtime=6.21 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 6181 0 0 0 618 3 0 0 20 0 19 0 68765058 19452874752 40950 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68765060 19452874752 40950 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68765061 19452874752 40950 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=18996948 memory=126636 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68765086 19452874752 40950 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163800 KiB

[startup+12.7002 s]
/proc/loadavg: 4.42 4.21 4.19 5/340 74651
/proc/meminfo: memFree=109182924/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=178488 CPUtime=14.28 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 22993 0 0 0 1421 7 0 0 20 0 20 0 68765057 19521036288 44622 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 44622 5506 1 0 553955 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=126636 CPUtime=12.59 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 7077 0 0 0 1256 3 0 0 20 0 20 0 68765058 19521036288 44622 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 44622 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=178488 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 44622 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 44622 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.47 4.24 4.19 5/340 74651
/proc/meminfo: memFree=109178852/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=186860 CPUtime=27.08 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 25178 0 0 0 2700 8 0 0 20 0 20 0 68765057 19521036288 46715 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 46715 5538 1 0 553955 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=11136 CPUtime=25.34 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 7705 0 0 0 2531 3 0 0 20 0 20 0 68765058 19521036288 46715 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=178488 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 46715 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=3104 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 46715 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 46715 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 27.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186860 KiB

[startup+51.1055 s]
/proc/loadavg: 4.46 4.25 4.20 5/340 74651
/proc/meminfo: memFree=109055980/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=303916 CPUtime=52.72 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 27163 0 0 0 5262 10 0 0 20 0 20 0 68765057 19521036288 75979 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 75979 5538 1 0 553955 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=16580 CPUtime=50.77 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 8016 0 0 0 5074 3 0 0 20 0 20 0 68765058 19521036288 75979 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=11136 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=111108168/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3279.96 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 83805 0 0 0 327874 122 0 0 20 0 20 0 68765057 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543280 5538 1 0 558057 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3271.6 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 36246 0 0 0 327141 19 0 0 20 0 20 0 68765058 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=2173120 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=3104 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3279.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173120 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.16 1.63 2/264 74931
/proc/meminfo: memFree=111107772/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3339.85 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 84676 0 0 0 333861 124 0 0 20 0 20 0 68765057 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543280 5538 1 0 558057 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3331.46 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 36963 0 0 0 333127 19 0 0 20 0 20 0 68765058 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=-6000919477051746408 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=2173120 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 1862 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=2173120 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3339.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173120 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.14 1.59 2/265 74936
/proc/meminfo: memFree=111109028/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3399.73 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 85448 0 0 0 339848 125 0 0 20 0 20 0 68765057 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543280 5538 1 0 558058 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3391.33 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 37589 0 0 0 339114 19 0 0 20 0 20 0 68765058 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=2173120 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 1969 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=2173120 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543280 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3399.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173120 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.13 1.56 2/266 74940
/proc/meminfo: memFree=111109376/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173248 CPUtime=3459.63 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 85620 0 0 0 345836 127 0 0 20 0 20 0 68765057 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543312 5538 1 0 558063 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173120 CPUtime=3451.2 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 37730 0 0 0 345101 19 0 0 20 0 20 0 68765058 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=2173248 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 1973 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=2173248 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3459.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173248 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.12 1.53 2/266 74942
/proc/meminfo: memFree=111109240/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173248 CPUtime=3519.52 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 86307 0 0 0 351824 128 0 0 20 0 20 0 68765057 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543312 5538 1 0 558068 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173248 CPUtime=3511.06 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 38395 0 0 0 351087 19 0 0 20 0 20 0 68765058 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=2173248 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=-6000919477051746408 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 1973 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=16580 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543312 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3519.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173248 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.12 1.50 2/267 74957
/proc/meminfo: memFree=111104820/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173504 CPUtime=3579.54 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 87573 0 0 0 357824 130 0 0 20 0 20 0 68765057 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543376 5538 1 0 558092 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173504 CPUtime=3570.79 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 38942 0 0 0 357060 19 0 0 20 0 20 0 68765058 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=2173504 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 2090 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=16580 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3579.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.9 s]
/proc/loadavg: 1.10 1.12 1.49 2/268 74959
/proc/meminfo: memFree=111113492/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19063512 memory=2173504 CPUtime=3600.09 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 87797 0 0 0 359879 130 0 0 20 0 20 0 68765057 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4765878 543376 5538 1 0 558092 0
[pid=74630/tid=74632] ppid=74627 vsize=19063512 memory=2173504 CPUtime=3591.34 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 39157 0 0 0 359115 19 0 0 20 0 20 0 68765058 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19063512 memory=2173504 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68765060 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19063512 memory=35 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 2090 0 0 0 0 0 0 0 20 0 20 0 68765061 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74649] ppid=74627 vsize=19063512 memory=2173504 CPUtime=0 cores=0,2
/proc/74630/task/74649/stat : 74649 (Timer-0) S 74627 74630 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68765086 19521036288 543376 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.04 s, system=1.31935 s

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

[startup+3603 s]*
/proc/loadavg: 1.09 1.11 1.49 3/269 74962
/proc/meminfo: memFree=111113492/131249996 swapFree=33010160/33010684
[pid=74630] ppid=74627 vsize=19263204 memory=2174400 CPUtime=3600.31 cores=0,2
/proc/74630/stat : 74630 (java) S 74627 74630 72920 0 -1 4194304 89976 0 0 0 359900 131 0 0 20 0 21 0 68765057 19725520896 543600 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
/proc/74630/statm: 4815801 543600 5570 1 0 559078 0
[pid=74630/tid=74632] ppid=74627 vsize=19263204 memory=-6000919477051746408 CPUtime=3591.44 cores=0,2
/proc/74630/task/74632/stat : 74632 (java) R 74627 74630 72920 0 -1 4194368 39339 0 0 0 359125 19 0 0 20 0 21 0 68765058 19725520896 543600 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74641] ppid=74627 vsize=19263204 memory=7655683515938867822 CPUtime=0 cores=0,2
/proc/74630/task/74641/stat : 74641 (Finalizer) S 74627 74630 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68765060 19725520896 543600 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74648] ppid=74627 vsize=19263204 memory=2688 CPUtime=0 cores=0,2
/proc/74630/task/74648/stat : 74648 (Common-Cleaner) S 74627 74630 72920 0 -1 4194368 2090 0 0 0 0 0 0 0 20 0 21 0 68765061 19725520896 543600 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
[pid=74630/tid=74962] ppid=74627 vsize=19263204 memory=2432 CPUtime=0.05 cores=0,2
/proc/74630/task/74962/stat : 74962 (Thread-0) R 74627 74630 72920 0 -1 4194368 351 0 0 0 5 0 0 0 20 0 21 0 69125348 19725520896 543600 18446744073709551615 94123439104000 94123439107696 140734277974048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94123439115512 94123439116304 94123442847744 140734277978497 140734277978598 140734277978598 140734277984200 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2174400 KiB

Child status: 143

Real time (s): 3603.04
CPU time (s): 3600.36
CPU user time (s): 3599.04
CPU system time (s): 1.31935
CPU usage (%): 99.9256
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2174400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.04
system time used= 1.31935
maximum resident set size= 2174528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103514
involuntary context switches= 8941


# summary of solver processes directly reported to runsolver:
#   pid: 74630
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3599.04
#   total CPU system time (s): 1.31935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13959 second user time and 16.4379 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-03 10:21:04
IDJOB=4517728
IDBENCH=176167
IDSOLVER=3363
FILE ID=nodeC032/4517728-1751530864
RUNJOBID= nodeC032-1751521141-72930
SLURM_JOB_ID= 9598644
Free space on /tmp= 430568 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=7.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517728-1751530864/watcher-4517728-1751530864 -o /tmp/evaluation-result-4517728-1751530864/solver-4517728-1751530864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72930 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517728-1751530864.opb

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

MD5SUM BENCH= bf082a5f314776883f0e32420df0edd0
RANDOM SEED=639315673

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        109340112 kB
MemAvailable:   125684156 kB
Buffers:            2728 kB
Cached:         17023172 kB
SwapCached:           20 kB
Active:          4404380 kB
Inactive:       16653692 kB
Active(anon):    4047096 kB
Inactive(anon):     3124 kB
Active(file):     357284 kB
Inactive(file): 16650568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1076 kB
Writeback:             0 kB
AnonPages:       4035220 kB
Mapped:           123980 kB
Shmem:             18048 kB
KReclaimable:     350864 kB
Slab:             444756 kB
SReclaimable:     350864 kB
SUnreclaim:        93892 kB
KernelStack:        5164 kB
PageTables:        11768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7078236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3811328 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430568 MiB
End job on nodeC032 at 2025-07-03 11:21:07