Trace number 4432295

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 Default 2024-07-07SAT (TO)-32 3600.39 3545.19

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
MD5SUMc55f73e6e0cc08bf75a2558de9268914
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 benchmark-40
Best CPU time to get the best result obtained on this benchmark15.9721
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables760
Total number of constraints41314
Number of constraints which are clauses41314
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 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
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	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
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@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4432295-1721062831.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.52/0.36	c ... done. Wall clock time 0.22s.
0.52/0.36	c declared #vars     760
0.52/0.36	c #constraints  41314
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41314
0.52/0.36	c 41314 constraints processed.
0.52/0.37	c objective function length is 760 literals
0.52/0.38	c SATISFIABLE
0.52/0.38	c OPTIMIZING...
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.248
0.52/0.38	o -31
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.266
0.52/0.39	o -32
2.69/1.50	c cleaning 2498 clauses out of 5001 with flag 11254/5001
3.94/2.55	c cleaning 4252 clauses out of 8504 with flag 24859/11002
5.06/3.41	c cleaning 5626 clauses out of 11251 with flag 39401/18001
6.20/4.45	c cleaning 6807 clauses out of 13626 with flag 55967/26002
7.69/5.70	c cleaning 7909 clauses out of 15818 with flag 74530/35001
8.88/6.96	c cleaning 8955 clauses out of 17909 with flag 95095/45001
10.61/8.57	c cleaning 9971 clauses out of 19954 with flag 117719/56001
13.37/11.05	c cleaning 10990 clauses out of 21984 with flag 142724/68002
15.27/12.91	c cleaning 11996 clauses out of 23993 with flag 169686/81001
17.64/15.19	c cleaning 12993 clauses out of 25997 with flag 198707/95001
21.02/18.32	c cleaning 13998 clauses out of 28005 with flag 229563/110002
24.19/21.37	c cleaning 15004 clauses out of 30010 with flag 262718/126005
27.56/24.58	c cleaning 16001 clauses out of 32003 with flag 297965/143002
32.66/29.49	c cleaning 16996 clauses out of 34002 with flag 335325/161002
38.14/34.81	c cleaning 18002 clauses out of 36005 with flag 374621/180001
43.13/39.48	c cleaning 19000 clauses out of 38005 with flag 416039/200003
48.33/44.47	c cleaning 19998 clauses out of 40003 with flag 459382/221001
54.45/49.63	c cleaning 21000 clauses out of 42005 with flag 504564/243001
60.66/55.70	c cleaning 21999 clauses out of 44005 with flag 552246/266001
67.08/61.88	c cleaning 23003 clauses out of 46007 with flag 602011/290002
74.61/69.21	c cleaning 23996 clauses out of 48004 with flag 653747/315002
83.31/77.63	c cleaning 25000 clauses out of 50008 with flag 707470/341002
93.32/87.50	c cleaning 26001 clauses out of 52007 with flag 763580/368001
100.88/94.89	c cleaning 27000 clauses out of 54006 with flag 821889/396001
112.53/105.19	c cleaning 28002 clauses out of 56008 with flag 882149/425003
121.28/113.45	c cleaning 28999 clauses out of 58004 with flag 944682/455001
130.87/122.77	c cleaning 30002 clauses out of 60006 with flag 1008878/486002
145.64/137.11	c cleaning 31002 clauses out of 62003 with flag 1075331/518001
159.20/150.36	c cleaning 31998 clauses out of 64004 with flag 1143428/551004
173.18/163.94	c cleaning 33000 clauses out of 66005 with flag 1213767/585003
185.13/174.41	c cleaning 33997 clauses out of 68006 with flag 1285962/620004
197.54/186.55	c cleaning 34999 clauses out of 70006 with flag 1359334/656001
207.81/196.44	c cleaning 36004 clauses out of 72007 with flag 1434754/693001
220.73/209.08	c cleaning 36994 clauses out of 74003 with flag 1513043/731001
236.61/224.63	c cleaning 37999 clauses out of 76009 with flag 1594026/770001
253.52/241.18	c cleaning 39003 clauses out of 78010 with flag 1677114/810001
270.78/258.04	c cleaning 40004 clauses out of 80007 with flag 1762380/851001
289.31/276.23	c cleaning 40999 clauses out of 82004 with flag 1849453/893002
313.33/298.86	c cleaning 41992 clauses out of 84004 with flag 1938163/936001
341.15/326.48	c cleaning 43001 clauses out of 86012 with flag 2029011/980001
369.28/354.00	c cleaning 44002 clauses out of 88013 with flag 2121892/1025003
392.50/376.90	c cleaning 45004 clauses out of 90010 with flag 2216528/1071002
417.56/401.78	c cleaning 46003 clauses out of 92006 with flag 2313280/1118002
442.22/426.16	c cleaning 46995 clauses out of 94002 with flag 2412252/1166001
462.68/446.14	c cleaning 47997 clauses out of 96007 with flag 2513340/1215001
482.77/465.96	c cleaning 48997 clauses out of 98010 with flag 2616195/1265001
508.42/489.32	c cleaning 50002 clauses out of 100013 with flag 2721095/1316001
529.95/510.40	c cleaning 51003 clauses out of 102015 with flag 2828333/1368005
557.28/537.54	c cleaning 52003 clauses out of 104009 with flag 2937372/1421002
584.23/564.14	c cleaning 52995 clauses out of 106006 with flag 3048938/1475002
610.23/589.74	c cleaning 54001 clauses out of 108011 with flag 3162666/1530002
639.46/618.67	c cleaning 55005 clauses out of 110009 with flag 3279037/1586001
669.66/648.62	c cleaning 55997 clauses out of 112004 with flag 3397268/1643001
699.54/677.86	c cleaning 56997 clauses out of 114007 with flag 3517731/1701001
728.42/706.34	c cleaning 58005 clauses out of 116010 with flag 3639869/1760001
759.56/737.19	c cleaning 58998 clauses out of 118007 with flag 3764137/1820003
811.90/787.33	c cleaning 60004 clauses out of 120007 with flag 3890606/1881001
853.80/828.74	c cleaning 61002 clauses out of 122004 with flag 4019047/1943002
888.29/862.93	c cleaning 61999 clauses out of 124003 with flag 4149585/2006003
927.37/901.51	c cleaning 63000 clauses out of 126004 with flag 4281803/2070003
967.41/941.24	c cleaning 63998 clauses out of 128002 with flag 4416015/2135001
1004.14/977.52	c cleaning 64993 clauses out of 130005 with flag 4551237/2201002
1035.21/1008.12	c cleaning 66004 clauses out of 132011 with flag 4688715/2268001
1069.96/1042.43	c cleaning 67003 clauses out of 134011 with flag 4828380/2336005
1108.79/1080.64	c cleaning 68001 clauses out of 136007 with flag 4969811/2405004
1165.31/1136.48	c cleaning 69001 clauses out of 138004 with flag 5114897/2475002
1213.88/1184.21	c cleaning 69998 clauses out of 140002 with flag 5262350/2546001
1269.05/1236.97	c cleaning 70998 clauses out of 142004 with flag 5410366/2618001
1335.98/1303.64	c cleaning 72003 clauses out of 144007 with flag 5560784/2691002
1394.71/1361.64	c cleaning 73001 clauses out of 146006 with flag 5714432/2765004
1455.38/1422.39	c cleaning 73999 clauses out of 148002 with flag 5869406/2840001
1506.45/1472.78	c cleaning 75000 clauses out of 150003 with flag 6026513/2916001
1572.06/1537.50	c cleaning 75996 clauses out of 152003 with flag 6186074/2993001
1637.50/1602.91	c cleaning 77004 clauses out of 154007 with flag 6347998/3071001
1701.80/1666.89	c cleaning 77989 clauses out of 156003 with flag 6511580/3150001
1754.37/1718.51	c cleaning 79003 clauses out of 158014 with flag 6676912/3230001
1804.13/1768.25	c cleaning 80000 clauses out of 160011 with flag 6844314/3311001
1854.77/1818.54	c cleaning 80999 clauses out of 162012 with flag 7013988/3393002
1926.36/1886.53	c cleaning 82007 clauses out of 164015 with flag 7185078/3476004
1978.44/1938.20	c cleaning 83003 clauses out of 166005 with flag 7359020/3560001
2047.54/2007.05	c cleaning 83994 clauses out of 168002 with flag 7533972/3645001
2113.67/2072.70	c cleaning 84998 clauses out of 170008 with flag 7712587/3731001
2166.97/2125.49	c cleaning 86004 clauses out of 172010 with flag 7893035/3818001
2241.63/2200.05	c cleaning 86998 clauses out of 174008 with flag 8075381/3906003
2319.63/2277.80	c cleaning 88002 clauses out of 176008 with flag 8259440/3995001
2400.56/2358.50	c cleaning 88994 clauses out of 178006 with flag 8446315/4085001
2476.52/2434.32	c cleaning 90003 clauses out of 180012 with flag 8634871/4176001
2564.94/2522.63	c cleaning 91000 clauses out of 182010 with flag 8825276/4268002
2636.40/2590.20	c cleaning 91995 clauses out of 184010 with flag 9018157/4361002
2730.96/2684.62	c cleaning 93002 clauses out of 186014 with flag 9213126/4455001
2817.57/2770.52	c cleaning 94005 clauses out of 188013 with flag 9410271/4550002
2897.59/2849.88	c cleaning 94997 clauses out of 190007 with flag 9608464/4646001
2985.66/2937.16	c cleaning 95995 clauses out of 192010 with flag 9808701/4743001
3087.04/3038.29	c cleaning 97006 clauses out of 194019 with flag 10011392/4841005
3173.06/3123.80	c cleaning 98004 clauses out of 196010 with flag 10216383/4940002
3260.96/3211.58	c cleaning 99001 clauses out of 198005 with flag 10422399/5040001
3345.59/3292.05	c cleaning 99996 clauses out of 200004 with flag 10632016/5141001
3460.43/3405.99	c cleaning 101000 clauses out of 202009 with flag 10841366/5243002
3567.51/3512.71	c cleaning 102000 clauses out of 204009 with flag 11055353/5346002
3600.09/3545.03	c starts		: 172
3600.09/3545.03	c conflicts		: 5379175
3600.09/3545.03	c decisions		: 5711586
3600.09/3545.03	c propagations		: 29397019
3600.09/3545.03	c inspects		: 14652171926
3600.09/3545.03	c shortcuts		: 0
3600.09/3545.03	c learnt literals	: 0
3600.09/3545.03	c learnt binary clauses	: 0
3600.09/3545.03	c learnt ternary clauses	: 0
3600.09/3545.03	c learnt constraints	: 5379175
3600.09/3545.03	c ignored constraints	: 0
3600.09/3545.03	c root simplifications	: 0
3600.09/3545.03	c removed literals (reason simplification)	: 0
3600.09/3545.03	c reason swapping (by a shorter reason)	: 0
3600.09/3545.03	c Calls to reduceDB	: 99
3600.09/3545.03	c Number of update (reduction) of LBD	: 184070
3600.09/3545.03	c Imported unit clauses	: 0
3600.09/3545.03	c No decision after first conflict	: false
3600.09/3545.03	c number of reductions to clauses (during analyze)	: 0
3600.09/3545.03	c number of learned constraints concerned by reduction	: 0
3600.09/3545.03	c number of learning phase by resolution	: 0
3600.09/3545.03	c number of learning phase by cutting planes	: 0
3600.09/3545.03	c number of rounding to 1 operations	: 0
3600.09/3545.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3545.03	c number of reductions of the coefficients by power 2 	: 0
3600.09/3545.03	c number of right shift for reduction by power 2 	: 0
3600.09/3545.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3545.03	c number of ending skipping 	: 0
3600.09/3545.03	c number of internal skipping 	: 0
3600.09/3545.03	c number of derivation steps 	: 0
3600.09/3545.03	c number of skipped derivation steps 	: 0
3600.09/3545.03	c number of remaining unassigned 	: 0
3600.09/3545.03	c number of remaining assigned 	: 0
3600.09/3545.03	c number of falsified literals weakened from reason	: 0
3600.09/3545.03	c number of falsified literals weakened from conflict	: 0
3600.09/3545.03	c time for arithmetic operations	: 0
3600.09/3545.04	c minimum degree of deleted constraints	: null
3600.09/3545.04	c maximum degree of deleted constraints	: null
3600.09/3545.04	c number of deleted constraints	: 0
3600.09/3545.04	c speed (assignments/second)	: 8293.304395981684
3600.09/3545.04	c non guided choices	: 0
3600.09/3545.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 135182
3600.09/3545.11	s SATISFIABLE
3600.09/3545.11	c Found 2 solution(s)
3600.09/3545.11	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 
3600.30/3545.13	c objective function=-32
3600.30/3545.13	c Total wall clock time (in seconds): 3545.003

Verifier Data

OK	-32

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: 63968 MiB (58481 MiB free)
  memory of node 1: 64473 MiB (38537 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432295-1721062831/watcher-4432295-1721062831 -o /tmp/evaluation-result-4432295-1721062831/solver-4432295-1721062831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721059308-811015 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432295-1721062831.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.101504 s]*
/proc/loadavg: 4.27 4.35 4.54 7/330 813184
/proc/meminfo: memFree=99303740/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=18975048 memory=64676 CPUtime=0.13 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 7079 0 0 0 12 1 0 0 20 0 18 0 158452060 19430449152 16169 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4743762 16169 5683 1 0 549301 0
[pid=813166/tid=813168] ppid=813163 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 1077936192 5649 0 0 0 7 1 0 0 20 0 18 0 158452061 19430449152 16169 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158452063 19430449152 16169 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=18975048 memory=14134437545800980 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158452064 19430449152 16169 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64676 KiB

[startup+0.213995 s]*
/proc/loadavg: 4.27 4.35 4.54 7/330 813184
/proc/meminfo: memFree=99286472/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=18975048 memory=83192 CPUtime=0.34 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 8458 0 0 0 32 2 0 0 20 0 18 0 158452060 19430449152 20798 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4743762 20798 5847 1 0 550168 0
[pid=813166/tid=813168] ppid=813163 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 5807 0 0 0 18 1 0 0 20 0 18 0 158452061 19430449152 20798 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=18975048 memory=15932 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158452063 19430449152 20798 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=18975048 memory=14408211646121490 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158452064 19430449152 20798 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83192 KiB

[startup+0.305997 s]*
/proc/loadavg: 4.27 4.35 4.54 6/330 813184
/proc/meminfo: memFree=99248716/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=18975048 memory=119852 CPUtime=0.52 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 8963 0 0 0 49 3 0 0 20 0 18 0 158452060 19430449152 29963 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4743762 29963 5847 1 0 550546 0
[pid=813166/tid=813168] ppid=813163 vsize=18975048 memory=-8959745885203702460 CPUtime=0.28 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 5826 0 0 0 26 2 0 0 20 0 18 0 158452061 19430449152 29963 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158452063 19430449152 29963 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158452064 19430449152 29963 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 119852 KiB

[startup+0.701009 s]
/proc/loadavg: 4.27 4.35 4.54 7/331 813185
/proc/meminfo: memFree=99216340/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19041612 memory=167728 CPUtime=1.27 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 16747 0 0 0 122 5 0 0 20 0 19 0 158452060 19498610688 41932 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4760403 41932 5885 1 0 555502 0
[pid=813166/tid=813168] ppid=813163 vsize=19041612 memory=5500 CPUtime=0.62 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 5970 0 0 0 60 2 0 0 20 0 19 0 158452061 19498610688 41932 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19041612 memory=12512 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 158452063 19498610688 41932 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 158452064 19498610688 41932 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 158452097 19498610688 41932 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167728 KiB

[startup+1.50164 s]
/proc/loadavg: 4.27 4.35 4.54 6/332 813187
/proc/meminfo: memFree=99160644/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=207680 CPUtime=2.69 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 17035 0 0 0 263 6 0 0 20 0 20 0 158452060 19566772224 51920 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 51920 5885 1 0 555795 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=12512 CPUtime=1.39 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 1077936192 5995 0 0 0 136 3 0 0 20 0 20 0 158452061 19566772224 51920 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 51920 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 51920 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=279622906455312 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 51920 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207680 KiB

[startup+3.106 s]
/proc/loadavg: 4.41 4.38 4.55 5/332 813187
/proc/meminfo: memFree=98954108/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=350412 CPUtime=4.69 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 21243 0 0 0 460 9 0 0 20 0 20 0 158452060 19566772224 87603 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 87603 5917 1 0 555862 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=0 CPUtime=2.81 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 6384 0 0 0 278 3 0 0 20 0 20 0 158452061 19566772224 87603 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=12512 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 87603 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 87603 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 87603 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 350412 KiB

[startup+6.30101 s]
/proc/loadavg: 4.41 4.38 4.55 5/332 813187
/proc/meminfo: memFree=98436828/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=866596 CPUtime=8.28 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 24583 0 0 0 809 19 0 0 20 0 20 0 158452060 19566772224 216649 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 216649 5917 1 0 990338 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=12512 CPUtime=5.66 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 6964 0 0 0 560 6 0 0 20 0 20 0 158452061 19566772224 216649 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 216649 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=208004 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 216649 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 216649 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 866596 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.38 4.55 6/333 813192
/proc/meminfo: memFree=97636392/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=1543108 CPUtime=15.05 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 25849 0 0 0 1472 33 0 0 20 0 20 0 158452060 19566772224 385777 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 385777 5917 1 0 1443621 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=0 CPUtime=11.62 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 7282 0 0 0 1151 11 0 0 20 0 20 0 158452061 19566772224 385777 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=-8959745885203702460 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 385777 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 385777 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 385777 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543108 KiB

[startup+25.5003 s]
/proc/loadavg: 4.58 4.42 4.56 5/332 813273
/proc/meminfo: memFree=106361172/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=2961664 CPUtime=28.77 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 31270 0 0 0 2815 62 0 0 20 0 20 0 158452060 19566772224 740416 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 740416 5928 1 0 1577320 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=12088 CPUtime=23.4 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 8621 0 0 0 2324 16 0 0 20 0 20 0 158452061 19566772224 740416 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 740416 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=866596 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 740416 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=279622906402096 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 740416 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 28.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2961664 KiB

[startup+51.106 s]
/proc/loadavg: 4.44 4.40 4.54 7/332 813277
/proc/meminfo: memFree=100141356/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=4064972 CPUtime=55.95 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 49957 0 0 0 5508 87 0 0 20 0 20 0 158452060 19566772224 1016243 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 1016243 5928 1 0 1578998 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=5500 CPUtime=47.86 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 11244 0 0 0 4769 17 0 0 20 0 20 0 158452061 19566772224 1016243 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 1016243 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0

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

[startup+3222.3 s]
/proc/loadavg: 4.81 4.55 4.43 5/332 814556
/proc/meminfo: memFree=69503508/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14433784 CPUtime=3272.2 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 472139 0 0 0 326764 456 0 0 20 0 20 0 158452060 19566772224 3608446 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608446 5944 1 0 4097339 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=14433744 CPUtime=3141.5 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 194557 0 0 0 314068 82 0 0 20 0 20 0 158452061 19566772224 3608446 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=5500 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608446 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=40552 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 2856 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608446 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=14433772 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608446 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3272.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14433784 KiB

[startup+3282.3 s]
/proc/loadavg: 4.59 4.53 4.43 5/332 814566
/proc/meminfo: memFree=69501900/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14434516 CPUtime=3335.98 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 497174 0 0 0 333136 462 0 0 20 0 20 0 158452060 19566772224 3608629 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608629 5959 1 0 4097491 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=14434516 CPUtime=3200.31 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 203612 0 0 0 319948 83 0 0 20 0 20 0 158452061 19566772224 3608629 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=14434516 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608629 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=-8959745885203702460 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 2904 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608629 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=14434516 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608629 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3335.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14434516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.58 4.54 4.44 5/333 814961
/proc/meminfo: memFree=68355664/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14434576 CPUtime=3396.56 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 504414 0 0 0 339191 465 0 0 20 0 20 0 158452060 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608644 5959 1 0 4097491 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=14434576 CPUtime=3258.78 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 206495 0 0 0 325794 84 0 0 20 0 20 0 158452061 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=14434516 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=14434516 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 2948 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3396.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14434576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.50 4.43 5/333 815041
/proc/meminfo: memFree=83212840/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14434576 CPUtime=3456.86 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 510930 0 0 0 345218 468 0 0 20 0 20 0 158452060 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608644 5959 1 0 4097491 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=14434516 CPUtime=3317.92 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 208709 0 0 0 331708 84 0 0 20 0 20 0 158452061 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=14434516 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 2948 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=14434576 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3456.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14434576 KiB

[startup+3462.3 s]
/proc/loadavg: 4.60 4.53 4.45 4/312 815055
/proc/meminfo: memFree=96580392/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14434576 CPUtime=3516.81 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 514255 0 0 0 351211 470 0 0 20 0 20 0 158452060 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608644 5959 1 0 4097491 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=14434516 CPUtime=3376.82 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 211015 0 0 0 337597 85 0 0 20 0 20 0 158452061 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=14434516 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 2993 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608644 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3516.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14434576 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.53 4.45 5/336 815300
/proc/meminfo: memFree=95210768/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14434588 CPUtime=3577.08 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 517719 0 0 0 357236 472 0 0 20 0 20 0 158452060 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608647 5959 1 0 4097494 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=14434576 CPUtime=3435.89 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 213655 0 0 0 343504 85 0 0 20 0 20 0 158452061 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=12088 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=14434588 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 2993 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=1904 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3577.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14434588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545 s]*
/proc/loadavg: 4.48 4.51 4.45 5/336 815304
/proc/meminfo: memFree=94928800/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19108176 memory=14434588 CPUtime=3600.09 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 522476 0 0 0 359535 474 0 0 20 0 20 0 158452060 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4777044 3608647 5959 1 0 4097494 0
[pid=813166/tid=813168] ppid=813163 vsize=19108176 memory=-8670672175043551932 CPUtime=3458.05 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 214645 0 0 0 345719 86 0 0 20 0 20 0 158452061 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19108176 memory=-7378435122508815742 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158452063 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19108176 memory=-8670672175043551932 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 3038 0 0 0 0 0 0 0 20 0 20 0 158452064 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813185] ppid=813163 vsize=19108176 memory=-7378435122508815742 CPUtime=0 cores=0,2
/proc/813166/task/813185/stat : 813185 (Timer-0) S 813163 813166 811005 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158452097 19566772224 3608647 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14434588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.6 s, system=4.78495 s

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

[startup+3545.12 s]
/proc/loadavg: 4.48 4.51 4.45 5/336 815304
/proc/meminfo: memFree=94928800/131524600 swapFree=131071996/131071996
[pid=813166] ppid=813163 vsize=19307868 memory=14435272 CPUtime=3600.3 cores=0,2
/proc/813166/stat : 813166 (java) S 813163 813166 811005 0 -1 1077936128 525550 0 0 0 359556 474 0 0 20 0 21 0 158452060 19771256832 3608818 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
/proc/813166/statm: 4826967 3608818 5958 1 0 4098401 0
[pid=813166/tid=813168] ppid=813163 vsize=19307868 memory=1904 CPUtime=3458.15 cores=0,2
/proc/813166/task/813168/stat : 813168 (java) R 813163 813166 811005 0 -1 4194368 214707 0 0 0 345729 86 0 0 20 0 21 0 158452061 19771256832 3608818 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813177] ppid=813163 vsize=19307868 memory=1948 CPUtime=0 cores=0,2
/proc/813166/task/813177/stat : 813177 (Finalizer) S 813163 813166 811005 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 158452063 19771256832 3608818 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
[pid=813166/tid=813184] ppid=813163 vsize=19307868 memory=5692 CPUtime=0 cores=0,2
/proc/813166/task/813184/stat : 813184 (Common-Cleaner) S 813163 813166 811005 0 -1 1077936192 3038 0 0 0 0 0 0 0 20 0 21 0 158452064 19771256832 3608818 134679101440 94587659628544 94587659632240 140737213290592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94587659640056 94587659640848 94587675766784 140737213297671 140737213297761 140737213297761 140737213304776 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 14435272 KiB

Child status: 143

Real time (s): 3545.19
CPU time (s): 3600.39
CPU user time (s): 3595.6
CPU system time (s): 4.78495
CPU usage (%): 101.557
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 14435272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.6
system time used= 4.78495
maximum resident set size= 14436092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112117
involuntary context switches= 40137


# summary of solver processes directly reported to runsolver:
#   pid: 813166
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3595.6
#   total CPU system time (s): 4.78495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.67469 second user time and 17.9812 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-15 19:00:44
IDJOB=4432295
IDBENCH=146698
IDSOLVER=3058
FILE ID=nodeC032/4432295-1721062831
RUNJOBID= nodeC032-1721059308-811015
SLURM_JOB_ID= 7505498
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432295-1721062831/watcher-4432295-1721062831 -o /tmp/evaluation-result-4432295-1721062831/solver-4432295-1721062831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721059308-811015 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432295-1721062831.opb

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

MD5SUM BENCH= c55f73e6e0cc08bf75a2558de9268914
RANDOM SEED=1510854246

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        99347420 kB
MemAvailable:   100540600 kB
Buffers:          368272 kB
Cached:          1654064 kB
SwapCached:            0 kB
Active:           626928 kB
Inactive:       30882756 kB
Active(anon):       1580 kB
Inactive(anon): 29523480 kB
Active(file):     625348 kB
Inactive(file):  1359276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2044 kB
Writeback:             0 kB
AnonPages:      29487660 kB
Mapped:           124132 kB
Shmem:             37720 kB
KReclaimable:      96756 kB
Slab:             203112 kB
SReclaimable:      96756 kB
SUnreclaim:       106356 kB
KernelStack:        5004 kB
PageTables:        67920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   34292844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61952 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28987392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      223956 kB
DirectMap2M:    20520960 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC032 at 2024-07-15 19:59:49