Trace number 4502747

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)165 3600.29 3613.03

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUM75f9ad7c30513194432fdca99f15ae89
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1007.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4502747-1752596958.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.15	c  objective function found
0.13/0.20	c ... done. Wall clock time 0.066s.
0.13/0.20	c declared #vars     200
0.13/0.20	c #constraints  1999
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1999
0.13/0.20	c 1999 constraints processed.
0.13/0.21	c objective function length is 200 literals
0.31/0.23	c SATISFIABLE
0.31/0.23	c OPTIMIZING...
0.31/0.23	c Got one! Elapsed wall clock time (in seconds):0.099
0.31/0.23	o 172
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.113
0.31/0.25	o 171
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.35
0.68/0.48	o 170
0.86/0.53	c Got one! Elapsed wall clock time (in seconds):0.399
0.86/0.53	o 169
1.03/0.66	c Got one! Elapsed wall clock time (in seconds):0.531
1.03/0.66	o 168
2.39/1.39	c cleaning 3451 clauses out of 6907 with flag 10738/6907
2.58/1.40	c Got one! Elapsed wall clock time (in seconds):1.269
2.58/1.40	o 167
2.58/1.43	c Got one! Elapsed wall clock time (in seconds):1.298
2.58/1.43	o 166
2.98/1.68	c Got one! Elapsed wall clock time (in seconds):1.542
2.98/1.68	o 165
3.73/2.04	c cleaning 4866 clauses out of 9731 with flag 6629/13182
4.33/2.56	c cleaning 5429 clauses out of 10865 with flag 19476/19182
5.26/3.22	c cleaning 6219 clauses out of 12437 with flag 34274/26183
6.05/3.99	c cleaning 7103 clauses out of 14219 with flag 51240/34184
7.25/5.00	c cleaning 8051 clauses out of 16116 with flag 72492/43184
8.45/6.03	c cleaning 9032 clauses out of 18065 with flag 95174/53184
9.66/7.22	c cleaning 10015 clauses out of 20033 with flag 121120/64184
10.97/8.52	c cleaning 11005 clauses out of 22016 with flag 148657/76182
12.37/9.98	c cleaning 12005 clauses out of 24011 with flag 178884/89182
13.88/11.40	c cleaning 13003 clauses out of 26006 with flag 210294/103182
15.54/13.02	c cleaning 14002 clauses out of 28003 with flag 241348/118182
17.28/14.77	c cleaning 15001 clauses out of 30001 with flag 274543/134182
19.27/16.66	c cleaning 16001 clauses out of 32001 with flag 309735/151183
21.29/18.67	c cleaning 16999 clauses out of 34000 with flag 347212/169183
23.49/20.84	c cleaning 18001 clauses out of 36001 with flag 386660/188183
26.03/23.38	c cleaning 19000 clauses out of 38000 with flag 428085/208183
28.73/26.03	c cleaning 19997 clauses out of 40000 with flag 471696/229183
31.84/29.19	c cleaning 20997 clauses out of 42002 with flag 517216/251182
35.46/32.71	c cleaning 21996 clauses out of 44005 with flag 564981/274182
38.93/36.20	c cleaning 23004 clauses out of 46009 with flag 614937/298182
42.73/40.22	c cleaning 24002 clauses out of 48007 with flag 666714/323184
46.87/44.31	c cleaning 24996 clauses out of 50004 with flag 720665/349183
51.52/49.00	c cleaning 26004 clauses out of 52008 with flag 776668/376183
56.38/53.79	c cleaning 26999 clauses out of 54003 with flag 834786/404182
61.37/58.74	c cleaning 28000 clauses out of 56004 with flag 895126/433182
66.66/63.89	c cleaning 28996 clauses out of 58004 with flag 957408/463182
72.56/70.09	c cleaning 30005 clauses out of 60010 with flag 1021579/494184
78.69/76.19	c cleaning 30997 clauses out of 62003 with flag 1087942/526182
85.62/83.10	c cleaning 31998 clauses out of 64008 with flag 1156297/559184
92.36/89.74	c cleaning 33004 clauses out of 66009 with flag 1226942/593183
99.39/96.70	c cleaning 33999 clauses out of 68004 with flag 1299570/628182
107.15/105.02	c cleaning 35003 clauses out of 70006 with flag 1374175/664183
114.79/112.68	c cleaning 36001 clauses out of 72004 with flag 1451003/701184
122.13/119.92	c cleaning 36995 clauses out of 74001 with flag 1529882/739182
130.47/128.21	c cleaning 38001 clauses out of 76006 with flag 1610817/778182
139.36/137.45	c cleaning 38999 clauses out of 78006 with flag 1693998/818183
149.35/147.35	c cleaning 39998 clauses out of 80006 with flag 1779161/859182
158.51/156.42	c cleaning 41002 clauses out of 82009 with flag 1866542/901183
168.23/166.37	c cleaning 42004 clauses out of 84007 with flag 1956101/944183
178.86/176.97	c cleaning 43002 clauses out of 86003 with flag 2047635/988183
190.65/188.65	c cleaning 44000 clauses out of 88000 with flag 2141289/1033182
202.27/200.58	c cleaning 44999 clauses out of 90000 with flag 2236757/1079182
214.91/213.19	c cleaning 45989 clauses out of 92002 with flag 2334015/1126183
228.81/227.15	c cleaning 47003 clauses out of 94012 with flag 2433258/1174182
241.75/240.10	c cleaning 48005 clauses out of 96009 with flag 2534743/1223182
256.46/254.95	c cleaning 48996 clauses out of 98005 with flag 2638178/1273183
269.79/268.29	c cleaning 49997 clauses out of 100009 with flag 2744096/1324183
285.47/283.87	c cleaning 51005 clauses out of 102011 with flag 2851999/1376182
300.41/299.03	c cleaning 52000 clauses out of 104007 with flag 2961801/1429183
317.07/316.01	c cleaning 52995 clauses out of 106006 with flag 3073700/1483182
334.22/333.12	c cleaning 54000 clauses out of 108011 with flag 3188035/1538182
352.44/351.52	c cleaning 55006 clauses out of 110012 with flag 3304184/1594183
370.95/369.74	c cleaning 56001 clauses out of 112007 with flag 3422438/1651184
388.89/387.94	c cleaning 57004 clauses out of 114007 with flag 3542970/1709185
408.47/407.72	c cleaning 57991 clauses out of 116000 with flag 3665354/1768182
429.95/429.11	c cleaning 59001 clauses out of 118010 with flag 3789991/1828183
452.07/451.53	c cleaning 60004 clauses out of 120008 with flag 3916607/1889182
474.81/474.50	c cleaning 61003 clauses out of 122007 with flag 4045360/1951185
499.39/499.01	c cleaning 61999 clauses out of 124003 with flag 4176477/2014184
524.24/523.95	c cleaning 62999 clauses out of 126004 with flag 4309581/2078184
546.27/546.02	c cleaning 63999 clauses out of 128003 with flag 4444479/2143182
567.89/568.01	c cleaning 64997 clauses out of 130005 with flag 4581505/2209183
591.21/591.32	c cleaning 65996 clauses out of 132009 with flag 4720890/2276184
617.37/617.63	c cleaning 67002 clauses out of 134011 with flag 4862056/2344182
644.06/644.46	c cleaning 67999 clauses out of 136009 with flag 5005317/2413182
671.31/671.86	c cleaning 68999 clauses out of 138010 with flag 5150792/2483182
698.59/699.56	c cleaning 70004 clauses out of 140012 with flag 5298655/2554183
728.57/729.84	c cleaning 71003 clauses out of 142009 with flag 5448040/2626184
756.21/757.75	c cleaning 71996 clauses out of 144004 with flag 5599912/2699182
784.49/786.32	c cleaning 73005 clauses out of 146009 with flag 5753589/2773183
814.18/816.29	c cleaning 73998 clauses out of 148004 with flag 5909720/2848183
844.41/846.67	c cleaning 74999 clauses out of 150005 with flag 6068225/2924182
877.50/880.03	c cleaning 76000 clauses out of 152007 with flag 6227979/3001183
912.04/914.67	c cleaning 77000 clauses out of 154009 with flag 6389967/3079185
945.49/948.34	c cleaning 77999 clauses out of 156007 with flag 6554378/3158183
981.48/984.22	c cleaning 79003 clauses out of 158007 with flag 6720562/3238182
1014.91/1017.93	c cleaning 79997 clauses out of 160005 with flag 6889307/3319183
1047.28/1050.69	c cleaning 80998 clauses out of 162008 with flag 7060092/3401183
1085.39/1088.97	c cleaning 82005 clauses out of 164009 with flag 7232858/3484182
1129.22/1132.77	c cleaning 82994 clauses out of 166004 with flag 7406603/3568182
1174.15/1177.73	c cleaning 84004 clauses out of 168012 with flag 7582392/3653184
1215.48/1219.27	c cleaning 85000 clauses out of 170009 with flag 7760392/3739185
1257.62/1261.48	c cleaning 85998 clauses out of 172006 with flag 7940955/3826182
1301.17/1305.15	c cleaning 87004 clauses out of 174010 with flag 8123394/3914184
1343.65/1347.89	c cleaning 88003 clauses out of 176006 with flag 8308116/4003184
1386.34/1390.73	c cleaning 89001 clauses out of 178002 with flag 8495051/4093183
1430.65/1435.06	c cleaning 89994 clauses out of 180000 with flag 8684194/4184182
1481.34/1485.91	c cleaning 90995 clauses out of 182006 with flag 8875147/4276182
1533.91/1538.55	c cleaning 92004 clauses out of 184011 with flag 9068067/4369182
1581.79/1586.65	c cleaning 92999 clauses out of 186008 with flag 9263275/4463183
1636.88/1641.75	c cleaning 94005 clauses out of 188010 with flag 9460728/4558184
1689.75/1694.72	c cleaning 94998 clauses out of 190003 with flag 9660574/4654182
1742.56/1747.66	c cleaning 96002 clauses out of 192007 with flag 9862185/4751184
1798.16/1803.32	c cleaning 97002 clauses out of 194003 with flag 10065815/4849182
1853.69/1858.99	c cleaning 97994 clauses out of 196001 with flag 10271384/4948182
1910.98/1916.36	c cleaning 99005 clauses out of 198009 with flag 10479306/5048184
1971.82/1977.32	c cleaning 99999 clauses out of 200002 with flag 10689046/5149182
2038.74/2044.34	c cleaning 100996 clauses out of 202003 with flag 10900349/5251182
2097.32/2103.07	c cleaning 101999 clauses out of 204007 with flag 11114145/5354182
2159.49/2164.97	c cleaning 103000 clauses out of 206008 with flag 11330024/5458182
2225.18/2230.81	c cleaning 104005 clauses out of 208009 with flag 11547606/5563183
2286.53/2292.36	c cleaning 104995 clauses out of 210004 with flag 11767237/5669183
2349.37/2355.42	c cleaning 106000 clauses out of 212010 with flag 11989665/5776184
2416.10/2422.36	c cleaning 106994 clauses out of 214008 with flag 12213923/5884182
2479.34/2485.86	c cleaning 108005 clauses out of 216015 with flag 12440654/5993183
2545.71/2552.76	c cleaning 108997 clauses out of 218010 with flag 12669543/6103183
2614.44/2621.80	c cleaning 110005 clauses out of 220013 with flag 12900260/6214183
2687.58/2695.19	c cleaning 110996 clauses out of 222007 with flag 13133116/6326182
2763.01/2771.15	c cleaning 112003 clauses out of 224013 with flag 13367762/6439184
2836.75/2845.28	c cleaning 112996 clauses out of 226009 with flag 13605595/6553183
2912.75/2921.60	c cleaning 114002 clauses out of 228013 with flag 13844335/6668183
2996.13/3005.07	c cleaning 114999 clauses out of 230010 with flag 14084941/6784182
3072.63/3081.43	c cleaning 116002 clauses out of 232011 with flag 14327976/6901182
3155.27/3164.42	c cleaning 117001 clauses out of 234009 with flag 14573480/7019182
3238.72/3248.08	c cleaning 117995 clauses out of 236010 with flag 14820723/7138184
3320.79/3330.10	c cleaning 119005 clauses out of 238015 with flag 15070538/7258184
3402.03/3411.63	c cleaning 120003 clauses out of 240008 with flag 15322935/7379182
3495.65/3505.40	c cleaning 121003 clauses out of 242007 with flag 15576872/7501184
3584.09/3594.33	c cleaning 121996 clauses out of 244002 with flag 15832293/7624182
3600.05/3610.41	c starts		: 1291
3600.05/3610.42	c conflicts		: 7656949
3600.05/3610.43	c decisions		: 7981133
3600.05/3610.43	c propagations		: 39437321
3600.05/3610.43	c inspects		: 22196482902
3600.05/3610.43	c shortcuts		: 0
3600.05/3610.43	c learnt literals	: 0
3600.05/3610.43	c learnt binary clauses	: 0
3600.05/3610.43	c learnt ternary clauses	: 0
3600.05/3610.43	c learnt constraints	: 7656949
3600.05/3610.43	c ignored constraints	: 0
3600.05/3610.43	c root simplifications	: 0
3600.05/3610.43	c removed literals (reason simplification)	: 224277349
3600.05/3610.43	c reason swapping (by a shorter reason)	: 0
3600.05/3610.43	c Calls to reduceDB	: 120
3600.05/3610.43	c Number of update (reduction) of LBD	: 55524
3600.05/3610.43	c Imported unit clauses	: 0
3600.05/3610.43	c No decision after first conflict	: false
3600.05/3610.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3610.43	c number of learned constraints concerned by reduction	: 0
3600.05/3610.43	c number of learning phase by resolution	: 0
3600.05/3610.43	c number of learning phase by cutting planes	: 0
3600.05/3610.43	c number of rounding to 1 operations	: 0
3600.05/3610.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3610.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3610.43	c number of right shift for reduction by power 2 	: 0
3600.05/3610.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3610.43	c number of ending skipping 	: 0
3600.05/3610.43	c number of internal skipping 	: 0
3600.05/3610.43	c number of derivation steps 	: 0
3600.05/3610.43	c number of skipped derivation steps 	: 0
3600.05/3610.43	c number of remaining unassigned 	: 0
3600.05/3610.43	c number of remaining assigned 	: 0
3600.05/3610.43	c number of falsified literals weakened from reason	: 0
3600.05/3610.43	c number of falsified literals weakened from conflict	: 0
3600.05/3610.43	c time for arithmetic operations	: 0
3600.05/3610.43	c minimum degree of deleted constraints	: null
3600.05/3610.43	c maximum degree of deleted constraints	: null
3600.05/3610.43	c number of deleted constraints	: 0
3600.05/3610.44	c speed (assignments/second)	: 10923.848347628
3600.05/3610.44	c non guided choices	: 0
3600.26/3610.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 154773
3600.26/3610.50	s SATISFIABLE
3600.26/3610.50	c Found 8 solution(s)
3600.26/3610.51	v -x1 x2 x3 x4 -x5 x6 x7 x8 x9 x10 x11 -x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 -x23 x24 -x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 -x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 -x70 x71 x72 x73 x74 x75 x76 x77 -x78 x79 x80 x81 x82 -x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 -x94 x95 x96 -x97 x98 x99 x100 -x101 x102 x103 x104 x105 -x106 x107 x108 x109 -x110 x111 x112 x113 x114 x115 x116 -x117 x118 -x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 -x130 x131 x132 -x133 x134 -x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 -x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 -x160 -x161 x162 x163 x164 -x165 x166 -x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 -x177 x178 x179 -x180 x181 -x182 x183 x184 x185 x186 x187 x188 x189 x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 
3600.26/3610.51	c objective function=165
3600.26/3610.51	c Total wall clock time (in seconds): 3610.374

Verifier Data

OK	165

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62443 MiB free)
  memory of node 1: 64507 MiB (53267 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 16.63 6.56 4.82 3/565 137257
/proc/meminfo: memFree=118435088/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=18930384 memory=57784 CPUtime=0.13 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 6588 0 0 0 11 2 0 0 20 0 18 0 175373701 19384713216 14446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4732596 14446 5337 1 0 547622 0
[pid=137239/tid=137241] ppid=137234 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 5074 0 0 0 7 1 0 0 20 0 18 0 175373702 19384713216 14446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=18930384 memory=224227772642 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175373704 19384713216 14446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=18930384 memory=28905 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 175373704 19384713216 14446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57784 KiB

[startup+0.211205 s]*
/proc/loadavg: 16.63 6.56 4.82 8/566 137258
/proc/meminfo: memFree=118416688/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=18930384 memory=64588 CPUtime=0.31 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 7121 0 0 0 29 2 0 0 20 0 18 0 175373701 19384713216 16147 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4732596 16147 5497 1 0 547976 0
[pid=137239/tid=137241] ppid=137234 vsize=18930384 memory=4026940443 CPUtime=0.16 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 5331 0 0 0 15 1 0 0 20 0 18 0 175373702 19384713216 16147 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=18930384 memory=219932787024 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175373704 19384713216 16147 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=18930384 memory=55186957823283 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 175373704 19384713216 16147 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64588 KiB

[startup+0.311154 s]*
/proc/loadavg: 16.63 6.56 4.82 7/567 137259
/proc/meminfo: memFree=118404464/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=18996948 memory=81784 CPUtime=0.5 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 8133 0 0 0 47 3 0 0 20 0 19 0 175373701 19452874752 20446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4749237 20446 5497 1 0 548815 0
[pid=137239/tid=137241] ppid=137234 vsize=18996948 memory=-8888531599371313852 CPUtime=0.25 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 5411 0 0 0 23 2 0 0 20 0 19 0 175373702 19452874752 20446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 175373704 19452874752 20446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 175373704 19452874752 20446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 175373724 19452874752 20446 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81784 KiB

[startup+0.701498 s]
/proc/loadavg: 16.63 6.56 4.82 7/567 137259
/proc/meminfo: memFree=118321980/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=161052 CPUtime=1.21 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 10159 0 0 0 116 5 0 0 20 0 20 0 175373701 19521036288 40263 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 40263 5529 1 0 550224 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=25984 CPUtime=0.56 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 5452 0 0 0 53 3 0 0 20 0 20 0 175373702 19521036288 40263 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 40263 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 40263 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 40263 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161052 KiB

[startup+1.50022 s]
/proc/loadavg: 16.63 6.56 4.82 6/547 137266
/proc/meminfo: memFree=118523996/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=190088 CPUtime=2.78 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 20122 0 0 0 270 8 0 0 20 0 20 0 175373701 19521036288 47522 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 47522 5529 1 0 552674 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=10752 CPUtime=1.29 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 6319 0 0 0 124 5 0 0 20 0 20 0 175373702 19521036288 47522 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 47522 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 47522 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=224194199869 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 47522 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190088 KiB

[startup+3.11099 s]
/proc/loadavg: 16.63 6.56 4.82 3/544 137295
/proc/meminfo: memFree=118077864/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=591688 CPUtime=5.18 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 22676 0 0 0 500 18 0 0 20 0 20 0 175373701 19521036288 147922 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 147922 5529 1 0 659380 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=-8888531599371313852 CPUtime=2.85 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 7091 0 0 0 271 14 0 0 20 0 20 0 175373702 19521036288 147922 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 147922 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 147922 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=280421904689120 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 147922 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 591688 KiB

[startup+6.30022 s]
/proc/loadavg: 15.46 6.48 4.80 4/544 137295
/proc/meminfo: memFree=117541976/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=869124 CPUtime=8.74 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 23055 0 0 0 847 27 0 0 20 0 20 0 175373701 19521036288 217281 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 217281 5529 1 0 659395 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=10752 CPUtime=5.96 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 7232 0 0 0 574 22 0 0 20 0 20 0 175373702 19521036288 217281 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 217281 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=4121693296637988990 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 217281 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=190088 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 217281 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 869124 KiB

[startup+12.7002 s]
/proc/loadavg: 14.38 6.41 4.79 3/544 137295
/proc/meminfo: memFree=116430236/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=1184716 CPUtime=15.24 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 25941 0 0 0 1485 39 0 0 20 0 20 0 175373701 19521036288 296179 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 296179 5529 1 0 659413 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=190088 CPUtime=12.22 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 8735 0 0 0 1191 31 0 0 20 0 20 0 175373702 19521036288 296179 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 296179 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 296179 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=951224 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 296179 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1184716 KiB

[startup+25.5002 s]
/proc/loadavg: 11.70 6.20 4.75 3/544 137295
/proc/meminfo: memFree=115499872/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=1686648 CPUtime=28.22 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 31039 0 0 0 2760 62 0 0 20 0 20 0 175373701 19521036288 421662 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 421662 5529 1 0 659416 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=10752 CPUtime=24.86 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 10019 0 0 0 2435 51 0 0 20 0 20 0 175373702 19521036288 421662 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=1426516 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 421662 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=140210952570088 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 421662 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=1422392 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 421662 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 28.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1686648 KiB

[startup+51.1111 s]
/proc/loadavg: 8.39 5.87 4.68 3/545 137297
/proc/meminfo: memFree=115183864/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=1750172 CPUtime=53.72 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 32964 0 0 0 5289 83 0 0 20 0 20 0 175373701 19521036288 437543 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 437543 5529 1 0 659417 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=1184716 CPUtime=49.93 cores=4,6

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

/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 50232 0 0 0 323667 922 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3273 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 1.15 1.52 2/267 137512
/proc/meminfo: memFree=108676476/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3332.96 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 113891 0 0 0 332266 1030 0 0 20 0 20 0 175373701 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 648976 5593 1 0 661447 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3305.54 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 51304 0 0 0 329622 932 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=16620 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=16620 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3332.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.13 1.49 2/267 137514
/proc/meminfo: memFree=108590720/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3392.74 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 115078 0 0 0 338230 1044 0 0 20 0 20 0 175373701 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 648976 5593 1 0 661447 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3365.08 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 52236 0 0 0 335562 946 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3392.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB

[startup+3462.3 s]
/proc/loadavg: 1.21 1.16 1.47 2/266 137516
/proc/meminfo: memFree=108513120/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3452.6 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 115151 0 0 0 344203 1057 0 0 20 0 20 0 175373701 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 648976 5593 1 0 661447 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3424.78 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 52271 0 0 0 341522 956 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=25984 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3452.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.14 1.44 2/266 137518
/proc/meminfo: memFree=108443472/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3512.52 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 115190 0 0 0 350185 1067 0 0 20 0 20 0 175373701 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 648976 5593 1 0 661447 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3484.48 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 52281 0 0 0 347483 965 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=25984 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3512.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.15 1.43 2/264 137520
/proc/meminfo: memFree=108357108/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3572.11 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 116322 0 0 0 356132 1079 0 0 20 0 20 0 175373701 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 648976 5593 1 0 661447 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3543.82 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 53286 0 0 0 353405 977 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=25984 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 2011 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=2595904 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3572.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 1.10 1.13 1.41 2/265 137523
/proc/meminfo: memFree=108319172/131249996 swapFree=33010684/33010684
[pid=137239] ppid=137234 vsize=19063512 memory=2595904 CPUtime=3600.05 cores=4,6
/proc/137239/stat : 137239 (java) S 137234 137239 136951 0 -1 4194304 116649 0 0 0 358920 1085 0 0 20 0 20 0 175373701 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
/proc/137239/statm: 4765878 648976 5593 1 0 661447 0
[pid=137239/tid=137241] ppid=137234 vsize=19063512 memory=25984 CPUtime=3571.66 cores=4,6
/proc/137239/task/137241/stat : 137241 (java) R 137234 137239 136951 0 -1 4194368 53546 0 0 0 356184 982 0 0 20 0 20 0 175373702 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137250] ppid=137234 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/137239/task/137250/stat : 137250 (Finalizer) S 137234 137239 136951 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137257] ppid=137234 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/137239/task/137257/stat : 137257 (Common-Cleaner) S 137234 137239 136951 0 -1 4194368 2028 0 0 0 0 0 0 0 20 0 20 0 175373704 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
[pid=137239/tid=137259] ppid=137234 vsize=19063512 memory=-8888531599371313852 CPUtime=0 cores=4,6
/proc/137239/task/137259/stat : 137259 (Timer-0) S 137234 137239 136951 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 175373724 19521036288 648976 18446744073709551615 94299799011328 94299799015024 140724318515472 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94299799022840 94299799023632 94299812413440 140724318517550 140724318517732 140724318517732 140724318523336 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2595904 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3589.42 s, system=10.8698 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3611.2 s]
/proc/loadavg: 1.10 1.13 1.41 1/247 137526
/proc/meminfo: memFree=110879272/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3612 s]*
/proc/loadavg: 1.10 1.13 1.41 1/247 137526
/proc/meminfo: memFree=110879272/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3612.4 s]
/proc/loadavg: 1.10 1.13 1.41 1/247 137526
/proc/meminfo: memFree=110879272/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3613.03
CPU time (s): 3600.29
CPU user time (s): 3589.42
CPU system time (s): 10.8698
CPU usage (%): 99.6473
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2596672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.42
system time used= 10.8698
maximum resident set size= 2596800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15136616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118831
involuntary context switches= 13483


# summary of solver processes directly reported to runsolver:
#   pid: 137239
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3589.42
#   total CPU system time (s): 10.8698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45674 second user time and 17.5847 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-15 18:29:18
IDJOB=4502747
IDBENCH=155375
IDSOLVER=3364
FILE ID=nodeC024/4502747-1752596958
RUNJOBID= nodeC024-1752596955-136962
SLURM_JOB_ID= 9684388
Free space on /tmp= 432892 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502747-1752596958/watcher-4502747-1752596958 -o /tmp/evaluation-result-4502747-1752596958/solver-4502747-1752596958 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1752596955-136962 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502747-1752596958 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4502747-1752596958.opb

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

MD5SUM BENCH= 75f9ad7c30513194432fdca99f15ae89
RANDOM SEED=2087742015

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118527248 kB
MemAvailable:   129449456 kB
Buffers:            2144 kB
Cached:         11692704 kB
SwapCached:            0 kB
Active:           914756 kB
Inactive:       11073360 kB
Active(anon):     319544 kB
Inactive(anon):       36 kB
Active(file):     595212 kB
Inactive(file): 11073324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15292 kB
Writeback:             0 kB
AnonPages:        296400 kB
Mapped:           127380 kB
Shmem:             26256 kB
KReclaimable:     185420 kB
Slab:             286920 kB
SReclaimable:     185420 kB
SUnreclaim:       101500 kB
KernelStack:        8480 kB
PageTables:         3656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2593680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      154760 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432892 MiB
End job on nodeC024 at 2025-07-15 19:29:31