Trace number 4488043

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)71 3600.54 3606.96

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM83e8c133f6310d52aedf789f310352e0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark8.60126
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
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 constraint5
Number of terms in the objective function 225
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/0.14	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.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4488043-1751339776.opb
0.10/0.14	c reading problem ... 
0.10/0.15	c using VERIPB proof format
0.10/0.15	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.03s.
0.10/0.18	c declared #vars     225
0.10/0.18	c #constraints  225
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.10/0.18	c 225 constraints processed.
0.10/0.19	c objective function length is 225 literals
0.10/0.20	c SATISFIABLE
0.10/0.21	c OPTIMIZING...
0.10/0.21	c Got one! Elapsed wall clock time (in seconds):0.062
0.10/0.21	o 75
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.074
0.29/0.22	o 74
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.161
0.47/0.31	o 73
1.23/0.76	c cleaning 2725 clauses out of 5458 with flag 11363/5458
1.63/0.98	c Got one! Elapsed wall clock time (in seconds):0.834
1.63/0.98	o 72
2.21/1.20	c cleaning 4344 clauses out of 8693 with flag 7341/11418
2.80/1.52	c cleaning 5165 clauses out of 10348 with flag 20786/17417
3.39/1.81	c cleaning 6083 clauses out of 12183 with flag 36418/24417
3.99/2.14	c cleaning 7043 clauses out of 14100 with flag 54182/32417
4.41/2.45	c cleaning 8019 clauses out of 16057 with flag 74298/41417
4.81/2.79	c cleaning 9013 clauses out of 18039 with flag 96821/51418
5.21/3.18	c cleaning 10003 clauses out of 20026 with flag 121614/62418
5.71/3.62	c cleaning 11001 clauses out of 22022 with flag 148559/74417
6.25/4.14	c cleaning 12002 clauses out of 24021 with flag 177747/87417
6.75/4.64	c cleaning 13001 clauses out of 26019 with flag 209000/101417
7.26/5.19	c cleaning 13997 clauses out of 28020 with flag 242626/116419
7.98/5.80	c cleaning 15003 clauses out of 30021 with flag 278722/132417
8.60/6.45	c cleaning 15998 clauses out of 32018 with flag 317156/149417
9.30/7.13	c cleaning 16997 clauses out of 34020 with flag 357538/167417
9.99/7.84	c cleaning 18004 clauses out of 36024 with flag 399986/186418
10.90/8.70	c cleaning 19001 clauses out of 38019 with flag 445104/206417
11.78/9.61	c cleaning 20003 clauses out of 40018 with flag 492938/227417
12.67/10.54	c cleaning 20999 clauses out of 42017 with flag 542096/249419
13.69/11.58	c cleaning 22002 clauses out of 44016 with flag 593900/272417
14.88/12.70	c cleaning 22996 clauses out of 46014 with flag 648477/296417
15.87/13.75	c cleaning 24001 clauses out of 48019 with flag 704349/321418
16.99/14.84	c cleaning 24995 clauses out of 50017 with flag 762541/347417
18.17/16.08	c cleaning 26003 clauses out of 52023 with flag 823191/374418
19.57/17.48	c cleaning 26999 clauses out of 54019 with flag 886037/402417
20.96/18.82	c cleaning 28004 clauses out of 56021 with flag 953193/431418
22.38/20.23	c cleaning 28999 clauses out of 58017 with flag 1020566/461418
23.88/21.74	c cleaning 30001 clauses out of 60019 with flag 1090069/492419
25.49/23.34	c cleaning 31000 clauses out of 62017 with flag 1161827/524418
27.28/25.11	c cleaning 31998 clauses out of 64017 with flag 1236493/557418
28.99/26.83	c cleaning 33000 clauses out of 66018 with flag 1312782/591417
30.69/28.58	c cleaning 33999 clauses out of 68018 with flag 1391999/626417
32.68/30.59	c cleaning 35000 clauses out of 70020 with flag 1472920/662418
34.60/32.49	c cleaning 36005 clauses out of 72019 with flag 1556293/699417
36.80/34.66	c cleaning 37001 clauses out of 74015 with flag 1641415/737418
39.00/36.87	c cleaning 37998 clauses out of 76014 with flag 1728891/776418
41.33/39.16	c cleaning 38999 clauses out of 78017 with flag 1819066/816419
43.63/41.44	c cleaning 40000 clauses out of 80017 with flag 1911469/857418
46.04/43.85	c cleaning 41000 clauses out of 82019 with flag 2006094/899420
48.55/46.32	c cleaning 42003 clauses out of 84017 with flag 2103027/942418
51.38/49.12	c cleaning 42999 clauses out of 86014 with flag 2202651/986418
53.97/51.77	c cleaning 44001 clauses out of 88014 with flag 2303708/1031417
56.81/54.59	c cleaning 44997 clauses out of 90013 with flag 2408912/1077417
60.03/57.74	c cleaning 46001 clauses out of 92016 with flag 2514752/1124417
63.36/61.04	c cleaning 46999 clauses out of 94015 with flag 2624736/1172417
66.74/64.41	c cleaning 48004 clauses out of 96016 with flag 2735607/1221417
69.85/67.56	c cleaning 49002 clauses out of 98012 with flag 2849216/1271417
73.45/71.14	c cleaning 49996 clauses out of 100010 with flag 2966780/1322417
76.59/74.20	c cleaning 51002 clauses out of 102015 with flag 3084093/1374418
79.82/77.43	c cleaning 52003 clauses out of 104012 with flag 3203043/1427417
83.93/81.55	c cleaning 52999 clauses out of 106010 with flag 3332265/1481418
87.85/85.44	c cleaning 54000 clauses out of 108010 with flag 3456588/1536417
93.08/90.60	c cleaning 55002 clauses out of 110010 with flag 3591261/1592417
97.52/95.04	c cleaning 56002 clauses out of 112008 with flag 3725008/1649417
101.75/99.27	c cleaning 56999 clauses out of 114007 with flag 3861754/1707418
106.97/104.44	c cleaning 58000 clauses out of 116008 with flag 3997968/1766418
112.50/109.93	c cleaning 58998 clauses out of 118007 with flag 4138151/1826417
117.24/114.69	c cleaning 60005 clauses out of 120009 with flag 4279604/1887417
121.67/119.05	c cleaning 61002 clauses out of 122004 with flag 4420086/1949417
126.09/123.46	c cleaning 61998 clauses out of 124002 with flag 4562492/2012417
130.57/129.46	c cleaning 62994 clauses out of 126004 with flag 4706826/2076417
134.99/133.89	c cleaning 64003 clauses out of 128011 with flag 4852946/2141418
139.52/138.32	c cleaning 65000 clauses out of 130008 with flag 5001298/2207418
144.24/143.05	c cleaning 66004 clauses out of 132007 with flag 5152562/2274417
148.66/147.42	c cleaning 66998 clauses out of 134004 with flag 5306456/2342418
153.24/151.95	c cleaning 68000 clauses out of 136005 with flag 5461479/2411417
158.39/157.02	c cleaning 68998 clauses out of 138006 with flag 5619680/2481418
163.24/162.23	c cleaning 70002 clauses out of 140007 with flag 5779753/2552417
168.17/167.17	c cleaning 71001 clauses out of 142005 with flag 5942941/2624417
173.03/171.96	c cleaning 71994 clauses out of 144004 with flag 6106968/2697417
178.47/177.34	c cleaning 72998 clauses out of 146011 with flag 6274275/2771418
183.58/182.45	c cleaning 74005 clauses out of 148012 with flag 6442271/2846417
189.11/187.93	c cleaning 74998 clauses out of 150007 with flag 6612576/2922417
194.22/193.20	c cleaning 76003 clauses out of 152009 with flag 6784476/2999417
200.17/199.17	c cleaning 76998 clauses out of 154007 with flag 6959924/3077418
205.26/204.26	c cleaning 78001 clauses out of 156009 with flag 7136697/3156418
210.93/209.80	c cleaning 79002 clauses out of 158008 with flag 7315998/3236418
217.18/216.10	c cleaning 79996 clauses out of 160005 with flag 7497690/3317417
223.18/222.25	c cleaning 81004 clauses out of 162009 with flag 7682419/3399417
229.32/228.34	c cleaning 81996 clauses out of 164005 with flag 7869749/3482417
235.15/234.12	c cleaning 82998 clauses out of 166009 with flag 8059638/3566417
241.20/240.16	c cleaning 84001 clauses out of 168011 with flag 8250355/3651417
248.22/247.12	c cleaning 85005 clauses out of 170011 with flag 8443772/3737418
256.25/255.30	c cleaning 85994 clauses out of 172006 with flag 8641323/3824418
263.78/262.83	c cleaning 87001 clauses out of 174012 with flag 8839565/3912418
272.16/271.15	c cleaning 88002 clauses out of 176012 with flag 9040545/4001419
282.62/281.78	c cleaning 88998 clauses out of 178008 with flag 9244016/4091417
289.94/289.10	c cleaning 90002 clauses out of 180013 with flag 9449270/4182420
296.66/295.76	c cleaning 90996 clauses out of 182008 with flag 9656824/4274417
303.77/302.88	c cleaning 92002 clauses out of 184012 with flag 9865350/4367417
311.00/310.00	c cleaning 93006 clauses out of 186011 with flag 10077357/4461418
317.91/317.16	c cleaning 93996 clauses out of 188004 with flag 10292610/4556417
324.88/324.09	c cleaning 95001 clauses out of 190008 with flag 10509430/4652417
333.32/332.43	c cleaning 96005 clauses out of 192009 with flag 10727507/4749419
341.42/340.57	c cleaning 97000 clauses out of 194003 with flag 10948023/4847418
349.38/348.77	c cleaning 97998 clauses out of 196002 with flag 11170747/4946417
357.82/357.11	c cleaning 99001 clauses out of 198004 with flag 11395681/5046417
365.80/365.04	c cleaning 99997 clauses out of 200003 with flag 11623297/5147417
374.08/374.10	c cleaning 100999 clauses out of 202006 with flag 11858567/5249417
382.19/382.07	c cleaning 101996 clauses out of 204007 with flag 12091207/5352417
389.72/389.32	c cleaning 103002 clauses out of 206011 with flag 12324767/5456417
397.33/396.96	c cleaning 103995 clauses out of 208009 with flag 12562703/5561417
405.62/405.69	c cleaning 105005 clauses out of 210014 with flag 12800299/5667417
414.03/414.04	c cleaning 106002 clauses out of 212009 with flag 13039534/5774417
422.74/422.75	c cleaning 106997 clauses out of 214007 with flag 13280501/5882417
431.91/431.82	c cleaning 108002 clauses out of 216011 with flag 13522655/5991418
442.44/442.54	c cleaning 108999 clauses out of 218008 with flag 13769687/6101417
452.19/452.20	c cleaning 110002 clauses out of 220010 with flag 14019371/6212418
462.33/462.35	c cleaning 111000 clauses out of 222007 with flag 14271348/6324417
471.81/472.10	c cleaning 112002 clauses out of 224008 with flag 14525902/6437418
481.22/481.41	c cleaning 113003 clauses out of 226006 with flag 14781268/6551418
492.24/492.45	c cleaning 113998 clauses out of 228002 with flag 15037860/6666417
502.76/503.19	c cleaning 114997 clauses out of 230004 with flag 15299049/6782417
513.61/513.99	c cleaning 116002 clauses out of 232007 with flag 15563413/6899417
524.38/524.66	c cleaning 117001 clauses out of 234005 with flag 15830562/7017417
534.42/535.19	c cleaning 118000 clauses out of 236005 with flag 16096286/7136418
544.37/545.01	c cleaning 118994 clauses out of 238004 with flag 16363903/7256417
554.59/555.25	c cleaning 119999 clauses out of 240010 with flag 16633886/7377417
564.85/565.78	c cleaning 121002 clauses out of 242011 with flag 16906984/7499417
574.90/575.77	c cleaning 122000 clauses out of 244009 with flag 17182477/7622417
584.88/585.60	c cleaning 123000 clauses out of 246009 with flag 17460158/7746417
594.70/595.69	c cleaning 124002 clauses out of 248010 with flag 17740212/7871418
605.75/606.60	c cleaning 125000 clauses out of 250007 with flag 18023103/7997417
616.39/617.24	c cleaning 125999 clauses out of 252007 with flag 18306770/8124417
627.81/628.85	c cleaning 126997 clauses out of 254009 with flag 18593558/8252418
639.33/640.37	c cleaning 128004 clauses out of 256013 with flag 18884014/8381419
651.18/652.35	c cleaning 128999 clauses out of 258007 with flag 19175888/8511417
663.10/664.22	c cleaning 129999 clauses out of 260008 with flag 19469074/8642417
675.72/676.86	c cleaning 131003 clauses out of 262010 with flag 19765154/8774418
688.95/690.82	c cleaning 131999 clauses out of 264006 with flag 20064746/8907417
695.41/697.21	c Got one! Elapsed wall clock time (in seconds):697.07
695.41/697.21	o 71
698.22/700.02	c cleaning 112420 clauses out of 224860 with flag 11480/9000270
699.71/701.59	c cleaning 59211 clauses out of 118440 with flag 25067/9006270
700.41/702.20	c cleaning 33109 clauses out of 66229 with flag 40753/9013270
700.91/702.57	c cleaning 20552 clauses out of 41120 with flag 58779/9021270
701.20/702.88	c cleaning 14779 clauses out of 29572 with flag 78806/9030274
701.62/703.22	c cleaning 12389 clauses out of 24789 with flag 101401/9040270
701.92/703.56	c cleaning 11689 clauses out of 23400 with flag 126065/9051270
702.32/703.98	c cleaning 11846 clauses out of 23712 with flag 153686/9063271
702.81/704.42	c cleaning 12423 clauses out of 24865 with flag 182760/9076270
703.31/704.91	c cleaning 13212 clauses out of 26443 with flag 214306/9090271
703.93/705.50	c cleaning 14106 clauses out of 28230 with flag 248369/9105270
704.52/706.15	c cleaning 15051 clauses out of 30124 with flag 285165/9121270
705.21/706.83	c cleaning 16030 clauses out of 32077 with flag 323574/9138274
705.93/707.54	c cleaning 17018 clauses out of 34043 with flag 364428/9156270
706.72/708.34	c cleaning 18009 clauses out of 36026 with flag 408431/9175271
707.54/709.18	c cleaning 19003 clauses out of 38016 with flag 454564/9195270
708.54/710.13	c cleaning 20004 clauses out of 40013 with flag 503362/9216270
709.59/711.47	c cleaning 21002 clauses out of 42009 with flag 555419/9238270
710.70/712.59	c cleaning 22002 clauses out of 44008 with flag 612522/9261271
711.90/713.71	c cleaning 22996 clauses out of 46005 with flag 668517/9285270
712.92/714.76	c cleaning 24004 clauses out of 48009 with flag 725389/9310270
714.12/715.91	c cleaning 25003 clauses out of 50007 with flag 784224/9336272
715.44/717.23	c cleaning 25998 clauses out of 52003 with flag 847167/9363271
716.63/718.44	c cleaning 27000 clauses out of 54005 with flag 909934/9391271
718.06/719.82	c cleaning 28001 clauses out of 56004 with flag 975302/9420270
719.45/721.23	c cleaning 28998 clauses out of 58003 with flag 1043067/9450270
721.06/722.82	c cleaning 30001 clauses out of 60005 with flag 1113658/9481270
722.55/724.38	c cleaning 30993 clauses out of 62004 with flag 1185617/9513270
724.06/725.87	c cleaning 32002 clauses out of 64013 with flag 1259678/9546272
725.67/727.42	c cleaning 33003 clauses out of 66009 with flag 1335922/9580270
727.18/728.91	c cleaning 33993 clauses out of 68006 with flag 1416320/9615270
728.70/730.45	c cleaning 35002 clauses out of 70014 with flag 1498397/9651271
730.42/732.14	c cleaning 36002 clauses out of 72011 with flag 1581700/9688270
732.20/733.93	c cleaning 37001 clauses out of 74009 with flag 1667307/9726270
734.02/735.77	c cleaning 38002 clauses out of 76008 with flag 1754817/9765270
735.93/737.69	c cleaning 38999 clauses out of 78006 with flag 1845304/9805270
738.04/739.73	c cleaning 39999 clauses out of 80008 with flag 1938132/9846271
740.19/742.28	c cleaning 41002 clauses out of 82009 with flag 2032582/9888271
742.60/744.60	c cleaning 42001 clauses out of 84007 with flag 2129409/9931271
744.70/746.77	c cleaning 43002 clauses out of 86005 with flag 2228535/9975270
747.21/749.28	c cleaning 43995 clauses out of 88003 with flag 2330248/10020270
749.52/751.54	c cleaning 45004 clauses out of 90009 with flag 2434496/10066271
752.14/754.19	c cleaning 45999 clauses out of 92006 with flag 2545146/10113272
754.85/756.85	c cleaning 47003 clauses out of 94005 with flag 2655499/10161270
757.57/759.52	c cleaning 47996 clauses out of 96002 with flag 2767612/10210270
760.59/762.55	c cleaning 49001 clauses out of 98007 with flag 2881208/10260271
763.60/765.50	c cleaning 50001 clauses out of 100008 with flag 2999185/10311273
766.32/768.22	c cleaning 50998 clauses out of 102005 with flag 3116099/10363271
769.14/771.08	c cleaning 52000 clauses out of 104006 with flag 3234899/10416270
771.86/774.22	c cleaning 53001 clauses out of 106006 with flag 3356253/10470270
774.68/777.00	c cleaning 54002 clauses out of 108005 with flag 3479193/10525270
777.89/780.23	c cleaning 55000 clauses out of 110004 with flag 3604723/10581271
781.40/783.70	c cleaning 55997 clauses out of 112003 with flag 3731546/10638270
784.41/786.80	c cleaning 56998 clauses out of 114007 with flag 3860760/10696271
788.31/790.65	c cleaning 58002 clauses out of 116008 with flag 3992819/10755270
791.92/794.29	c cleaning 58997 clauses out of 118006 with flag 4127485/10815270
795.57/797.85	c cleaning 59996 clauses out of 120012 with flag 4264524/10876273
799.07/801.39	c cleaning 61004 clauses out of 122013 with flag 4402616/10938270
803.29/805.84	c cleaning 61999 clauses out of 124009 with flag 4544351/11001270
806.71/809.29	c cleaning 62999 clauses out of 126010 with flag 4687536/11065270
810.94/813.42	c cleaning 64005 clauses out of 128011 with flag 4832375/11130270
814.85/817.31	c cleaning 65003 clauses out of 130007 with flag 4979862/11196271
819.16/821.61	c cleaning 65997 clauses out of 132003 with flag 5130145/11263270
823.59/826.04	c cleaning 66999 clauses out of 134006 with flag 5281058/11331270
828.10/830.52	c cleaning 68000 clauses out of 136008 with flag 5435474/11400271
832.93/835.66	c cleaning 69004 clauses out of 138008 with flag 5592359/11470271
838.13/840.80	c cleaning 70001 clauses out of 140003 with flag 5752041/11541270
842.84/845.51	c cleaning 70998 clauses out of 142004 with flag 5912471/11613272
848.06/850.70	c cleaning 72001 clauses out of 144005 with flag 6076177/11686271
853.37/856.03	c cleaning 72996 clauses out of 146003 with flag 6242626/11760270
858.22/860.85	c cleaning 73999 clauses out of 148007 with flag 6411289/11835270
862.98/865.81	c cleaning 74999 clauses out of 150008 with flag 6582847/11911270
868.43/871.18	c cleaning 76000 clauses out of 152011 with flag 6756077/11988272
874.03/876.75	c cleaning 76999 clauses out of 154009 with flag 6931957/12066270
879.03/881.72	c cleaning 78003 clauses out of 156011 with flag 7109394/12145271
883.86/886.52	c cleaning 78998 clauses out of 158007 with flag 7289549/12225270
889.28/891.90	c cleaning 80003 clauses out of 160011 with flag 7471969/12306272
894.40/897.31	c cleaning 80998 clauses out of 162006 with flag 7656526/12388270
899.82/902.73	c cleaning 81998 clauses out of 164009 with flag 7843267/12471271
904.64/907.57	c cleaning 82996 clauses out of 166011 with flag 8031987/12555271
910.74/913.66	c cleaning 84003 clauses out of 168015 with flag 8224776/12640271
916.57/919.41	c cleaning 85003 clauses out of 170011 with flag 8420839/12726270
921.97/924.89	c cleaning 86002 clauses out of 172008 with flag 8616155/12813270
928.03/931.11	c cleaning 87002 clauses out of 174006 with flag 8814835/12901270
933.71/936.81	c cleaning 88002 clauses out of 176006 with flag 9016247/12990272
939.85/942.95	c cleaning 88997 clauses out of 178002 with flag 9218518/13080270
946.12/949.28	c cleaning 90003 clauses out of 180005 with flag 9423090/13171270
953.03/956.11	c cleaning 90996 clauses out of 182003 with flag 9629050/13263271
959.71/963.06	c cleaning 92000 clauses out of 184006 with flag 9837658/13356270
966.15/969.40	c cleaning 93000 clauses out of 186006 with flag 10049036/13450270
972.37/975.64	c cleaning 94000 clauses out of 188006 with flag 10261801/13545270
978.88/982.17	c cleaning 95002 clauses out of 190008 with flag 10477371/13641272
986.26/990.00	c cleaning 95998 clauses out of 192004 with flag 10694340/13738270
993.49/997.14	c cleaning 96998 clauses out of 194007 with flag 10915678/13836271
1003.00/1006.65	c cleaning 98001 clauses out of 196008 with flag 11144482/13935270
1010.12/1013.76	c cleaning 99004 clauses out of 198007 with flag 11370619/14035270
1017.94/1021.92	c cleaning 100001 clauses out of 200005 with flag 11596966/14136272
1026.16/1030.14	c cleaning 100997 clauses out of 202003 with flag 11827736/14238271
1034.96/1038.94	c cleaning 101998 clauses out of 204005 with flag 12069839/14341270
1042.90/1046.87	c cleaning 102996 clauses out of 206007 with flag 12312403/14445270
1050.84/1054.91	c cleaning 103999 clauses out of 208011 with flag 12548714/14550270
1059.12/1063.14	c cleaning 104999 clauses out of 210013 with flag 12792149/14656271
1067.43/1071.48	c cleaning 105999 clauses out of 212013 with flag 13033060/14763270
1074.54/1078.59	c cleaning 107002 clauses out of 214015 with flag 13277445/14871271
1083.12/1087.34	c cleaning 108003 clauses out of 216013 with flag 13524875/14980271
1091.36/1095.56	c cleaning 109003 clauses out of 218010 with flag 13773285/15090271
1100.49/1104.64	c cleaning 109997 clauses out of 220006 with flag 14021619/15201270
1108.32/1113.05	c cleaning 110995 clauses out of 222009 with flag 14273561/15313270
1117.52/1122.20	c cleaning 112006 clauses out of 224014 with flag 14527865/15426270
1126.15/1130.81	c cleaning 112999 clauses out of 226010 with flag 14785283/15540272
1135.37/1140.03	c cleaning 114001 clauses out of 228009 with flag 15050084/15655270
1144.77/1149.69	c cleaning 115002 clauses out of 230010 with flag 15312509/15771272
1154.69/1159.58	c cleaning 115996 clauses out of 232006 with flag 15578355/15888270
1163.74/1168.52	c cleaning 117000 clauses out of 234010 with flag 15843341/16006270
1172.96/1177.96	c cleaning 117999 clauses out of 236010 with flag 16112869/16125270
1183.27/1188.26	c cleaning 118997 clauses out of 238011 with flag 16384849/16245270
1194.01/1198.91	c cleaning 120000 clauses out of 240014 with flag 16660162/16366270
1204.85/1209.92	c cleaning 121001 clauses out of 242015 with flag 16936530/16488271
1215.29/1220.38	c cleaning 121998 clauses out of 244014 with flag 17213641/16611271
1226.54/1231.52	c cleaning 123003 clauses out of 246017 with flag 17495147/16735272
1238.84/1244.06	c cleaning 124001 clauses out of 248013 with flag 17783826/16860271
1249.77/1254.93	c cleaning 125003 clauses out of 250011 with flag 18070028/16986270
1260.33/1265.67	c cleaning 126004 clauses out of 252009 with flag 18356863/17113271
1271.15/1276.47	c cleaning 127000 clauses out of 254006 with flag 18645430/17241272
1284.17/1289.43	c cleaning 127995 clauses out of 256004 with flag 18941909/17370270
1295.50/1301.15	c cleaning 129002 clauses out of 258012 with flag 19240500/17500273
1307.01/1312.66	c cleaning 130000 clauses out of 260009 with flag 19537141/17631272
1318.42/1323.92	c cleaning 131002 clauses out of 262008 with flag 19835220/17763271
1329.20/1335.01	c cleaning 132000 clauses out of 264008 with flag 20133380/17896273
1339.33/1345.13	c cleaning 132995 clauses out of 266006 with flag 20432686/18030271
1349.34/1355.13	c cleaning 133996 clauses out of 268010 with flag 20734831/18165270
1360.09/1366.14	c cleaning 135005 clauses out of 270014 with flag 21038571/18301270
1370.82/1376.89	c cleaning 136000 clauses out of 272009 with flag 21346447/18438270
1381.84/1388.34	c cleaning 137002 clauses out of 274010 with flag 21656942/18576271
1395.65/1402.15	c cleaning 137998 clauses out of 276007 with flag 21971524/18715270
1408.55/1414.95	c cleaning 139005 clauses out of 278010 with flag 22285284/18855271
1420.90/1427.84	c cleaning 139995 clauses out of 280004 with flag 22602963/18996270
1432.86/1439.76	c cleaning 141002 clauses out of 282009 with flag 22923405/19138270
1444.89/1452.07	c cleaning 142004 clauses out of 284007 with flag 23245268/19281270
1455.77/1462.87	c cleaning 142999 clauses out of 286003 with flag 23567629/19425270
1467.39/1474.44	c cleaning 143995 clauses out of 288004 with flag 23892724/19570270
1478.98/1486.18	c cleaning 144999 clauses out of 290009 with flag 24219412/19716270
1491.45/1498.58	c cleaning 146001 clauses out of 292011 with flag 24548961/19863271
1504.66/1512.07	c cleaning 146997 clauses out of 294010 with flag 24880702/20011271
1517.23/1524.56	c cleaning 148000 clauses out of 296013 with flag 25214688/20160271
1530.29/1537.53	c cleaning 149002 clauses out of 298014 with flag 25550097/20310272
1542.61/1551.12	c cleaning 149999 clauses out of 300011 with flag 25887892/20461271
1556.48/1564.90	c cleaning 150995 clauses out of 302012 with flag 26229570/20613271
1571.80/1580.16	c cleaning 152005 clauses out of 304016 with flag 26572524/20766270
1586.49/1594.79	c cleaning 153003 clauses out of 306011 with flag 26915390/20920270
1601.31/1609.88	c cleaning 154004 clauses out of 308009 with flag 27262798/21075271
1615.68/1624.10	c cleaning 155000 clauses out of 310004 with flag 27612332/21231270
1629.55/1639.08	c cleaning 155990 clauses out of 312004 with flag 27964135/21388270
1645.38/1654.84	c cleaning 157002 clauses out of 314014 with flag 28318655/21546270
1660.27/1669.82	c cleaning 157999 clauses out of 316012 with flag 28676053/21705270
1675.00/1684.53	c cleaning 159002 clauses out of 318013 with flag 29036482/21865270
1688.84/1698.79	c cleaning 160000 clauses out of 320011 with flag 29398312/22026270
1704.22/1714.02	c cleaning 160998 clauses out of 322011 with flag 29761037/22188270
1718.67/1729.11	c cleaning 162003 clauses out of 324014 with flag 30128280/22351271
1732.55/1742.99	c cleaning 163005 clauses out of 326011 with flag 30496384/22515271
1748.15/1758.50	c cleaning 163995 clauses out of 328005 with flag 30866472/22680270
1763.72/1774.04	c cleaning 165000 clauses out of 330010 with flag 31238394/22846270
1780.43/1791.04	c cleaning 166005 clauses out of 332012 with flag 31613039/23013272
1800.00/1810.51	c cleaning 166999 clauses out of 334005 with flag 31988472/23181270
1816.49/1827.12	c cleaning 168000 clauses out of 336007 with flag 32366468/23350271
1831.83/1842.45	c cleaning 168998 clauses out of 338007 with flag 32745326/23520271
1848.36/1859.08	c cleaning 169998 clauses out of 340008 with flag 33125843/23691270
1866.82/1877.07	c cleaning 171003 clauses out of 342010 with flag 33509966/23863270
1882.27/1892.56	c cleaning 171998 clauses out of 344007 with flag 33896429/24036270
1899.49/1909.85	c cleaning 173002 clauses out of 346010 with flag 34284971/24210271
1915.48/1925.79	c cleaning 174003 clauses out of 348009 with flag 34678858/24385272
1931.42/1941.79	c cleaning 175002 clauses out of 350004 with flag 35074394/24561270
1951.33/1961.61	c cleaning 175999 clauses out of 352002 with flag 35472778/24738270
1969.70/1980.06	c cleaning 176998 clauses out of 354004 with flag 35873489/24916271
1988.95/1999.22	c cleaning 177997 clauses out of 356006 with flag 36275239/25095271
2004.31/2014.65	c cleaning 178997 clauses out of 358008 with flag 36681029/25275270
2024.01/2034.46	c cleaning 180001 clauses out of 360012 with flag 37087957/25456271
2040.43/2050.78	c cleaning 181001 clauses out of 362011 with flag 37498338/25638271
2059.03/2069.55	c cleaning 181999 clauses out of 364010 with flag 37908901/25821271
2077.00/2087.40	c cleaning 183001 clauses out of 366010 with flag 38320683/26005270
2098.25/2108.84	c cleaning 183999 clauses out of 368009 with flag 38736555/26190270
2116.87/2127.52	c cleaning 184999 clauses out of 370010 with flag 39153316/26376270
2136.85/2147.42	c cleaning 185999 clauses out of 372012 with flag 39575817/26563271
2155.07/2165.75	c cleaning 187005 clauses out of 374013 with flag 39999109/26751271
2177.89/2188.58	c cleaning 188003 clauses out of 376007 with flag 40424945/26940270
2197.80/2208.36	c cleaning 188993 clauses out of 378005 with flag 40855866/27130271
2219.19/2229.52	c cleaning 190004 clauses out of 380011 with flag 41283738/27321270
2238.08/2248.44	c cleaning 190999 clauses out of 382008 with flag 41714704/27513271
2257.29/2267.67	c cleaning 192000 clauses out of 384008 with flag 42148789/27706270
2279.12/2289.59	c cleaning 192998 clauses out of 386008 with flag 42585615/27900270
2297.84/2308.21	c cleaning 194003 clauses out of 388013 with flag 43021721/28095273
2317.70/2328.02	c cleaning 195001 clauses out of 390008 with flag 43461098/28291271
2339.64/2350.26	c cleaning 196002 clauses out of 392007 with flag 43905246/28488271
2364.07/2374.76	c cleaning 196997 clauses out of 394004 with flag 44351492/28686270
2387.70/2397.83	c cleaning 197997 clauses out of 396007 with flag 44797761/28885270
2408.62/2419.14	c cleaning 199005 clauses out of 398010 with flag 45247124/29085270
2432.29/2443.33	c cleaning 200003 clauses out of 400005 with flag 45699106/29286270
2457.49/2468.41	c cleaning 201000 clauses out of 402004 with flag 46153945/29488272
2479.70/2490.72	c cleaning 201998 clauses out of 404004 with flag 46607889/29691272
2500.63/2511.39	c cleaning 202993 clauses out of 406004 with flag 47066939/29895270
2524.96/2535.59	c cleaning 204001 clauses out of 408012 with flag 47526283/30100271
2547.06/2557.55	c cleaning 204999 clauses out of 410010 with flag 47988521/30306270
2570.97/2581.83	c cleaning 206000 clauses out of 412013 with flag 48454697/30513272
2595.21/2606.23	c cleaning 207001 clauses out of 414012 with flag 48920701/30721271
2620.38/2630.92	c cleaning 208001 clauses out of 416011 with flag 49391320/30930271
2646.78/2657.21	c cleaning 209000 clauses out of 418009 with flag 49862435/31140270
2676.62/2687.07	c cleaning 209993 clauses out of 420011 with flag 50351040/31351272
2701.18/2711.54	c cleaning 210999 clauses out of 422016 with flag 50832402/31563270
2728.54/2738.83	c cleaning 212004 clauses out of 424017 with flag 51318579/31776270
2751.92/2762.16	c cleaning 212999 clauses out of 426013 with flag 51803701/31990270
2778.33/2788.18	c cleaning 214008 clauses out of 428015 with flag 52293635/32205271
2804.05/2813.72	c cleaning 214992 clauses out of 430006 with flag 52779666/32421270
2834.11/2843.75	c cleaning 216003 clauses out of 432014 with flag 53270245/32638270
2858.62/2868.56	c cleaning 216999 clauses out of 434012 with flag 53763793/32856271
2883.32/2893.12	c cleaning 218000 clauses out of 436012 with flag 54255428/33075270
2911.00/2920.77	c cleaning 218999 clauses out of 438012 with flag 54752966/33295270
2941.00/2950.36	c cleaning 220000 clauses out of 440013 with flag 55255135/33516270
2971.44/2980.65	c cleaning 220998 clauses out of 442013 with flag 55759000/33738270
3001.48/3010.52	c cleaning 222002 clauses out of 444016 with flag 56264309/33961271
3028.89/3038.19	c cleaning 223001 clauses out of 446013 with flag 56767939/34185270
3053.77/3062.90	c cleaning 223999 clauses out of 448013 with flag 57274081/34410271
3081.91/3090.62	c cleaning 224998 clauses out of 450013 with flag 57786423/34636270
3106.92/3115.62	c cleaning 226002 clauses out of 452016 with flag 58295719/34863271
3129.97/3139.15	c cleaning 226997 clauses out of 454015 with flag 58813357/35091272
3153.60/3162.62	c cleaning 227998 clauses out of 456016 with flag 59325322/35320270
3178.31/3187.23	c cleaning 229003 clauses out of 458019 with flag 59841109/35550271
3206.76/3215.27	c cleaning 230004 clauses out of 460015 with flag 60358369/35781270
3232.54/3241.27	c cleaning 231002 clauses out of 462012 with flag 60879831/36013271
3258.26/3266.82	c cleaning 231998 clauses out of 464010 with flag 61409295/36246271
3284.47/3292.98	c cleaning 232997 clauses out of 466012 with flag 61938684/36480271
3311.03/3318.98	c cleaning 234003 clauses out of 468015 with flag 62469333/36715271
3335.48/3343.22	c cleaning 235004 clauses out of 470012 with flag 62998267/36951271
3362.26/3369.96	c cleaning 236002 clauses out of 472008 with flag 63531953/37188271
3387.88/3395.43	c cleaning 236995 clauses out of 474005 with flag 64066973/37426270
3415.74/3422.70	c cleaning 237997 clauses out of 476010 with flag 64602030/37665270
3440.67/3447.58	c cleaning 238999 clauses out of 478013 with flag 65143548/37905270
3465.58/3472.33	c cleaning 240005 clauses out of 480015 with flag 65687256/38146271
3496.30/3502.98	c cleaning 240996 clauses out of 482009 with flag 66229785/38388270
3524.45/3530.59	c cleaning 241999 clauses out of 484013 with flag 66774749/38631270
3550.78/3556.76	c cleaning 243003 clauses out of 486014 with flag 67322835/38875270
3582.86/3588.73	c cleaning 244002 clauses out of 488012 with flag 67872395/39120271
3600.02/3605.45	c starts		: 6
3600.02/3605.46	c conflicts		: 39339708
3600.02/3605.46	c decisions		: 58231163
3600.02/3605.46	c propagations		: 328637832
3600.02/3605.46	c inspects		: 23195350257
3600.02/3605.46	c shortcuts		: 0
3600.02/3605.46	c learnt literals	: 0
3600.02/3605.46	c learnt binary clauses	: 0
3600.02/3605.46	c learnt ternary clauses	: 0
3600.02/3605.46	c learnt constraints	: 39339708
3600.02/3605.46	c ignored constraints	: 0
3600.02/3605.46	c root simplifications	: 0
3600.02/3605.46	c removed literals (reason simplification)	: 18444655
3600.02/3605.46	c reason swapping (by a shorter reason)	: 0
3600.02/3605.46	c Calls to reduceDB	: 371
3600.02/3605.46	c Number of update (reduction) of LBD	: 3559019
3600.02/3605.46	c Imported unit clauses	: 0
3600.02/3605.46	c No decision after first conflict	: false
3600.02/3605.46	c number of reductions to clauses (during analyze)	: 0
3600.02/3605.46	c number of learned constraints concerned by reduction	: 0
3600.02/3605.46	c number of learning phase by resolution	: 0
3600.02/3605.46	c number of learning phase by cutting planes	: 0
3600.02/3605.46	c number of rounding to 1 operations	: 0
3600.02/3605.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3605.46	c number of reductions of the coefficients by power 2 	: 0
3600.02/3605.46	c number of right shift for reduction by power 2 	: 0
3600.02/3605.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3605.46	c number of ending skipping 	: 0
3600.02/3605.46	c number of internal skipping 	: 0
3600.02/3605.46	c number of derivation steps 	: 0
3600.02/3605.46	c number of skipped derivation steps 	: 0
3600.02/3605.46	c number of remaining unassigned 	: 0
3600.02/3605.46	c number of remaining assigned 	: 0
3600.02/3605.46	c number of falsified literals weakened from reason	: 0
3600.02/3605.46	c number of falsified literals weakened from conflict	: 0
3600.02/3605.46	c time for arithmetic operations	: 0
3600.02/3605.46	c minimum degree of deleted constraints	: null
3600.02/3605.46	c maximum degree of deleted constraints	: null
3600.02/3605.46	c number of deleted constraints	: 0
3600.02/3605.46	c speed (assignments/second)	: 91154.9725193571
3600.02/3605.46	c non guided choices	: 0
3600.41/3605.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 463447
3600.41/3605.60	s SATISFIABLE
3600.41/3605.60	c Found 5 solution(s)
3600.41/3605.60	v -x1 -x2 x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 x16 -x17 -x18 -x19 x20 x21 -x22 -x23 -x24 x25 x26 -x27 -x28 -x29 x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 
3600.41/3605.60	c objective function=71
3600.41/3605.60	c Total wall clock time (in seconds): 3605.459

Verifier Data

OK	71

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.10 4.10 4.09 6/320 50749
/proc/meminfo: memFree=114141316/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=18930384 memory=51940 CPUtime=0.1 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 6155 0 0 0 8 2 0 0 20 0 18 0 49655471 19384713216 12985 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4732596 12985 5344 1 0 547256 0
[pid=50726/tid=50729] ppid=50721 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 4988 0 0 0 5 1 0 0 20 0 18 0 49655474 19384713216 12985 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49655476 19384713216 12985 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=18930384 memory=59585004336188 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49655476 19384713216 12985 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51940 KiB

[startup+0.205903 s]*
/proc/loadavg: 4.10 4.10 4.09 9/340 50772
/proc/meminfo: memFree=114089396/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=18996948 memory=62468 CPUtime=0.29 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 7132 0 0 0 27 2 0 0 20 0 19 0 49655471 19452874752 15617 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4749237 15617 5472 1 0 548278 0
[pid=50726/tid=50729] ppid=50721 vsize=18996948 memory=4026663196 CPUtime=0.15 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 5390 0 0 0 14 1 0 0 20 0 19 0 49655474 19452874752 15617 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=18996948 memory=16163 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49655476 19452874752 15617 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49655476 19452874752 15617 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49655491 19452874752 15617 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62468 KiB

[startup+0.305782 s]*
/proc/loadavg: 4.10 4.10 4.09 7/340 50772
/proc/meminfo: memFree=114033904/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=18996948 memory=82704 CPUtime=0.47 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 8894 0 0 0 45 2 0 0 20 0 19 0 49655471 19452874752 20676 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4749237 20676 5472 1 0 549195 0
[pid=50726/tid=50729] ppid=50721 vsize=18996948 memory=-6000919507066121322 CPUtime=0.23 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 5430 0 0 0 22 1 0 0 20 0 19 0 49655474 19452874752 20676 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49655476 19452874752 20676 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49655476 19452874752 20676 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49655491 19452874752 20676 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82704 KiB

[startup+0.700242 s]
/proc/loadavg: 4.10 4.10 4.09 6/321 50779
/proc/meminfo: memFree=113929392/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=167404 CPUtime=1.23 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 12139 0 0 0 117 6 0 0 20 0 20 0 49655471 19521036288 41851 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 41851 5504 1 0 551927 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=18304 CPUtime=0.6 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 5472 0 0 0 56 4 0 0 20 0 20 0 49655474 19521036288 41851 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 41851 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 41851 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 41851 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167404 KiB

[startup+1.5002 s]
/proc/loadavg: 4.10 4.10 4.09 5/319 50808
/proc/meminfo: memFree=113806392/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=201068 CPUtime=2.8 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 20609 0 0 0 270 10 0 0 20 0 20 0 49655471 19521036288 50267 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 50267 5504 1 0 553283 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=0 CPUtime=1.35 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 5917 0 0 0 129 6 0 0 20 0 20 0 49655474 19521036288 50267 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 50267 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 50267 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=4740 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 50267 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201068 KiB

[startup+3.10575 s]
/proc/loadavg: 4.10 4.10 4.09 5/322 50925
/proc/meminfo: memFree=113372388/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=590740 CPUtime=5.21 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 22911 0 0 0 498 23 0 0 20 0 20 0 49655471 19521036288 147685 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 147685 5504 1 0 553286 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=10496 CPUtime=2.91 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 6500 0 0 0 273 18 0 0 20 0 20 0 49655474 19521036288 147685 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=-6000919502821485674 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 147685 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 147685 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 147685 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 5.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 590740 KiB

[startup+6.3002 s]
/proc/loadavg: 4.17 4.12 4.10 4/319 51002
/proc/meminfo: memFree=114017800/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1066060 CPUtime=8.5 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 23443 0 0 0 812 38 0 0 20 0 20 0 49655471 19521036288 266515 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 266515 5504 1 0 553289 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 6908 0 0 0 573 32 0 0 20 0 20 0 49655474 19521036288 266515 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 266515 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 266515 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 266515 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1066060 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.13 4.10 7/322 51320
/proc/meminfo: memFree=125732500/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1328268 CPUtime=14.88 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 26588 0 0 0 1433 55 0 0 20 0 20 0 49655471 19521036288 332067 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 332067 5504 1 0 553289 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=0 CPUtime=12.37 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 7951 0 0 0 1188 49 0 0 20 0 20 0 49655474 19521036288 332067 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 332067 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 332067 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=3104 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 332067 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 14.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328268 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.14 4.10 5/342 51506
/proc/meminfo: memFree=120501176/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1334424 CPUtime=27.69 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 29467 0 0 0 2697 72 0 0 20 0 20 0 49655471 19521036288 333606 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 333606 5504 1 0 553289 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=0 CPUtime=25.03 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 9185 0 0 0 2438 65 0 0 20 0 20 0 49655474 19521036288 333606 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 333606 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=1330324 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 333606 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=1330324 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 333606 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 27.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1334424 KiB

[startup+51.1058 s]
/proc/loadavg: 4.29 4.16 4.11 6/343 51507
/proc/meminfo: memFree=114671152/131250000 swapFree=33010684/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1361216 CPUtime=53.37 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 32750 0 0 0 5238 99 0 0 20 0 20 0 49655471 19521036288 340304 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 340304 5536 1 0 553289 0

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

[pid=50726] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3334.58 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 111380 0 0 0 331127 2331 0 0 20 0 20 0 49655471 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 490104 5536 1 0 502810 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=16360 CPUtime=3276.52 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 43721 0 0 0 325429 2223 0 0 20 0 20 0 49655474 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1320 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3334.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1960416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.22 4.25 5/347 51783
/proc/meminfo: memFree=688260/131250000 swapFree=33010416/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3395.25 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 111652 0 0 0 337160 2365 0 0 20 0 20 0 49655471 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 490104 5536 1 0 502810 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3335.84 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 43948 0 0 0 331328 2256 0 0 20 0 20 0 49655474 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1320 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3395.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1960416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.24 4.26 5/346 51785
/proc/meminfo: memFree=641720/131250000 swapFree=33010416/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3455.54 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 113079 0 0 0 343156 2398 0 0 20 0 20 0 49655471 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 490104 5536 1 0 502810 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3395.18 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 44814 0 0 0 337231 2287 0 0 20 0 20 0 49655474 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1321 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3455.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1960416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.29 4.27 5/347 51855
/proc/meminfo: memFree=37878748/131250000 swapFree=33010416/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3516.26 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 115042 0 0 0 349191 2435 0 0 20 0 20 0 49655471 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 490104 5536 1 0 502810 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=18304 CPUtime=3454.39 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 46051 0 0 0 343116 2323 0 0 20 0 20 0 49655474 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1334 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3516.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1960416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.23 4.26 5/347 51923
/proc/meminfo: memFree=64901032/131250000 swapFree=33010416/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3576.48 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 115752 0 0 0 355180 2468 0 0 20 0 20 0 49655471 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 490104 5536 1 0 502810 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=18304 CPUtime=3513.8 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 46222 0 0 0 349027 2353 0 0 20 0 20 0 49655474 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=16360 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1346 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=1960416 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3576.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1960416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.4 s]
/proc/loadavg: 4.12 4.22 4.25 5/347 51924
/proc/meminfo: memFree=63045880/131250000 swapFree=33010416/33010684
[pid=50726] ppid=50721 vsize=19063512 memory=1960416 CPUtime=3600.02 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 116575 0 0 0 357521 2481 0 0 20 0 20 0 49655471 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4765878 490104 5536 1 0 502810 0
[pid=50726/tid=50729] ppid=50721 vsize=19063512 memory=6644 CPUtime=3536.55 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 46851 0 0 0 351289 2366 0 0 20 0 20 0 49655474 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19063512 memory=5161904 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19063512 memory=6644 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1346 0 0 0 0 0 0 0 20 0 20 0 49655476 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50772] ppid=50721 vsize=19063512 memory=4748408 CPUtime=0 cores=0,2
/proc/50726/task/50772/stat : 50772 (Timer-0) S 50721 50726 49831 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49655491 19521036288 490104 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1960416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3575.61 s, system=24.9291 s

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

[startup+3605.6 s]
/proc/loadavg: 4.12 4.22 4.25 5/347 51924
/proc/meminfo: memFree=63045880/131250000 swapFree=33010416/33010684
[pid=50726] ppid=50721 vsize=19263204 memory=1961312 CPUtime=3600.41 cores=0,2
/proc/50726/stat : 50726 (java) S 50721 50726 49831 0 -1 4194304 118187 0 0 0 357559 2482 0 0 20 0 21 0 49655471 19725520896 490328 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
/proc/50726/statm: 4815801 490328 5568 1 0 503733 0
[pid=50726/tid=50729] ppid=50721 vsize=19263204 memory=1792 CPUtime=3536.66 cores=0,2
/proc/50726/task/50729/stat : 50729 (java) R 50721 50726 49831 0 -1 4194368 46963 0 0 0 351300 2366 0 0 20 0 21 0 49655474 19725520896 490328 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50738] ppid=50721 vsize=19263204 memory=16360 CPUtime=0 cores=0,2
/proc/50726/task/50738/stat : 50738 (Finalizer) S 50721 50726 49831 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49655476 19725520896 490328 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
[pid=50726/tid=50745] ppid=50721 vsize=19263204 memory=18304 CPUtime=0 cores=0,2
/proc/50726/task/50745/stat : 50745 (Common-Cleaner) S 50721 50726 49831 0 -1 4194368 1346 0 0 0 0 0 0 0 20 0 21 0 49655476 19725520896 490328 18446744073709551615 94325858918400 94325858922096 140725955298016 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94325858929912 94325858930704 94325872504832 140725955303728 140725955303910 140725955303910 140725955309512 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1961312 KiB

[startup+3606.4 s]
/proc/loadavg: 4.27 4.25 4.26 4/329 51927
/proc/meminfo: memFree=64968612/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3606.8 s]
/proc/loadavg: 4.27 4.25 4.26 4/329 51927
/proc/meminfo: memFree=64968612/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3606.9 s]
/proc/loadavg: 4.27 4.25 4.26 4/329 51927
/proc/meminfo: memFree=64968612/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3606.96
CPU time (s): 3600.54
CPU user time (s): 3575.61
CPU system time (s): 24.9291
CPU usage (%): 99.8221
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2165504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.61
system time used= 24.9291
maximum resident set size= 2165504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118355
page faults= 0
swaps= 0
block input operations= 40
block output operations= 44135024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163616
involuntary context switches= 30818


# summary of solver processes directly reported to runsolver:
#   pid: 50726
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3575.61
#   total CPU system time (s): 24.9291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6346 second user time and 17.8964 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-01 05:16:16
IDJOB=4488043
IDBENCH=147228
IDSOLVER=3364
FILE ID=nodeC018/4488043-1751339776
RUNJOBID= nodeC018-1751336155-49841
SLURM_JOB_ID= 9594383
Free space on /tmp= 432932 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4488043-1751339776/watcher-4488043-1751339776 -o /tmp/evaluation-result-4488043-1751339776/solver-4488043-1751339776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751336155-49841 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4488043-1751339776 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4488043-1751339776.opb

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

MD5SUM BENCH= 83e8c133f6310d52aedf789f310352e0
RANDOM SEED=1959267890

nodeC018 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.963
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.66
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.823
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.66
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		: 3599.835
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.66
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		: 3599.821
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.66
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		: 3600.898
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.66
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.767
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        114191424 kB
MemAvailable:   127415400 kB
Buffers:            3280 kB
Cached:         14012588 kB
SwapCached:            0 kB
Active:          2702448 kB
Inactive:       13754552 kB
Active(anon):    2459292 kB
Inactive(anon):        0 kB
Active(file):     243156 kB
Inactive(file): 13754552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14676 kB
Writeback:             0 kB
AnonPages:       2442204 kB
Mapped:           123608 kB
Shmem:             18076 kB
KReclaimable:     130612 kB
Slab:             220408 kB
SReclaimable:     130612 kB
SUnreclaim:        89796 kB
KernelStack:        4912 kB
PageTables:         8248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4833508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2269184 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC018 at 2025-07-01 06:16:23