Trace number 4427369

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)24965 3600.25 3571.83

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23916
Best CPU time to get the best result obtained on this benchmark3441.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427369-1720994536.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.33/0.27	c ... done. Wall clock time 0.108s.
0.33/0.27	c declared #vars     540
0.33/0.27	c #constraints  4626
0.33/0.27	c constraints type 
0.33/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.33/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.33/0.27	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1680
0.33/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.33/0.27	c 4626 constraints processed.
0.33/0.27	c objective function length is 180 literals
0.54/0.36	c SATISFIABLE
0.54/0.36	c OPTIMIZING...
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.211
0.54/0.36	o 32292
0.71/0.50	c Got one! Elapsed wall clock time (in seconds):0.353
0.71/0.50	o 32164
0.89/0.53	c Got one! Elapsed wall clock time (in seconds):0.379
0.89/0.53	o 31729
0.89/0.58	c Got one! Elapsed wall clock time (in seconds):0.425
0.89/0.58	o 31310
1.27/0.78	c Got one! Elapsed wall clock time (in seconds):0.63
1.27/0.78	o 31227
1.48/0.82	c Got one! Elapsed wall clock time (in seconds):0.67
1.48/0.82	o 30337
1.88/1.09	c Got one! Elapsed wall clock time (in seconds):0.943
1.88/1.09	o 30106
2.06/1.12	c Got one! Elapsed wall clock time (in seconds):0.967
2.06/1.12	o 29785
2.64/1.45	c Got one! Elapsed wall clock time (in seconds):1.296
2.64/1.45	o 29202
3.24/1.76	c Got one! Elapsed wall clock time (in seconds):1.606
3.24/1.76	o 28491
5.24/2.88	c Got one! Elapsed wall clock time (in seconds):2.728
5.24/2.88	o 28161
6.21/3.44	c Got one! Elapsed wall clock time (in seconds):3.291
6.21/3.44	o 27870
15.17/12.18	c Got one! Elapsed wall clock time (in seconds):12.031
15.17/12.18	o 27015
22.98/19.95	c cleaning 4608 clauses out of 9219 with flag 0/9219
36.49/33.49	c Got one! Elapsed wall clock time (in seconds):33.338
36.49/33.49	o 27010
49.89/46.76	c Got one! Elapsed wall clock time (in seconds):46.613
49.89/46.76	o 26981
67.09/63.70	c cleaning 8089 clauses out of 16191 with flag 0/20799
76.07/72.63	c Got one! Elapsed wall clock time (in seconds):72.484
76.07/72.63	o 26953
83.53/80.04	c cleaning 7017 clauses out of 14060 with flag 0/26757
95.52/91.96	c Got one! Elapsed wall clock time (in seconds):91.816
95.52/91.96	o 26781
99.63/96.05	c Got one! Elapsed wall clock time (in seconds):95.903
99.63/96.05	o 26736
114.73/110.94	c Got one! Elapsed wall clock time (in seconds):110.79
114.73/110.94	o 26639
124.81/120.82	c cleaning 9515 clauses out of 19077 with flag 0/38791
127.85/123.86	c Got one! Elapsed wall clock time (in seconds):123.709
127.85/123.86	o 26577
128.99/124.95	c Got one! Elapsed wall clock time (in seconds):124.801
128.99/124.95	o 26446
129.38/125.33	c Got one! Elapsed wall clock time (in seconds):125.181
129.38/125.33	o 26431
134.55/130.46	c Got one! Elapsed wall clock time (in seconds):130.311
134.55/130.46	o 26045
144.85/140.65	c cleaning 7885 clauses out of 16863 with flag 0/46092
158.15/153.88	c cleaning 5051 clauses out of 14976 with flag 0/52090
160.17/155.84	c Got one! Elapsed wall clock time (in seconds):155.687
160.17/155.84	o 25955
170.94/166.53	c cleaning 4752 clauses out of 15632 with flag 0/57797
188.17/183.68	c cleaning 5039 clauses out of 16882 with flag 0/63799
208.17/203.32	c cleaning 5878 clauses out of 18840 with flag 0/70796
233.32/228.07	c cleaning 6632 clauses out of 20965 with flag 0/78799
252.80/247.23	c Got one! Elapsed wall clock time (in seconds):247.083
252.80/247.23	o 25940
283.44/277.68	c cleaning 9510 clauses out of 25928 with flag 0/90394
302.65/296.65	c cleaning 5000 clauses out of 22417 with flag 0/96393
325.21/318.92	c cleaning 5866 clauses out of 24416 with flag 0/103392
362.43/355.93	c cleaning 6627 clauses out of 26551 with flag 0/111393
368.03/361.43	c Got one! Elapsed wall clock time (in seconds):361.279
368.03/361.43	o 25789
379.06/372.37	c cleaning 4803 clauses out of 25637 with flag 0/117106
397.05/390.02	c cleaning 5097 clauses out of 26833 with flag 0/123105
419.87/412.66	c cleaning 5919 clauses out of 28736 with flag 0/130105
452.42/444.71	c cleaning 6687 clauses out of 30817 with flag 0/138105
494.33/486.32	c cleaning 7494 clauses out of 33133 with flag 0/147108
539.44/531.17	c cleaning 8440 clauses out of 35636 with flag 0/157105
603.53/594.55	c cleaning 9122 clauses out of 38198 with flag 0/168107
663.20/653.56	c cleaning 10140 clauses out of 41074 with flag 0/180105
730.42/720.04	c cleaning 10906 clauses out of 43935 with flag 0/193106
739.40/728.91	c Got one! Elapsed wall clock time (in seconds):728.766
739.40/728.91	o 25586
747.41/736.89	c cleaning 4606 clauses out of 38547 with flag 0/198624
768.96/758.16	c cleaning 4941 clauses out of 39941 with flag 0/204624
797.20/785.81	c cleaning 5896 clauses out of 42002 with flag 0/211626
833.20/821.85	c cleaning 6755 clauses out of 44104 with flag 0/219624
877.02/865.37	c cleaning 7463 clauses out of 46349 with flag 0/228624
923.76/911.72	c cleaning 8297 clauses out of 48886 with flag 0/238624
981.75/969.19	c cleaning 9061 clauses out of 51591 with flag 0/249626
1041.94/1028.92	c cleaning 9914 clauses out of 54529 with flag 0/261625
1112.66/1098.90	c cleaning 10937 clauses out of 57614 with flag 0/274624
1202.41/1187.87	c cleaning 11831 clauses out of 60679 with flag 0/288626
1275.55/1260.33	c Got one! Elapsed wall clock time (in seconds):1260.181
1275.55/1260.33	o 25531
1337.07/1321.87	c cleaning 14784 clauses out of 66681 with flag 0/306459
1364.85/1349.51	c cleaning 4919 clauses out of 57895 with flag 0/312457
1382.91/1367.55	c Got one! Elapsed wall clock time (in seconds):1367.402
1382.91/1367.55	o 25210
1389.23/1373.80	c cleaning 4191 clauses out of 58032 with flag 0/317513
1411.81/1396.40	c cleaning 4943 clauses out of 59842 with flag 0/323514
1442.63/1426.98	c cleaning 5723 clauses out of 61898 with flag 0/330513
1479.80/1463.83	c cleaning 6613 clauses out of 64175 with flag 0/338513
1525.67/1509.25	c cleaning 7386 clauses out of 66562 with flag 0/347513
1568.58/1551.80	c Got one! Elapsed wall clock time (in seconds):1551.648
1568.58/1551.80	o 25140
1621.52/1604.68	c cleaning 11006 clauses out of 72451 with flag 0/360788
1654.49/1637.53	c cleaning 4971 clauses out of 67447 with flag 0/366790
1696.80/1679.79	c cleaning 5748 clauses out of 69475 with flag 0/373789
1750.55/1733.45	c cleaning 6543 clauses out of 71728 with flag 0/381790
1750.75/1733.61	c Got one! Elapsed wall clock time (in seconds):1733.464
1750.75/1733.61	o 24965
1781.63/1764.42	c cleaning 4060 clauses out of 70236 with flag 0/386841
1810.75/1793.42	c cleaning 4967 clauses out of 72176 with flag 0/392841
1854.49/1836.87	c cleaning 5941 clauses out of 74210 with flag 0/399842
1899.80/1881.57	c cleaning 6701 clauses out of 76268 with flag 0/407841
1956.17/1937.56	c cleaning 7504 clauses out of 78567 with flag 0/416841
2020.96/2001.84	c cleaning 8233 clauses out of 81064 with flag 0/426842
2092.53/2072.82	c cleaning 9287 clauses out of 83831 with flag 0/437842
2185.11/2165.32	c cleaning 10144 clauses out of 86543 with flag 0/449841
2289.49/2268.91	c cleaning 10960 clauses out of 89399 with flag 0/462841
2399.80/2378.49	c cleaning 11704 clauses out of 92439 with flag 0/476841
2527.69/2505.75	c cleaning 12496 clauses out of 95735 with flag 0/491841
2670.53/2647.93	c cleaning 13490 clauses out of 99239 with flag 0/507841
2816.53/2792.86	c cleaning 14238 clauses out of 102749 with flag 0/524841
2995.88/2971.31	c cleaning 14586 clauses out of 106512 with flag 0/542842
3215.91/3190.18	c cleaning 15425 clauses out of 110925 with flag 0/561841
3450.41/3423.18	c cleaning 16478 clauses out of 115503 with flag 0/581844
3600.00/3571.72	c starts		: 195
3600.00/3571.72	c conflicts		: 599475
3600.00/3571.72	c decisions		: 728794
3600.00/3571.72	c propagations		: 41813603
3600.00/3571.72	c inspects		: 5246006138
3600.00/3571.72	c shortcuts		: 0
3600.00/3571.72	c learnt literals	: 0
3600.00/3571.72	c learnt binary clauses	: 0
3600.00/3571.72	c learnt ternary clauses	: 3
3600.00/3571.72	c learnt constraints	: 599474
3600.00/3571.72	c ignored constraints	: 0
3600.00/3571.72	c root simplifications	: 0
3600.00/3571.72	c removed literals (reason simplification)	: 0
3600.00/3571.72	c reason swapping (by a shorter reason)	: 0
3600.00/3571.72	c Calls to reduceDB	: 60
3600.00/3571.72	c Number of update (reduction) of LBD	: 768170
3600.00/3571.72	c Imported unit clauses	: 0
3600.00/3571.72	c No decision after first conflict	: false
3600.00/3571.72	c number of reductions to clauses (during analyze)	: 0
3600.00/3571.72	c number of learned constraints concerned by reduction	: 0
3600.00/3571.72	c number of learning phase by resolution	: 0
3600.00/3571.72	c number of learning phase by cutting planes	: 0
3600.00/3571.72	c number of rounding to 1 operations	: 2409392
3600.00/3571.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3571.72	c number of reductions of the coefficients by power 2 	: 0
3600.00/3571.72	c number of right shift for reduction by power 2 	: 0
3600.00/3571.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3571.72	c number of ending skipping 	: 0
3600.00/3571.72	c number of internal skipping 	: 0
3600.00/3571.72	c number of derivation steps 	: 15019009
3600.00/3571.72	c number of skipped derivation steps 	: 0
3600.00/3571.72	c number of remaining unassigned 	: 125201
3600.00/3571.72	c number of remaining assigned 	: 76296010
3600.00/3571.72	c number of falsified literals weakened from reason	: 0
3600.00/3571.72	c number of falsified literals weakened from conflict	: 0
3600.00/3571.72	c time for arithmetic operations	: 6568548098
3600.00/3571.72	c minimum degree of deleted constraints	: 4
3600.00/3571.72	c maximum degree of deleted constraints	: 159216101
3600.00/3571.72	c number of deleted constraints	: 482819
3600.00/3571.75	c speed (assignments/second)	: 11707.77793146626
3600.00/3571.75	c non guided choices	: 170
3600.00/3571.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68867
3600.20/3571.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5597
3600.20/3571.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 42191
3600.20/3571.80	s SATISFIABLE
3600.20/3571.80	c Found 31 solution(s)
3600.20/3571.80	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 
3600.20/3571.81	c objective function=24965
3600.20/3571.81	c Total wall clock time (in seconds): 3571.666

Verifier Data

OK	24965

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427369-1720994536/watcher-4427369-1720994536 -o /tmp/evaluation-result-4427369-1720994536/solver-4427369-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720994548-773381 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427369-1720994536.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.101555 s]*
/proc/loadavg: 0.10 0.09 0.09 15/326 773512
/proc/meminfo: memFree=126619552/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=18975048 memory=64772 CPUtime=0.13 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 7197 0 0 0 11 2 0 0 20 0 18 0 151617427 19430449152 16193 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4743762 16193 5668 1 0 549322 0
[pid=773442/tid=773447] ppid=773427 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 5775 0 0 0 7 1 0 0 20 0 18 0 151617427 19430449152 16193 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151617431 19430449152 16193 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151617431 19430449152 16193 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64772 KiB

[startup+0.208215 s]*
/proc/loadavg: 0.10 0.09 0.09 15/328 773514
/proc/meminfo: memFree=126569700/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=18975048 memory=83608 CPUtime=0.33 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 7785 0 0 0 30 3 0 0 20 0 18 0 151617427 19430449152 20902 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4743762 20902 5787 1 0 549702 0
[pid=773442/tid=773447] ppid=773427 vsize=18975048 memory=664970851429515395 CPUtime=0.18 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 6062 0 0 0 16 2 0 0 20 0 18 0 151617427 19430449152 20902 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=18975048 memory=3640 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151617431 19430449152 20902 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151617431 19430449152 20902 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83608 KiB

[startup+0.315419 s]*
/proc/loadavg: 0.10 0.09 0.09 12/330 773516
/proc/meminfo: memFree=126390892/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19041612 memory=115264 CPUtime=0.54 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 9486 0 0 0 50 4 0 0 20 0 19 0 151617427 19498610688 28816 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4760403 28816 5824 1 0 551146 0
[pid=773442/tid=773447] ppid=773427 vsize=19041612 memory=-8672638110323352252 CPUtime=0.27 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 6242 0 0 0 24 3 0 0 20 0 19 0 151617427 19498610688 28816 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617431 19498610688 28816 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617431 19498610688 28816 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151617455 19498610688 28816 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 115264 KiB

[startup+0.703578 s]
/proc/loadavg: 0.10 0.09 0.09 20/332 773518
/proc/meminfo: memFree=126217624/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=176784 CPUtime=1.27 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 13154 0 0 0 122 5 0 0 20 0 20 0 151617427 19566772224 44196 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 44196 5846 1 0 553693 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=12180 CPUtime=0.62 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 6278 0 0 0 58 4 0 0 20 0 20 0 151617427 19566772224 44196 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=12180 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 44196 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=281395788575712 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 44196 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=26024 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 44196 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176784 KiB

[startup+1.50093 s]
/proc/loadavg: 0.10 0.09 0.09 14/334 773520
/proc/meminfo: memFree=126069124/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=274544 CPUtime=2.84 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 21260 0 0 0 276 8 0 0 20 0 20 0 151617427 19566772224 68636 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 68636 5863 1 0 555876 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=12180 CPUtime=1.38 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 7032 0 0 0 132 6 0 0 20 0 20 0 151617427 19566772224 68636 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 68636 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 68636 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 68636 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 274544 KiB

[startup+3.10693 s]
/proc/loadavg: 0.10 0.09 0.09 10/334 773520
/proc/meminfo: memFree=123694040/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=1145808 CPUtime=5.64 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 24959 0 0 0 537 27 0 0 20 0 20 0 151617427 19566772224 286452 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 286452 5866 1 0 681477 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 8226 0 0 0 271 23 0 0 20 0 20 0 151617427 19566772224 286452 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 286452 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=376944 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 286452 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=12180 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 286452 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1145808 KiB

[startup+6.30024 s]
/proc/loadavg: 0.42 0.15 0.11 8/334 773520
/proc/meminfo: memFree=122802236/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=1309596 CPUtime=9.22 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 25752 0 0 0 891 31 0 0 20 0 20 0 151617427 19566772224 327399 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 327399 5866 1 0 681492 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=0 CPUtime=6.07 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 8442 0 0 0 581 26 0 0 20 0 20 0 151617427 19566772224 327399 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=5939520471676376919 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 327399 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=-8033973737701895300 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 327399 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=5496 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 327399 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309596 KiB

[startup+12.7003 s]
/proc/loadavg: 0.70 0.22 0.13 8/334 773522
/proc/meminfo: memFree=121610556/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=1654132 CPUtime=15.76 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 30969 0 0 0 1539 37 0 0 20 0 20 0 151617427 19566772224 413533 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 413533 5866 1 0 681495 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=1651780 CPUtime=12.39 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 10389 0 0 0 1207 32 0 0 20 0 20 0 151617427 19566772224 413533 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=39428 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 413533 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 413533 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=1309596 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 413533 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 15.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1654132 KiB

[startup+25.5009 s]
/proc/loadavg: 1.58 0.44 0.21 8/334 773524
/proc/meminfo: memFree=120947792/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=1668724 CPUtime=28.63 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 34688 0 0 0 2825 38 0 0 20 0 20 0 151617427 19566772224 417181 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 417181 5866 1 0 681527 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=1651780 CPUtime=24.85 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 11951 0 0 0 2453 32 0 0 20 0 20 0 151617427 19566772224 417181 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=1664628 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 417181 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 417181 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=1309596 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 417181 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 28.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1668724 KiB

[startup+51.1067 s]
/proc/loadavg: 2.41 0.72 0.31 8/333 773529
/proc/meminfo: memFree=120584780/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=1697556 CPUtime=54.37 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 42072 0 0 0 5396 41 0 0 20 0 20 0 151617427 19566772224 424389 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 424389 5866 1 0 681527 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=1697556 CPUtime=49.82 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 15825 0 0 0 4950 32 0 0 20 0 20 0 151617427 19566772224 424389 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617429 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0

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

[startup+3222.3 s]
/proc/loadavg: 4.20 4.25 4.14 7/331 775710
/proc/meminfo: memFree=114685664/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203776 CPUtime=3248.01 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 309571 0 0 0 324582 219 0 0 20 0 20 0 151617427 19566772224 800944 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800944 5909 1 0 813879 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=3203776 CPUtime=3156.58 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 158486 0 0 0 315595 63 0 0 20 0 20 0 151617427 19566772224 800944 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=3203776 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800944 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=3203776 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3396 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800944 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=3203776 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800944 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3248.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203776 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.21 4.13 7/331 775720
/proc/meminfo: memFree=114684500/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203800 CPUtime=3308.29 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 313401 0 0 0 330608 221 0 0 20 0 20 0 151617427 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800950 5909 1 0 813879 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=3203796 CPUtime=3215.4 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 160519 0 0 0 321477 63 0 0 20 0 20 0 151617427 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=4788 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3491 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3308.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203800 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.20 4.13 9/333 775902
/proc/meminfo: memFree=114683352/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203800 CPUtime=3368.53 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 317365 0 0 0 336630 223 0 0 20 0 20 0 151617427 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800950 5909 1 0 813879 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=0 CPUtime=3274.47 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 162858 0 0 0 327384 63 0 0 20 0 20 0 151617427 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=3203800 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=3203800 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3586 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=3203800 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800950 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3368.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.21 4.14 7/333 775913
/proc/meminfo: memFree=114682568/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203820 CPUtime=3429.54 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 329582 0 0 0 342726 228 0 0 20 0 20 0 151617427 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800955 5909 1 0 813879 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=3203800 CPUtime=3333.65 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 167468 0 0 0 333301 64 0 0 20 0 20 0 151617427 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=39428 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=3203820 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3640 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=11560 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3429.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.20 4.14 6/336 775928
/proc/meminfo: memFree=114681920/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203820 CPUtime=3489.81 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 333520 0 0 0 348751 230 0 0 20 0 20 0 151617427 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800955 5909 1 0 813879 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=3203820 CPUtime=3392.77 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 170093 0 0 0 339213 64 0 0 20 0 20 0 151617427 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=3203820 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=3203820 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3735 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=3428 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800955 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3489.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.21 4.14 7/335 776020
/proc/meminfo: memFree=115895148/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203828 CPUtime=3550.27 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 337425 0 0 0 354794 233 0 0 20 0 20 0 151617427 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800957 5909 1 0 813881 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=3203820 CPUtime=3451.69 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 172151 0 0 0 345105 64 0 0 20 0 20 0 151617427 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=3203828 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=3203828 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3812 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=3203828 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3550.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.7 s]
/proc/loadavg: 4.35 4.24 4.16 7/334 776094
/proc/meminfo: memFree=113886012/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19108176 memory=3203828 CPUtime=3600 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 339540 0 0 0 359765 235 0 0 20 0 20 0 151617427 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4777044 800957 5909 1 0 813881 0
[pid=773442/tid=773447] ppid=773427 vsize=19108176 memory=3203828 CPUtime=3500.27 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 173678 0 0 0 349962 65 0 0 20 0 20 0 151617427 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19108176 memory=3203828 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19108176 memory=3203828 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3813 0 0 0 0 0 0 0 20 0 20 0 151617431 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773515] ppid=773427 vsize=19108176 memory=3203828 CPUtime=0 cores=1,3
/proc/773442/task/773515/stat : 773515 (Timer-0) S 773427 773442 773369 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617455 19566772224 800957 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.88 s, system=2.37117 s

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

[startup+3571.81 s]
/proc/loadavg: 4.35 4.24 4.16 7/334 776094
/proc/meminfo: memFree=113886012/131524600 swapFree=131071996/131071996
[pid=773442] ppid=773427 vsize=19307868 memory=3204524 CPUtime=3600.2 cores=1,3
/proc/773442/stat : 773442 (java) S 773427 773442 773369 0 -1 1077936128 343073 0 0 0 359785 235 0 0 20 0 21 0 151617427 19771256832 801131 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
/proc/773442/statm: 4826967 801131 5908 1 0 814820 0
[pid=773442/tid=773447] ppid=773427 vsize=19307868 memory=32136 CPUtime=3500.37 cores=1,3
/proc/773442/task/773447/stat : 773447 (java) R 773427 773442 773369 0 -1 4194368 173863 0 0 0 349972 65 0 0 20 0 21 0 151617427 19771256832 801131 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151617462 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773484] ppid=773427 vsize=19307868 memory=5544 CPUtime=0 cores=1,3
/proc/773442/task/773484/stat : 773484 (Finalizer) S 773427 773442 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151617431 19771256832 801131 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
[pid=773442/tid=773511] ppid=773427 vsize=19307868 memory=1844 CPUtime=0 cores=1,3
/proc/773442/task/773511/stat : 773511 (Common-Cleaner) S 773427 773442 773369 0 -1 1077936192 3813 0 0 0 0 0 0 0 20 0 21 0 151617431 19771256832 801131 134679101440 94215978090496 94215978094192 140726342335504 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94215978102008 94215978102800 94216010366976 140726342341616 140726342341729 140726342341729 140726342348744 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3204524 KiB

Child status: 143

Real time (s): 3571.83
CPU time (s): 3600.25
CPU user time (s): 3597.88
CPU system time (s): 2.37117
CPU usage (%): 100.796
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3207588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.88
system time used= 2.37117
maximum resident set size= 3207588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150050
involuntary context switches= 19397


# summary of solver processes directly reported to runsolver:
#   pid: 773442
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.88
#   total CPU system time (s): 2.37117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33012 second user time and 19.6723 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-15 00:02:28
IDJOB=4427369
IDBENCH=147022
IDSOLVER=3046
FILE ID=nodeC021/4427369-1720994536
RUNJOBID= nodeC021-1720994548-773381
SLURM_JOB_ID= 7505315
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427369-1720994536/watcher-4427369-1720994536 -o /tmp/evaluation-result-4427369-1720994536/solver-4427369-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720994548-773381 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427369-1720994536.opb

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=1909944225

nodeC021.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		: 3428.289
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.42
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		: 3570.617
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.23
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		: 3490.248
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.42
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		: 3417.250
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.23
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		: 3512.044
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.42
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		: 3571.912
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.23
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		: 3484.297
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.42
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		: 3385.761
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126795236 kB
MemAvailable:   129698760 kB
Buffers:          341532 kB
Cached:          3367448 kB
SwapCached:            0 kB
Active:           536056 kB
Inactive:        3537612 kB
Active(anon):       1408 kB
Inactive(anon):   400668 kB
Active(file):     534648 kB
Inactive(file):  3136944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2800 kB
Writeback:             8 kB
AnonPages:        363896 kB
Mapped:           102064 kB
Shmem:             37720 kB
KReclaimable:     143508 kB
Slab:             253648 kB
SReclaimable:     143508 kB
SUnreclaim:       110140 kB
KernelStack:        3848 kB
PageTables:         9532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     687596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58496 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      232148 kB
DirectMap2M:    17367040 kB
DirectMap1G:    118489088 kB

Free space on /tmp at the end= 889844 MiB
End job on nodeC021 at 2024-07-15 01:02:00