Trace number 4489192

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)220 3601.52 3538.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM8940813d27fb075f4739eb458e093f9a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark3585.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables467
Total number of constraints466
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 467
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.12/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.19	c See www.sat4j.org for details.
0.12/0.21	c version PB25.v20250606
0.29/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.29/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.29/0.24	c java.vm.version	22.0.1+8-16
0.29/0.24	c java.vm.vendor	Oracle Corporation
0.29/0.24	c sun.arch.data.model	64
0.29/0.24	c java.version		22.0.1
0.29/0.24	c os.name		Linux
0.29/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.29/0.24	c os.arch		amd64
0.29/0.25	c Free memory 		2104792832
0.29/0.25	c Max memory 		16282288128
0.29/0.25	c Total memory 		2113929216
0.29/0.26	c Number of processors 	2
0.42/0.38	c Pseudo Boolean Optimization by upper bound
0.42/0.38	c --- Begin Solver configuration ---
0.42/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.38	c Learn all clauses as in MiniSAT
0.42/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.38	c Expensive reason simplification
0.42/0.38	c Glucose 2.1 dynamic restart strategy
0.42/0.38	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.38	c timeout=2147483s
0.42/0.38	c DB Simplification allowed=false
0.42/0.38	c Listener: none
0.42/0.38	c --- End Solver configuration ---
0.42/0.38	c solving HOME/instance-4489192-1751340116.opb
0.42/0.38	c reading problem ... 
0.42/0.38	c  objective function found
0.60/0.51	c ... done. Wall clock time 0.116s.
0.60/0.51	c declared #vars     467
0.60/0.51	c #constraints  466
0.60/0.51	c constraints type 
0.60/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 466
0.60/0.51	c 466 constraints processed.
0.79/0.55	c objective function length is 467 literals
0.79/0.57	c SATISFIABLE
0.79/0.57	c OPTIMIZING...
0.79/0.57	c Got one! Elapsed wall clock time (in seconds):0.195
0.79/0.57	o 223
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.307
0.94/0.69	o 222
2.09/1.28	c Got one! Elapsed wall clock time (in seconds):0.905
2.09/1.28	o 221
2.68/1.58	c cleaning 2606 clauses out of 5222 with flag 4296/5222
3.48/1.95	c cleaning 4303 clauses out of 8616 with flag 16807/11222
3.93/2.25	c cleaning 5650 clauses out of 11314 with flag 31360/18223
4.38/2.66	c cleaning 6823 clauses out of 13664 with flag 47877/26223
4.79/3.08	c cleaning 7916 clauses out of 15842 with flag 66566/35224
5.28/3.54	c cleaning 8958 clauses out of 17925 with flag 87241/45223
6.15/4.22	c cleaning 9976 clauses out of 19968 with flag 110080/56224
7.15/5.29	c cleaning 10988 clauses out of 21990 with flag 135020/68222
8.25/6.35	c cleaning 11996 clauses out of 24002 with flag 162032/81222
8.97/7.04	c cleaning 12993 clauses out of 26006 with flag 191013/95222
10.47/8.58	c cleaning 14000 clauses out of 28014 with flag 222217/110223
12.12/10.07	c cleaning 14997 clauses out of 30013 with flag 255456/126222
13.40/11.25	c cleaning 15999 clauses out of 32017 with flag 290654/143223
14.37/12.17	c cleaning 17001 clauses out of 34017 with flag 327966/161222
15.37/13.19	c cleaning 17998 clauses out of 36017 with flag 367420/180223
16.66/14.37	c cleaning 19001 clauses out of 38018 with flag 408880/200222
17.86/15.57	c cleaning 20004 clauses out of 40018 with flag 452231/221223
19.27/16.84	c cleaning 20996 clauses out of 42014 with flag 497865/243223
20.48/18.04	c cleaning 21999 clauses out of 44017 with flag 545630/266222
22.01/19.45	c cleaning 22999 clauses out of 46018 with flag 595557/290222
23.51/20.90	c cleaning 23999 clauses out of 48019 with flag 647335/315222
25.30/22.68	c cleaning 25005 clauses out of 50022 with flag 702934/341224
27.10/24.43	c cleaning 26003 clauses out of 52016 with flag 759122/368223
29.37/26.58	c cleaning 26997 clauses out of 54012 with flag 817328/396222
31.49/28.63	c cleaning 28001 clauses out of 56015 with flag 877497/425222
33.88/30.96	c cleaning 28999 clauses out of 58015 with flag 939872/455223
36.37/33.43	c cleaning 29999 clauses out of 60016 with flag 1004102/486223
40.13/37.17	c cleaning 31000 clauses out of 62017 with flag 1072150/518223
43.97/40.83	c cleaning 31999 clauses out of 64016 with flag 1140554/551222
46.28/43.19	c cleaning 33001 clauses out of 66018 with flag 1210884/585223
50.47/47.24	c cleaning 33998 clauses out of 68016 with flag 1283646/620222
53.71/50.40	c cleaning 35000 clauses out of 70018 with flag 1358676/656222
56.98/53.69	c cleaning 36000 clauses out of 72019 with flag 1435919/693223
60.49/57.02	c cleaning 37002 clauses out of 74019 with flag 1514420/731223
63.95/60.45	c cleaning 37999 clauses out of 76017 with flag 1595277/770223
67.08/63.49	c cleaning 38999 clauses out of 78017 with flag 1677872/810222
69.88/66.26	c cleaning 40001 clauses out of 80018 with flag 1762417/851222
73.13/69.40	c cleaning 40998 clauses out of 82018 with flag 1849272/893223
76.37/72.53	c cleaning 41997 clauses out of 84020 with flag 1938314/936223
79.28/75.38	c cleaning 43000 clauses out of 86022 with flag 2029721/980222
82.64/78.53	c cleaning 43999 clauses out of 88023 with flag 2123234/1025223
85.64/81.58	c cleaning 45002 clauses out of 90023 with flag 2218977/1071222
90.11/85.09	c cleaning 46002 clauses out of 92021 with flag 2317155/1118222
93.79/88.65	c cleaning 46999 clauses out of 94019 with flag 2416785/1166222
97.81/92.55	c cleaning 47999 clauses out of 96020 with flag 2518362/1215222
103.06/97.77	c cleaning 49001 clauses out of 98021 with flag 2621741/1265222
107.46/102.13	c cleaning 50000 clauses out of 100020 with flag 2727025/1316222
112.22/106.76	c cleaning 50999 clauses out of 102020 with flag 2835039/1368222
116.49/111.00	c cleaning 51998 clauses out of 104022 with flag 2944389/1421223
122.99/117.38	c cleaning 53003 clauses out of 106024 with flag 3061672/1475223
128.26/122.46	c cleaning 54003 clauses out of 108021 with flag 3176112/1530223
133.10/127.13	c cleaning 55002 clauses out of 110017 with flag 3292050/1586222
138.39/132.38	c cleaning 56001 clauses out of 112015 with flag 3410578/1643222
143.50/137.37	c cleaning 56998 clauses out of 114014 with flag 3530882/1701222
149.56/143.23	c cleaning 58001 clauses out of 116016 with flag 3653517/1760222
154.99/148.59	c cleaning 58999 clauses out of 118016 with flag 3777673/1820223
161.62/155.03	c cleaning 59998 clauses out of 120016 with flag 3904586/1881222
168.58/161.02	c cleaning 60999 clauses out of 122018 with flag 4033557/1943222
175.00/167.39	c cleaning 62000 clauses out of 124020 with flag 4165222/2006223
180.31/172.44	c cleaning 63001 clauses out of 126020 with flag 4300433/2070223
185.73/177.70	c cleaning 63997 clauses out of 128018 with flag 4436110/2135222
191.48/183.32	c cleaning 64999 clauses out of 130021 with flag 4572723/2201222
197.20/188.95	c cleaning 66003 clauses out of 132023 with flag 4711048/2268223
203.64/195.19	c cleaning 66999 clauses out of 134020 with flag 4851470/2336223
211.18/202.53	c cleaning 68002 clauses out of 136021 with flag 4993962/2405223
218.02/209.38	c cleaning 68995 clauses out of 138018 with flag 5138977/2475222
224.39/215.69	c cleaning 69997 clauses out of 140024 with flag 5286244/2546223
231.30/222.45	c cleaning 71005 clauses out of 142027 with flag 5435527/2618223
240.41/230.01	c cleaning 71996 clauses out of 144022 with flag 5586829/2691223
248.83/238.33	c cleaning 73001 clauses out of 146025 with flag 5740372/2765222
256.70/245.91	c cleaning 74001 clauses out of 148025 with flag 5895169/2840223
265.14/254.23	c cleaning 75002 clauses out of 150024 with flag 6053524/2916223
273.83/262.87	c cleaning 75997 clauses out of 152021 with flag 6213807/2993222
283.07/271.89	c cleaning 77002 clauses out of 154025 with flag 6376109/3071223
290.89/279.51	c cleaning 78000 clauses out of 156022 with flag 6540260/3150222
299.14/287.64	c cleaning 79000 clauses out of 158022 with flag 6706714/3230222
306.37/294.90	c cleaning 80003 clauses out of 160023 with flag 6876551/3311223
314.71/302.97	c cleaning 80997 clauses out of 162020 with flag 7047499/3393223
321.77/309.90	c cleaning 81999 clauses out of 164023 with flag 7220631/3476223
330.41/318.49	c cleaning 82997 clauses out of 166023 with flag 7396267/3560222
340.11/327.88	c cleaning 84002 clauses out of 168026 with flag 7573216/3645222
349.00/336.60	c cleaning 84999 clauses out of 170026 with flag 7752230/3731224
358.54/345.95	c cleaning 86002 clauses out of 172026 with flag 7933543/3818223
367.65/354.96	c cleaning 87003 clauses out of 174026 with flag 8116743/3906225
378.91/365.93	c cleaning 88000 clauses out of 176021 with flag 8302361/3995223
389.35/376.22	c cleaning 89002 clauses out of 178021 with flag 8489945/4085223
399.70/386.55	c cleaning 89998 clauses out of 180019 with flag 8678907/4176223
408.90/395.73	c cleaning 91003 clauses out of 182021 with flag 8870037/4268223
418.31/404.73	c cleaning 91996 clauses out of 184018 with flag 9063446/4361223
428.95/413.78	c cleaning 93001 clauses out of 186021 with flag 9258305/4455222
438.02/422.78	c cleaning 93997 clauses out of 188021 with flag 9455826/4550223
447.90/432.69	c cleaning 94998 clauses out of 190023 with flag 9655500/4646222
458.61/443.13	c cleaning 95998 clauses out of 192026 with flag 9857070/4743223
469.25/453.63	c cleaning 96998 clauses out of 194028 with flag 10060354/4841223
480.33/464.61	c cleaning 98003 clauses out of 196029 with flag 10266521/4940222
491.93/475.94	c cleaning 98999 clauses out of 198026 with flag 10475321/5040222
503.56/487.32	c cleaning 100006 clauses out of 200028 with flag 10685943/5141223
514.93/498.56	c cleaning 100996 clauses out of 202021 with flag 10899375/5243222
526.42/509.80	c cleaning 102003 clauses out of 204025 with flag 11114562/5346222
537.77/520.96	c cleaning 103002 clauses out of 206023 with flag 11331765/5450223
549.71/532.59	c cleaning 104001 clauses out of 208020 with flag 11550273/5555222
551.51/534.33	c Got one! Elapsed wall clock time (in seconds):533.947
551.51/534.33	o 220
553.25/536.10	c cleaning 72075 clauses out of 144168 with flag 10826/5595371
554.03/536.88	c cleaning 39037 clauses out of 78093 with flag 23463/5601371
554.54/537.30	c cleaning 23016 clauses out of 46055 with flag 38091/5608370
554.99/537.64	c cleaning 15509 clauses out of 31040 with flag 54786/5616371
555.57/538.01	c cleaning 12255 clauses out of 24530 with flag 73570/5625370
555.95/538.40	c cleaning 11126 clauses out of 22275 with flag 94270/5635370
556.35/538.82	c cleaning 11065 clauses out of 22150 with flag 117030/5646371
556.75/539.27	c cleaning 11536 clauses out of 23086 with flag 142036/5658372
557.25/539.79	c cleaning 12268 clauses out of 24548 with flag 168990/5671370
557.85/540.37	c cleaning 13130 clauses out of 26281 with flag 198076/5685371
558.56/541.03	c cleaning 14062 clauses out of 28151 with flag 229143/5700371
559.27/541.76	c cleaning 15035 clauses out of 30088 with flag 262397/5716370
560.06/542.52	c cleaning 16015 clauses out of 32053 with flag 297773/5733370
560.87/543.35	c cleaning 17011 clauses out of 34038 with flag 335262/5751370
561.77/544.21	c cleaning 18004 clauses out of 36027 with flag 374719/5770370
562.77/545.20	c cleaning 19002 clauses out of 38023 with flag 416384/5790370
563.79/546.23	c cleaning 20002 clauses out of 40023 with flag 460127/5811372
564.90/547.35	c cleaning 21001 clauses out of 42019 with flag 505719/5833370
566.10/548.59	c cleaning 21999 clauses out of 44019 with flag 553423/5856371
567.39/549.84	c cleaning 23001 clauses out of 46019 with flag 603163/5880370
569.53/551.93	c cleaning 23998 clauses out of 48019 with flag 654841/5905371
571.73/554.13	c cleaning 25000 clauses out of 50022 with flag 708692/5931372
573.21/555.68	c cleaning 25999 clauses out of 52020 with flag 764628/5958370
576.25/558.67	c cleaning 26998 clauses out of 54022 with flag 822605/5986371
578.24/560.70	c cleaning 28003 clauses out of 56023 with flag 882757/6015370
580.39/562.73	c cleaning 29002 clauses out of 58021 with flag 944794/6045371
581.98/564.40	c cleaning 29998 clauses out of 60019 with flag 1008976/6076371
583.98/566.37	c cleaning 30997 clauses out of 62021 with flag 1075256/6108371
587.59/569.96	c cleaning 32002 clauses out of 64023 with flag 1143841/6141370
589.80/572.19	c cleaning 32996 clauses out of 66021 with flag 1214273/6175370
592.36/574.69	c cleaning 34006 clauses out of 68025 with flag 1287588/6210370
595.05/577.33	c cleaning 34999 clauses out of 70019 with flag 1362263/6246370
597.98/580.14	c cleaning 35998 clauses out of 72021 with flag 1439064/6283371
600.77/583.00	c cleaning 36997 clauses out of 74022 with flag 1517863/6321370
604.23/586.26	c cleaning 38003 clauses out of 76025 with flag 1598612/6360370
607.43/589.50	c cleaning 38999 clauses out of 78022 with flag 1681590/6400370
611.69/593.61	c cleaning 40004 clauses out of 80023 with flag 1766464/6441370
615.98/597.91	c cleaning 40999 clauses out of 82019 with flag 1853467/6483370
619.66/601.56	c cleaning 41996 clauses out of 84020 with flag 1942464/6526370
623.66/605.51	c cleaning 43000 clauses out of 86025 with flag 2034261/6570371
628.67/610.59	c cleaning 43996 clauses out of 88024 with flag 2127384/6615370
632.96/614.89	c cleaning 44998 clauses out of 90028 with flag 2222458/6661370
637.44/619.15	c cleaning 46007 clauses out of 92030 with flag 2320253/6708370
641.22/622.97	c cleaning 47001 clauses out of 94025 with flag 2419959/6756372
645.25/626.88	c cleaning 48002 clauses out of 96022 with flag 2521886/6805370
649.56/631.14	c cleaning 49000 clauses out of 98020 with flag 2625779/6855370
655.20/636.72	c cleaning 49997 clauses out of 100021 with flag 2732008/6906371
659.79/641.33	c cleaning 50998 clauses out of 102023 with flag 2839598/6958370
664.68/646.11	c cleaning 51997 clauses out of 104026 with flag 2948449/7011371
668.97/650.48	c cleaning 53003 clauses out of 106028 with flag 3060341/7065370
674.78/656.11	c cleaning 53998 clauses out of 108025 with flag 3174124/7120370
679.96/661.30	c cleaning 55005 clauses out of 110027 with flag 3289753/7176370
684.95/666.17	c cleaning 56004 clauses out of 112025 with flag 3407887/7233373
689.33/670.51	c cleaning 56999 clauses out of 114018 with flag 3528461/7291370
695.27/676.39	c cleaning 58003 clauses out of 116020 with flag 3651428/7350371
700.66/681.77	c cleaning 58998 clauses out of 118016 with flag 3775891/7410370
705.95/686.93	c cleaning 60000 clauses out of 120020 with flag 3902274/7471372
711.64/692.60	c cleaning 61001 clauses out of 122019 with flag 4030819/7533371
717.55/698.42	c cleaning 61997 clauses out of 124017 with flag 4161460/7596370
723.04/703.98	c cleaning 63001 clauses out of 126020 with flag 4300573/7660370
728.03/708.95	c cleaning 64000 clauses out of 128020 with flag 4435709/7725371
734.40/715.17	c cleaning 65000 clauses out of 130019 with flag 4572977/7791370
739.85/720.65	c cleaning 65994 clauses out of 132019 with flag 4712408/7858370
746.69/727.38	c cleaning 67002 clauses out of 134026 with flag 4854038/7926371
752.38/733.11	c cleaning 68005 clauses out of 136025 with flag 4997986/7995372
760.91/741.43	c cleaning 68997 clauses out of 138018 with flag 5143769/8065370
767.30/747.89	c cleaning 69998 clauses out of 140021 with flag 5291813/8136370
774.34/754.79	c cleaning 71001 clauses out of 142023 with flag 5442229/8208370
781.03/761.45	c cleaning 71999 clauses out of 144023 with flag 5594290/8281371
788.71/768.21	c cleaning 72997 clauses out of 146023 with flag 5748346/8355370
795.29/774.89	c cleaning 73998 clauses out of 148026 with flag 5904518/8430370
803.23/782.70	c cleaning 75000 clauses out of 150028 with flag 6062879/8506370
810.42/789.96	c cleaning 76003 clauses out of 152029 with flag 6223546/8583371
817.81/797.38	c cleaning 77005 clauses out of 154026 with flag 6386899/8661371
827.14/806.59	c cleaning 78002 clauses out of 156020 with flag 6552267/8740370
835.03/814.45	c cleaning 78998 clauses out of 158018 with flag 6719594/8820370
843.78/822.81	c cleaning 79999 clauses out of 160020 with flag 6888692/8901370
851.72/830.63	c cleaning 80999 clauses out of 162021 with flag 7060064/8983370
861.59/840.47	c cleaning 82002 clauses out of 164022 with flag 7233241/9066370
872.09/850.90	c cleaning 82999 clauses out of 166020 with flag 7408704/9150370
882.11/860.72	c cleaning 84004 clauses out of 168022 with flag 7586356/9235371
890.42/868.98	c cleaning 85000 clauses out of 170017 with flag 7766334/9321370
899.34/877.85	c cleaning 86002 clauses out of 172017 with flag 7948265/9408370
910.85/889.26	c cleaning 86993 clauses out of 174015 with flag 8132179/9496370
920.13/898.26	c cleaning 88003 clauses out of 176023 with flag 8317860/9585371
928.97/906.91	c cleaning 88998 clauses out of 178019 with flag 8505701/9675370
938.07/915.93	c cleaning 89998 clauses out of 180022 with flag 8695852/9766371
947.17/924.83	c cleaning 91002 clauses out of 182024 with flag 8888566/9858371
958.73/936.20	c cleaning 92001 clauses out of 184021 with flag 9081668/9951370
970.06/947.14	c cleaning 93000 clauses out of 186020 with flag 9276666/10045370
980.46/957.32	c cleaning 94002 clauses out of 188021 with flag 9474157/10140371
990.92/967.60	c cleaning 95000 clauses out of 190018 with flag 9673194/10236370
1003.00/979.60	c cleaning 95999 clauses out of 192018 with flag 9875070/10333370
1015.96/992.57	c cleaning 97000 clauses out of 194020 with flag 10079363/10431371
1028.98/1005.20	c cleaning 98000 clauses out of 196020 with flag 10286800/10530371
1041.35/1017.45	c cleaning 98997 clauses out of 198020 with flag 10495667/10630371
1053.68/1029.63	c cleaning 100001 clauses out of 200022 with flag 10705795/10731370
1067.54/1043.42	c cleaning 100996 clauses out of 202021 with flag 10917844/10833370
1080.73/1056.30	c cleaning 102007 clauses out of 204025 with flag 11132394/10936370
1095.45/1070.96	c cleaning 102999 clauses out of 206018 with flag 11348798/11040370
1108.83/1084.26	c cleaning 104001 clauses out of 208019 with flag 11566417/11145370
1121.82/1096.90	c cleaning 104996 clauses out of 210018 with flag 11787412/11251370
1136.29/1109.51	c cleaning 106003 clauses out of 212022 with flag 12011364/11358370
1150.12/1123.11	c cleaning 107001 clauses out of 214020 with flag 12235201/11466371
1163.77/1136.64	c cleaning 108001 clauses out of 216019 with flag 12461489/11575371
1176.97/1149.73	c cleaning 108999 clauses out of 218017 with flag 12689968/11685370
1193.44/1166.15	c cleaning 110002 clauses out of 220019 with flag 12919410/11796371
1206.60/1179.25	c cleaning 111000 clauses out of 222017 with flag 13151513/11908371
1222.20/1194.47	c cleaning 111999 clauses out of 224017 with flag 13385997/12021371
1235.86/1207.82	c cleaning 112999 clauses out of 226019 with flag 13622815/12135372
1249.76/1221.53	c cleaning 114001 clauses out of 228019 with flag 13861855/12250371
1264.75/1236.35	c cleaning 114998 clauses out of 230017 with flag 14103647/12366370
1278.12/1249.68	c cleaning 116002 clauses out of 232019 with flag 14346269/12483370
1292.85/1264.21	c cleaning 116997 clauses out of 234018 with flag 14591257/12601371
1310.36/1281.46	c cleaning 118006 clauses out of 236020 with flag 14837773/12720370
1325.90/1296.77	c cleaning 118997 clauses out of 238014 with flag 15086012/12840370
1340.59/1311.29	c cleaning 120000 clauses out of 240019 with flag 15337182/12961372
1354.93/1325.45	c cleaning 121000 clauses out of 242018 with flag 15590293/13083371
1373.18/1343.50	c cleaning 121999 clauses out of 244017 with flag 15844582/13206370
1390.99/1361.01	c cleaning 122999 clauses out of 246019 with flag 16100943/13330371
1410.14/1380.11	c cleaning 124002 clauses out of 248020 with flag 16361436/13455371
1427.07/1396.87	c cleaning 124993 clauses out of 250017 with flag 16624081/13581370
1446.19/1415.91	c cleaning 126004 clauses out of 252025 with flag 16887752/13708371
1464.47/1433.96	c cleaning 127001 clauses out of 254021 with flag 17153759/13836371
1481.67/1450.91	c cleaning 128001 clauses out of 256020 with flag 17422310/13965371
1500.67/1469.89	c cleaning 128998 clauses out of 258019 with flag 17691424/14095371
1521.98/1490.81	c cleaning 129997 clauses out of 260020 with flag 17962612/14226370
1542.64/1511.39	c cleaning 131001 clauses out of 262023 with flag 18236962/14358370
1562.65/1531.29	c cleaning 132001 clauses out of 264022 with flag 18512936/14491370
1579.67/1547.84	c cleaning 133001 clauses out of 266022 with flag 18791025/14625371
1603.01/1569.17	c cleaning 133998 clauses out of 268020 with flag 19070334/14760370
1622.15/1588.10	c cleaning 135000 clauses out of 270022 with flag 19351393/14896370
1640.52/1606.26	c cleaning 135999 clauses out of 272022 with flag 19636474/15033370
1659.99/1625.54	c cleaning 137000 clauses out of 274023 with flag 19922309/15171370
1675.04/1640.32	c cleaning 138000 clauses out of 276023 with flag 20209871/15310370
1694.79/1659.92	c cleaning 139001 clauses out of 278024 with flag 20500338/15450371
1715.73/1680.73	c cleaning 140004 clauses out of 280022 with flag 20794411/15591370
1734.45/1699.40	c cleaning 140994 clauses out of 282019 with flag 21089966/15733371
1754.66/1719.47	c cleaning 142003 clauses out of 284024 with flag 21386793/15876370
1777.18/1741.82	c cleaning 142999 clauses out of 286021 with flag 21684505/16020370
1796.31/1760.96	c cleaning 143997 clauses out of 288022 with flag 21984753/16165370
1813.98/1778.19	c cleaning 145003 clauses out of 290026 with flag 22287543/16311371
1836.91/1800.75	c cleaning 145995 clauses out of 292022 with flag 22592374/16458370
1858.48/1822.03	c cleaning 147002 clauses out of 294027 with flag 22900959/16606370
1879.61/1842.88	c cleaning 148002 clauses out of 296026 with flag 23211012/16755371
1899.26/1862.23	c cleaning 148996 clauses out of 298024 with flag 23521847/16905371
1919.14/1881.92	c cleaning 149997 clauses out of 300028 with flag 23834580/17056371
1939.94/1902.64	c cleaning 151002 clauses out of 302031 with flag 24150350/17208371
1961.56/1924.28	c cleaning 152002 clauses out of 304029 with flag 24466807/17361371
1979.25/1941.46	c cleaning 153001 clauses out of 306026 with flag 24785641/17515370
2002.84/1964.77	c cleaning 154002 clauses out of 308026 with flag 25106732/17670371
2022.12/1983.70	c cleaning 154997 clauses out of 310023 with flag 25429795/17826370
2043.72/2005.13	c cleaning 156005 clauses out of 312027 with flag 25755955/17983371
2066.12/2027.43	c cleaning 157000 clauses out of 314022 with flag 26082924/18141371
2090.63/2051.44	c cleaning 157999 clauses out of 316022 with flag 26411249/18300371
2112.38/2072.82	c cleaning 159002 clauses out of 318022 with flag 26742173/18460370
2135.78/2095.97	c cleaning 159999 clauses out of 320021 with flag 27075946/18621371
2159.45/2119.43	c cleaning 160998 clauses out of 322021 with flag 27410711/18783370
2183.80/2143.71	c cleaning 162003 clauses out of 324024 with flag 27750969/18946371
2209.34/2168.86	c cleaning 162998 clauses out of 326020 with flag 28091380/19110370
2231.51/2190.67	c cleaning 163994 clauses out of 328022 with flag 28432615/19275370
2254.09/2212.91	c cleaning 165003 clauses out of 330028 with flag 28776902/19441370
2280.56/2239.37	c cleaning 166004 clauses out of 332027 with flag 29122008/19608372
2305.76/2261.61	c cleaning 167003 clauses out of 334022 with flag 29471344/19776371
2330.20/2285.61	c cleaning 168003 clauses out of 336019 with flag 29822581/19945371
2354.40/2309.36	c cleaning 169001 clauses out of 338016 with flag 30173541/20115371
2378.03/2332.56	c cleaning 169996 clauses out of 340015 with flag 30527444/20286371
2396.53/2350.54	c cleaning 170998 clauses out of 342019 with flag 30884899/20458371
2420.42/2373.93	c cleaning 172000 clauses out of 344020 with flag 31243944/20631370
2444.34/2397.32	c cleaning 172997 clauses out of 346021 with flag 31605693/20805371
2467.21/2419.76	c cleaning 174003 clauses out of 348023 with flag 31969140/20980370
2491.91/2443.97	c cleaning 174999 clauses out of 350020 with flag 32335267/21156370
2516.81/2468.33	c cleaning 175998 clauses out of 352021 with flag 32702841/21333370
2538.78/2489.80	c cleaning 177000 clauses out of 354023 with flag 33072852/21511370
2565.43/2516.04	c cleaning 178003 clauses out of 356024 with flag 33445051/21690371
2587.88/2538.08	c cleaning 179000 clauses out of 358020 with flag 33819118/21870370
2623.57/2573.40	c cleaning 179999 clauses out of 360021 with flag 34193866/22051371
2652.74/2602.28	c cleaning 180998 clauses out of 362023 with flag 34570423/22233372
2682.19/2631.33	c cleaning 182000 clauses out of 364023 with flag 34950770/22416370
2715.65/2664.46	c cleaning 183000 clauses out of 366024 with flag 35334111/22600371
2747.44/2695.93	c cleaning 184003 clauses out of 368023 with flag 35719244/22785370
2780.01/2728.14	c cleaning 184997 clauses out of 370020 with flag 36106003/22971370
2813.50/2761.44	c cleaning 186002 clauses out of 372024 with flag 36493694/23158371
2845.95/2793.63	c cleaning 186999 clauses out of 374021 with flag 36884834/23346370
2882.18/2829.59	c cleaning 188000 clauses out of 376023 with flag 37276641/23535371
2918.52/2865.89	c cleaning 188998 clauses out of 378022 with flag 37670971/23725370
2949.00/2896.02	c cleaning 189999 clauses out of 380025 with flag 38066346/23916371
2981.35/2928.41	c cleaning 191004 clauses out of 382026 with flag 38464164/24108371
3010.80/2957.92	c cleaning 191999 clauses out of 384021 with flag 38863736/24301370
3043.02/2989.58	c cleaning 192999 clauses out of 386023 with flag 39265196/24495371
3080.23/3026.20	c cleaning 194000 clauses out of 388024 with flag 39667163/24690371
3115.32/3058.52	c cleaning 194997 clauses out of 390023 with flag 40072629/24886370
3148.99/3091.81	c cleaning 196001 clauses out of 392026 with flag 40481073/25083370
3184.46/3126.82	c cleaning 197003 clauses out of 394026 with flag 40893059/25281371
3218.98/3160.70	c cleaning 198000 clauses out of 396023 with flag 41307136/25480371
3253.93/3195.28	c cleaning 199002 clauses out of 398022 with flag 41723079/25680370
3292.10/3232.99	c cleaning 199994 clauses out of 400022 with flag 42140394/25881372
3328.37/3268.82	c cleaning 201000 clauses out of 402027 with flag 42560103/26083371
3360.72/3300.73	c cleaning 202001 clauses out of 404027 with flag 42980228/26286371
3399.46/3338.94	c cleaning 203002 clauses out of 406025 with flag 43402278/26490370
3434.07/3373.04	c cleaning 203997 clauses out of 408024 with flag 43825848/26695371
3471.84/3410.35	c cleaning 204996 clauses out of 410026 with flag 44252360/26901370
3508.70/3446.81	c cleaning 206002 clauses out of 412030 with flag 44681994/27108370
3546.44/3484.19	c cleaning 207005 clauses out of 414029 with flag 45113737/27316371
3583.87/3521.12	c cleaning 207994 clauses out of 416023 with flag 45547329/27525370
3601.02/3537.82	c starts		: 5
3601.02/3537.84	c conflicts		: 27668388
3601.02/3537.84	c decisions		: 33880196
3601.02/3537.84	c propagations		: 321351717
3601.02/3537.84	c inspects		: 22492284413
3601.02/3537.84	c shortcuts		: 0
3601.02/3537.84	c learnt literals	: 0
3601.02/3537.84	c learnt binary clauses	: 0
3601.02/3537.84	c learnt ternary clauses	: 0
3601.02/3537.84	c learnt constraints	: 27668388
3601.02/3537.84	c ignored constraints	: 0
3601.02/3537.85	c root simplifications	: 0
3601.02/3537.85	c removed literals (reason simplification)	: 141250
3601.02/3537.85	c reason swapping (by a shorter reason)	: 0
3601.02/3537.85	c Calls to reduceDB	: 306
3601.02/3537.85	c Number of update (reduction) of LBD	: 486382
3601.02/3537.85	c Imported unit clauses	: 0
3601.02/3537.85	c No decision after first conflict	: false
3601.02/3537.86	c number of reductions to clauses (during analyze)	: 0
3601.02/3537.86	c number of learned constraints concerned by reduction	: 0
3601.02/3537.86	c number of learning phase by resolution	: 0
3601.02/3537.86	c number of learning phase by cutting planes	: 0
3601.02/3537.86	c number of rounding to 1 operations	: 0
3601.02/3537.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3601.02/3537.86	c number of reductions of the coefficients by power 2 	: 0
3601.02/3537.86	c number of right shift for reduction by power 2 	: 0
3601.02/3537.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3601.02/3537.86	c number of ending skipping 	: 0
3601.02/3537.86	c number of internal skipping 	: 0
3601.02/3537.86	c number of derivation steps 	: 0
3601.02/3537.86	c number of skipped derivation steps 	: 0
3601.02/3537.86	c number of remaining unassigned 	: 0
3601.02/3537.86	c number of remaining assigned 	: 0
3601.02/3537.86	c number of falsified literals weakened from reason	: 0
3601.02/3537.86	c number of falsified literals weakened from conflict	: 0
3601.02/3537.86	c time for arithmetic operations	: 0
3601.02/3537.86	c minimum degree of deleted constraints	: null
3601.02/3537.86	c maximum degree of deleted constraints	: null
3601.02/3537.86	c number of deleted constraints	: 0
3601.02/3537.88	c speed (assignments/second)	: 90846.40551515446
3601.02/3537.89	c non guided choices	: 0
3601.42/3538.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 351047
3601.42/3538.01	s SATISFIABLE
3601.42/3538.01	c Found 4 solution(s)
3601.42/3538.02	v -x1 x2 x3 x4 x5 x6 x7 x8 -x9 -x10 x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 x22 -x23 -x24 x25 x26 x27 -x28 x29 x30 x31 -x32 x33 x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 x43 -x44 x45 -x46 x47 -x48 -x49 x50 -x51 -x52 x53 x54 -x55 x56 x57 x58 x59 x60 x61 x62 -x63 x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 x74 x75 x76 x77 x78 -x79 x80 x81 x82 -x83 x84 x85 -x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 -x105 x106 x107 x108 x109 x110 x111 x112 -x113 -x114 x115 x116 x117 x118 x119 x120 -x121 x122 x123 x124 x125 x126 x127 -x128 -x129 x130 x131 x132 x133 x134 -x135 x136 x137 x138 x139 x140 x141 x142 x143 -x144 -x145 x146 x147 x148 x149 x150 -x151 x152 x153 x154 x155 x156 -x157 -x158 -x159 x160 x161 x162 x163 x164 x165 x166 -x167 x168 x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 x179 -x180 x181 x182 -x183 -x184 x185 x186 x187 x188 x189 -x190 x191 x192 -x193 x194 -x195 -x196 x197 -x198 -x199 x200 -x201 x202 x203 x204 x205 -x206 x207 -x208 x209 x210 -x211 x212 x213 -x214 -x215 -x216 x217 x218 x219 -x220 x221 x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 -x231 x232 x233 -x234 -x235 x236 x237 x238 x239 x240 -x241 x242 -x243 x244 -x245 -x246 -x247 -x248 x249 x250 -x251 -x252 x253 -x254 -x255 x256 x257 -x258 -x259 -x260 x261 x262 x263 x264 -x265 x266 x267 -x268 x269 x270 -x271 -x272 x273 -x274 x275 -x276 x277 x278 x279 x280 x281 x282 -x283 x284 x285 -x286 -x287 x288 x289 x290 -x291 -x292 x293 x294 x295 -x296 -x297 -x298 x299 x300 x301 -x302 -x303 x304 x305 -x306 -x307 x308 x309 x310 x311 -x312 -x313 x314 -x315 -x316 x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 
3601.42/3538.02	c objective function=220
3601.42/3538.02	c Total wall clock time (in seconds): 3537.644

Verifier Data

OK	220

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=46000, runsolver pid=45991

[startup+0.100073 s]*
/proc/loadavg: 0.52 1.51 2.82 8/300 46059
/proc/meminfo: memFree=129898776/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=18930384 memory=49748 CPUtime=0.12 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 5696 0 0 0 8 4 0 0 20 0 18 0 49691299 19384713216 12437 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4732596 12437 5240 1 0 546917 0
[pid=46000/tid=46011] ppid=45991 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 4624 0 0 0 4 3 0 0 20 0 18 0 49691301 19384713216 12437 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49691307 19384713216 12437 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49691308 19384713216 12469 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49748 KiB

[startup+0.226734 s]*
/proc/loadavg: 0.52 1.51 2.82 8/318 46077
/proc/meminfo: memFree=129881080/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=18930384 memory=54904 CPUtime=0.29 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 6373 0 0 0 24 5 0 0 20 0 18 0 49691299 19384713216 13726 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4732596 13726 5336 1 0 547514 0
[pid=46000/tid=46011] ppid=45991 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 4981 0 0 0 14 4 0 0 20 0 18 0 49691301 19384713216 13726 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49691307 19384713216 13726 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49691308 19384713216 13726 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54904 KiB

[startup+0.314038 s]*
/proc/loadavg: 0.52 1.51 2.82 10/318 46077
/proc/meminfo: memFree=129857388/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=18930384 memory=59632 CPUtime=0.42 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 6540 0 0 0 36 6 0 0 20 0 18 0 49691299 19384713216 14908 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4732596 14908 5336 1 0 547678 0
[pid=46000/tid=46011] ppid=45991 vsize=18930384 memory=-6000919494113978219 CPUtime=0.25 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 5120 0 0 0 21 4 0 0 20 0 18 0 49691301 19384713216 14908 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49691307 19384713216 14908 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49691308 19384713216 14908 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59632 KiB

[startup+0.700413 s]
/proc/loadavg: 0.52 1.51 2.82 13/318 46077
/proc/meminfo: memFree=129835712/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=18996948 memory=66716 CPUtime=1.11 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 7358 0 0 0 104 7 0 0 20 0 19 0 49691299 19452874752 16679 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4749237 16679 5496 1 0 548472 0
[pid=46000/tid=46011] ppid=45991 vsize=18996948 memory=17664 CPUtime=0.51 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 5399 0 0 0 47 4 0 0 20 0 19 0 49691301 19452874752 16679 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49691307 19452874752 16679 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49691308 19452874752 16679 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66716 KiB

[startup+1.50031 s]
/proc/loadavg: 0.52 1.51 2.82 10/322 46081
/proc/meminfo: memFree=129806100/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=18996948 memory=96520 CPUtime=2.68 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 16466 0 0 0 259 9 0 0 20 0 19 0 49691299 19452874752 24130 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4749237 24130 5496 1 0 551741 0
[pid=46000/tid=46011] ppid=45991 vsize=18996948 memory=3200 CPUtime=1.29 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 5985 0 0 0 124 5 0 0 20 0 19 0 49691301 19452874752 24130 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49691307 19452874752 24130 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49691308 19452874752 24130 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=18996948 memory=14848 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49691354 19452874752 24130 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96520 KiB

[startup+3.10559 s]
/proc/loadavg: 1.12 1.62 2.85 6/326 46085
/proc/meminfo: memFree=129277456/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=210728 CPUtime=4.89 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 19765 0 0 0 475 14 0 0 20 0 20 0 49691299 19521036288 52682 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 52682 5528 1 0 552701 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=14848 CPUtime=2.82 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 6884 0 0 0 275 7 0 0 20 0 20 0 49691301 19521036288 52682 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 52682 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 52682 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 52682 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210728 KiB

[startup+6.30043 s]
/proc/loadavg: 1.12 1.62 2.85 6/326 46085
/proc/meminfo: memFree=128949156/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=290916 CPUtime=8.25 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 19985 0 0 0 809 16 0 0 20 0 20 0 49691299 19521036288 72729 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 72729 5528 1 0 552701 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=0 CPUtime=5.72 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 6896 0 0 0 565 7 0 0 20 0 20 0 49691301 19521036288 72729 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 72729 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 72729 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=102336 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 72729 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 8.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 290916 KiB

[startup+12.7004 s]
/proc/loadavg: 1.63 1.71 2.87 7/326 46085
/proc/meminfo: memFree=127784388/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=588216 CPUtime=14.96 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 24258 0 0 0 1474 22 0 0 20 0 20 0 49691299 19521036288 147054 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 147054 5528 1 0 995524 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=102336 CPUtime=11.71 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 7699 0 0 0 1161 10 0 0 20 0 20 0 49691301 19521036288 147054 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=514488 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 147054 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 147054 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 147054 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 588216 KiB

[startup+25.5005 s]
/proc/loadavg: 2.15 1.82 2.89 6/326 46085
/proc/meminfo: memFree=125577408/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=1248972 CPUtime=28.19 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 26465 0 0 0 2783 36 0 0 20 0 20 0 49691299 19521036288 312243 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 312243 5528 1 0 1120858 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=514488 CPUtime=24.01 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 8478 0 0 0 2386 15 0 0 20 0 20 0 49691301 19521036288 312243 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 312243 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 312243 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=1132236 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 312243 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1248972 KiB

[startup+51.1057 s]
/proc/loadavg: 2.78 2.00 2.92 6/326 46086
/proc/meminfo: memFree=122061828/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=1970064 CPUtime=54.5 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 28060 0 0 0 5397 53 0 0 20 0 20 0 49691299 19521036288 492516 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 492516 5560 1 0 1120869 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=1970064 CPUtime=48.57 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 9057 0 0 0 4842 15 0 0 20 0 20 0 49691301 19521036288 492516 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=594360 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 492516 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 492516 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=1712000 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=74710628/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3341.84 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 255779 0 0 0 333672 512 0 0 20 0 20 0 49691299 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3676848 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=17664 CPUtime=3210.33 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 140700 0 0 0 320929 104 0 0 20 0 20 0 49691301 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=19968 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2122 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3341.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14707392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.36 4.33 6/327 46253
/proc/meminfo: memFree=74701860/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3402.85 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 259758 0 0 0 339770 515 0 0 20 0 20 0 49691299 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3676848 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3268.94 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 143525 0 0 0 326790 104 0 0 20 0 20 0 49691301 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3402.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14707392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.35 4.32 6/326 46255
/proc/meminfo: memFree=74368816/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3463.85 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 263505 0 0 0 345868 517 0 0 20 0 20 0 49691299 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3676848 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3327.63 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 145419 0 0 0 332659 104 0 0 20 0 20 0 49691301 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2204 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3463.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14707392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.30 4.31 6/326 46257
/proc/meminfo: memFree=74369236/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3524.17 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 266799 0 0 0 351897 520 0 0 20 0 20 0 49691299 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3676848 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=10752 CPUtime=3386.89 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 148404 0 0 0 338585 104 0 0 20 0 20 0 49691301 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2247 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3524.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14707392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.31 4.31 6/326 46259
/proc/meminfo: memFree=74368968/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3585.06 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 270839 0 0 0 357984 522 0 0 20 0 20 0 49691299 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3676848 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3445.75 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 151342 0 0 0 344471 104 0 0 20 0 20 0 49691301 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3585.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14707392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.3 s]
/proc/loadavg: 4.28 4.31 4.31 5/325 46393
/proc/meminfo: memFree=103170276/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3600.02 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 271569 0 0 0 359479 523 0 0 20 0 20 0 49691299 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3676848 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3460.7 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 152071 0 0 0 345966 104 0 0 20 0 20 0 49691301 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3676848 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14707392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=5.29314 s

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

[startup+3537.6 s]
/proc/loadavg: 4.28 4.31 4.31 5/325 46393
/proc/meminfo: memFree=103170276/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19063512 memory=14709460 CPUtime=3600.62 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 272153 0 0 0 359539 523 0 0 20 0 20 0 49691299 19521036288 3677365 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4765878 3677365 5592 1 0 4089760 0
[pid=46000/tid=46011] ppid=45991 vsize=19063512 memory=14707392 CPUtime=3460.7 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) S 45991 46000 45940 0 -1 4194368 152071 0 0 0 345966 104 0 0 20 0 20 0 49691301 19521036288 3677365 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49691307 19521036288 3677365 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19063512 memory=14707392 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 49691308 19521036288 3677365 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46078] ppid=45991 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/46000/task/46078/stat : 46078 (Timer-0) S 45991 46000 45940 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49691354 19521036288 3677365 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3600.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14709460 KiB

[startup+3538 s]*
/proc/loadavg: 4.26 4.30 4.31 6/326 46396
/proc/meminfo: memFree=103166180/131382112 swapFree=33010684/33010684
[pid=46000] ppid=45991 vsize=19263204 memory=14710228 CPUtime=3601.42 cores=4,6
/proc/46000/stat : 46000 (java) S 45991 46000 45940 0 -1 4194304 274570 0 0 0 359618 524 0 0 20 0 21 0 49691299 19725520896 3677557 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
/proc/46000/statm: 4815801 3677557 5592 1 0 4090731 0
[pid=46000/tid=46011] ppid=45991 vsize=19263204 memory=-6000919468394899051 CPUtime=3460.91 cores=4,6
/proc/46000/task/46011/stat : 46011 (java) R 45991 46000 45940 0 -1 4194368 152327 0 0 0 345987 104 0 0 20 0 21 0 49691301 19725520896 3677557 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46039] ppid=45991 vsize=19263204 memory=2240 CPUtime=0 cores=4,6
/proc/46000/task/46039/stat : 46039 (Finalizer) S 45991 46000 45940 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49691307 19725520896 3677557 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46057] ppid=45991 vsize=19263204 memory=2688 CPUtime=0 cores=4,6
/proc/46000/task/46057/stat : 46057 (Common-Cleaner) S 45991 46000 45940 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 21 0 49691308 19725520896 3677557 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
[pid=46000/tid=46396] ppid=45991 vsize=19263204 memory=-6000919502703912811 CPUtime=0.09 cores=4,6
/proc/46000/task/46396/stat : 46396 (Thread-0) R 45991 46000 45940 0 -1 4194368 367 0 0 0 9 0 0 0 20 0 21 0 50045079 19725520896 3677557 18446744073709551615 94691191951360 94691191955056 140721153351840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94691191962872 94691191963664 94691202592768 140721153358209 140721153358310 140721153358310 140721153363912 0
Current children cumulated CPU time: 3601.42 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14710228 KiB

Child status: 143

Real time (s): 3538.09
CPU time (s): 3601.52
CPU user time (s): 3596.22
CPU system time (s): 5.29314
CPU usage (%): 101.793
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14710228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 5.29314
maximum resident set size= 14710356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117731
involuntary context switches= 11743


# summary of solver processes directly reported to runsolver:
#   pid: 46000
#   total CPU time (s): 3601.52
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 5.29314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0181 second user time and 35.206 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 05:21:56
IDJOB=4489192
IDBENCH=147542
IDSOLVER=3363
FILE ID=nodeC012/4489192-1751340116
RUNJOBID= nodeC012-1751340116-45951
SLURM_JOB_ID= 9594408
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489192-1751340116/watcher-4489192-1751340116 -o /tmp/evaluation-result-4489192-1751340116/solver-4489192-1751340116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751340116-45951 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4489192-1751340116.opb

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

MD5SUM BENCH= 8940813d27fb075f4739eb458e093f9a
RANDOM SEED=1289207093

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129961924 kB
MemAvailable:   129928808 kB
Buffers:            3280 kB
Cached:           775108 kB
SwapCached:            0 kB
Active:           378756 kB
Inactive:         464720 kB
Active(anon):      83048 kB
Inactive(anon):        0 kB
Active(file):     295708 kB
Inactive(file):   464720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1736 kB
Writeback:             0 kB
AnonPages:         67896 kB
Mapped:           102564 kB
Shmem:             17960 kB
KReclaimable:      91784 kB
Slab:             175164 kB
SReclaimable:      91784 kB
SUnreclaim:        83380 kB
KernelStack:        3920 kB
PageTables:         2944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     329688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC012 at 2025-07-01 06:20:54