Trace number 4498489

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)-33 3600.61 3588.5

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUM2ee40362659bac8ce3ae96da1e16af6a
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-61
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Quality of the solution as a function of time


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

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.41/0.37	c Pseudo Boolean Optimization by upper bound
0.41/0.37	c --- Begin Solver configuration ---
0.41/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.37	c Learn all clauses as in MiniSAT
0.41/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.37	c Expensive reason simplification
0.41/0.37	c Glucose 2.1 dynamic restart strategy
0.41/0.37	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.41/0.37	c timeout=2147483s
0.41/0.37	c DB Simplification allowed=false
0.41/0.37	c Listener: none
0.41/0.37	c --- End Solver configuration ---
0.41/0.37	c solving HOME/instance-4498489-1751396662.opb
0.41/0.37	c reading problem ... 
0.41/0.37	c  objective function found
0.93/0.64	c ... done. Wall clock time 0.265s.
0.93/0.64	c declared #vars     400
0.93/0.65	c internal #vars     2892
0.93/0.65	c #constraints  5586
0.93/0.65	c constraints type 
0.93/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.93/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.93/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2492
0.93/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2492
0.93/0.65	c 5586 constraints processed.
0.93/0.68	c objective function length is 200 literals
2.83/1.61	c SATISFIABLE
2.83/1.61	c OPTIMIZING...
2.83/1.61	c Got one! Elapsed wall clock time (in seconds):1.236
2.83/1.61	o -32
3.29/2.07	c Got one! Elapsed wall clock time (in seconds):1.698
3.29/2.07	o -33
4.00/2.52	c cleaning 2996 clauses out of 6017 with flag 10214/6017
5.33/3.48	c cleaning 4491 clauses out of 9024 with flag 42615/12020
6.68/4.59	c cleaning 5776 clauses out of 11552 with flag 76549/19039
7.99/5.80	c cleaning 6851 clauses out of 13758 with flag 113355/27021
9.50/7.35	c cleaning 7947 clauses out of 15904 with flag 165083/36018
10.99/8.81	c cleaning 8970 clauses out of 17956 with flag 208746/46017
12.89/10.78	c cleaning 9955 clauses out of 19992 with flag 265509/57023
15.32/13.17	c cleaning 11011 clauses out of 22032 with flag 338761/69018
18.42/16.21	c cleaning 11991 clauses out of 24025 with flag 398658/82022
22.71/20.52	c cleaning 13012 clauses out of 26038 with flag 467829/96026
27.60/25.47	c cleaning 14004 clauses out of 28017 with flag 532271/111017
31.00/28.87	c cleaning 14998 clauses out of 30013 with flag 616019/127017
35.90/33.54	c cleaning 16010 clauses out of 32019 with flag 694116/144021
39.82/37.31	c cleaning 17005 clauses out of 34009 with flag 761389/162021
44.91/42.49	c cleaning 17966 clauses out of 36004 with flag 852652/181021
51.69/49.20	c cleaning 19013 clauses out of 38034 with flag 955441/201017
57.50/55.04	c cleaning 19996 clauses out of 40035 with flag 1061435/222031
64.00/61.54	c cleaning 21002 clauses out of 42027 with flag 1171995/244019
72.34/69.81	c cleaning 21994 clauses out of 44025 with flag 1277817/267019
81.99/79.60	c cleaning 23026 clauses out of 46056 with flag 1383607/291044
91.18/88.78	c cleaning 24000 clauses out of 48006 with flag 1479642/316020
100.85/98.49	c cleaning 24988 clauses out of 50022 with flag 1593641/342036
112.67/110.27	c cleaning 26009 clauses out of 52019 with flag 1708626/369021
123.84/121.37	c cleaning 26997 clauses out of 54006 with flag 1795690/397017
135.48/132.98	c cleaning 28001 clauses out of 56011 with flag 1904093/426019
145.07/142.50	c cleaning 28984 clauses out of 58015 with flag 2015804/456024
154.29/151.70	c cleaning 29987 clauses out of 60024 with flag 2170163/487017
163.93/161.32	c cleaning 31011 clauses out of 62041 with flag 2304271/519021
179.46/176.85	c cleaning 32006 clauses out of 64029 with flag 2424118/552020
191.25/188.67	c cleaning 32993 clauses out of 66031 with flag 2569921/586028
206.13/203.54	c cleaning 34013 clauses out of 68027 with flag 2703867/621017
219.17/216.58	c cleaning 35018 clauses out of 70035 with flag 2878243/657038
233.12/230.01	c cleaning 35982 clauses out of 71998 with flag 3035210/694019
248.25/245.12	c cleaning 36992 clauses out of 74028 with flag 3248302/732031
264.33/261.25	c cleaning 38013 clauses out of 76032 with flag 3437595/771027
281.18/278.04	c cleaning 38996 clauses out of 78016 with flag 3604508/811024
295.92/292.78	c cleaning 39983 clauses out of 80016 with flag 3771722/852020
310.97/307.70	c cleaning 40973 clauses out of 82032 with flag 3937773/894019
328.15/324.91	c cleaning 42029 clauses out of 84057 with flag 4107709/937017
345.15/341.92	c cleaning 42992 clauses out of 86037 with flag 4273442/981026
368.54/365.33	c cleaning 44019 clauses out of 88043 with flag 4436810/1026024
388.47/385.20	c cleaning 45009 clauses out of 90020 with flag 4605347/1072020
408.92/405.62	c cleaning 46004 clauses out of 92011 with flag 4776367/1119020
430.59/426.83	c cleaning 47002 clauses out of 94007 with flag 4933104/1167020
446.31/442.54	c cleaning 48003 clauses out of 96011 with flag 5116308/1216026
468.16/464.37	c cleaning 48982 clauses out of 97999 with flag 5286413/1266017
486.73/482.97	c cleaning 49969 clauses out of 100017 with flag 5451228/1317017
509.97/506.04	c cleaning 50997 clauses out of 102050 with flag 5630290/1369019
532.16/528.27	c cleaning 52023 clauses out of 104056 with flag 5854844/1422022
555.65/551.71	c cleaning 53015 clauses out of 106030 with flag 6024328/1476019
582.91/579.10	c cleaning 53984 clauses out of 108013 with flag 6228083/1531017
611.05/606.96	c cleaning 54998 clauses out of 110032 with flag 6441930/1587020
634.90/630.76	c cleaning 56011 clauses out of 112032 with flag 6655206/1644018
665.07/660.86	c cleaning 56981 clauses out of 114020 with flag 6871490/1702017
701.03/696.73	c cleaning 58000 clauses out of 116041 with flag 7081177/1761019
731.10/726.73	c cleaning 58988 clauses out of 118041 with flag 7321497/1821019
754.09/749.67	c cleaning 60019 clauses out of 120052 with flag 7510009/1882018
778.97/774.43	c cleaning 61024 clauses out of 122051 with flag 7700283/1944036
802.14/797.68	c cleaning 62002 clauses out of 124008 with flag 7888050/2007017
831.39/826.91	c cleaning 63003 clauses out of 126011 with flag 8055495/2071022
871.36/866.89	c cleaning 64005 clauses out of 128015 with flag 8228388/2136029
908.35/903.76	c cleaning 64981 clauses out of 129999 with flag 8406443/2202018
935.23/930.56	c cleaning 65985 clauses out of 132017 with flag 8632730/2269017
967.29/962.28	c cleaning 67005 clauses out of 134034 with flag 8864004/2337019
1003.54/998.46	c cleaning 68009 clauses out of 136044 with flag 9113372/2406034
1037.95/1032.77	c cleaning 68993 clauses out of 138020 with flag 9332945/2476019
1066.45/1061.16	c cleaning 70014 clauses out of 140032 with flag 9584310/2547024
1124.02/1118.72	c cleaning 71003 clauses out of 142020 with flag 9793547/2619026
1150.84/1145.46	c cleaning 71983 clauses out of 144009 with flag 9999620/2692018
1180.30/1174.87	c cleaning 73013 clauses out of 146056 with flag 10221008/2766048
1208.89/1203.49	c cleaning 73990 clauses out of 148012 with flag 10507691/2841017
1240.27/1234.71	c cleaning 75014 clauses out of 150033 with flag 10775540/2917028
1266.84/1260.80	c cleaning 75978 clauses out of 152011 with flag 11034413/2994020
1295.29/1289.20	c cleaning 76997 clauses out of 154033 with flag 11279655/3072020
1324.68/1318.57	c cleaning 77987 clauses out of 156034 with flag 11547830/3151018
1359.59/1353.43	c cleaning 79015 clauses out of 158049 with flag 11832564/3231020
1393.29/1386.93	c cleaning 80010 clauses out of 160031 with flag 12100734/3312017
1423.35/1416.98	c cleaning 80984 clauses out of 162024 with flag 12358710/3394020
1467.79/1461.43	c cleaning 82021 clauses out of 164061 with flag 12587624/3477041
1512.05/1505.66	c cleaning 82987 clauses out of 166026 with flag 12828706/3561027
1556.23/1549.78	c cleaning 84016 clauses out of 168040 with flag 13061851/3646028
1606.20/1599.03	c cleaning 85001 clauses out of 170013 with flag 13322998/3732017
1645.95/1638.68	c cleaning 85986 clauses out of 172015 with flag 13561944/3819020
1681.40/1674.09	c cleaning 86986 clauses out of 174026 with flag 13811161/3907017
1732.49/1725.13	c cleaning 88002 clauses out of 176040 with flag 14075825/3996017
1766.42/1758.91	c cleaning 88996 clauses out of 178038 with flag 14357108/4086017
1796.43/1788.83	c cleaning 90008 clauses out of 180048 with flag 14660826/4177023
1835.17/1827.58	c cleaning 91000 clauses out of 182034 with flag 14956914/4269017
1882.17/1874.46	c cleaning 92009 clauses out of 184043 with flag 15227413/4362026
1921.63/1913.08	c cleaning 93012 clauses out of 186027 with flag 15530338/4456019
2060.61/2052.19	c cleaning 94003 clauses out of 188015 with flag 15797387/4551019
2146.88/2138.56	c cleaning 95002 clauses out of 190010 with flag 16066319/4647017
2207.55/2199.09	c cleaning 95999 clauses out of 192012 with flag 16370061/4744021
2287.49/2279.02	c cleaning 96998 clauses out of 194012 with flag 16692911/4842020
2455.07/2446.63	c cleaning 98004 clauses out of 196011 with flag 17057033/4941017
2600.71/2592.44	c cleaning 99005 clauses out of 198010 with flag 17359362/5041020
2640.36/2631.18	c cleaning 100001 clauses out of 200003 with flag 17698649/5142018
2724.72/2715.50	c cleaning 100966 clauses out of 202001 with flag 18049200/5244017
2765.15/2755.96	c cleaning 101988 clauses out of 204035 with flag 18362959/5347017
2818.82/2809.53	c cleaning 102990 clauses out of 206057 with flag 18694442/5451027
2854.64/2845.23	c cleaning 104003 clauses out of 208058 with flag 19055848/5556018
2902.75/2893.13	c cleaning 104992 clauses out of 210054 with flag 19392139/5662017
2945.01/2935.23	c cleaning 106020 clauses out of 212064 with flag 19730513/5769019
2988.96/2979.02	c cleaning 107020 clauses out of 214042 with flag 20074625/5877017
3043.38/3033.19	c cleaning 108010 clauses out of 216022 with flag 20401592/5986017
3084.72/3074.44	c cleaning 108965 clauses out of 218013 with flag 20716088/6096018
3136.21/3125.88	c cleaning 110004 clauses out of 220047 with flag 21072017/6207017
3176.76/3166.24	c cleaning 111012 clauses out of 222043 with flag 21401803/6319017
3238.57/3227.94	c cleaning 111976 clauses out of 224031 with flag 21726283/6432017
3343.00/3332.35	c cleaning 113025 clauses out of 226056 with flag 22006252/6546018
3443.97/3433.20	c cleaning 114010 clauses out of 228042 with flag 22303645/6661029
3531.12/3520.27	c cleaning 114995 clauses out of 230027 with flag 22677213/6777024
3580.49/3568.64	c cleaning 115993 clauses out of 232031 with flag 23029788/6894023
3600.04/3588.25	c starts		: 10625
3600.04/3588.28	c conflicts		: 6947218
3600.04/3588.28	c decisions		: 53777472
3600.04/3588.29	c propagations		: 496001676
3600.04/3588.29	c inspects		: 20725203917
3600.04/3588.29	c shortcuts		: 0
3600.04/3588.29	c learnt literals	: 0
3600.04/3588.29	c learnt binary clauses	: 6
3600.04/3588.29	c learnt ternary clauses	: 1843
3600.04/3588.29	c learnt constraints	: 6947218
3600.04/3588.29	c ignored constraints	: 0
3600.04/3588.29	c root simplifications	: 0
3600.04/3588.29	c removed literals (reason simplification)	: 861248974
3600.04/3588.29	c reason swapping (by a shorter reason)	: 0
3600.04/3588.29	c Calls to reduceDB	: 113
3600.04/3588.30	c Number of update (reduction) of LBD	: 1498572
3600.04/3588.30	c Imported unit clauses	: 0
3600.04/3588.30	c No decision after first conflict	: false
3600.04/3588.30	c number of reductions to clauses (during analyze)	: 0
3600.04/3588.30	c number of learned constraints concerned by reduction	: 0
3600.04/3588.30	c number of learning phase by resolution	: 0
3600.04/3588.30	c number of learning phase by cutting planes	: 0
3600.25/3588.30	c number of rounding to 1 operations	: 0
3600.25/3588.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3588.30	c number of reductions of the coefficients by power 2 	: 0
3600.25/3588.31	c number of right shift for reduction by power 2 	: 0
3600.25/3588.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3588.31	c number of ending skipping 	: 0
3600.25/3588.31	c number of internal skipping 	: 0
3600.25/3588.32	c number of derivation steps 	: 0
3600.25/3588.32	c number of skipped derivation steps 	: 0
3600.25/3588.32	c number of remaining unassigned 	: 0
3600.25/3588.32	c number of remaining assigned 	: 0
3600.25/3588.32	c number of falsified literals weakened from reason	: 0
3600.25/3588.32	c number of falsified literals weakened from conflict	: 0
3600.25/3588.32	c time for arithmetic operations	: 0
3600.25/3588.33	c minimum degree of deleted constraints	: null
3600.25/3588.33	c maximum degree of deleted constraints	: null
3600.25/3588.33	c number of deleted constraints	: 0
3600.25/3588.34	c speed (assignments/second)	: 138253.10434311183
3600.25/3588.34	c non guided choices	: 0
3600.43/3588.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 169227
3600.43/3588.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.43/3588.47	s SATISFIABLE
3600.43/3588.47	c Found 2 solution(s)
3600.43/3588.47	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 x17 x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 x35 x36 x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 x67 x68 -x69 x70 -x71 -x72 x73 -x74 x75 x76 x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 x131 -x132 x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 x303 -x304 x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 x388 x389 x390 x391 -x392 -x393 -x394 -x395 x396 -x397 x398 -x399 -x400 
3600.43/3588.48	c objective function=-33
3600.43/3588.48	c Total wall clock time (in seconds): 3588.105

Verifier Data

OK	-33

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498489-1751396662/watcher-4498489-1751396662 -o /tmp/evaluation-result-4498489-1751396662/solver-4498489-1751396662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59140 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498489-1751396662.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100073 s]*
/proc/loadavg: 1.04 1.15 1.88 9/302 59246
/proc/meminfo: memFree=119792780/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18930344 memory=45468 CPUtime=0.08 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 5419 0 1 0 4 4 0 0 20 0 18 0 55345959 19384672256 11367 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4732586 11367 4949 1 0 546690 0
[pid=59191/tid=59202] ppid=59180 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 4558 0 1 0 3 3 0 0 20 0 18 0 55345962 19384672256 11367 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18930344 memory=16142 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345968 19384672256 11367 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18930344 memory=58494082614266 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55345969 19384672256 11367 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45468 KiB

[startup+0.214751 s]*
/proc/loadavg: 1.04 1.15 1.88 9/321 59265
/proc/meminfo: memFree=119773240/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18930384 memory=51844 CPUtime=0.25 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 6101 0 1 0 20 5 0 0 20 0 18 0 55345959 19384713216 12961 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4732596 12961 5365 1 0 547214 0
[pid=59191/tid=59202] ppid=59180 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 4956 0 1 0 13 3 0 0 20 0 18 0 55345962 19384713216 12961 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345968 19384713216 12961 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55345969 19384713216 12961 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51844 KiB

[startup+0.314615 s]*
/proc/loadavg: 1.04 1.15 1.88 10/321 59265
/proc/meminfo: memFree=119752396/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18930384 memory=58064 CPUtime=0.41 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 6634 0 1 0 35 6 0 0 20 0 18 0 55345959 19384713216 14516 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4732596 14516 5365 1 0 547689 0
[pid=59191/tid=59202] ppid=59180 vsize=18930384 memory=-6000919494114501482 CPUtime=0.26 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 5113 0 1 0 22 4 0 0 20 0 18 0 55345962 19384713216 14516 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345968 19384713216 14516 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55345969 19384713216 14516 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58064 KiB

[startup+0.700401 s]
/proc/loadavg: 1.04 1.15 1.88 14/322 59266
/proc/meminfo: memFree=119730720/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18930384 memory=79116 CPUtime=1.1 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 7833 0 1 0 102 8 0 0 20 0 18 0 55345959 19384713216 19779 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4732596 19779 5493 1 0 548126 0
[pid=59191/tid=59202] ppid=59180 vsize=18930384 memory=17920 CPUtime=0.54 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 5363 0 1 0 49 5 0 0 20 0 18 0 55345962 19384713216 19779 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18930384 memory=10624 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345968 19384713216 19779 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 55345969 19384713216 19779 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 79116 KiB

[startup+1.5003 s]
/proc/loadavg: 1.04 1.15 1.88 8/302 59278
/proc/meminfo: memFree=119636780/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18996948 memory=92868 CPUtime=2.67 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 14937 0 1 0 256 11 0 0 20 0 19 0 55345959 19452874752 23217 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4749237 23217 5493 1 0 551041 0
[pid=59191/tid=59202] ppid=59180 vsize=18996948 memory=3200 CPUtime=1.27 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 5584 0 1 0 122 5 0 0 20 0 19 0 55345962 19452874752 23217 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55345968 19452874752 23217 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55345969 19452874752 23217 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=18996948 memory=14560 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 55346030 19452874752 23217 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92868 KiB

[startup+3.11114 s]
/proc/loadavg: 1.60 1.26 1.91 5/325 59334
/proc/meminfo: memFree=119495072/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18996948 memory=102300 CPUtime=4.91 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 17702 0 1 0 479 12 0 0 20 0 19 0 55345959 19452874752 25575 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4749237 25575 5493 1 0 551223 0
[pid=59191/tid=59202] ppid=59180 vsize=18996948 memory=10624 CPUtime=2.88 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 7300 0 1 0 282 6 0 0 20 0 19 0 55345962 19452874752 25575 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18996948 memory=14560 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55345968 19452874752 25575 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55345969 19452874752 25575 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 55346030 19452874752 25575 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102300 KiB

[startup+6.3004 s]
/proc/loadavg: 1.60 1.26 1.91 5/327 59336
/proc/meminfo: memFree=119256792/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=18996948 memory=124536 CPUtime=8.5 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 21044 0 1 0 836 14 0 0 20 0 19 0 55345959 19452874752 31134 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4749237 31134 5493 1 0 551226 0
[pid=59191/tid=59202] ppid=59180 vsize=18996948 memory=0 CPUtime=6.06 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 7914 0 1 0 599 7 0 0 20 0 19 0 55345962 19452874752 31134 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 55345968 19452874752 31134 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 55345969 19452874752 31134 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=18996948 memory=92996 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 55346030 19452874752 31134 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124536 KiB

[startup+12.7097 s]
/proc/loadavg: 2.05 1.37 1.94 5/328 59337
/proc/meminfo: memFree=118991148/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=180500 CPUtime=14.91 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 23482 0 1 0 1475 16 0 0 20 0 20 0 55345959 19521036288 45125 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 45125 5557 1 0 551515 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=92996 CPUtime=12.37 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 8574 0 1 0 1230 7 0 0 20 0 20 0 55345962 19521036288 45125 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 45125 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=180372 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 45125 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=180372 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 45125 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180500 KiB

[startup+25.5004 s]
/proc/loadavg: 2.43 1.48 1.97 5/329 59338
/proc/meminfo: memFree=118729320/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=227808 CPUtime=27.7 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 25732 0 1 0 2752 18 0 0 20 0 20 0 55345959 19521036288 56952 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 56952 5557 1 0 551531 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=0 CPUtime=24.95 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 9122 0 1 0 2488 7 0 0 20 0 20 0 55345962 19521036288 56952 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=227808 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 56952 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=180500 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 56952 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=280485792055552 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 56952 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 27.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 227808 KiB

[startup+51.1136 s]
/proc/loadavg: 3.10 1.71 2.04 5/329 59339
/proc/meminfo: memFree=118372988/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=359084 CPUtime=53.6 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 28352 0 1 0 5338 22 0 0 20 0 20 0 55345959 19521036288 89771 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 89771 5557 1 0 551531 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=359084 CPUtime=50.22 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 9198 0 1 0 5014 8 0 0 20 0 20 0 55345962 19521036288 89771 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 89771 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=227808 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 89771 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.15 4.07 5/326 59484
/proc/meminfo: memFree=107633236/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3293.07 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 92307 0 1 0 329014 293 0 0 20 0 20 0 55345959 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 622891 5557 1 0 657975 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=14560 CPUtime=3253.26 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 34839 0 1 0 325296 30 0 0 20 0 20 0 55345962 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1511 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3293.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2491564 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.08 5/326 59486
/proc/meminfo: memFree=107546160/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3353.1 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 92463 0 1 0 335013 297 0 0 20 0 20 0 55345959 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 622891 5557 1 0 657976 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3312.98 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 34862 0 1 0 331268 30 0 0 20 0 20 0 55345962 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=17348 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3353.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2491564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.08 5/326 59499
/proc/meminfo: memFree=107372220/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3413.13 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 92526 0 1 0 341012 301 0 0 20 0 20 0 55345959 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 622891 5557 1 0 657976 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3372.65 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 34862 0 1 0 337234 31 0 0 20 0 20 0 55345962 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3413.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2491564 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.24 4.12 5/326 59501
/proc/meminfo: memFree=107377148/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3473.16 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 92854 0 1 0 347012 304 0 0 20 0 20 0 55345959 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 622891 5557 1 0 657976 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3432.34 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 35130 0 1 0 343203 31 0 0 20 0 20 0 55345962 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3473.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2491564 KiB

[startup+3522.3 s]
/proc/loadavg: 4.70 4.36 4.17 5/326 59505
/proc/meminfo: memFree=107377180/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3533.22 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 93668 0 1 0 353015 307 0 0 20 0 20 0 55345959 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 622891 5557 1 0 657976 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=2491564 CPUtime=3492.02 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 35656 0 1 0 349171 31 0 0 20 0 20 0 55345962 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=2491564 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=-6000919507016180586 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 622891 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3533.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2491564 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.31 4.16 5/327 59513
/proc/meminfo: memFree=107314000/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2557152 CPUtime=3594.16 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 97283 0 1 0 359102 314 0 0 20 0 20 0 55345959 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 639288 5557 1 0 659008 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=17920 CPUtime=3551.32 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 37649 0 1 0 355101 31 0 0 20 0 20 0 55345962 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=2557152 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3594.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2557152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.2 s]
/proc/loadavg: 4.28 4.30 4.16 4/282 59585
/proc/meminfo: memFree=114442188/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19063512 memory=2557152 CPUtime=3600.04 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 97283 0 1 0 359690 314 0 0 20 0 20 0 55345959 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4765878 639288 5557 1 0 659008 0
[pid=59191/tid=59202] ppid=59180 vsize=19063512 memory=4788 CPUtime=3557.19 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 37649 0 1 0 355688 31 0 0 20 0 20 0 55345962 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19063512 memory=6980 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345968 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19063512 memory=7028 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 55345969 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59270] ppid=59180 vsize=19063512 memory=2497640 CPUtime=0 cores=5,7
/proc/59191/task/59270/stat : 59270 (Timer-0) S 59180 59191 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346030 19521036288 639288 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2557152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=3.1687 s

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

[startup+3588.4 s]
/proc/loadavg: 4.28 4.30 4.16 4/282 59585
/proc/meminfo: memFree=114442188/131382112 swapFree=33010160/33010684
[pid=59191] ppid=59180 vsize=19263204 memory=2557920 CPUtime=3600.43 cores=5,7
/proc/59191/stat : 59191 (java) S 59180 59191 59127 0 -1 4194304 98795 0 1 0 359728 315 0 0 20 0 21 0 55345959 19725520896 639480 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
/proc/59191/statm: 4815801 639480 5589 1 0 659945 0
[pid=59191/tid=59202] ppid=59180 vsize=19263204 memory=17920 CPUtime=3557.39 cores=5,7
/proc/59191/task/59202/stat : 59202 (java) R 59180 59191 59127 0 -1 4194368 37845 0 1 0 355708 31 0 0 20 0 21 0 55345962 19725520896 639480 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59231] ppid=59180 vsize=19263204 memory=10624 CPUtime=0 cores=5,7
/proc/59191/task/59231/stat : 59231 (Finalizer) S 59180 59191 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55345968 19725520896 639480 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
[pid=59191/tid=59245] ppid=59180 vsize=19263204 memory=5760 CPUtime=0 cores=5,7
/proc/59191/task/59245/stat : 59245 (Common-Cleaner) S 59180 59191 59127 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 21 0 55345969 19725520896 639480 18446744073709551615 94527583932416 94527583936112 140723694851952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94527583943928 94527583944720 94527606161408 140723694856577 140723694856678 140723694856678 140723694862280 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2557920 KiB

Child status: 143

Real time (s): 3588.5
CPU time (s): 3600.61
CPU user time (s): 3597.44
CPU system time (s): 3.1687
CPU usage (%): 100.338
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2557920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 3.1687
maximum resident set size= 2558048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98995
page faults= 1
swaps= 0
block input operations= 0
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112619
involuntary context switches= 11159


# summary of solver processes directly reported to runsolver:
#   pid: 59191
#   total CPU time (s): 3600.61
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 3.1687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9584 second user time and 37.179 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 21:04:22
IDJOB=4498489
IDBENCH=148699
IDSOLVER=3363
FILE ID=nodeC009/4498489-1751396662
RUNJOBID= nodeC009-1751396661-59140
SLURM_JOB_ID= 9598271
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498489-1751396662/watcher-4498489-1751396662 -o /tmp/evaluation-result-4498489-1751396662/solver-4498489-1751396662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59140 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498489-1751396662.opb

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

MD5SUM BENCH= 2ee40362659bac8ce3ae96da1e16af6a
RANDOM SEED=1164114400

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119862160 kB
MemAvailable:   129882692 kB
Buffers:            2144 kB
Cached:         10773244 kB
SwapCached:           24 kB
Active:           418572 kB
Inactive:       10423128 kB
Active(anon):      79192 kB
Inactive(anon):     5056 kB
Active(file):     339380 kB
Inactive(file): 10418072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2600 kB
Writeback:             0 kB
AnonPages:         69428 kB
Mapped:           102804 kB
Shmem:             17936 kB
KReclaimable:     205028 kB
Slab:             289732 kB
SReclaimable:     205028 kB
SUnreclaim:        84704 kB
KernelStack:        3832 kB
PageTables:         2356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432112 MiB
End job on nodeC009 at 2025-07-01 22:04:10