Trace number 4510048

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.31 3599.75

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM3c4292db534e5ed9ac145103152ac845
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables348
Total number of constraints928
Number of constraints which are clauses928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4510048-1751197545.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.046s.
0.12/0.18	c declared #vars     348
0.12/0.18	c #constraints  928
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 928
0.12/0.18	c 928 constraints processed.
0.70/0.41	c cleaning 2496 clauses out of 5000 with flag 15947/5000
0.89/0.57	c cleaning 4246 clauses out of 8504 with flag 37851/11000
1.48/0.83	c cleaning 5620 clauses out of 11259 with flag 63329/18001
1.67/0.99	c cleaning 6813 clauses out of 13638 with flag 96481/26000
2.05/1.10	c cleaning 7906 clauses out of 15826 with flag 133002/35001
2.22/1.23	c cleaning 8951 clauses out of 17920 with flag 175566/45001
2.42/1.38	c cleaning 9978 clauses out of 19969 with flag 223080/56001
2.77/1.54	c cleaning 10990 clauses out of 21991 with flag 275298/68001
2.98/1.71	c cleaning 11990 clauses out of 24000 with flag 333969/81000
3.18/1.90	c cleaning 12999 clauses out of 26010 with flag 400790/95000
3.28/2.09	c cleaning 13995 clauses out of 28012 with flag 468555/110001
3.57/2.32	c cleaning 14998 clauses out of 30017 with flag 533515/126001
3.80/2.56	c cleaning 16001 clauses out of 32019 with flag 607186/143001
4.12/2.81	c cleaning 17003 clauses out of 34017 with flag 687741/161000
4.33/3.07	c cleaning 17999 clauses out of 36015 with flag 772461/180001
4.63/3.37	c cleaning 19000 clauses out of 38015 with flag 862650/200000
4.92/3.68	c cleaning 19997 clauses out of 40016 with flag 966286/221001
5.22/4.00	c cleaning 20998 clauses out of 42019 with flag 1069571/243001
5.62/4.37	c cleaning 21999 clauses out of 44020 with flag 1175411/266000
6.02/4.77	c cleaning 22996 clauses out of 46021 with flag 1288852/290000
6.44/5.16	c cleaning 24003 clauses out of 48026 with flag 1403808/315001
6.83/5.58	c cleaning 25002 clauses out of 50022 with flag 1531056/341000
7.33/6.04	c cleaning 26005 clauses out of 52022 with flag 1664904/368002
7.83/6.51	c cleaning 26998 clauses out of 54015 with flag 1808168/396000
8.33/7.00	c cleaning 27999 clauses out of 56017 with flag 1948738/425000
8.73/7.47	c cleaning 29003 clauses out of 58019 with flag 2094903/455001
9.33/8.01	c cleaning 30000 clauses out of 60015 with flag 2248005/486000
9.83/8.57	c cleaning 30999 clauses out of 62016 with flag 2400429/518001
10.44/9.15	c cleaning 31995 clauses out of 64016 with flag 2558882/551000
11.03/9.78	c cleaning 33001 clauses out of 66022 with flag 2715442/585001
11.73/10.42	c cleaning 34002 clauses out of 68021 with flag 2881461/620001
12.34/11.05	c cleaning 35001 clauses out of 70018 with flag 3053942/656000
13.13/11.82	c cleaning 36004 clauses out of 72017 with flag 3232545/693000
13.83/12.59	c cleaning 36996 clauses out of 74013 with flag 3425658/731000
14.66/13.39	c cleaning 37997 clauses out of 76017 with flag 3621546/770000
15.56/14.21	c cleaning 39002 clauses out of 78020 with flag 3827138/810000
16.26/14.99	c cleaning 39999 clauses out of 80018 with flag 4034680/851000
17.15/15.84	c cleaning 41004 clauses out of 82019 with flag 4248629/893000
18.05/16.76	c cleaning 42000 clauses out of 84015 with flag 4466638/936000
19.05/17.71	c cleaning 42998 clauses out of 86015 with flag 4694418/980000
20.07/18.72	c cleaning 43999 clauses out of 88018 with flag 4925939/1025001
21.07/19.75	c cleaning 45002 clauses out of 90019 with flag 5159928/1071001
22.07/20.78	c cleaning 46002 clauses out of 92017 with flag 5402994/1118001
23.17/21.87	c cleaning 46996 clauses out of 94014 with flag 5652424/1166000
24.26/22.97	c cleaning 48002 clauses out of 96018 with flag 5908566/1215000
25.51/24.15	c cleaning 48997 clauses out of 98016 with flag 6165632/1265000
26.70/25.39	c cleaning 50000 clauses out of 100020 with flag 6452926/1316001
28.10/26.76	c cleaning 51004 clauses out of 102019 with flag 6737677/1368000
29.30/28.00	c cleaning 51997 clauses out of 104016 with flag 7006497/1421001
30.70/29.35	c cleaning 53002 clauses out of 106019 with flag 7269185/1475001
32.23/30.82	c cleaning 53997 clauses out of 108016 with flag 7545787/1530000
33.63/32.21	c cleaning 55006 clauses out of 110020 with flag 7818471/1586001
35.02/33.64	c cleaning 56003 clauses out of 112013 with flag 8113194/1643000
36.53/35.10	c cleaning 57000 clauses out of 114011 with flag 8400446/1701001
37.94/36.50	c cleaning 57999 clauses out of 116011 with flag 8695703/1760001
39.24/37.89	c cleaning 58997 clauses out of 118012 with flag 8995262/1820001
40.74/39.38	c cleaning 60003 clauses out of 120015 with flag 9281588/1881001
42.34/40.92	c cleaning 60998 clauses out of 122012 with flag 9584000/1943001
43.87/42.42	c cleaning 62001 clauses out of 124013 with flag 9889085/2006000
45.47/44.06	c cleaning 63000 clauses out of 126013 with flag 10203292/2070001
47.06/45.61	c cleaning 63998 clauses out of 128012 with flag 10517995/2135000
48.56/47.14	c cleaning 65000 clauses out of 130014 with flag 10836696/2201000
50.09/48.69	c cleaning 65997 clauses out of 132015 with flag 11161577/2268001
51.88/50.42	c cleaning 66998 clauses out of 134017 with flag 11476312/2336000
53.49/52.08	c cleaning 68003 clauses out of 136019 with flag 11786055/2405000
55.50/54.00	c cleaning 68997 clauses out of 138017 with flag 12115285/2475001
57.39/55.96	c cleaning 70002 clauses out of 140020 with flag 12498386/2546001
59.39/57.95	c cleaning 71004 clauses out of 142017 with flag 12858644/2618000
61.49/60.02	c cleaning 72001 clauses out of 144013 with flag 13214040/2691000
63.41/61.97	c cleaning 73001 clauses out of 146012 with flag 13563988/2765000
65.41/63.94	c cleaning 73994 clauses out of 148011 with flag 13907301/2840000
67.40/65.98	c cleaning 75002 clauses out of 150017 with flag 14269681/2916000
69.42/67.96	c cleaning 76001 clauses out of 152017 with flag 14651486/2993002
71.52/70.02	c cleaning 77003 clauses out of 154014 with flag 15036858/3071000
73.71/72.25	c cleaning 77996 clauses out of 156011 with flag 15422900/3150000
75.90/74.46	c cleaning 79002 clauses out of 158015 with flag 15808251/3230000
78.55/77.06	c cleaning 79995 clauses out of 160014 with flag 16199716/3311001
81.34/79.85	c cleaning 81001 clauses out of 162018 with flag 16610893/3393000
83.73/82.27	c cleaning 81997 clauses out of 164018 with flag 17038209/3476001
86.12/84.62	c cleaning 83001 clauses out of 166021 with flag 17445905/3560001
88.52/87.06	c cleaning 83999 clauses out of 168019 with flag 17842247/3645000
91.16/89.64	c cleaning 85004 clauses out of 170021 with flag 18254141/3731001
93.75/92.21	c cleaning 86002 clauses out of 172017 with flag 18669898/3818001
96.15/94.62	c cleaning 87003 clauses out of 174014 with flag 19065297/3906000
98.65/97.12	c cleaning 87997 clauses out of 176012 with flag 19481446/3995001
101.24/99.79	c cleaning 88996 clauses out of 178014 with flag 19917465/4085000
103.98/102.41	c cleaning 90001 clauses out of 180018 with flag 20339561/4176000
106.68/105.13	c cleaning 91000 clauses out of 182018 with flag 20787915/4268001
109.37/107.86	c cleaning 92001 clauses out of 184018 with flag 21230263/4361001
112.36/110.86	c cleaning 93003 clauses out of 186016 with flag 21681301/4455000
115.56/114.05	c cleaning 93994 clauses out of 188014 with flag 22142801/4550001
118.56/117.08	c cleaning 94998 clauses out of 190020 with flag 22596492/4646001
121.81/120.29	c cleaning 96002 clauses out of 192022 with flag 23063984/4743001
124.81/123.29	c cleaning 96999 clauses out of 194020 with flag 23545457/4841001
129.00/127.45	c cleaning 98000 clauses out of 196020 with flag 24028342/4940000
133.29/131.77	c cleaning 99000 clauses out of 198021 with flag 24492154/5040001
136.38/134.87	c cleaning 100000 clauses out of 200021 with flag 24961332/5141001
139.37/137.82	c cleaning 101000 clauses out of 202020 with flag 25419773/5243000
142.65/141.01	c cleaning 102004 clauses out of 204021 with flag 25897267/5346001
146.23/144.66	c cleaning 103001 clauses out of 206016 with flag 26383039/5450000
149.83/148.24	c cleaning 103995 clauses out of 208016 with flag 26874797/5555001
153.52/151.96	c cleaning 105002 clauses out of 210021 with flag 27390911/5661001
157.21/155.69	c cleaning 106001 clauses out of 212019 with flag 27972454/5768001
161.28/159.63	c cleaning 107001 clauses out of 214018 with flag 28528146/5876001
165.07/163.40	c cleaning 107998 clauses out of 216017 with flag 29068025/5985001
168.36/166.78	c cleaning 109004 clauses out of 218020 with flag 29594511/6095002
172.15/170.53	c cleaning 110001 clauses out of 220015 with flag 30138472/6206001
176.34/174.70	c cleaning 111002 clauses out of 222014 with flag 30673863/6318001
180.10/178.49	c cleaning 111998 clauses out of 224013 with flag 31208582/6431002
183.80/182.16	c cleaning 112995 clauses out of 226013 with flag 31731450/6545000
188.18/186.54	c cleaning 114001 clauses out of 228019 with flag 32261001/6660001
192.57/190.96	c cleaning 115002 clauses out of 230017 with flag 32773736/6776000
196.77/195.10	c cleaning 115993 clauses out of 232015 with flag 33302835/6893000
201.67/200.02	c cleaning 117001 clauses out of 234023 with flag 33870561/7011001
206.50/204.84	c cleaning 118005 clauses out of 236022 with flag 34474092/7130001
211.19/209.52	c cleaning 119003 clauses out of 238017 with flag 35038806/7250001
215.08/213.49	c cleaning 119996 clauses out of 240013 with flag 35599480/7371000
219.28/217.63	c cleaning 121000 clauses out of 242018 with flag 36156352/7493001
223.37/221.70	c cleaning 122002 clauses out of 244017 with flag 36734646/7616000
227.55/225.98	c cleaning 122998 clauses out of 246015 with flag 37321628/7740000
232.34/230.75	c cleaning 124002 clauses out of 248017 with flag 37939872/7865000
236.64/235.09	c cleaning 125003 clauses out of 250016 with flag 38542131/7991001
241.02/239.49	c cleaning 125999 clauses out of 252013 with flag 39118166/8118001
245.81/244.21	c cleaning 126996 clauses out of 254013 with flag 39702002/8246000
250.49/249.00	c cleaning 128002 clauses out of 256017 with flag 40331165/8375000
255.48/253.97	c cleaning 128997 clauses out of 258015 with flag 40978055/8505000
260.77/259.21	c cleaning 130004 clauses out of 260019 with flag 41596129/8636001
265.85/264.35	c cleaning 131001 clauses out of 262015 with flag 42232244/8768001
272.33/270.81	c cleaning 131997 clauses out of 264014 with flag 42793566/8901001
280.72/279.29	c cleaning 132997 clauses out of 266016 with flag 43383836/9035000
286.21/284.71	c cleaning 134004 clauses out of 268020 with flag 43986229/9170001
290.89/289.48	c cleaning 135002 clauses out of 270016 with flag 44645736/9306001
296.38/294.92	c cleaning 135992 clauses out of 272013 with flag 45302343/9443000
300.97/299.58	c cleaning 137001 clauses out of 274022 with flag 45971934/9581001
306.06/304.46	c cleaning 138002 clauses out of 276021 with flag 46593815/9720001
311.05/309.42	c cleaning 139003 clauses out of 278019 with flag 47228591/9860001
316.23/314.63	c cleaning 140002 clauses out of 280016 with flag 47925055/10001001
321.52/319.92	c cleaning 140998 clauses out of 282013 with flag 48629860/10143000
328.50/326.94	c cleaning 142001 clauses out of 284016 with flag 49284002/10286001
334.59/333.08	c cleaning 143000 clauses out of 286014 with flag 49963541/10430000
341.44/339.46	c cleaning 144000 clauses out of 288014 with flag 50628262/10575000
346.73/344.72	c cleaning 145000 clauses out of 290014 with flag 51365870/10721000
352.31/350.37	c cleaning 146000 clauses out of 292015 with flag 52123497/10868001
358.30/356.37	c cleaning 147001 clauses out of 294014 with flag 52894668/11016000
364.29/362.37	c cleaning 147993 clauses out of 296014 with flag 53658315/11165001
370.73/368.70	c cleaning 149002 clauses out of 298020 with flag 54421149/11315000
376.92/374.92	c cleaning 150001 clauses out of 300018 with flag 55173488/11466000
381.91/379.91	c cleaning 151003 clauses out of 302017 with flag 55935187/11618000
388.79/386.84	c cleaning 151999 clauses out of 304014 with flag 56684531/11771000
394.88/392.98	c cleaning 153000 clauses out of 306015 with flag 57402060/11925000
400.88/398.97	c cleaning 154000 clauses out of 308016 with flag 58079311/12080001
411.26/409.34	c cleaning 154994 clauses out of 310016 with flag 58753797/12236001
420.02/418.06	c cleaning 155999 clauses out of 312021 with flag 59463788/12393000
430.00/428.04	c cleaning 156997 clauses out of 314023 with flag 60180452/12551001
438.58/436.68	c cleaning 158000 clauses out of 316026 with flag 60905752/12710001
448.57/446.62	c cleaning 159002 clauses out of 318025 with flag 61635589/12870000
456.35/454.45	c cleaning 160003 clauses out of 320024 with flag 62399907/13031001
463.33/461.47	c cleaning 161000 clauses out of 322021 with flag 63175505/13193001
470.52/468.62	c cleaning 161997 clauses out of 324021 with flag 63957337/13356001
477.53/475.53	c cleaning 162999 clauses out of 326023 with flag 64734630/13520000
484.82/482.86	c cleaning 164008 clauses out of 328025 with flag 65529435/13685001
491.41/489.44	c cleaning 165001 clauses out of 330017 with flag 66356977/13851001
498.29/496.39	c cleaning 165995 clauses out of 332016 with flag 67076954/14018001
505.58/503.60	c cleaning 167002 clauses out of 334020 with flag 67864517/14186000
514.83/512.86	c cleaning 168000 clauses out of 336018 with flag 68651379/14355000
521.83/519.84	c cleaning 169001 clauses out of 338019 with flag 69427705/14525001
531.31/529.37	c cleaning 169999 clauses out of 340017 with flag 70216536/14696000
539.69/537.77	c cleaning 171003 clauses out of 342019 with flag 71028691/14868001
547.47/545.53	c cleaning 172003 clauses out of 344016 with flag 71877756/15041001
554.76/552.83	c cleaning 172993 clauses out of 346013 with flag 72725177/15215001
563.84/561.97	c cleaning 173997 clauses out of 348020 with flag 73598050/15390001
572.28/570.36	c cleaning 175002 clauses out of 350022 with flag 74462568/15566000
580.27/578.38	c cleaning 175998 clauses out of 352021 with flag 75304041/15743001
593.14/591.22	c cleaning 177002 clauses out of 354022 with flag 76114306/15921000
602.22/600.37	c cleaning 178006 clauses out of 356022 with flag 76952600/16100002
616.79/614.95	c cleaning 178995 clauses out of 358014 with flag 77867257/16280000
627.08/625.26	c cleaning 180006 clauses out of 360020 with flag 78845065/16461001
639.05/637.23	c cleaning 180996 clauses out of 362013 with flag 79771317/16643000
647.34/645.58	c cleaning 182009 clauses out of 364018 with flag 80647945/16826001
657.12/655.31	c cleaning 182992 clauses out of 366008 with flag 81520665/17010000
665.91/664.07	c cleaning 184000 clauses out of 368016 with flag 82409581/17195000
674.69/672.81	c cleaning 185002 clauses out of 370017 with flag 83295925/17381001
682.88/681.05	c cleaning 186001 clauses out of 372015 with flag 84210815/17568001
691.66/689.82	c cleaning 187003 clauses out of 374014 with flag 85161543/17756001
700.54/698.78	c cleaning 187996 clauses out of 376011 with flag 86087496/17945001
711.71/709.90	c cleaning 188996 clauses out of 378015 with flag 87005740/18135001
723.99/722.25	c cleaning 190001 clauses out of 380018 with flag 87908978/18326000
733.07/731.39	c cleaning 191002 clauses out of 382018 with flag 88832877/18518001
742.50/740.65	c cleaning 192002 clauses out of 384015 with flag 89702633/18711000
752.38/750.56	c cleaning 192997 clauses out of 386014 with flag 90589107/18905001
762.76/760.94	c cleaning 194002 clauses out of 388016 with flag 91470817/19100000
771.94/770.14	c cleaning 195000 clauses out of 390014 with flag 92368024/19296000
780.93/779.18	c cleaning 195999 clauses out of 392015 with flag 93252420/19493001
790.62/788.43	c cleaning 197001 clauses out of 394015 with flag 94114324/19691000
799.91/797.76	c cleaning 197997 clauses out of 396014 with flag 95089819/19890000
808.19/806.00	c cleaning 198999 clauses out of 398017 with flag 96047331/20090000
818.07/815.98	c cleaning 199998 clauses out of 400019 with flag 97020410/20291001
827.75/825.64	c cleaning 200997 clauses out of 402021 with flag 97971526/20493001
836.93/834.80	c cleaning 202003 clauses out of 404023 with flag 98949585/20696000
847.41/845.37	c cleaning 203002 clauses out of 406020 with flag 99933965/20900000
857.30/855.20	c cleaning 203998 clauses out of 408018 with flag 100925453/21105000
867.76/865.66	c cleaning 205004 clauses out of 410021 with flag 101885384/21311001
881.33/879.21	c cleaning 205999 clauses out of 412016 with flag 102880800/21518000
893.30/891.26	c cleaning 207002 clauses out of 414019 with flag 103863971/21726002
908.78/906.76	c cleaning 208004 clauses out of 416015 with flag 104896117/21935000
919.85/917.82	c cleaning 208998 clauses out of 418013 with flag 105895936/22145002
931.13/929.18	c cleaning 210003 clauses out of 420014 with flag 106906211/22356001
941.91/939.90	c cleaning 211001 clauses out of 422011 with flag 107911722/22568001
953.99/952.08	c cleaning 211999 clauses out of 424009 with flag 108913924/22781000
964.47/962.55	c cleaning 212998 clauses out of 426011 with flag 109898852/22995001
975.69/973.61	c cleaning 213996 clauses out of 428012 with flag 110830227/23210000
989.86/987.80	c cleaning 215005 clauses out of 430017 with flag 111880998/23426001
1007.52/1005.58	c cleaning 215996 clauses out of 432011 with flag 112902714/23643000
1020.60/1018.64	c cleaning 216998 clauses out of 434015 with flag 113938083/23861000
1032.47/1030.56	c cleaning 218003 clauses out of 436018 with flag 114947158/24080001
1043.55/1041.67	c cleaning 218999 clauses out of 438014 with flag 115999850/24300000
1053.73/1051.82	c cleaning 219996 clauses out of 440016 with flag 117009510/24521001
1068.11/1066.24	c cleaning 221001 clauses out of 442019 with flag 118099987/24743000
1081.34/1079.37	c cleaning 222004 clauses out of 444019 with flag 119219421/24966001
1094.02/1092.01	c cleaning 222998 clauses out of 446015 with flag 120285918/25190001
1115.67/1113.80	c cleaning 223994 clauses out of 448017 with flag 121289329/25415001
1125.55/1123.62	c cleaning 225006 clauses out of 450023 with flag 122341470/25641001
1137.43/1135.54	c cleaning 225998 clauses out of 452016 with flag 123447187/25868000
1150.41/1148.56	c cleaning 227000 clauses out of 454018 with flag 124515072/26096000
1165.78/1163.92	c cleaning 228003 clauses out of 456019 with flag 125609191/26325001
1178.96/1177.12	c cleaning 229000 clauses out of 458016 with flag 126723393/26555001
1191.19/1189.26	c cleaning 229999 clauses out of 460015 with flag 127824981/26786000
1203.47/1201.58	c cleaning 230995 clauses out of 462016 with flag 128945914/27018000
1215.95/1214.09	c cleaning 232005 clauses out of 464022 with flag 130084242/27251001
1231.71/1229.89	c cleaning 232999 clauses out of 466017 with flag 131187573/27485001
1246.48/1244.60	c cleaning 233995 clauses out of 468018 with flag 132330910/27720001
1262.45/1260.60	c cleaning 235005 clauses out of 470022 with flag 133415783/27956000
1275.13/1273.38	c cleaning 236000 clauses out of 472017 with flag 134528735/28193000
1289.40/1287.68	c cleaning 236999 clauses out of 474018 with flag 135687048/28431001
1304.57/1302.75	c cleaning 238002 clauses out of 476018 with flag 136834718/28670000
1316.45/1314.60	c cleaning 238996 clauses out of 478017 with flag 138004461/28910001
1328.83/1327.03	c cleaning 239995 clauses out of 480020 with flag 139191165/29151000
1344.39/1342.62	c cleaning 240995 clauses out of 482025 with flag 140274893/29393000
1360.66/1358.91	c cleaning 242015 clauses out of 484030 with flag 141420444/29636000
1372.84/1371.14	c cleaning 243003 clauses out of 486016 with flag 142605411/29880001
1394.00/1392.37	c cleaning 244001 clauses out of 488013 with flag 143818924/30125001
1407.00/1405.29	c cleaning 244998 clauses out of 490011 with flag 145051574/30371000
1421.07/1419.38	c cleaning 245994 clauses out of 492014 with flag 146226827/30618001
1434.25/1432.54	c cleaning 247001 clauses out of 494020 with flag 147406914/30866001
1451.21/1449.53	c cleaning 248001 clauses out of 496018 with flag 148641739/31115000
1466.08/1464.46	c cleaning 248998 clauses out of 498018 with flag 149853765/31365001
1479.06/1477.40	c cleaning 250004 clauses out of 500020 with flag 151073051/31616001
1494.16/1492.05	c cleaning 250999 clauses out of 502016 with flag 152260056/31868001
1509.73/1507.68	c cleaning 251999 clauses out of 504016 with flag 153493249/32121000
1530.59/1528.50	c cleaning 253001 clauses out of 506018 with flag 154687338/32375001
1546.56/1544.58	c cleaning 253997 clauses out of 508017 with flag 155872425/32630001
1568.91/1566.92	c cleaning 255000 clauses out of 510019 with flag 157067240/32886000
1584.69/1582.78	c cleaning 256004 clauses out of 512019 with flag 158319793/33143000
1601.32/1599.33	c cleaning 256999 clauses out of 514016 with flag 159578732/33401001
1618.18/1616.29	c cleaning 257997 clauses out of 516017 with flag 160835261/33660001
1635.15/1633.28	c cleaning 259001 clauses out of 518020 with flag 162053582/33920001
1651.83/1649.91	c cleaning 260001 clauses out of 520018 with flag 163241820/34181000
1668.19/1666.39	c cleaning 260999 clauses out of 522017 with flag 164506441/34443000
1682.66/1680.82	c cleaning 261996 clauses out of 524018 with flag 165760002/34706000
1696.63/1694.87	c cleaning 263002 clauses out of 526022 with flag 167037367/34970000
1710.82/1709.03	c cleaning 264000 clauses out of 528021 with flag 168349496/35235001
1727.18/1725.46	c cleaning 264999 clauses out of 530020 with flag 169648799/35501000
1743.50/1741.78	c cleaning 265997 clauses out of 532021 with flag 170884729/35768000
1760.37/1758.67	c cleaning 267007 clauses out of 534025 with flag 172139993/36036001
1776.23/1774.53	c cleaning 268000 clauses out of 536017 with flag 173404674/36305000
1794.00/1792.33	c cleaning 269002 clauses out of 538017 with flag 174632980/36575000
1808.58/1806.91	c cleaning 269997 clauses out of 540015 with flag 175685161/36846000
1828.64/1827.00	c cleaning 271004 clauses out of 542018 with flag 176904234/37118000
1846.20/1844.63	c cleaning 271994 clauses out of 544014 with flag 178206210/37391000
1866.16/1864.66	c cleaning 273000 clauses out of 546020 with flag 179578927/37665000
1884.03/1882.52	c cleaning 274001 clauses out of 548020 with flag 180904301/37940000
1902.28/1900.70	c cleaning 274998 clauses out of 550020 with flag 182241511/38216001
1920.34/1918.85	c cleaning 276006 clauses out of 552021 with flag 183595111/38493000
1936.61/1935.17	c cleaning 276995 clauses out of 554015 with flag 184906685/38771000
1958.26/1956.84	c cleaning 278006 clauses out of 556022 with flag 186281174/39050002
1974.93/1973.51	c cleaning 279002 clauses out of 558016 with flag 187556208/39330002
1994.70/1993.38	c cleaning 279997 clauses out of 560012 with flag 188901401/39611000
2011.37/2010.02	c cleaning 280999 clauses out of 562015 with flag 190247767/39893000
2036.32/2035.03	c cleaning 281998 clauses out of 564017 with flag 191671799/40176001
2052.98/2051.74	c cleaning 282999 clauses out of 566019 with flag 193089912/40460001
2069.95/2068.73	c cleaning 284001 clauses out of 568020 with flag 194489696/40745001
2087.47/2086.13	c cleaning 285002 clauses out of 570019 with flag 195873949/41031001
2107.03/2105.73	c cleaning 286000 clauses out of 572016 with flag 197236877/41318000
2127.88/2126.63	c cleaning 286991 clauses out of 574016 with flag 198586603/41606000
2146.05/2144.87	c cleaning 288002 clauses out of 576026 with flag 199958347/41895001
2164.61/2163.40	c cleaning 289003 clauses out of 578023 with flag 201312056/42185000
2182.87/2181.71	c cleaning 289997 clauses out of 580020 with flag 202672096/42476000
2202.64/2201.54	c cleaning 291006 clauses out of 582024 with flag 204073547/42768001
2224.99/2223.97	c cleaning 292001 clauses out of 584017 with flag 205492623/43061000
2242.87/2241.80	c cleaning 292999 clauses out of 586017 with flag 206888628/43355001
2263.75/2262.60	c cleaning 294000 clauses out of 588017 with flag 208304153/43650000
2280.91/2279.86	c cleaning 295003 clauses out of 590018 with flag 209740361/43946001
2300.77/2299.76	c cleaning 296000 clauses out of 592015 with flag 211194687/44243001
2321.93/2320.97	c cleaning 296999 clauses out of 594014 with flag 212629421/44541000
2338.69/2337.77	c cleaning 298005 clauses out of 596016 with flag 214061921/44840001
2356.75/2355.80	c cleaning 298994 clauses out of 598011 with flag 215475609/45140001
2380.02/2379.16	c cleaning 300001 clauses out of 600017 with flag 216957945/45441001
2400.87/2400.00	c cleaning 301003 clauses out of 602015 with flag 218459105/45743000
2421.93/2421.01	c cleaning 301998 clauses out of 604012 with flag 219901596/46046000
2441.00/2440.18	c cleaning 302996 clauses out of 606014 with flag 221382301/46350000
2460.75/2459.92	c cleaning 303998 clauses out of 608018 with flag 222856143/46655000
2481.71/2480.96	c cleaning 305001 clauses out of 610020 with flag 224331507/46961000
2501.87/2501.12	c cleaning 305999 clauses out of 612020 with flag 225804141/47268001
2519.85/2519.17	c cleaning 307001 clauses out of 614020 with flag 227258022/47576000
2541.30/2540.61	c cleaning 308001 clauses out of 616019 with flag 228714532/47885000
2565.25/2564.62	c cleaning 309004 clauses out of 618019 with flag 230208278/48195001
2586.21/2585.69	c cleaning 310000 clauses out of 620014 with flag 231654261/48506000
2604.88/2604.28	c cleaning 310997 clauses out of 622014 with flag 233171135/48818000
2627.14/2626.58	c cleaning 311997 clauses out of 624017 with flag 234643819/49131000
2653.69/2653.19	c cleaning 313002 clauses out of 626020 with flag 236087681/49445000
2675.15/2674.64	c cleaning 314007 clauses out of 628019 with flag 237633098/49760001
2699.39/2698.92	c cleaning 314992 clauses out of 630011 with flag 239025230/50076000
2720.95/2720.51	c cleaning 316005 clauses out of 632019 with flag 240552197/50393000
2744.11/2743.74	c cleaning 317002 clauses out of 634014 with flag 242084300/50711000
2765.47/2765.18	c cleaning 317998 clauses out of 636013 with flag 243696390/51030001
2787.95/2786.96	c cleaning 319001 clauses out of 638015 with flag 245254572/51350001
2811.51/2810.56	c cleaning 319998 clauses out of 640013 with flag 246756977/51671000
2832.37/2831.40	c cleaning 320994 clauses out of 642015 with flag 248282388/51993000
2856.93/2856.00	c cleaning 322001 clauses out of 644022 with flag 249804148/52316001
2882.47/2881.61	c cleaning 323000 clauses out of 646020 with flag 251277779/52640000
2908.12/2907.32	c cleaning 324005 clauses out of 648021 with flag 252799550/52965001
2932.07/2931.38	c cleaning 324999 clauses out of 650016 with flag 254346566/53291001
2956.90/2956.12	c cleaning 325997 clauses out of 652017 with flag 255872997/53618001
2979.24/2978.52	c cleaning 327006 clauses out of 654019 with flag 257460910/53946000
3004.19/3003.53	c cleaning 327999 clauses out of 656014 with flag 259001978/54275001
3027.25/3026.62	c cleaning 329004 clauses out of 658016 with flag 260533502/54605002
3050.50/3049.90	c cleaning 329994 clauses out of 660010 with flag 262063882/54936000
3073.55/3073.05	c cleaning 331001 clauses out of 662017 with flag 263692756/55268001
3097.51/3097.07	c cleaning 332003 clauses out of 664015 with flag 265307437/55601000
3125.95/3125.59	c cleaning 332997 clauses out of 666012 with flag 266827485/55935000
3148.24/3147.79	c cleaning 333999 clauses out of 668016 with flag 268343576/56270001
3170.79/3170.37	c cleaning 335008 clauses out of 670017 with flag 269886328/56606001
3191.55/3191.19	c cleaning 335996 clauses out of 672008 with flag 271532337/56943000
3213.10/3212.76	c cleaning 336998 clauses out of 674012 with flag 273131335/57281000
3236.55/3236.25	c cleaning 337997 clauses out of 676014 with flag 274738430/57620000
3258.59/3258.36	c cleaning 338997 clauses out of 678018 with flag 276328537/57960001
3282.54/3282.31	c cleaning 339998 clauses out of 680021 with flag 277977032/58301001
3307.28/3307.19	c cleaning 341002 clauses out of 682023 with flag 279612725/58643001
3331.96/3331.78	c cleaning 342000 clauses out of 684020 with flag 281225503/58986000
3355.81/3355.69	c cleaning 343002 clauses out of 686020 with flag 282860160/59330000
3382.46/3382.33	c cleaning 343997 clauses out of 688019 with flag 284340229/59675001
3403.82/3403.78	c cleaning 345003 clauses out of 690022 with flag 285973705/60021001
3428.17/3428.19	c cleaning 346004 clauses out of 692019 with flag 287594683/60368001
3452.52/3452.59	c cleaning 346998 clauses out of 694014 with flag 289289396/60716000
3477.98/3478.03	c cleaning 347997 clauses out of 696017 with flag 290943355/61065001
3502.82/3502.98	c cleaning 349002 clauses out of 698019 with flag 292543213/61415000
3528.46/3527.93	c cleaning 350002 clauses out of 700017 with flag 294199700/61766000
3551.71/3551.20	c cleaning 351001 clauses out of 702016 with flag 295916348/62118001
3575.36/3574.97	c cleaning 352004 clauses out of 704015 with flag 297614194/62471001
3600.01/3599.61	c starts		: 148305
3600.01/3599.63	c conflicts		: 62825001
3600.01/3599.63	c decisions		: 89524920
3600.01/3599.63	c propagations		: 470367864
3600.01/3599.63	c inspects		: 39227137790
3600.01/3599.63	c shortcuts		: 0
3600.01/3599.63	c learnt literals	: 0
3600.01/3599.63	c learnt binary clauses	: 0
3600.01/3599.63	c learnt ternary clauses	: 4
3600.01/3599.63	c learnt constraints	: 62825001
3600.01/3599.63	c ignored constraints	: 0
3600.01/3599.63	c root simplifications	: 0
3600.01/3599.64	c removed literals (reason simplification)	: 31157759
3600.01/3599.64	c reason swapping (by a shorter reason)	: 0
3600.01/3599.64	c Calls to reduceDB	: 350
3600.01/3599.64	c Number of update (reduction) of LBD	: 8546057
3600.01/3599.64	c Imported unit clauses	: 0
3600.01/3599.64	c No decision after first conflict	: false
3600.01/3599.64	c number of reductions to clauses (during analyze)	: 0
3600.01/3599.64	c number of learned constraints concerned by reduction	: 0
3600.01/3599.64	c number of learning phase by resolution	: 0
3600.01/3599.64	c number of learning phase by cutting planes	: 0
3600.01/3599.64	c number of rounding to 1 operations	: 0
3600.01/3599.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3599.64	c number of reductions of the coefficients by power 2 	: 0
3600.01/3599.64	c number of right shift for reduction by power 2 	: 0
3600.01/3599.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3599.64	c number of ending skipping 	: 0
3600.01/3599.64	c number of internal skipping 	: 0
3600.01/3599.64	c number of derivation steps 	: 0
3600.01/3599.64	c number of skipped derivation steps 	: 0
3600.01/3599.64	c number of remaining unassigned 	: 0
3600.01/3599.64	c number of remaining assigned 	: 0
3600.01/3599.64	c number of falsified literals weakened from reason	: 0
3600.01/3599.64	c number of falsified literals weakened from conflict	: 0
3600.01/3599.64	c time for arithmetic operations	: 0
3600.01/3599.66	c minimum degree of deleted constraints	: null
3600.01/3599.66	c maximum degree of deleted constraints	: null
3600.01/3599.66	c number of deleted constraints	: 0
3600.01/3599.66	c speed (assignments/second)	: 130676.79703290063
3600.01/3599.66	c non guided choices	: 226885
3600.21/3599.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 706011
3600.21/3599.74	s UNKNOWN
3600.21/3599.74	c Total wall clock time (in seconds): 3599.603

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510048-1751197545/watcher-4510048-1751197545 -o /tmp/evaluation-result-4510048-1751197545/solver-4510048-1751197545 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24634 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4510048-1751197545.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 4.14 4.18 4.12 6/339 25551
/proc/meminfo: memFree=123768196/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=18930384 memory=59428 CPUtime=0.12 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 6476 0 0 0 11 1 0 0 20 0 18 0 35429079 19384713216 14857 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4732596 14857 5336 1 0 547604 0
[pid=25533/tid=25535] ppid=25530 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5056 0 0 0 7 1 0 0 20 0 18 0 35429081 19384713216 14857 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35429083 19384713216 14857 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=18930384 memory=57385981078853 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35429083 19384713216 14857 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59428 KiB

[startup+0.20577 s]*
/proc/loadavg: 4.21 4.19 4.13 7/340 25552
/proc/meminfo: memFree=123762084/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=18996948 memory=63416 CPUtime=0.32 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 6879 0 0 0 30 2 0 0 20 0 19 0 35429079 19452874752 15854 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4749237 15854 5432 1 0 548209 0
[pid=25533/tid=25535] ppid=25530 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5290 0 0 0 16 1 0 0 20 0 19 0 35429081 19452874752 15854 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=18996948 memory=13929 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 15854 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=18996948 memory=56286469424100 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 15854 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35429098 19452874752 15854 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63416 KiB

[startup+0.305741 s]*
/proc/loadavg: 4.21 4.19 4.13 6/340 25552
/proc/meminfo: memFree=123757800/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=18996948 memory=70604 CPUtime=0.51 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 9097 0 0 0 49 2 0 0 20 0 19 0 35429079 19452874752 17651 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4749237 17651 5432 1 0 549618 0
[pid=25533/tid=25535] ppid=25530 vsize=18996948 memory=-6000919507099805549 CPUtime=0.27 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5321 0 0 0 26 1 0 0 20 0 19 0 35429081 19452874752 17651 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 17651 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 17651 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35429098 19452874752 17651 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70604 KiB

[startup+0.700218 s]
/proc/loadavg: 4.21 4.19 4.13 6/340 25552
/proc/meminfo: memFree=123751940/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=18996948 memory=86068 CPUtime=1.28 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 12497 0 0 0 125 3 0 0 20 0 19 0 35429079 19452874752 21517 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4749237 21517 5464 1 0 551751 0
[pid=25533/tid=25535] ppid=25530 vsize=18996948 memory=17152 CPUtime=0.66 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5365 0 0 0 65 1 0 0 20 0 19 0 35429081 19452874752 21517 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 21517 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 21517 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=18996948 memory=4624 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35429098 19452874752 21517 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86068 KiB

[startup+1.50023 s]
/proc/loadavg: 4.21 4.19 4.13 6/340 25552
/proc/meminfo: memFree=123736188/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=18996948 memory=100792 CPUtime=2.77 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 16444 0 0 0 274 3 0 0 20 0 19 0 35429079 19452874752 25198 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4749237 25198 5464 1 0 551753 0
[pid=25533/tid=25535] ppid=25530 vsize=18996948 memory=0 CPUtime=1.46 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5667 0 0 0 144 2 0 0 20 0 19 0 35429081 19452874752 25198 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 25198 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 25198 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=18996948 memory=4624 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35429098 19452874752 25198 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100792 KiB

[startup+3.1055 s]
/proc/loadavg: 4.21 4.19 4.13 5/340 25552
/proc/meminfo: memFree=123691252/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=18996948 memory=137656 CPUtime=4.43 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 17189 0 0 0 438 5 0 0 20 0 19 0 35429079 19452874752 34414 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4749237 34414 5464 1 0 551755 0
[pid=25533/tid=25535] ppid=25530 vsize=18996948 memory=10752 CPUtime=3.06 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5947 0 0 0 303 3 0 0 20 0 19 0 35429081 19452874752 34414 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=18996948 memory=-6000919507099805549 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 34414 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35429083 19452874752 34414 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35429098 19452874752 34414 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 4.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137656 KiB

[startup+6.30018 s]
/proc/loadavg: 4.19 4.19 4.13 5/341 25553
/proc/meminfo: memFree=123654388/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=170508 CPUtime=7.63 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 18264 0 0 0 757 6 0 0 20 0 20 0 35429079 19521036288 42627 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 42627 5464 1 0 552044 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=0 CPUtime=6.23 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 5979 0 0 0 620 3 0 0 20 0 20 0 35429081 19521036288 42627 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 42627 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 42627 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=104888 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 42627 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 7.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170508 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.19 4.13 6/340 25619
/proc/meminfo: memFree=124731880/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=178876 CPUtime=14.03 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 20156 0 0 0 1397 6 0 0 20 0 20 0 35429079 19521036288 44719 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 44719 5496 1 0 552044 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=104888 CPUtime=12.6 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 6964 0 0 0 1257 3 0 0 20 0 20 0 35429081 19521036288 44719 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 44719 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 44719 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=-6000919507099805549 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 44719 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 14.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178876 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.20 4.13 5/341 25620
/proc/meminfo: memFree=124502732/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=283804 CPUtime=26.9 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 21941 0 0 0 2681 9 0 0 20 0 20 0 35429079 19521036288 70951 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 70951 5496 1 0 552044 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=0 CPUtime=25.27 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 7273 0 0 0 2524 3 0 0 20 0 20 0 35429081 19521036288 70951 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=-6000919507099805549 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 70951 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=242664 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 70951 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 70951 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 283804 KiB

[startup+51.1055 s]
/proc/loadavg: 4.14 4.18 4.12 5/341 25620
/proc/meminfo: memFree=124168372/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=431564 CPUtime=52.59 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 22183 0 0 0 5247 12 0 0 20 0 20 0 35429079 19521036288 107891 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 107891 5496 1 0 552044 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=394620 CPUtime=50.69 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.28 4.17 4.11 5/339 26062
/proc/meminfo: memFree=115428032/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2243200 CPUtime=3282.54 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 93171 0 0 0 328149 105 0 0 20 0 20 0 35429079 19521036288 560800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 560800 5528 1 0 574207 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=2243200 CPUtime=3270.92 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 44697 0 0 0 327070 22 0 0 20 0 20 0 35429081 19521036288 560800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=2243200 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=2243200 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=2243200 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 560800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3282.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2243200 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.20 4.12 5/339 26129
/proc/meminfo: memFree=114275564/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2243328 CPUtime=3342.54 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 93828 0 0 0 334149 105 0 0 20 0 20 0 35429079 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 560832 5528 1 0 574214 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=17152 CPUtime=3330.6 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 44998 0 0 0 333038 22 0 0 20 0 20 0 35429081 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=4624 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 992 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=2243328 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3342.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2243328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.20 4.12 5/340 26132
/proc/meminfo: memFree=113181528/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2243328 CPUtime=3402.42 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 94031 0 0 0 340136 106 0 0 20 0 20 0 35429079 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 560832 5528 1 0 574214 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=2243328 CPUtime=3390.47 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 45189 0 0 0 339025 22 0 0 20 0 20 0 35429081 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 992 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=2243328 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3402.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2243328 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.20 4.12 5/339 26134
/proc/meminfo: memFree=111497780/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2243328 CPUtime=3462.31 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 94583 0 0 0 346124 107 0 0 20 0 20 0 35429079 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 560832 5528 1 0 574214 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=2243328 CPUtime=3450.34 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 45713 0 0 0 345012 22 0 0 20 0 20 0 35429081 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 992 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=2243328 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 560832 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3462.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2243328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.22 4.13 5/339 26202
/proc/meminfo: memFree=114814564/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2259200 CPUtime=3522.87 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 104154 0 0 0 352178 109 0 0 20 0 20 0 35429079 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 564800 5528 1 0 578192 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=2243328 CPUtime=3510.07 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 54567 0 0 0 350983 24 0 0 20 0 20 0 35429081 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=2259200 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=2259200 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 1007 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=2259200 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3522.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2259200 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.21 4.13 6/340 26272
/proc/meminfo: memFree=106622932/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2259200 CPUtime=3582.75 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 104270 0 0 0 358165 110 0 0 20 0 20 0 35429079 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 564800 5528 1 0 578192 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=4624 CPUtime=3569.93 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 54657 0 0 0 356969 24 0 0 20 0 20 0 35429081 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=2259200 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 1024 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3582.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2259200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.6 s]
/proc/loadavg: 4.22 4.21 4.14 5/340 26272
/proc/meminfo: memFree=106061916/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19063512 memory=2259200 CPUtime=3600.01 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 104275 0 0 0 359891 110 0 0 20 0 20 0 35429079 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4765878 564800 5528 1 0 578192 0
[pid=25533/tid=25535] ppid=25530 vsize=19063512 memory=12416 CPUtime=3587.2 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 54658 0 0 0 358696 24 0 0 20 0 20 0 35429081 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19063512 memory=-6000919507099805549 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19063512 memory=17504 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 1024 0 0 0 0 0 0 0 20 0 20 0 35429083 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25552] ppid=25530 vsize=19063512 memory=45952 CPUtime=0 cores=1,3
/proc/25533/task/25552/stat : 25552 (Timer-0) S 25530 25533 24622 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35429098 19521036288 564800 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2259200 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.2 s, system=1.11276 s

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

[startup+3599.7 s]
/proc/loadavg: 4.22 4.21 4.14 5/340 26272
/proc/meminfo: memFree=106061916/131249992 swapFree=33010672/33010684
[pid=25533] ppid=25530 vsize=19263204 memory=2259968 CPUtime=3600.21 cores=1,3
/proc/25533/stat : 25533 (java) S 25530 25533 24622 0 -1 4194304 105628 0 0 0 359911 110 0 0 20 0 21 0 35429079 19725520896 564992 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
/proc/25533/statm: 4815801 564992 5528 1 0 579095 0
[pid=25533/tid=25535] ppid=25530 vsize=19263204 memory=2243328 CPUtime=3587.3 cores=1,3
/proc/25533/task/25535/stat : 25535 (java) R 25530 25533 24622 0 -1 4194368 54658 0 0 0 358706 24 0 0 20 0 21 0 35429081 19725520896 564992 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25544] ppid=25530 vsize=19263204 memory=2259200 CPUtime=0 cores=1,3
/proc/25533/task/25544/stat : 25544 (Finalizer) S 25530 25533 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35429083 19725520896 564992 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
[pid=25533/tid=25551] ppid=25530 vsize=19263204 memory=14720 CPUtime=0 cores=1,3
/proc/25533/task/25551/stat : 25551 (Common-Cleaner) S 25530 25533 24622 0 -1 4194368 1024 0 0 0 0 0 0 0 20 0 21 0 35429083 19725520896 564992 18446744073709551615 94066746601472 94066746605168 140732712386160 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94066746612984 94066746613776 94066768728064 140732712388993 140732712389094 140732712389094 140732712394696 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2259968 KiB

Child status: 143

Real time (s): 3599.75
CPU time (s): 3600.31
CPU user time (s): 3599.2
CPU system time (s): 1.11276
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2259968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 1.11276
maximum resident set size= 2260096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104645
involuntary context switches= 2867


# summary of solver processes directly reported to runsolver:
#   pid: 25533
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3599.2
#   total CPU system time (s): 1.11276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98555 second user time and 15.5789 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 13:45:45
IDJOB=4510048
IDBENCH=159702
IDSOLVER=3363
FILE ID=nodeC035/4510048-1751197545
RUNJOBID= nodeC035-1751193887-24634
SLURM_JOB_ID= 9587593
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510048-1751197545/watcher-4510048-1751197545 -o /tmp/evaluation-result-4510048-1751197545/solver-4510048-1751197545 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24634 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4510048-1751197545.opb

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

MD5SUM BENCH= 3c4292db534e5ed9ac145103152ac845
RANDOM SEED=30060482

nodeC035 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.794
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.51
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.753
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        123784420 kB
MemAvailable:   126239568 kB
Buffers:            2352 kB
Cached:          3249620 kB
SwapCached:            8 kB
Active:          3887200 kB
Inactive:        2964928 kB
Active(anon):    3612176 kB
Inactive(anon):     6036 kB
Active(file):     275024 kB
Inactive(file):  2958892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               728 kB
Writeback:            36 kB
AnonPages:       3603076 kB
Mapped:           122716 kB
Shmem:             18056 kB
KReclaimable:     120944 kB
Slab:             207736 kB
SReclaimable:     120944 kB
SUnreclaim:        86792 kB
KernelStack:        5176 kB
PageTables:        10796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7097456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3389440 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432792 MiB
End job on nodeC035 at 2025-06-29 14:45:45