Trace number 4459895

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)-44 3600.32 3527.56

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_500_25_5.opb
MD5SUMe801618a66cab8fdd24ce0de869386c9
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-82
Best CPU time to get the best result obtained on this benchmark69962.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

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.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4459895-1721943062.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  objective function found
0.53/0.41	c ... done. Wall clock time 0.284s.
0.70/0.41	c declared #vars     1000
0.70/0.41	c internal #vars     16706
0.70/0.41	c #constraints  32914
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
0.70/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
0.70/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15706
0.70/0.41	c 32914 constraints processed.
0.70/0.45	c objective function length is 500 literals
6.01/5.18	c cleaning 2498 clauses out of 5001 with flag 83523/5001
9.34/8.36	c SATISFIABLE
9.34/8.36	c OPTIMIZING...
9.34/8.36	c Got one! Elapsed wall clock time (in seconds):8.236
9.34/8.36	o -38
11.32/10.20	c cleaning 3963 clauses out of 7927 with flag 38070/10425
11.53/10.41	c Got one! Elapsed wall clock time (in seconds):10.284
11.53/10.41	o -44
14.87/13.68	c cleaning 4651 clauses out of 9302 with flag 44707/15763
18.50/17.29	c cleaning 5331 clauses out of 10662 with flag 60212/21774
23.13/21.79	c cleaning 6212 clauses out of 12423 with flag 75905/28866
27.50/26.08	c cleaning 7010 clauses out of 14019 with flag 93649/36674
33.88/32.24	c cleaning 8022 clauses out of 16044 with flag 112674/45709
39.55/37.89	c cleaning 9116 clauses out of 18231 with flag 135951/55918
46.10/44.21	c cleaning 10039 clauses out of 20078 with flag 157915/66881
52.08/50.08	c cleaning 10912 clauses out of 21823 with flag 181531/78665
57.69/55.49	c cleaning 12016 clauses out of 24031 with flag 207837/91785
65.91/63.10	c cleaning 13104 clauses out of 26209 with flag 236545/105979
78.59/75.54	c cleaning 13899 clauses out of 27802 with flag 273411/120676
90.26/86.93	c cleaning 15052 clauses out of 30103 with flag 305856/136876
102.43/98.97	c cleaning 16046 clauses out of 32091 with flag 339992/153916
112.56/108.72	c cleaning 16972 clauses out of 33943 with flag 375868/171814
120.68/116.09	c cleaning 17916 clauses out of 35831 with flag 413708/190674
129.87/125.07	c cleaning 18893 clauses out of 37951 with flag 454097/210710
147.92/142.83	c cleaning 20100 clauses out of 40200 with flag 496780/231852
172.09/166.81	c cleaning 21091 clauses out of 42181 with flag 541643/253933
186.69/180.26	c cleaning 21990 clauses out of 43979 with flag 590110/276822
198.79/192.04	c cleaning 22933 clauses out of 45865 with flag 637996/300698
229.07/222.07	c cleaning 24018 clauses out of 48051 with flag 689012/325817
242.54/235.28	c cleaning 24980 clauses out of 49960 with flag 740985/351744
268.52/260.87	c cleaning 25871 clauses out of 51902 with flag 795595/378666
316.72/308.87	c cleaning 27036 clauses out of 54072 with flag 852509/406707
400.58/391.95	c cleaning 28048 clauses out of 56096 with flag 912710/435767
451.74/443.13	c cleaning 28993 clauses out of 57985 with flag 977360/465704
487.35/478.32	c cleaning 29980 clauses out of 59960 with flag 1044297/496672
545.39/536.21	c cleaning 30999 clauses out of 61999 with flag 1109198/528691
564.42/554.93	c cleaning 32020 clauses out of 64039 with flag 1175963/561730
587.67/576.57	c cleaning 32885 clauses out of 65987 with flag 1246372/595698
629.96/618.76	c cleaning 34052 clauses out of 68107 with flag 1317161/630703
691.20/679.51	c cleaning 35058 clauses out of 70148 with flag 1394252/666796
717.41/705.35	c cleaning 36004 clauses out of 72010 with flag 1468823/703716
803.60/791.19	c cleaning 37015 clauses out of 74053 with flag 1546531/741763
876.82/863.00	c cleaning 38054 clauses out of 76108 with flag 1625675/780833
929.74/915.75	c cleaning 39046 clauses out of 78092 with flag 1713686/820871
954.19/939.32	c cleaning 39937 clauses out of 79878 with flag 1795709/861703
1028.92/1013.78	c cleaning 40923 clauses out of 81929 with flag 1883199/903691
1068.49/1050.93	c cleaning 42140 clauses out of 84297 with flag 1979451/946982
1091.60/1073.68	c cleaning 42964 clauses out of 85928 with flag 2080048/990753
1126.51/1108.05	c cleaning 43928 clauses out of 87968 with flag 2187137/1035757
1169.98/1150.92	c cleaning 44937 clauses out of 89974 with flag 2281492/1081691
1212.68/1192.92	c cleaning 46002 clauses out of 92016 with flag 2387636/1128670
1246.36/1224.40	c cleaning 47004 clauses out of 94025 with flag 2507121/1176681
1275.96/1253.41	c cleaning 48136 clauses out of 96272 with flag 2623329/1225932
1313.30/1290.29	c cleaning 49090 clauses out of 98192 with flag 2727004/1275988
1341.38/1317.71	c cleaning 49903 clauses out of 99806 with flag 2829284/1326692
1376.00/1349.98	c cleaning 51028 clauses out of 102056 with flag 2934557/1378845
1406.32/1379.50	c cleaning 51990 clauses out of 104037 with flag 3041688/1431854
1446.77/1419.36	c cleaning 52935 clauses out of 105869 with flag 3150506/1485676
1488.02/1457.12	c cleaning 54002 clauses out of 108003 with flag 3261404/1540745
1539.78/1508.43	c cleaning 55005 clauses out of 110009 with flag 3375353/1596753
1593.65/1561.62	c cleaning 55957 clauses out of 112062 with flag 3493888/1653811
1753.02/1721.73	c cleaning 56985 clauses out of 113970 with flag 3614330/1711676
1804.54/1770.45	c cleaning 58030 clauses out of 116063 with flag 3733660/1770754
1845.85/1811.16	c cleaning 59005 clauses out of 118009 with flag 3864151/1830730
1888.91/1853.68	c cleaning 59993 clauses out of 120110 with flag 3989109/1891836
1919.18/1883.22	c cleaning 60959 clauses out of 121946 with flag 4155169/1953665
1961.68/1923.30	c cleaning 61987 clauses out of 123987 with flag 4296592/2016665
2027.20/1988.21	c cleaning 62906 clauses out of 126016 with flag 4427456/2080681
2087.35/2047.98	c cleaning 64032 clauses out of 128158 with flag 4560173/2145729
2143.67/2101.02	c cleaning 65130 clauses out of 130276 with flag 4701808/2211879
2247.10/2204.42	c cleaning 66104 clauses out of 132207 with flag 4841088/2278940
2316.16/2272.60	c cleaning 66943 clauses out of 133886 with flag 4980462/2346723
2384.37/2340.15	c cleaning 68015 clauses out of 136032 with flag 5121485/2415812
2442.32/2395.26	c cleaning 69015 clauses out of 138030 with flag 5265399/2485825
2504.83/2457.12	c cleaning 69933 clauses out of 139865 with flag 5409645/2556675
2544.73/2496.31	c cleaning 71004 clauses out of 142010 with flag 5558334/2628753
2593.49/2541.47	c cleaning 71997 clauses out of 144007 with flag 5708674/2701754
2694.80/2642.59	c cleaning 72970 clauses out of 145940 with flag 5868772/2775684
2773.83/2720.63	c cleaning 73922 clauses out of 147982 with flag 6022231/2850696
2849.67/2795.71	c cleaning 75133 clauses out of 150266 with flag 6178148/2926902
2900.17/2842.35	c cleaning 76075 clauses out of 152150 with flag 6334700/3003919
2941.12/2882.44	c cleaning 76804 clauses out of 153933 with flag 6493245/3081777
3018.02/2959.19	c cleaning 78098 clauses out of 156196 with flag 6656043/3160844
3101.47/3041.67	c cleaning 78995 clauses out of 157989 with flag 6827531/3240735
3155.77/3091.56	c cleaning 80030 clauses out of 160059 with flag 7019860/3321800
3212.85/3147.14	c cleaning 80892 clauses out of 161974 with flag 7185368/3403745
3298.85/3232.63	c cleaning 82067 clauses out of 164134 with flag 7353292/3486797
3354.33/3287.28	c cleaning 83000 clauses out of 166085 with flag 7523053/3570815
3408.15/3336.44	c cleaning 84021 clauses out of 168042 with flag 7706648/3655772
3548.87/3476.37	c cleaning 85003 clauses out of 170123 with flag 7884107/3741874
3600.05/3527.42	c starts		: 2765
3600.05/3527.43	c conflicts		: 3789360
3600.05/3527.43	c decisions		: 7441374
3600.05/3527.43	c propagations		: 592339911
3600.05/3527.43	c inspects		: 20651934622
3600.05/3527.43	c shortcuts		: 0
3600.05/3527.43	c learnt literals	: 0
3600.05/3527.43	c learnt binary clauses	: 32
3600.05/3527.43	c learnt ternary clauses	: 1371
3600.05/3527.43	c learnt constraints	: 3789360
3600.05/3527.43	c ignored constraints	: 0
3600.05/3527.43	c root simplifications	: 0
3600.05/3527.43	c removed literals (reason simplification)	: 0
3600.05/3527.43	c reason swapping (by a shorter reason)	: 0
3600.05/3527.43	c Calls to reduceDB	: 84
3600.05/3527.43	c Number of update (reduction) of LBD	: 105927
3600.05/3527.43	c Imported unit clauses	: 0
3600.05/3527.43	c No decision after first conflict	: false
3600.05/3527.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3527.43	c number of learned constraints concerned by reduction	: 0
3600.05/3527.43	c number of learning phase by resolution	: 0
3600.05/3527.43	c number of learning phase by cutting planes	: 0
3600.05/3527.43	c number of rounding to 1 operations	: 0
3600.05/3527.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3527.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3527.43	c number of right shift for reduction by power 2 	: 0
3600.05/3527.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3527.43	c number of ending skipping 	: 0
3600.05/3527.43	c number of internal skipping 	: 0
3600.05/3527.43	c number of derivation steps 	: 0
3600.05/3527.43	c number of skipped derivation steps 	: 0
3600.05/3527.43	c number of remaining unassigned 	: 0
3600.05/3527.43	c number of remaining assigned 	: 0
3600.05/3527.43	c number of falsified literals weakened from reason	: 0
3600.05/3527.43	c number of falsified literals weakened from conflict	: 0
3600.05/3527.43	c time for arithmetic operations	: 0
3600.05/3527.44	c minimum degree of deleted constraints	: null
3600.05/3527.44	c maximum degree of deleted constraints	: null
3600.05/3527.44	c number of deleted constraints	: 0
3600.05/3527.44	c speed (assignments/second)	: 167944.73677719236
3600.05/3527.44	c non guided choices	: 0
3600.05/3527.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 132574
3600.05/3527.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 32
3600.05/3527.50	s SATISFIABLE
3600.05/3527.50	c Found 2 solution(s)
3600.05/3527.50	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 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 -x797 -x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 -x924 x925 -x926 -x927 -x928 x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 x940 -x941 -x942 x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 x951 -x952 -x953 -x954 x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 x967 x968 x969 -x970 x971 x972 x973 -x974 x975 -x976 -x977 x978 -x979 -x980 -x981 x982 -x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 x993 x994 -x995 -x996 x997 -x998 x999 -x1000 
3600.05/3527.50	c objective function=-44
3600.05/3527.50	c Total wall clock time (in seconds): 3527.381

Verifier Data

OK	-44

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=255591, runsolver pid=255588
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.20 1.15 1.09 8/329 255676
/proc/meminfo: memFree=123932468/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=18975048 memory=63184 CPUtime=0.13 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 7201 0 0 0 11 2 0 0 20 0 18 0 30829109 19430449152 15796 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4743762 15796 5686 1 0 549301 0
[pid=255591/tid=255602] ppid=255588 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) S 255588 255591 253150 0 -1 1077936192 5737 0 0 0 7 1 0 0 20 0 18 0 30829109 19430449152 15796 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=18975048 memory=1121866 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30829112 19430449152 15796 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30829113 19430449152 15796 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63184 KiB

[startup+0.209904 s]*
/proc/loadavg: 1.20 1.15 1.09 12/329 255676
/proc/meminfo: memFree=123886992/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=18975048 memory=80008 CPUtime=0.33 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 7717 0 0 0 31 2 0 0 20 0 18 0 30829109 19430449152 20002 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4743762 20002 5850 1 0 549639 0
[pid=255591/tid=255602] ppid=255588 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 5925 0 0 0 17 1 0 0 20 0 18 0 30829109 19430449152 20002 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=18975048 memory=1121866 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30829112 19430449152 20002 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30829113 19430449152 20002 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80008 KiB

[startup+0.311908 s]*
/proc/loadavg: 1.20 1.15 1.09 15/331 255678
/proc/meminfo: memFree=123756208/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=18975048 memory=142924 CPUtime=0.53 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 9816 0 0 0 50 3 0 0 20 0 18 0 30829109 19430449152 35731 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4743762 35731 5850 1 0 550571 0
[pid=255591/tid=255602] ppid=255588 vsize=18975048 memory=-8815906665889768124 CPUtime=0.28 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) D 255588 255591 253150 0 -1 4194368 5959 0 0 0 26 2 0 0 20 0 18 0 30829109 19430449152 35731 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30829112 19430449152 35731 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30829113 19430449152 35731 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 142924 KiB

[startup+0.700514 s]
/proc/loadavg: 1.20 1.15 1.09 12/334 255681
/proc/meminfo: memFree=123620364/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=178252 CPUtime=1.24 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 11234 0 0 0 120 4 0 0 20 0 20 0 30829109 19566772224 44563 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 44563 5920 1 0 551922 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=5516 CPUtime=0.59 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 6077 0 0 0 56 3 0 0 20 0 20 0 30829109 19566772224 44563 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=13524 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 44563 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=115332 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 44563 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 44563 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178252 KiB

[startup+1.50023 s]
/proc/loadavg: 2.14 1.35 1.16 10/334 255681
/proc/meminfo: memFree=123323668/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=180764 CPUtime=2.34 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 12912 0 0 0 229 5 0 0 20 0 20 0 30829109 19566772224 45191 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 45191 5936 1 0 552390 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=13524 CPUtime=1.39 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 6228 0 0 0 136 3 0 0 20 0 20 0 30829109 19566772224 45191 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 45191 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 45191 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=4580 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 45191 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180764 KiB

[startup+3.10524 s]
/proc/loadavg: 2.14 1.35 1.16 6/336 255683
/proc/meminfo: memFree=123077016/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=201628 CPUtime=3.94 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 14512 0 0 0 389 5 0 0 20 0 20 0 30829109 19566772224 50407 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 50407 5952 1 0 552390 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 6484 0 0 0 291 3 0 0 20 0 20 0 30829109 19566772224 50407 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 50407 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=13524 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 50407 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=12156 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 50407 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201628 KiB

[startup+6.30023 s]
/proc/loadavg: 2.45 1.43 1.18 6/338 255685
/proc/meminfo: memFree=122880668/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=199092 CPUtime=7.3 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 17546 0 0 0 724 6 0 0 20 0 20 0 30829109 19566772224 49773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 49773 5952 1 0 552449 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=0 CPUtime=6.12 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 7412 0 0 0 609 3 0 0 20 0 20 0 30829109 19566772224 49773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 49773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=180764 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 49773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=13524 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 49773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 199092 KiB

[startup+12.7002 s]
/proc/loadavg: 2.57 1.47 1.20 6/338 255687
/proc/meminfo: memFree=122580604/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=228436 CPUtime=13.86 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 23195 0 0 0 1379 7 0 0 20 0 20 0 30829109 19566772224 57109 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 57109 5952 1 0 552689 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=0 CPUtime=12.47 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 9169 0 0 0 1244 3 0 0 20 0 20 0 30829109 19566772224 57109 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=12156 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 57109 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=2212 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 57109 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 57109 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 228436 KiB

[startup+25.5003 s]
/proc/loadavg: 2.87 1.57 1.23 6/338 255688
/proc/meminfo: memFree=121602316/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=584140 CPUtime=27 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 30178 0 0 0 2684 16 0 0 20 0 20 0 30829109 19566772224 146035 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 146035 5968 1 0 659370 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=12156 CPUtime=24.93 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 10850 0 0 0 2489 4 0 0 20 0 20 0 30829109 19566772224 146035 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 146035 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=269612 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 146035 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=2241 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 146035 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 584140 KiB

[startup+51.1056 s]
/proc/loadavg: 3.44 1.83 1.33 6/338 255694
/proc/meminfo: memFree=119896104/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=1550132 CPUtime=53.18 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 34544 0 0 0 5283 35 0 0 20 0 20 0 30829109 19566772224 387533 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 387533 5968 1 0 786802 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=1000124 CPUtime=49.8 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 12289 0 0 0 4972 8 0 0 20 0 20 0 30829109 19566772224 387533 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=1304304 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 387533 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.24 4.18 5/333 257534
/proc/meminfo: memFree=85673336/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9427092 CPUtime=3288.29 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 311240 0 0 0 328508 321 0 0 20 0 20 0 30829109 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2356773 5981 1 0 2434554 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=-8598890558357480124 CPUtime=3153.45 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 99980 0 0 0 315277 68 0 0 20 0 20 0 30829109 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=9427088 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=2212 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1101 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=2212 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3288.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9427092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.26 4.19 6/334 257927
/proc/meminfo: memFree=85583896/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9427092 CPUtime=3349.14 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 312399 0 0 0 334591 323 0 0 20 0 20 0 30829109 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2356773 5981 1 0 2434554 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=9427092 CPUtime=3211.46 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 100085 0 0 0 321078 68 0 0 20 0 20 0 30829109 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=16100 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=68952 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1101 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=1936 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2356773 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3349.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9427092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.29 4.20 5/332 257938
/proc/meminfo: memFree=85575528/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9435412 CPUtime=3414.26 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 313755 0 0 0 341100 326 0 0 20 0 20 0 30829109 19566772224 2358853 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2358853 5981 1 0 2434559 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=68952 CPUtime=3269.37 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 100355 0 0 0 326869 68 0 0 20 0 20 0 30829109 19566772224 2358853 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=9435412 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2358853 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=68952 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1101 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2358853 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=12156 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2358853 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3414.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9435412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.48 4.34 4.22 5/332 257949
/proc/meminfo: memFree=85310244/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9435420 CPUtime=3474.71 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 313974 0 0 0 347143 328 0 0 20 0 20 0 30829109 19566772224 2358855 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2358855 5981 1 0 2434559 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=9435412 CPUtime=3328.48 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 100387 0 0 0 332780 68 0 0 20 0 20 0 30829109 19566772224 2358855 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=9435412 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2358855 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=9435420 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1101 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2358855 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=9435420 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2358855 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3474.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9435420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.30 4.22 5/332 257960
/proc/meminfo: memFree=84456268/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9435432 CPUtime=3534.89 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 317813 0 0 0 353158 331 0 0 20 0 20 0 30829109 19566772224 2358858 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2358858 5981 1 0 2434559 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=9435412 CPUtime=3387.94 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 101157 0 0 0 338726 68 0 0 20 0 20 0 30829109 19566772224 2358858 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=9435420 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2358858 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=9435420 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1154 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2358858 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=9435420 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2358858 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3534.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9435432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.29 4.22 6/332 258139
/proc/meminfo: memFree=84455520/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9435436 CPUtime=3594.99 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 318854 0 0 0 359166 333 0 0 20 0 20 0 30829109 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2358859 5981 1 0 2434559 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=9435436 CPUtime=3447.06 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 101693 0 0 0 344638 68 0 0 20 0 20 0 30829109 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=9435436 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=16100 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1177 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=9435436 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3594.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9435436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527.4 s]
/proc/loadavg: 4.21 4.29 4.22 5/332 258140
/proc/meminfo: memFree=84455324/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19108176 memory=9435436 CPUtime=3600.05 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 319076 0 0 0 359672 333 0 0 20 0 20 0 30829109 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4777044 2358859 5981 1 0 2434559 0
[pid=255591/tid=255602] ppid=255588 vsize=19108176 memory=-8598890558357480124 CPUtime=3452.11 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 101915 0 0 0 345143 68 0 0 20 0 20 0 30829109 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19108176 memory=16100 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1177 0 0 0 0 0 0 0 20 0 20 0 30829113 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255681] ppid=255588 vsize=19108176 memory=2212 CPUtime=0 cores=4,6
/proc/255591/task/255681/stat : 255681 (Timer-0) S 255588 255591 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829154 19566772224 2358859 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9435436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.95 s, system=3.36417 s

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

[startup+3527.51 s]
/proc/loadavg: 4.21 4.29 4.22 5/332 258140
/proc/meminfo: memFree=84455324/131524600 swapFree=131061428/131071996
[pid=255591] ppid=255588 vsize=19307868 memory=9436124 CPUtime=3600.26 cores=4,6
/proc/255591/stat : 255591 (java) S 255588 255591 253150 0 -1 1077936128 321864 0 0 0 359693 333 0 0 20 0 21 0 30829109 19771256832 2359031 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
/proc/255591/statm: 4826967 2359031 5980 1 0 2435480 0
[pid=255591/tid=255602] ppid=255588 vsize=19307868 memory=9435436 CPUtime=3452.22 cores=4,6
/proc/255591/task/255602/stat : 255602 (java) R 255588 255591 253150 0 -1 4194368 101994 0 0 0 345154 68 0 0 20 0 21 0 30829109 19771256832 2359031 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255637] ppid=255588 vsize=19307868 memory=9435436 CPUtime=0 cores=4,6
/proc/255591/task/255637/stat : 255637 (Finalizer) S 255588 255591 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30829112 19771256832 2359031 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
[pid=255591/tid=255652] ppid=255588 vsize=19307868 memory=12156 CPUtime=0 cores=4,6
/proc/255591/task/255652/stat : 255652 (Common-Cleaner) S 255588 255591 253150 0 -1 1077936192 1177 0 0 0 0 0 0 0 20 0 21 0 30829113 19771256832 2359031 134679101440 94025261989888 94025261993584 140727107861168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94025262001400 94025262002192 94025263443968 140727107867654 140727107867744 140727107867744 140727107874760 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 9436124 KiB

Child status: 143

Real time (s): 3527.56
CPU time (s): 3600.32
CPU user time (s): 3596.95
CPU system time (s): 3.36417
CPU usage (%): 102.062
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 9436124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.95
system time used= 3.36417
maximum resident set size= 9436884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121366
involuntary context switches= 25683


# summary of solver processes directly reported to runsolver:
#   pid: 255591
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.95
#   total CPU system time (s): 3.36417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2341 second user time and 17.5724 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-25 23:31:02
IDJOB=4459895
IDBENCH=148645
IDSOLVER=3058
FILE ID=nodeC022/4459895-1721943062
RUNJOBID= nodeC022-1721943062-255546
SLURM_JOB_ID= 8247243
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_25_5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459895-1721943062/watcher-4459895-1721943062 -o /tmp/evaluation-result-4459895-1721943062/solver-4459895-1721943062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721943062-255546 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459895-1721943062.opb

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

MD5SUM BENCH= e801618a66cab8fdd24ce0de869386c9
RANDOM SEED=789619186

nodeC022.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		: 3380.936
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.87
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		: 2836.942
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	: 7006.75
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		: 3540.802
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.87
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		: 3598.128
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	: 7006.75
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		: 3482.176
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.87
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		: 3441.638
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	: 7006.75
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		: 3643.021
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.87
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		: 2687.404
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	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124097120 kB
MemAvailable:   129632584 kB
Buffers:          344348 kB
Cached:          5940512 kB
SwapCached:         1424 kB
Active:          2653532 kB
Inactive:        4003864 kB
Active(anon):       1844 kB
Inactive(anon):   424452 kB
Active(file):    2651688 kB
Inactive(file):  3579412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:              2504 kB
Writeback:             4 kB
AnonPages:        370928 kB
Mapped:           114928 kB
Shmem:             53732 kB
KReclaimable:     292116 kB
Slab:             416328 kB
SReclaimable:     292116 kB
SUnreclaim:       124212 kB
KernelStack:        3984 kB
PageTables:        10104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     683476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC022 at 2024-07-26 00:29:50