Trace number 4453162

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.26 3637.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid6_61.shuf-3.opb
MD5SUMbfdf6d83df30c910f347e65f608bda2f
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.009769
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables366
Total number of constraints367
Number of constraints which are clauses366
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 constraint366
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 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 378
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.62	c java.vm.vendor	Oracle Corporation
0.10/0.62	c sun.arch.data.model	64
0.10/0.62	c java.version		22.0.1
0.10/0.62	c os.name		Linux
0.10/0.62	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.62	c os.arch		amd64
0.10/0.62	c Free memory 		2104792832
0.10/0.62	c Max memory 		16282288128
0.10/0.62	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-4453162-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.23/0.72	c ... done. Wall clock time 0.033s.
0.23/0.72	c declared #vars     366
0.23/0.72	c #constraints  367
0.23/0.72	c constraints type 
0.23/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 366
0.23/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.23/0.72	c 367 constraints processed.
2.01/1.66	c cleaning 2500 clauses out of 5000 with flag 10826/5000
3.39/2.39	c cleaning 4251 clauses out of 8501 with flag 23941/11001
4.26/2.98	c cleaning 5625 clauses out of 11250 with flag 39155/18001
5.18/3.68	c cleaning 6811 clauses out of 13625 with flag 56574/26001
6.11/4.53	c cleaning 7905 clauses out of 15813 with flag 76101/35000
7.12/5.55	c cleaning 8953 clauses out of 17909 with flag 97812/45001
8.27/6.67	c cleaning 9978 clauses out of 19956 with flag 121711/56001
9.57/7.93	c cleaning 10988 clauses out of 21977 with flag 147971/68000
11.00/9.33	c cleaning 11993 clauses out of 23989 with flag 176152/81000
12.54/10.86	c cleaning 12997 clauses out of 25997 with flag 206665/95001
14.18/12.45	c cleaning 13999 clauses out of 27999 with flag 239368/110000
15.95/14.17	c cleaning 15000 clauses out of 30000 with flag 274190/126000
17.94/16.04	c cleaning 15996 clauses out of 32000 with flag 311208/143000
20.09/18.15	c cleaning 17003 clauses out of 34005 with flag 350492/161001
22.94/20.96	c cleaning 17998 clauses out of 36002 with flag 391869/180001
26.30/24.28	c cleaning 19002 clauses out of 38004 with flag 435563/200001
29.26/28.07	c cleaning 19996 clauses out of 40002 with flag 481134/221001
32.42/31.14	c cleaning 21004 clauses out of 42007 with flag 529307/243002
36.12/34.83	c cleaning 21998 clauses out of 44002 with flag 579820/266001
40.35/39.07	c cleaning 23002 clauses out of 46003 with flag 632245/290000
44.15/42.73	c cleaning 23992 clauses out of 48001 with flag 686683/315000
47.91/46.50	c cleaning 25005 clauses out of 50010 with flag 743510/341001
52.72/51.20	c cleaning 26003 clauses out of 52006 with flag 802891/368002
57.40/55.87	c cleaning 26996 clauses out of 54001 with flag 863975/396000
63.14/62.07	c cleaning 28003 clauses out of 56005 with flag 927323/425000
68.19/67.00	c cleaning 29001 clauses out of 58004 with flag 992471/455002
73.41/72.14	c cleaning 29998 clauses out of 60002 with flag 1059770/486001
78.99/77.68	c cleaning 30999 clauses out of 62004 with flag 1129524/518001
83.46/82.11	c cleaning 31999 clauses out of 64004 with flag 1201609/551000
88.87/87.51	c cleaning 32997 clauses out of 66005 with flag 1275589/585000
94.56/93.67	c cleaning 34004 clauses out of 68008 with flag 1351924/620000
100.16/99.17	c cleaning 35002 clauses out of 70004 with flag 1430359/656000
105.94/104.82	c cleaning 35993 clauses out of 72002 with flag 1510866/693000
112.00/110.89	c cleaning 37000 clauses out of 74009 with flag 1593930/731000
119.04/117.80	c cleaning 38000 clauses out of 76009 with flag 1679345/770000
126.14/125.31	c cleaning 39001 clauses out of 78010 with flag 1766498/810001
134.72/133.86	c cleaning 40002 clauses out of 80009 with flag 1855857/851001
143.30/142.38	c cleaning 40993 clauses out of 82006 with flag 1947744/893000
150.95/150.36	c cleaning 42007 clauses out of 84015 with flag 2041701/936002
158.73/158.08	c cleaning 43001 clauses out of 86008 with flag 2137390/980002
167.37/166.60	c cleaning 43997 clauses out of 88006 with flag 2235504/1025001
175.44/174.69	c cleaning 44999 clauses out of 90008 with flag 2335347/1071000
184.63/185.28	c cleaning 46004 clauses out of 92009 with flag 2437362/1118000
194.53/195.01	c cleaning 47002 clauses out of 94005 with flag 2542363/1166000
206.40/206.86	c cleaning 48001 clauses out of 96003 with flag 2649700/1215000
219.74/220.62	c cleaning 49002 clauses out of 98003 with flag 2758861/1265001
233.13/233.80	c cleaning 50001 clauses out of 100001 with flag 2870324/1316001
249.58/250.52	c cleaning 51000 clauses out of 102000 with flag 2983933/1368001
264.61/265.45	c cleaning 51993 clauses out of 104000 with flag 3099546/1421001
274.84/275.95	c cleaning 53000 clauses out of 106006 with flag 3217414/1475000
287.96/288.97	c cleaning 53995 clauses out of 108008 with flag 3337410/1530002
302.51/303.02	c cleaning 55002 clauses out of 110012 with flag 3459628/1586001
315.38/316.66	c cleaning 56000 clauses out of 112010 with flag 3584241/1643001
329.82/331.13	c cleaning 57005 clauses out of 114009 with flag 3711016/1701000
345.25/346.99	c cleaning 57999 clauses out of 116006 with flag 3839839/1760002
361.30/363.09	c cleaning 59002 clauses out of 118006 with flag 3970886/1820001
375.95/377.67	c cleaning 59999 clauses out of 120003 with flag 4103827/1881000
393.67/395.64	c cleaning 61002 clauses out of 122005 with flag 4239122/1943001
411.84/413.70	c cleaning 61998 clauses out of 124002 with flag 4376539/2006000
430.26/432.40	c cleaning 62998 clauses out of 126004 with flag 4516369/2070000
453.11/455.16	c cleaning 63994 clauses out of 128006 with flag 4658140/2135000
475.04/477.45	c cleaning 65006 clauses out of 130012 with flag 4802375/2201000
492.02/494.66	c cleaning 65994 clauses out of 132007 with flag 4948585/2268001
510.75/513.40	c cleaning 67003 clauses out of 134014 with flag 5097233/2336002
529.33/532.37	c cleaning 67995 clauses out of 136009 with flag 5247901/2405000
553.93/557.08	c cleaning 69004 clauses out of 138014 with flag 5400652/2475000
574.95/578.07	c cleaning 69996 clauses out of 140010 with flag 5555738/2546000
593.56/596.85	c cleaning 71005 clauses out of 142014 with flag 5712702/2618000
614.60/618.09	c cleaning 72000 clauses out of 144009 with flag 5871661/2691000
634.88/638.28	c cleaning 73003 clauses out of 146010 with flag 6032917/2765001
660.13/663.60	c cleaning 74004 clauses out of 148007 with flag 6196877/2840001
690.14/693.85	c cleaning 74997 clauses out of 150003 with flag 6362790/2916001
714.87/718.87	c cleaning 76003 clauses out of 152006 with flag 6530706/2993001
739.44/743.02	c cleaning 76998 clauses out of 154002 with flag 6700794/3071000
766.08/769.99	c cleaning 77998 clauses out of 156004 with flag 6872835/3150000
790.64/794.49	c cleaning 78992 clauses out of 158006 with flag 7047063/3230000
819.00/823.03	c cleaning 80004 clauses out of 160014 with flag 7223835/3311000
845.28/849.64	c cleaning 81000 clauses out of 162011 with flag 7402331/3393001
877.50/881.96	c cleaning 82000 clauses out of 164010 with flag 7583549/3476000
914.70/919.37	c cleaning 82996 clauses out of 166010 with flag 7767127/3560000
945.60/950.56	c cleaning 84002 clauses out of 168014 with flag 7953171/3645000
980.18/985.36	c cleaning 85001 clauses out of 170012 with flag 8140806/3731000
1020.46/1025.95	c cleaning 86000 clauses out of 172012 with flag 8329997/3818001
1058.90/1064.45	c cleaning 87005 clauses out of 174012 with flag 8522868/3906001
1102.21/1107.80	c cleaning 88001 clauses out of 176006 with flag 8717013/3995000
1141.48/1147.17	c cleaning 89002 clauses out of 178005 with flag 8913080/4085000
1172.02/1177.71	c cleaning 89997 clauses out of 180004 with flag 9111489/4176001
1203.81/1209.42	c cleaning 90999 clauses out of 182006 with flag 9312204/4268000
1237.64/1243.51	c cleaning 91998 clauses out of 184007 with flag 9515146/4361000
1273.38/1279.12	c cleaning 92999 clauses out of 186010 with flag 9720152/4455001
1311.27/1317.34	c cleaning 94001 clauses out of 188011 with flag 9927530/4550001
1353.43/1359.80	c cleaning 95002 clauses out of 190011 with flag 10137105/4646002
1402.48/1409.47	c cleaning 95996 clauses out of 192008 with flag 10348204/4743001
1436.75/1443.97	c cleaning 96998 clauses out of 194011 with flag 10561472/4841000
1475.96/1483.23	c cleaning 98003 clauses out of 196013 with flag 10777758/4940000
1519.59/1526.95	c cleaning 99004 clauses out of 198010 with flag 10996504/5040000
1553.94/1561.25	c cleaning 99993 clauses out of 200006 with flag 11215769/5141000
1584.45/1591.61	c cleaning 101003 clauses out of 202014 with flag 11438027/5243001
1622.90/1630.57	c cleaning 102000 clauses out of 204010 with flag 11662602/5346000
1661.76/1669.45	c cleaning 103002 clauses out of 206011 with flag 11889059/5450001
1702.90/1710.38	c cleaning 104004 clauses out of 208008 with flag 12117909/5555000
1738.83/1746.33	c cleaning 105003 clauses out of 210005 with flag 12349100/5661001
1771.00/1778.68	c cleaning 105994 clauses out of 212001 with flag 12581731/5768000
1805.49/1813.19	c cleaning 107004 clauses out of 214007 with flag 12817262/5876000
1841.02/1848.76	c cleaning 107999 clauses out of 216003 with flag 13054174/5985000
1881.17/1888.96	c cleaning 108997 clauses out of 218005 with flag 13293500/6095001
1916.86/1924.50	c cleaning 109999 clauses out of 220007 with flag 13535960/6206000
1960.24/1968.26	c cleaning 110998 clauses out of 222009 with flag 13780943/6318001
2006.02/2013.62	c cleaning 112001 clauses out of 224010 with flag 14027592/6431000
2058.01/2065.83	c cleaning 112989 clauses out of 226010 with flag 14276100/6545001
2100.15/2107.98	c cleaning 114003 clauses out of 228020 with flag 14527657/6660000
2142.84/2169.24	c cleaning 115002 clauses out of 230017 with flag 14781235/6776000
2193.61/2220.95	c cleaning 116007 clauses out of 232017 with flag 15036619/6893002
2245.50/2273.79	c cleaning 116998 clauses out of 234009 with flag 15294417/7011001
2294.06/2323.55	c cleaning 118005 clauses out of 236010 with flag 15554385/7130000
2349.06/2379.11	c cleaning 119001 clauses out of 238006 with flag 15816304/7250001
2401.77/2433.21	c cleaning 120000 clauses out of 240004 with flag 16081177/7371000
2444.57/2477.67	c cleaning 120998 clauses out of 242005 with flag 16348007/7493001
2484.61/2517.78	c cleaning 121999 clauses out of 244006 with flag 16617307/7616000
2530.51/2563.85	c cleaning 122997 clauses out of 246007 with flag 16887490/7740000
2577.19/2610.33	c cleaning 124004 clauses out of 248011 with flag 17160106/7865001
2627.63/2661.77	c cleaning 125001 clauses out of 250006 with flag 17434886/7991000
2677.75/2711.87	c cleaning 125995 clauses out of 252005 with flag 17710938/8118000
2743.46/2777.83	c cleaning 127005 clauses out of 254010 with flag 17989721/8246000
2793.22/2827.52	c cleaning 127993 clauses out of 256006 with flag 18271395/8375001
2850.72/2885.46	c cleaning 128996 clauses out of 258014 with flag 18554772/8505002
2905.10/2940.03	c cleaning 130001 clauses out of 260017 with flag 18840758/8636001
2956.38/2990.63	c cleaning 131007 clauses out of 262016 with flag 19128777/8768001
3013.55/3048.46	c cleaning 132001 clauses out of 264010 with flag 19419601/8901002
3079.81/3115.04	c cleaning 133000 clauses out of 266008 with flag 19711998/9035001
3141.18/3176.83	c cleaning 133997 clauses out of 268007 with flag 20007122/9170000
3213.55/3249.10	c cleaning 135002 clauses out of 270010 with flag 20304150/9306000
3279.77/3315.45	c cleaning 136001 clauses out of 272008 with flag 20603227/9443000
3342.96/3378.91	c cleaning 137000 clauses out of 274007 with flag 20904446/9581000
3405.62/3442.21	c cleaning 137997 clauses out of 276007 with flag 21207200/9720000
3466.84/3503.35	c cleaning 139001 clauses out of 278010 with flag 21512810/9860000
3530.63/3567.69	c cleaning 139999 clauses out of 280010 with flag 21820060/10001001
3599.54/3637.09	c cleaning 141002 clauses out of 282010 with flag 22129987/10143000
3600.04/3637.51	c starts		: 1
3600.04/3637.51	c timeout
3600.04/3637.52	c conflicts		: 10144885
3600.04/3637.52	c decisions		: 10724160
3600.04/3637.52	c propagations		: 116307825
3600.04/3637.52	c inspects		: 13972419882
3600.04/3637.52	c shortcuts		: 0
3600.04/3637.52	c learnt literals	: 0
3600.04/3637.52	c learnt binary clauses	: 0
3600.04/3637.52	c learnt ternary clauses	: 0
3600.04/3637.52	c learnt constraints	: 10144885
3600.04/3637.52	c ignored constraints	: 0
3600.04/3637.52	c root simplifications	: 0
3600.04/3637.52	c removed literals (reason simplification)	: 133201842
3600.04/3637.52	c reason swapping (by a shorter reason)	: 0
3600.04/3637.52	c Calls to reduceDB	: 138
3600.04/3637.52	c Number of update (reduction) of LBD	: 161908
3600.04/3637.52	c Imported unit clauses	: 0
3600.04/3637.52	c No decision after first conflict	: false
3600.04/3637.52	c number of reductions to clauses (during analyze)	: 0
3600.04/3637.52	c number of learned constraints concerned by reduction	: 0
3600.04/3637.52	c number of learning phase by resolution	: 0
3600.04/3637.52	c number of learning phase by cutting planes	: 0
3600.04/3637.52	c number of rounding to 1 operations	: 0
3600.04/3637.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3637.52	c number of reductions of the coefficients by power 2 	: 0
3600.04/3637.52	c number of right shift for reduction by power 2 	: 0
3600.04/3637.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3637.52	c number of ending skipping 	: 0
3600.04/3637.52	c number of internal skipping 	: 0
3600.04/3637.52	c number of derivation steps 	: 0
3600.04/3637.52	c number of skipped derivation steps 	: 0
3600.04/3637.52	c number of remaining unassigned 	: 0
3600.04/3637.52	c number of remaining assigned 	: 0
3600.04/3637.52	c number of falsified literals weakened from reason	: 0
3600.04/3637.52	c number of falsified literals weakened from conflict	: 0
3600.04/3637.52	c time for arithmetic operations	: 0
3600.04/3637.52	c minimum degree of deleted constraints	: null
3600.04/3637.52	c maximum degree of deleted constraints	: null
3600.04/3637.52	c number of deleted constraints	: 0
3600.04/3637.52	c speed (assignments/second)	: 31980.796589971076
3600.04/3637.52	c non guided choices	: 146
3600.04/3637.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 142893
3600.04/3637.59	s UNKNOWN
3600.04/3637.59	c Total wall clock time (in seconds): 3636.911

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-4453162-1721842681/watcher-4453162-1721842681 -o /tmp/evaluation-result-4453162-1721842681/solver-4453162-1721842681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721842681-206633 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4453162-1721842681 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453162-1721842681.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=206667, runsolver pid=206661
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 1.00 1.43 2.41 1/260 206696
/proc/meminfo: memFree=115905412/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=37736 memory=2044 CPUtime=0 cores=1,3
/proc/206667/stat : 206667 (java) D 206661 206667 206621 0 -1 4194304 170 0 3 0 0 0 0 0 20 0 1 0 20791698 38641664 511 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 0 0 0 0 17 1 0 0 10 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 9434 511 468 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2044 KiB

[startup+0.205879 s]*
/proc/loadavg: 1.00 1.43 2.41 2/264 206700
/proc/meminfo: memFree=115891300/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=104392 memory=8200 CPUtime=0 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 602 0 13 0 0 0 0 0 20 0 2 0 20791698 106897408 2050 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 0 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 26098 2050 1675 1 0 582 0
[pid=206667/tid=206700] ppid=206661 vsize=104392 memory=6874026233295995011 CPUtime=0 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) D 206661 206667 206621 0 -1 4194368 22 0 5 0 0 0 0 0 20 0 2 0 20791718 106897408 2050 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 0 0 0 0 -1 1 0 0 1 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 104392 KiB
Current children cumulated memory: 8200 KiB

[startup+0.305338 s]*
/proc/loadavg: 1.00 1.43 2.41 1/264 206700
/proc/meminfo: memFree=115860648/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=280404 memory=19080 CPUtime=0 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 1344 0 21 0 0 0 0 0 20 0 2 0 20791698 287133696 4770 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16784588 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 70101 4770 2715 1 0 2309 0
[pid=206667/tid=206700] ppid=206661 vsize=280404 memory=-9030953543885628092 CPUtime=0 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) D 206661 206667 206621 0 -1 4456512 764 0 13 0 0 0 0 0 20 0 2 0 20791718 287133696 4770 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16784588 0 0 0 -1 1 0 0 10 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 280404 KiB
Current children cumulated memory: 19080 KiB

[startup+0.700794 s]
/proc/loadavg: 1.00 1.43 2.41 1/328 206764
/proc/meminfo: memFree=115733388/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=18975048 memory=69268 CPUtime=0.23 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 7499 0 48 0 21 2 0 0 20 0 18 0 20791698 19430449152 17317 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4743762 17317 5603 1 0 549512 0
[pid=206667/tid=206700] ppid=206661 vsize=18975048 memory=5468 CPUtime=0.14 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 1077936192 5882 0 33 0 12 2 0 0 20 0 18 0 20791718 19430449152 17317 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20791744 19430449152 17317 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=18975048 memory=280814223142304 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 20791748 19430449152 17317 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69268 KiB

[startup+1.50094 s]
/proc/loadavg: 1.00 1.43 2.41 11/333 206769
/proc/meminfo: memFree=115394704/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=180184 CPUtime=1.8 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 13592 0 48 0 175 5 0 0 20 0 20 0 20791698 19566772224 45046 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 45046 5814 1 0 553059 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=0 CPUtime=0.89 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 6043 0 33 0 85 4 0 0 20 0 20 0 20791718 19566772224 45046 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=13472 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 45046 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=75556 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 45046 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 45046 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180184 KiB

[startup+3.10996 s]
/proc/loadavg: 1.00 1.43 2.41 9/337 206773
/proc/meminfo: memFree=114433664/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=451120 CPUtime=4.56 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 22634 0 48 0 442 14 0 0 20 0 20 0 20791698 19566772224 112780 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 112780 5842 1 0 669116 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=0 CPUtime=2.43 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 7532 0 33 0 233 10 0 0 20 0 20 0 20791718 19566772224 112780 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 112780 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=81620 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 112780 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=186380 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 112780 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 451120 KiB

[startup+6.30095 s]
/proc/loadavg: 1.24 1.47 2.42 8/337 206775
/proc/meminfo: memFree=111833336/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=1067492 CPUtime=7.97 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 23658 0 48 0 768 29 0 0 20 0 20 0 20791698 19566772224 266873 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 266873 5842 1 0 842516 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=0 CPUtime=5.47 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 7861 0 33 0 524 23 0 0 20 0 20 0 20791718 19566772224 266873 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=202212 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 266873 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 266873 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=180184 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 266873 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1067492 KiB

[startup+12.7003 s]
/proc/loadavg: 1.46 1.51 2.43 6/337 206775
/proc/meminfo: memFree=109599940/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=1497092 CPUtime=14.52 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 27166 0 48 0 1406 46 0 0 20 0 20 0 20791698 19566772224 374273 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 374273 5842 1 0 842528 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=13472 CPUtime=11.64 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 8301 0 33 0 1125 39 0 0 20 0 20 0 20791718 19566772224 374273 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 374273 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 374273 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=1485348 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 374273 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1497092 KiB

[startup+25.5003 s]
/proc/loadavg: 2.17 1.67 2.47 6/337 206778
/proc/meminfo: memFree=107577848/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=2209528 CPUtime=27.59 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 211980 0 48 0 2670 89 0 0 20 0 20 0 20791698 19566772224 552382 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 552382 5842 1 0 842534 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=0 CPUtime=24.22 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 154295 0 33 0 2345 77 0 0 20 0 20 0 20791718 19566772224 552382 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=2189564 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 552382 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=1108452 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 552382 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 552382 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 27.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2209528 KiB

[startup+51.106 s]
/proc/loadavg: 2.79 1.86 2.51 6/337 206782
/proc/meminfo: memFree=106140724/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=2463024 CPUtime=52.63 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 584786 0 48 0 5124 139 0 0 20 0 20 0 20791698 19566772224 615756 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 615756 5842 1 0 842534 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=13472 CPUtime=48.37 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 416320 0 33 0 4723 114 0 0 20 0 20 0 20791718 19566772224 615756 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 118 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 615756 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 615756 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=4420 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 615756 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 52.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2463024 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=206667] ppid=206661 vsize=19108176 memory=2689592 CPUtime=103.35 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 1004335 0 48 0 10122 213 0 0 20 0 20 0 20791698 19566772224 672398 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 672398 5859 1 0 842534 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=2667900 CPUtime=97.7 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 663906 0 33 0 9598 172 0 0 20 0 20 0 20791718 19566772224 672398 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 211 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0

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

/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 9749504 0 33 0 316752 2291 0 0 20 0 20 0 20791718 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5065 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=13472 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=75556 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3143 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=2862496 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3246.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862496 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=206667] ppid=206661 vsize=19108176 memory=2862496 CPUtime=3306.51 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 15169008 0 48 0 327924 2727 0 0 20 0 20 0 20791698 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 715624 5859 1 0 727184 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=2862496 CPUtime=3249.53 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 9954106 0 33 0 322624 2329 0 0 20 0 20 0 20791718 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5102 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=2862496 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=75556 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3143 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3306.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862496 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=206667] ppid=206661 vsize=19108176 memory=2862496 CPUtime=3365.99 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 15455558 0 48 0 333831 2768 0 0 20 0 20 0 20791698 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 715624 5859 1 0 727184 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=5532 CPUtime=3308.33 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 10169315 0 33 0 328468 2365 0 0 20 0 20 0 20791718 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5174 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=75556 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=13472 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3201 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=2862496 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715624 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3365.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862496 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=206667] ppid=206661 vsize=19108176 memory=2862608 CPUtime=3425.98 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 15687197 0 48 0 339790 2808 0 0 20 0 20 0 20791698 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 715652 5875 1 0 727184 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=5532 CPUtime=3367.04 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 10321663 0 33 0 334305 2399 0 0 20 0 20 0 20791718 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5249 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=13472 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3281 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=2862496 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3425.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862608 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=206667] ppid=206661 vsize=19108176 memory=2862608 CPUtime=3485.53 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 15861952 0 48 0 345708 2845 0 0 20 0 20 0 20791698 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 715652 5875 1 0 727184 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=75556 CPUtime=3425.89 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 10460481 0 33 0 340157 2432 0 0 20 0 20 0 20791718 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5313 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=2216 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3281 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3485.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862608 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=206667] ppid=206661 vsize=19108176 memory=2862608 CPUtime=3545.01 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 16149000 0 48 0 351608 2893 0 0 20 0 20 0 20791698 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 715652 5875 1 0 727184 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=26016 CPUtime=3484.8 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 10673873 0 33 0 346006 2474 0 0 20 0 20 0 20791718 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5377 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3329 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=13472 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3545.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.5 s]
/proc/loadavg: 3.75 4.07 4.14 3/281 208710
/proc/meminfo: memFree=84459576/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19108176 memory=2862608 CPUtime=3600.04 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 16242044 0 48 0 357084 2920 0 0 20 0 20 0 20791698 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 1 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4777044 715652 5875 1 0 727184 0
[pid=206667/tid=206700] ppid=206661 vsize=19108176 memory=2862608 CPUtime=3539.19 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) R 206661 206667 206621 0 -1 4194368 10734237 0 33 0 351422 2497 0 0 20 0 20 0 20791718 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5408 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20791744 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19108176 memory=2862608 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3439 0 0 0 0 0 0 0 20 0 20 0 20791748 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206769] ppid=206661 vsize=19108176 memory=12452 CPUtime=0 cores=1,3
/proc/206667/task/206769/stat : 206769 (Timer-0) S 206661 206667 206621 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20791770 19566772224 715652 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.96 s, system=29.3051 s

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

[startup+3637.6 s]
/proc/loadavg: 3.75 4.07 4.14 3/281 208710
/proc/meminfo: memFree=84459576/131524600 swapFree=131056796/131071996
[pid=206667] ppid=206661 vsize=19307868 memory=2863272 CPUtime=3600.16 cores=1,3
/proc/206667/stat : 206667 (java) S 206661 206667 206621 0 -1 1077936128 16249394 0 48 0 357095 2921 0 0 20 0 16 0 20791698 19771256832 715818 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 24 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
/proc/206667/statm: 4826967 715818 5872 1 0 728113 0
[pid=206667/tid=206700] ppid=206661 vsize=19307868 memory=2862608 CPUtime=3539.22 cores=1,3
/proc/206667/task/206700/stat : 206700 (java) D 206661 206667 206621 0 -1 4194368 10734565 0 33 0 351424 2498 0 0 20 0 16 0 20791718 19771256832 715818 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5422 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206736] ppid=206661 vsize=19307868 memory=7380395271175558503 CPUtime=0 cores=1,3
/proc/206667/task/206736/stat : 206736 (Finalizer) S 206661 206667 206621 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 16 0 20791744 19771256832 715818 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
[pid=206667/tid=206762] ppid=206661 vsize=19307868 memory=39200 CPUtime=0 cores=1,3
/proc/206667/task/206762/stat : 206762 (Common-Cleaner) S 206661 206667 206621 0 -1 1077936192 3439 0 0 0 0 0 0 0 20 0 16 0 20791748 19771256832 715818 134679101440 93984972734464 93984972738160 140731623344112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93984972745976 93984972746768 93984975794176 140731623351211 140731623351393 140731623351393 140731623358408 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2863272 KiB

[startup+3637.71 s]*
/proc/loadavg: 3.75 4.07 4.14 2/243 208717
/proc/meminfo: memFree=88341276/131524600 swapFree=131056796/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3637.72
CPU time (s): 3600.26
CPU user time (s): 3570.96
CPU system time (s): 29.3051
CPU usage (%): 98.9702
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3327796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.96
system time used= 29.3051
maximum resident set size= 3327796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16249445
page faults= 48
swaps= 0
block input operations= 5048
block output operations= 24044112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122438
involuntary context switches= 18862


# summary of solver processes directly reported to runsolver:
#   pid: 206667
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3570.96
#   total CPU system time (s): 29.3051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13328 second user time and 19.4094 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-24 19:38:01
IDJOB=4453162
IDBENCH=169053
IDSOLVER=3079
FILE ID=nodeC032/4453162-1721842681
RUNJOBID= nodeC032-1721842681-206633
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-grid6_61.shuf-3.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-4453162-1721842681/watcher-4453162-1721842681 -o /tmp/evaluation-result-4453162-1721842681/solver-4453162-1721842681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721842681-206633 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4453162-1721842681 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4453162-1721842681.opb

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

MD5SUM BENCH= bfdf6d83df30c910f347e65f608bda2f
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:39