Trace number 4453192

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.4 3622.28

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid4_85.shuf-1.opb
MD5SUM1682710e54d04e6ef832c013d662e2f0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.00935
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables340
Total number of constraints341
Number of constraints which are clauses340
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint340
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 341
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.58	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.58	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.58	c See www.sat4j.org for details.
0.10/0.61	c version CUSTOM.v20240707
0.10/0.62	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.62	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.62	c java.vm.version	22.0.1+8-16
0.10/0.63	c java.vm.vendor	Oracle Corporation
0.10/0.63	c sun.arch.data.model	64
0.10/0.63	c java.version		22.0.1
0.10/0.63	c os.name		Linux
0.10/0.63	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.63	c os.arch		amd64
0.10/0.63	c Free memory 		2104792832
0.10/0.63	c Max memory 		16282288128
0.10/0.63	c Total memory 		2113929216
0.10/0.63	c Number of processors 	2
0.10/0.68	--- Begin Solver configuration ---
0.10/0.68	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.68	Learn all clauses as in MiniSAT
0.10/0.68	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.68	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.68	Expensive reason simplification
0.10/0.68	Glucose 2.1 dynamic restart strategy
0.10/0.68	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.68	timeout=2147483s
0.10/0.68	DB Simplification allowed=false
0.10/0.68	Listener: none
0.10/0.68	--- End Solver configuration ---
0.10/0.68	c Pseudo Boolean Optimization by upper bound
0.10/0.68	c --- Begin Solver configuration ---
0.10/0.68	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.10/0.68	c Learn all clauses as in MiniSAT
0.10/0.68	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.68	c Expensive reason simplification
0.10/0.68	c Glucose 2.1 dynamic restart strategy
0.10/0.68	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.68	c timeout=2147483s
0.10/0.68	c DB Simplification allowed=false
0.10/0.68	c Listener: none
0.10/0.68	c --- End Solver configuration ---
0.10/0.68	c solving HOME/instance-4453192-1721842681.opb
0.10/0.68	c reading problem ... 
0.10/0.68	c using VERIPB proof format
0.10/0.68	c  no objective function found
0.24/0.71	c ... done. Wall clock time 0.024s.
0.24/0.71	c declared #vars     340
0.24/0.71	c #constraints  341
0.24/0.71	c constraints type 
0.24/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 340
0.24/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.24/0.71	c 341 constraints processed.
2.00/1.63	c cleaning 2501 clauses out of 5001 with flag 10828/5001
3.58/2.48	c cleaning 4249 clauses out of 8500 with flag 23792/11001
4.47/3.00	c cleaning 5625 clauses out of 11250 with flag 38942/18000
5.32/3.68	c cleaning 6811 clauses out of 13626 with flag 56368/26001
6.36/4.51	c cleaning 7905 clauses out of 15816 with flag 75962/35002
7.28/5.42	c cleaning 8954 clauses out of 17909 with flag 97685/45000
8.39/6.46	c cleaning 9973 clauses out of 19955 with flag 121644/56000
9.50/7.59	c cleaning 10991 clauses out of 21982 with flag 147914/68000
10.90/8.91	c cleaning 11996 clauses out of 23992 with flag 176343/81001
12.54/10.56	c cleaning 12994 clauses out of 25995 with flag 206977/95000
14.36/12.38	c cleaning 13999 clauses out of 28002 with flag 239711/110001
16.33/14.26	c cleaning 15000 clauses out of 30003 with flag 274691/126001
18.47/16.32	c cleaning 16002 clauses out of 32003 with flag 311768/143001
20.59/18.45	c cleaning 17001 clauses out of 34001 with flag 351095/161001
22.78/20.62	c cleaning 17999 clauses out of 35999 with flag 392309/180000
24.97/22.86	c cleaning 19000 clauses out of 38000 with flag 436152/200000
27.49/25.35	c cleaning 19999 clauses out of 40000 with flag 482126/221000
30.35/28.74	c cleaning 20998 clauses out of 42001 with flag 530374/243000
32.95/31.38	c cleaning 22000 clauses out of 44004 with flag 580633/266001
36.18/34.50	c cleaning 22991 clauses out of 46004 with flag 632676/290001
38.96/37.21	c cleaning 24007 clauses out of 48013 with flag 686947/315001
42.05/40.26	c cleaning 25002 clauses out of 50005 with flag 743534/341000
45.96/44.16	c cleaning 26002 clauses out of 52003 with flag 802367/368000
50.20/48.34	c cleaning 26999 clauses out of 54001 with flag 863289/396000
54.77/52.87	c cleaning 28000 clauses out of 56003 with flag 926352/425001
59.64/57.67	c cleaning 29001 clauses out of 58002 with flag 991727/455000
64.81/63.18	c cleaning 29996 clauses out of 60002 with flag 1059394/486001
69.44/67.82	c cleaning 31001 clauses out of 62005 with flag 1128951/518000
74.61/72.90	c cleaning 31995 clauses out of 64004 with flag 1200824/551000
81.06/79.34	c cleaning 33001 clauses out of 66010 with flag 1274839/585001
87.96/86.14	c cleaning 34005 clauses out of 68009 with flag 1351168/620001
94.51/92.65	c cleaning 35001 clauses out of 70003 with flag 1429681/656000
99.58/97.97	c cleaning 35999 clauses out of 72003 with flag 1509724/693001
106.91/105.21	c cleaning 36997 clauses out of 74004 with flag 1592231/731001
115.09/113.37	c cleaning 37997 clauses out of 76006 with flag 1676944/770000
123.14/121.39	c cleaning 38997 clauses out of 78009 with flag 1764226/810000
130.23/128.69	c cleaning 40007 clauses out of 80013 with flag 1853066/851001
138.39/136.75	c cleaning 41001 clauses out of 82006 with flag 1944523/893001
145.56/143.82	c cleaning 41996 clauses out of 84005 with flag 2038311/936001
153.01/151.19	c cleaning 43001 clauses out of 86009 with flag 2134414/980001
161.80/160.13	c cleaning 43996 clauses out of 88007 with flag 2232828/1025000
171.04/169.35	c cleaning 45005 clauses out of 90011 with flag 2332933/1071000
180.59/178.81	c cleaning 45998 clauses out of 92006 with flag 2435121/1118000
189.47/187.83	c cleaning 47000 clauses out of 94008 with flag 2539953/1166000
200.30/198.67	c cleaning 48000 clauses out of 96008 with flag 2646829/1215000
212.50/210.78	c cleaning 48996 clauses out of 98009 with flag 2755797/1265001
223.05/221.47	c cleaning 50005 clauses out of 100013 with flag 2867437/1316001
235.06/233.32	c cleaning 51003 clauses out of 102008 with flag 2980808/1368001
248.59/246.54	c cleaning 51998 clauses out of 104004 with flag 3096807/1421000
261.79/259.99	c cleaning 53000 clauses out of 106006 with flag 3214840/1475000
277.96/276.00	c cleaning 54001 clauses out of 108006 with flag 3335160/1530000
289.92/288.13	c cleaning 55000 clauses out of 110005 with flag 3457162/1586000
301.08/299.26	c cleaning 55999 clauses out of 112005 with flag 3581668/1643000
312.68/311.05	c cleaning 56998 clauses out of 114007 with flag 3708589/1701001
328.16/326.44	c cleaning 57995 clauses out of 116008 with flag 3836890/1760000
341.48/339.98	c cleaning 59004 clauses out of 118013 with flag 3967822/1820000
356.88/355.24	c cleaning 60005 clauses out of 120010 with flag 4101105/1881001
372.89/371.30	c cleaning 60998 clauses out of 122004 with flag 4235834/1943000
388.97/387.34	c cleaning 61998 clauses out of 124006 with flag 4372963/2006000
406.20/404.62	c cleaning 63003 clauses out of 126008 with flag 4512885/2070000
424.65/423.10	c cleaning 64003 clauses out of 128006 with flag 4654190/2135001
445.38/443.87	c cleaning 65001 clauses out of 130003 with flag 4798225/2201001
465.69/464.21	c cleaning 65999 clauses out of 132002 with flag 4944865/2268001
486.62/485.08	c cleaning 67001 clauses out of 134002 with flag 5093530/2336000
503.13/501.68	c cleaning 67995 clauses out of 136003 with flag 5244042/2405002
521.59/520.11	c cleaning 68999 clauses out of 138006 with flag 5396251/2475000
541.16/539.85	c cleaning 70000 clauses out of 140007 with flag 5550886/2546000
565.82/564.68	c cleaning 70995 clauses out of 142008 with flag 5707880/2618001
591.77/590.70	c cleaning 72006 clauses out of 144012 with flag 5867298/2691000
617.50/616.73	c cleaning 72997 clauses out of 146007 with flag 6029243/2765001
640.72/639.92	c cleaning 74001 clauses out of 148009 with flag 6192862/2840000
664.59/663.95	c cleaning 74997 clauses out of 150008 with flag 6358733/2916000
688.30/687.52	c cleaning 76002 clauses out of 152011 with flag 6526980/2993000
713.51/713.12	c cleaning 77005 clauses out of 154009 with flag 6697473/3071000
743.21/742.96	c cleaning 77998 clauses out of 156004 with flag 6869951/3150000
772.97/772.85	c cleaning 78996 clauses out of 158007 with flag 7044668/3230001
805.37/805.30	c cleaning 80004 clauses out of 160010 with flag 7221742/3311000
836.16/836.20	c cleaning 80997 clauses out of 162006 with flag 7400759/3393000
861.90/862.03	c cleaning 82000 clauses out of 164011 with flag 7582096/3476002
890.04/890.35	c cleaning 83003 clauses out of 166009 with flag 7765910/3560000
923.59/924.22	c cleaning 84001 clauses out of 168006 with flag 7951373/3645000
952.72/953.31	c cleaning 85002 clauses out of 170005 with flag 8138205/3731000
986.37/987.47	c cleaning 86000 clauses out of 172004 with flag 8327412/3818001
1025.97/1026.99	c cleaning 86991 clauses out of 174004 with flag 8518537/3906001
1067.21/1068.13	c cleaning 88003 clauses out of 176012 with flag 8711890/3995000
1097.92/1098.89	c cleaning 88997 clauses out of 178009 with flag 8907610/4085000
1129.73/1130.45	c cleaning 90005 clauses out of 180013 with flag 9105015/4176001
1160.44/1161.27	c cleaning 91004 clauses out of 182008 with flag 9305448/4268001
1188.75/1189.62	c cleaning 91999 clauses out of 184003 with flag 9507959/4361000
1219.71/1220.63	c cleaning 93001 clauses out of 186004 with flag 9711527/4455000
1247.73/1248.73	c cleaning 93992 clauses out of 188004 with flag 9917695/4550001
1287.85/1288.99	c cleaning 95001 clauses out of 190011 with flag 10126904/4646000
1319.39/1320.46	c cleaning 95999 clauses out of 192010 with flag 10337425/4743000
1351.62/1352.61	c cleaning 97003 clauses out of 194011 with flag 10550458/4841000
1385.97/1387.27	c cleaning 97995 clauses out of 196008 with flag 10765204/4940000
1435.23/1436.33	c cleaning 99005 clauses out of 198013 with flag 10983221/5040000
1472.87/1473.84	c cleaning 99998 clauses out of 200008 with flag 11203203/5141000
1506.77/1507.99	c cleaning 101004 clauses out of 202011 with flag 11425388/5243001
1547.59/1548.89	c cleaning 101995 clauses out of 204006 with flag 11649979/5346000
1582.12/1583.38	c cleaning 103005 clauses out of 206011 with flag 11877342/5450000
1616.18/1617.75	c cleaning 104003 clauses out of 208007 with flag 12106807/5555001
1653.28/1654.95	c cleaning 104998 clauses out of 210004 with flag 12338132/5661001
1689.94/1691.74	c cleaning 106002 clauses out of 212007 with flag 12571198/5768002
1727.45/1729.45	c cleaning 106993 clauses out of 214003 with flag 12806371/5876000
1770.66/1772.76	c cleaning 107997 clauses out of 216011 with flag 13044462/5985001
1811.54/1813.79	c cleaning 109003 clauses out of 218013 with flag 13285115/6095000
1852.40/1854.25	c cleaning 109995 clauses out of 220010 with flag 13527965/6206000
1897.07/1898.86	c cleaning 111003 clauses out of 222015 with flag 13772154/6318000
1943.70/1945.51	c cleaning 112001 clauses out of 224012 with flag 14018638/6431000
1983.90/1985.85	c cleaning 113000 clauses out of 226012 with flag 14267671/6545001
2027.20/2029.20	c cleaning 114005 clauses out of 228011 with flag 14518895/6660000
2080.62/2082.77	c cleaning 115001 clauses out of 230006 with flag 14772418/6776000
2132.92/2135.06	c cleaning 115993 clauses out of 232006 with flag 15027479/6893001
2194.16/2211.00	c cleaning 117002 clauses out of 234012 with flag 15285002/7011000
2257.00/2274.39	c cleaning 118000 clauses out of 236010 with flag 15544627/7130000
2321.09/2338.99	c cleaning 118992 clauses out of 238010 with flag 15805883/7250000
2377.75/2396.14	c cleaning 120005 clauses out of 240018 with flag 16069147/7371000
2446.41/2465.79	c cleaning 120999 clauses out of 242013 with flag 16335337/7493000
2499.93/2519.01	c cleaning 121999 clauses out of 244015 with flag 16603567/7616001
2549.70/2569.10	c cleaning 123006 clauses out of 246015 with flag 16873726/7740000
2597.62/2617.14	c cleaning 124001 clauses out of 248009 with flag 17146649/7865000
2655.44/2675.51	c cleaning 125002 clauses out of 250008 with flag 17421535/7991000
2714.48/2734.54	c cleaning 126000 clauses out of 252008 with flag 17698029/8118002
2778.31/2798.46	c cleaning 127000 clauses out of 254006 with flag 17976258/8246000
2848.48/2868.35	c cleaning 127999 clauses out of 256007 with flag 18257122/8375001
2917.64/2937.78	c cleaning 128998 clauses out of 258007 with flag 18540156/8505000
2994.51/3014.77	c cleaning 129998 clauses out of 260010 with flag 18825532/8636001
3072.89/3093.25	c cleaning 131005 clauses out of 262012 with flag 19113267/8768001
3144.85/3165.16	c cleaning 131993 clauses out of 264007 with flag 19403355/8901001
3224.65/3245.07	c cleaning 132997 clauses out of 266013 with flag 19695079/9035000
3301.85/3322.30	c cleaning 134009 clauses out of 268017 with flag 19989405/9170001
3354.68/3375.44	c cleaning 134991 clauses out of 270007 with flag 20285998/9306000
3401.24/3421.87	c cleaning 136001 clauses out of 272016 with flag 20584310/9443000
3458.90/3480.13	c cleaning 137006 clauses out of 274015 with flag 20886348/9581000
3518.77/3540.30	c cleaning 138001 clauses out of 276009 with flag 21189638/9720000
3574.27/3595.92	c cleaning 138999 clauses out of 278009 with flag 21494702/9860001
3600.19/3622.18	c starts		: 1
3600.19/3622.18	c conflicts		: 9938312
3600.19/3622.18	c decisions		: 10783169
3600.19/3622.18	c propagations		: 90690341
3600.19/3622.18	c inspects		: 15294170684
3600.19/3622.18	c shortcuts		: 0
3600.19/3622.18	c learnt literals	: 0
3600.19/3622.18	c learnt binary clauses	: 0
3600.19/3622.18	c learnt ternary clauses	: 0
3600.19/3622.18	c learnt constraints	: 9938312
3600.19/3622.18	c ignored constraints	: 0
3600.19/3622.18	c root simplifications	: 0
3600.19/3622.18	c removed literals (reason simplification)	: 136201657
3600.19/3622.18	c reason swapping (by a shorter reason)	: 0
3600.19/3622.19	c Calls to reduceDB	: 136
3600.19/3622.19	c Number of update (reduction) of LBD	: 143562
3600.19/3622.19	c Imported unit clauses	: 0
3600.19/3622.19	c No decision after first conflict	: false
3600.19/3622.19	c number of reductions to clauses (during analyze)	: 0
3600.19/3622.19	c number of learned constraints concerned by reduction	: 0
3600.19/3622.19	c number of learning phase by resolution	: 0
3600.19/3622.19	c number of learning phase by cutting planes	: 0
3600.19/3622.19	c number of rounding to 1 operations	: 0
3600.19/3622.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.19/3622.19	c number of reductions of the coefficients by power 2 	: 0
3600.19/3622.19	c number of right shift for reduction by power 2 	: 0
3600.19/3622.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.19/3622.19	c number of ending skipping 	: 0
3600.19/3622.19	c number of internal skipping 	: 0
3600.19/3622.19	c number of derivation steps 	: 0
3600.19/3622.19	c number of skipped derivation steps 	: 0
3600.19/3622.19	c number of remaining unassigned 	: 0
3600.19/3622.19	c number of remaining assigned 	: 0
3600.19/3622.19	c number of falsified literals weakened from reason	: 0
3600.19/3622.19	c number of falsified literals weakened from conflict	: 0
3600.19/3622.19	c time for arithmetic operations	: 0
3600.19/3622.19	c minimum degree of deleted constraints	: null
3600.19/3622.19	c maximum degree of deleted constraints	: null
3600.19/3622.19	c number of deleted constraints	: 0
3600.19/3622.19	c speed (assignments/second)	: 25042.390485860313
3600.19/3622.19	c non guided choices	: 135
3600.19/3622.19	c timeout
3600.30/3622.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 217321
3600.30/3622.25	s UNKNOWN
3600.30/3622.25	c Total wall clock time (in seconds): 3621.569

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59877 MiB free)
  memory of node 1: 64510 MiB (53317 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453192-1721842681/watcher-4453192-1721842681 -o /tmp/evaluation-result-4453192-1721842681/solver-4453192-1721842681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721842681-206634 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4453192-1721842681 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453192-1721842681.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=206668, runsolver pid=206662

[startup+0.10006 s]*
/proc/loadavg: 1.00 1.43 2.41 2/260 206696
/proc/meminfo: memFree=115905412/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=37736 memory=2040 CPUtime=0 cores=5,7
/proc/206668/stat : 206668 (java) D 206662 206668 206621 0 -1 4194304 169 0 5 0 0 0 0 0 20 0 1 0 20791698 38641664 510 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 0 0 0 0 17 5 0 0 9 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 9434 510 467 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2040 KiB

[startup+0.205829 s]*
/proc/loadavg: 1.00 1.43 2.41 3/264 206700
/proc/meminfo: memFree=115891300/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=104392 memory=8352 CPUtime=0 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 606 0 13 0 0 0 0 0 20 0 2 0 20791698 106897408 2088 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 0 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 26098 2088 1713 1 0 582 0
[pid=206668/tid=206699] ppid=206662 vsize=104392 memory=6874026233295995011 CPUtime=0 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) D 206662 206668 206621 0 -1 4194368 27 0 5 0 0 0 0 0 20 0 2 0 20791718 106897408 2088 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 0 0 0 0 -1 5 0 0 1 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 104392 KiB
Current children cumulated memory: 8352 KiB

[startup+0.305321 s]*
/proc/loadavg: 1.00 1.43 2.41 2/264 206700
/proc/meminfo: memFree=115860648/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=280404 memory=19328 CPUtime=0.01 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 1350 0 18 0 0 1 0 0 20 0 2 0 20791698 287133696 4832 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16784588 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 70101 4832 2778 1 0 2309 0
[pid=206668/tid=206699] ppid=206662 vsize=280404 memory=-9030953543885628092 CPUtime=0 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) D 206662 206668 206621 0 -1 4456512 771 0 10 0 0 0 0 0 20 0 2 0 20791718 287133696 4832 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16784588 0 0 0 -1 5 0 0 10 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 280404 KiB
Current children cumulated memory: 19328 KiB

[startup+0.704863 s]
/proc/loadavg: 1.00 1.43 2.41 2/328 206764
/proc/meminfo: memFree=115733388/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=18975048 memory=68208 CPUtime=0.24 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 7571 0 56 0 21 3 0 0 20 0 18 0 20791698 19430449152 17052 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4743762 17052 5683 1 0 549533 0
[pid=206668/tid=206699] ppid=206662 vsize=18975048 memory=5468 CPUtime=0.14 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 5992 0 38 0 12 2 0 0 20 0 18 0 20791718 19430449152 17052 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=18975048 memory=449 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20791744 19430449152 17052 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20791748 19430449152 17052 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68208 KiB

[startup+1.50086 s]
/proc/loadavg: 1.00 1.43 2.41 12/333 206769
/proc/meminfo: memFree=115398912/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=177760 CPUtime=1.8 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 12774 0 56 0 174 6 0 0 20 0 20 0 20791698 19566772224 44440 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 44440 5795 1 0 553177 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=5468 CPUtime=0.88 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 6155 0 38 0 84 4 0 0 20 0 20 0 20791718 19566772224 44440 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 44440 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 44440 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=13472 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 44440 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177760 KiB

[startup+3.11398 s]
/proc/loadavg: 1.00 1.43 2.41 8/337 206773
/proc/meminfo: memFree=114420956/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=298868 CPUtime=4.81 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 21962 0 56 0 470 11 0 0 20 0 20 0 20791698 19566772224 74717 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 74717 5801 1 0 554517 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=79292 CPUtime=2.42 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 7658 0 38 0 234 8 0 0 20 0 20 0 20791718 19566772224 74717 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 74717 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=182064 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 74717 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=5532 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 74717 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 298868 KiB

[startup+6.30029 s]
/proc/loadavg: 1.24 1.47 2.42 7/337 206775
/proc/meminfo: memFree=111835440/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=1015840 CPUtime=8.29 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 22870 0 56 0 798 31 0 0 20 0 20 0 20791698 19566772224 253960 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 253960 5801 1 0 675680 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=0 CPUtime=5.53 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 8107 0 38 0 526 27 0 0 20 0 20 0 20791718 19566772224 253960 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=193908 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 253960 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=6935655942756395345 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 253960 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=177760 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 253960 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1015840 KiB

[startup+12.7002 s]
/proc/loadavg: 1.46 1.51 2.43 6/337 206775
/proc/meminfo: memFree=109599940/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=1686812 CPUtime=14.75 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 84001 0 56 0 1420 55 0 0 20 0 20 0 20791698 19566772224 421703 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 421703 5801 1 0 675685 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=1686812 CPUtime=11.82 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 53897 0 38 0 1133 49 0 0 20 0 20 0 20791718 19566772224 421703 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=13472 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 421703 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 421703 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 421703 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1686812 KiB

[startup+25.5009 s]
/proc/loadavg: 2.17 1.67 2.47 6/337 206778
/proc/meminfo: memFree=107577848/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=1739476 CPUtime=27.7 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 107018 0 56 0 2697 73 0 0 20 0 20 0 20791698 19566772224 434869 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 434869 5801 1 0 675685 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=1739428 CPUtime=24.3 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 60024 0 38 0 2366 64 0 0 20 0 20 0 20791718 19566772224 434869 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 36 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 434869 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 434869 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=1739476 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 434869 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 27.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1739476 KiB

[startup+51.1059 s]
/proc/loadavg: 2.79 1.86 2.51 6/337 206782
/proc/meminfo: memFree=106140724/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=1984116 CPUtime=53.1 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 293039 0 56 0 5193 117 0 0 20 0 20 0 20791698 19566772224 496029 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 496029 5801 1 0 675686 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=1955088 CPUtime=48.64 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 127943 0 38 0 4766 98 0 0 20 0 20 0 20791718 19566772224 496029 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 100 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=1984096 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 496029 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=1955092 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 496029 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=1955092 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 496029 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 53.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1984116 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.22 2.60 6/337 206791
/proc/meminfo: memFree=103935640/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2223212 CPUtime=104.01 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 546500 0 56 0 10216 185 0 0 20 0 20 0 20791698 19566772224 555803 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 555803 5833 1 0 675686 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=2179856 CPUtime=98.21 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 198576 0 38 0 9671 150 0 0 20 0 20 0 20791718 19566772224 555803 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 168 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.18 4.17 6/340 208578
/proc/meminfo: memFree=60763708/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2658584 CPUtime=3261.91 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6218892 0 56 0 324153 2038 0 0 20 0 20 0 20791698 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 664646 5833 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=2658584 CPUtime=3217.09 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2978534 0 38 0 319977 1732 0 0 20 0 20 0 20791718 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3384 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=13472 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=2658584 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 3891 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=2658584 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3261.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2658584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.20 4.18 6/338 208589
/proc/meminfo: memFree=60189520/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2658584 CPUtime=3321.77 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6222102 0 56 0 330117 2060 0 0 20 0 20 0 20791698 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 664646 5833 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=2658584 CPUtime=3276.61 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2980546 0 38 0 325909 1752 0 0 20 0 20 0 20791718 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3400 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=-9031797968815760060 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=75556 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 3979 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=2658584 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 664646 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3321.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2658584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.18 6/338 208599
/proc/meminfo: memFree=59556592/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2658652 CPUtime=3381.67 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6238206 0 56 0 336079 2088 0 0 20 0 20 0 20791698 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 664663 5833 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=-9031797968815760060 CPUtime=3335.13 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2984359 0 38 0 331736 1777 0 0 20 0 20 0 20791718 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3486 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=2658584 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=2658652 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 4034 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=2658652 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3381.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2658652 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.19 4.18 7/333 208610
/proc/meminfo: memFree=58863340/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2658652 CPUtime=3441.12 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6241348 0 56 0 342001 2111 0 0 20 0 20 0 20791698 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 664663 5833 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=-9031797968815760060 CPUtime=3393.73 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2985427 0 38 0 337576 1797 0 0 20 0 20 0 20791718 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3558 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=2658652 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=2658652 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 4066 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=13472 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 664663 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3441.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2658652 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.17 6/333 208621
/proc/meminfo: memFree=58232140/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2661156 CPUtime=3500.7 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6244630 0 56 0 347937 2133 0 0 20 0 20 0 20791698 19566772224 665289 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 665289 5833 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=75556 CPUtime=3452.58 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2986969 0 38 0 343441 1817 0 0 20 0 20 0 20791718 19566772224 665289 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3610 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=2661156 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 665289 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=2661156 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 4123 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 665289 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=2661156 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 665289 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3500.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2661156 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.17 4.17 6/333 208631
/proc/meminfo: memFree=57624372/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2662980 CPUtime=3560.7 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6250206 0 56 0 353912 2158 0 0 20 0 20 0 20791698 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 665745 5852 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=2661156 CPUtime=3511.31 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2989184 0 38 0 349292 1839 0 0 20 0 20 0 20791718 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3664 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=12452 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=13472 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 4177 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=16080 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3560.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2662980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622 s]*
/proc/loadavg: 4.07 4.14 4.16 5/333 208639
/proc/meminfo: memFree=57194508/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19108176 memory=2662980 CPUtime=3600.08 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6251195 0 56 0 357834 2174 0 0 20 0 20 0 20791698 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4777044 665745 5852 1 0 677325 0
[pid=206668/tid=206699] ppid=206662 vsize=19108176 memory=-9030953543885628092 CPUtime=3550.43 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2989983 0 38 0 353190 1853 0 0 20 0 20 0 20791718 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3699 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19108176 memory=-7162550412441706875 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19108176 memory=2862608 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 4228 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206766] ppid=206662 vsize=19108176 memory=2662980 CPUtime=0 cores=5,7
/proc/206668/task/206766/stat : 206766 (Timer-0) S 206662 206668 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 665745 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2662980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.64 s, system=21.7611 s

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

[startup+3622.2 s]
/proc/loadavg: 4.07 4.14 4.16 5/333 208639
/proc/meminfo: memFree=57194508/131524600 swapFree=131056796/131071996
[pid=206668] ppid=206662 vsize=19307868 memory=2663860 CPUtime=3600.3 cores=5,7
/proc/206668/stat : 206668 (java) S 206662 206668 206621 0 -1 1077936128 6253397 0 56 0 357856 2174 0 0 20 0 22 0 20791698 19771256832 665965 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 18 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
/proc/206668/statm: 4826967 665965 5865 1 0 678277 0
[pid=206668/tid=206699] ppid=206662 vsize=19307868 memory=1380416 CPUtime=3550.61 cores=5,7
/proc/206668/task/206699/stat : 206699 (java) R 206662 206668 206621 0 -1 4194368 2990174 0 38 0 353208 1853 0 0 20 0 22 0 20791718 19771256832 665965 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3699 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206735] ppid=206662 vsize=19307868 memory=1377657 CPUtime=0 cores=5,7
/proc/206668/task/206735/stat : 206735 (Finalizer) S 206662 206668 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 20791744 19771256832 665965 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
[pid=206668/tid=206761] ppid=206662 vsize=19307868 memory=1591245 CPUtime=0 cores=5,7
/proc/206668/task/206761/stat : 206761 (Common-Cleaner) S 206662 206668 206621 0 -1 1077936192 4228 0 0 0 0 0 0 0 20 0 22 0 20791748 19771256832 665965 134679101440 94659926528000 94659926531696 140726852213760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94659926539512 94659926540304 94659933855744 140726852215723 140726852215905 140726852215905 140726852222920 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2663860 KiB

Child status: 143

Real time (s): 3622.28
CPU time (s): 3600.4
CPU user time (s): 3578.64
CPU system time (s): 21.7611
CPU usage (%): 99.396
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2663860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.64
system time used= 21.7611
maximum resident set size= 2664796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6253666
page faults= 57
swaps= 0
block input operations= 7432
block output operations= 21481448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121498
involuntary context switches= 10396


# summary of solver processes directly reported to runsolver:
#   pid: 206668
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3578.64
#   total CPU system time (s): 21.7611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07545 second user time and 19.1971 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-24 19:38:01
IDJOB=4453192
IDBENCH=169290
IDSOLVER=3079
FILE ID=nodeC032/4453192-1721842681
RUNJOBID= nodeC032-1721842681-206634
SLURM_JOB_ID= 7891578
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v3_shuffle/normalized-grid4_85.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453192-1721842681/watcher-4453192-1721842681 -o /tmp/evaluation-result-4453192-1721842681/solver-4453192-1721842681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721842681-206634 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4453192-1721842681 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453192-1721842681.opb

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

MD5SUM BENCH= 1682710e54d04e6ef832c013d662e2f0
RANDOM SEED=1830066823

nodeC032.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115912116 kB
MemAvailable:   129677016 kB
Buffers:          255660 kB
Cached:         14297816 kB
SwapCached:          116 kB
Active:          2531784 kB
Inactive:       12396424 kB
Active(anon):       2088 kB
Inactive(anon):   426016 kB
Active(file):    2529696 kB
Inactive(file): 11970408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056796 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:        373968 kB
Mapped:           114488 kB
Shmem:             53052 kB
KReclaimable:     208888 kB
Slab:             328456 kB
SReclaimable:     208888 kB
SUnreclaim:       119568 kB
KernelStack:        3920 kB
PageTables:        10160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     787612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      363220 kB
DirectMap2M:    42401792 kB
DirectMap1G:    93323264 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC032 at 2024-07-24 20:38:23