Trace number 4458064

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)0 3600.3 3589.25

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_15.opb
MD5SUMfdf899240a62c27f3e34a480d900809b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.077126
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1410
Total number of constraints2085
Number of constraints which are clauses1350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints735
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 60
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 2147483646
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483646
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	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-4458064-1721874046.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.20	c ... done. Wall clock time 0.069s.
0.13/0.20	c declared #vars     1410
0.13/0.20	c #constraints  2820
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1530
0.13/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 840
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
0.13/0.20	c 2820 constraints processed.
0.13/0.21	c objective function length is 60 literals
0.52/0.37	c SATISFIABLE
0.52/0.37	c OPTIMIZING...
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.236
0.52/0.37	o 0
2.08/1.38	c cleaning 2855 clauses out of 5710 with flag 34687/5710
3.73/2.76	c cleaning 4427 clauses out of 8855 with flag 90010/11710
5.47/4.40	c cleaning 5711 clauses out of 11428 with flag 151254/18710
7.27/6.28	c cleaning 6856 clauses out of 13716 with flag 227492/26709
9.71/8.62	c cleaning 7929 clauses out of 15861 with flag 317590/35710
12.60/11.51	c cleaning 8963 clauses out of 17932 with flag 420968/45710
15.80/14.64	c cleaning 9977 clauses out of 19968 with flag 538209/56709
19.73/18.53	c cleaning 10993 clauses out of 21992 with flag 681641/68710
23.36/22.11	c cleaning 11994 clauses out of 23998 with flag 809341/81709
26.58/25.33	c cleaning 12995 clauses out of 26005 with flag 910252/95710
31.05/29.70	c cleaning 14002 clauses out of 28009 with flag 1049594/110709
35.58/34.30	c cleaning 14994 clauses out of 30007 with flag 1174847/126709
41.14/39.72	c cleaning 16002 clauses out of 32013 with flag 1338663/143709
46.41/44.95	c cleaning 16997 clauses out of 34011 with flag 1495537/161709
52.64/51.17	c cleaning 17999 clauses out of 36015 with flag 1704568/180710
58.79/57.24	c cleaning 19000 clauses out of 38015 with flag 1923967/200709
64.58/62.97	c cleaning 20002 clauses out of 40015 with flag 2112634/221709
71.85/70.16	c cleaning 21005 clauses out of 42013 with flag 2446334/243709
79.22/77.39	c cleaning 22001 clauses out of 44010 with flag 2663033/266711
86.89/85.04	c cleaning 22998 clauses out of 46007 with flag 2874268/290709
95.77/93.90	c cleaning 23998 clauses out of 48010 with flag 3115966/315710
105.26/103.43	c cleaning 25003 clauses out of 50011 with flag 3520251/341709
115.51/113.69	c cleaning 26000 clauses out of 52008 with flag 4008950/368709
125.66/123.76	c cleaning 26995 clauses out of 54009 with flag 4334327/396710
135.63/133.77	c cleaning 27999 clauses out of 56013 with flag 4690902/425709
145.85/143.87	c cleaning 28999 clauses out of 58015 with flag 5031427/455710
156.70/154.67	c cleaning 29997 clauses out of 60016 with flag 5464006/486710
169.15/166.97	c cleaning 31005 clauses out of 62019 with flag 5941510/518710
181.94/179.49	c cleaning 31999 clauses out of 64013 with flag 6424740/551709
195.28/192.88	c cleaning 33001 clauses out of 66015 with flag 6962347/585710
208.15/205.89	c cleaning 34001 clauses out of 68013 with flag 7499741/620709
223.10/220.76	c cleaning 35000 clauses out of 70013 with flag 8107745/656710
238.89/236.54	c cleaning 35996 clauses out of 72013 with flag 8697171/693710
255.68/253.21	c cleaning 37002 clauses out of 74017 with flag 9305764/731710
272.95/270.37	c cleaning 38000 clauses out of 76014 with flag 9904967/770709
290.50/287.98	c cleaning 39002 clauses out of 78015 with flag 10414386/810710
307.99/305.37	c cleaning 40001 clauses out of 80012 with flag 10940181/851709
326.72/323.98	c cleaning 40998 clauses out of 82012 with flag 11485269/893710
346.89/343.86	c cleaning 42002 clauses out of 84013 with flag 12229712/936709
366.82/363.78	c cleaning 43000 clauses out of 86013 with flag 12939012/980711
388.60/385.44	c cleaning 44000 clauses out of 88012 with flag 13678231/1025710
409.74/406.48	c cleaning 44998 clauses out of 90011 with flag 14238583/1071709
429.59/426.14	c cleaning 45999 clauses out of 92014 with flag 14841056/1118710
451.18/447.91	c cleaning 46998 clauses out of 94014 with flag 15416272/1166709
474.37/471.23	c cleaning 47999 clauses out of 96016 with flag 16065657/1215709
498.18/495.17	c cleaning 49004 clauses out of 98017 with flag 16828541/1265709
524.59/521.69	c cleaning 49997 clauses out of 100013 with flag 17741552/1316709
551.60/548.05	c cleaning 51002 clauses out of 102016 with flag 18702726/1368709
575.71/572.15	c cleaning 52000 clauses out of 104014 with flag 19688107/1421709
601.76/598.17	c cleaning 53002 clauses out of 106014 with flag 20632595/1475709
628.14/624.42	c cleaning 54000 clauses out of 108013 with flag 21502291/1530710
654.68/650.99	c cleaning 55002 clauses out of 110012 with flag 22364172/1586709
682.71/679.09	c cleaning 55996 clauses out of 112010 with flag 23220963/1643709
710.68/707.05	c cleaning 57000 clauses out of 114014 with flag 24073730/1701709
738.49/734.79	c cleaning 58004 clauses out of 116015 with flag 25004721/1760710
765.63/761.84	c cleaning 59000 clauses out of 118011 with flag 25841211/1820710
795.16/791.30	c cleaning 59993 clauses out of 120010 with flag 26760850/1881709
829.22/825.34	c cleaning 61004 clauses out of 122019 with flag 27827583/1943711
867.58/863.02	c cleaning 62001 clauses out of 124013 with flag 28997189/2006709
901.16/896.83	c cleaning 63000 clauses out of 126013 with flag 29951084/2070710
942.00/937.78	c cleaning 63999 clauses out of 128013 with flag 30885385/2135710
984.47/980.15	c cleaning 64998 clauses out of 130013 with flag 32012268/2201709
1021.51/1017.13	c cleaning 66002 clauses out of 132015 with flag 33001091/2268709
1060.30/1055.89	c cleaning 67000 clauses out of 134014 with flag 34220255/2336710
1105.32/1100.85	c cleaning 68003 clauses out of 136013 with flag 35724681/2405709
1145.15/1140.67	c cleaning 68999 clauses out of 138010 with flag 36906216/2475709
1192.17/1187.64	c cleaning 70002 clauses out of 140011 with flag 38080866/2546709
1235.58/1231.00	c cleaning 70999 clauses out of 142009 with flag 39460720/2618709
1282.07/1277.87	c cleaning 72001 clauses out of 144010 with flag 40811189/2691709
1326.51/1322.24	c cleaning 73000 clauses out of 146009 with flag 42231576/2765709
1370.49/1366.23	c cleaning 73992 clauses out of 148010 with flag 43435471/2840710
1415.71/1411.31	c cleaning 75001 clauses out of 150017 with flag 44425893/2916709
1464.38/1459.96	c cleaning 76004 clauses out of 152017 with flag 45489641/2993710
1507.33/1502.80	c cleaning 77002 clauses out of 154012 with flag 46291870/3071709
1552.96/1547.83	c cleaning 78001 clauses out of 156010 with flag 47413133/3150709
1608.03/1603.09	c cleaning 78999 clauses out of 158009 with flag 49058892/3230709
1671.88/1666.77	c cleaning 79996 clauses out of 160010 with flag 50595045/3311709
1718.66/1713.47	c cleaning 80997 clauses out of 162015 with flag 51582582/3393710
1756.90/1751.61	c cleaning 82001 clauses out of 164017 with flag 52418127/3476709
1797.33/1792.01	c cleaning 83003 clauses out of 166017 with flag 53354391/3560710
1844.94/1839.41	c cleaning 83998 clauses out of 168014 with flag 54533506/3645710
1888.84/1883.26	c cleaning 84998 clauses out of 170016 with flag 55792919/3731710
1935.86/1930.26	c cleaning 85995 clauses out of 172017 with flag 57097068/3818709
1997.38/1991.54	c cleaning 87007 clauses out of 174023 with flag 59077278/3906710
2050.61/2044.52	c cleaning 88000 clauses out of 176016 with flag 60689577/3995710
2112.77/2105.54	c cleaning 88999 clauses out of 178016 with flag 62433977/4085710
2173.24/2165.98	c cleaning 90000 clauses out of 180017 with flag 64287078/4176710
2232.92/2225.49	c cleaning 91002 clauses out of 182016 with flag 66266149/4268709
2293.59/2285.94	c cleaning 91999 clauses out of 184015 with flag 68054335/4361710
2367.61/2359.81	c cleaning 93001 clauses out of 186016 with flag 69808355/4455710
2431.86/2424.06	c cleaning 93998 clauses out of 188014 with flag 71574479/4550709
2493.43/2485.47	c cleaning 95001 clauses out of 190016 with flag 73477272/4646709
2559.34/2551.18	c cleaning 96000 clauses out of 192016 with flag 75394548/4743710
2633.15/2624.70	c cleaning 97005 clauses out of 194015 with flag 77172806/4841709
2704.79/2696.12	c cleaning 98000 clauses out of 196011 with flag 78983269/4940710
2775.44/2766.54	c cleaning 99000 clauses out of 198011 with flag 80938877/5040710
2852.21/2843.22	c cleaning 99997 clauses out of 200010 with flag 83036881/5141709
2927.67/2918.57	c cleaning 101000 clauses out of 202014 with flag 85140575/5243710
3004.95/2995.67	c cleaning 102003 clauses out of 204013 with flag 87266787/5346709
3072.89/3062.88	c cleaning 103000 clauses out of 206010 with flag 89509562/5450709
3148.59/3138.40	c cleaning 104000 clauses out of 208010 with flag 91576404/5555709
3234.16/3223.72	c cleaning 105002 clauses out of 210011 with flag 94027363/5661710
3316.45/3305.99	c cleaning 106001 clauses out of 212008 with flag 96015578/5768709
3398.62/3387.80	c cleaning 107001 clauses out of 214007 with flag 98362143/5876709
3474.54/3463.62	c cleaning 107997 clauses out of 216007 with flag 100505900/5985710
3557.84/3546.91	c cleaning 108998 clauses out of 218010 with flag 102697107/6095710
3600.04/3589.13	c starts		: 2708
3600.04/3589.13	c conflicts		: 6159392
3600.04/3589.13	c decisions		: 6249847
3600.04/3589.13	c propagations		: 2655232567
3600.04/3589.13	c inspects		: 45503761702
3600.04/3589.13	c shortcuts		: 0
3600.04/3589.13	c learnt literals	: 0
3600.04/3589.13	c learnt binary clauses	: 238
3600.04/3589.13	c learnt ternary clauses	: 318
3600.04/3589.13	c learnt constraints	: 6159392
3600.04/3589.13	c ignored constraints	: 0
3600.04/3589.13	c root simplifications	: 0
3600.04/3589.13	c removed literals (reason simplification)	: 0
3600.04/3589.13	c reason swapping (by a shorter reason)	: 0
3600.04/3589.13	c Calls to reduceDB	: 106
3600.04/3589.13	c Number of update (reduction) of LBD	: 67932
3600.04/3589.13	c Imported unit clauses	: 0
3600.04/3589.13	c No decision after first conflict	: false
3600.04/3589.13	c number of reductions to clauses (during analyze)	: 0
3600.04/3589.13	c number of learned constraints concerned by reduction	: 0
3600.04/3589.13	c number of learning phase by resolution	: 0
3600.04/3589.13	c number of learning phase by cutting planes	: 0
3600.04/3589.13	c number of rounding to 1 operations	: 0
3600.04/3589.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3589.13	c number of reductions of the coefficients by power 2 	: 0
3600.04/3589.13	c number of right shift for reduction by power 2 	: 0
3600.04/3589.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3589.13	c number of ending skipping 	: 0
3600.04/3589.13	c number of internal skipping 	: 0
3600.04/3589.13	c number of derivation steps 	: 0
3600.04/3589.13	c number of skipped derivation steps 	: 0
3600.04/3589.13	c number of remaining unassigned 	: 0
3600.04/3589.13	c number of remaining assigned 	: 0
3600.04/3589.13	c number of falsified literals weakened from reason	: 0
3600.04/3589.13	c number of falsified literals weakened from conflict	: 0
3600.04/3589.13	c time for arithmetic operations	: 0
3600.04/3589.14	c minimum degree of deleted constraints	: null
3600.04/3589.14	c maximum degree of deleted constraints	: null
3600.04/3589.14	c number of deleted constraints	: 0
3600.04/3589.14	c speed (assignments/second)	: 739840.8456127797
3600.04/3589.14	c non guided choices	: 0
3600.04/3589.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 172456
3600.04/3589.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 238
3600.04/3589.21	s SATISFIABLE
3600.04/3589.21	c Found 1 solution(s)
3600.24/3589.22	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 -x1001 -x1002 x1003 x1004 -x1005 -x1006 -x1007 x1008 x1009 -x1010 -x1011 -x1012 x1013 x1014 -x1015 x1016 x1017 x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 -x1025 -x1026 -x1027 x1028 -x1029 x1030 x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 x1044 x1045 x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 x1053 x1054 -x1055 -x1056 -x1057 x1058 -x1059 x1060 x1061 -x1062 -x1063 x1064 -x1065 -x1066 -x1067 x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 x1075 -x1076 -x1077 x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 x1087 -x1088 -x1089 -x1090 -x1091 x1092 -x1093 -x1094 -x1095 -x1096 -x1097 x1098 x1099 -x1100 x1101 x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 x1109 -x1110 -x1111 -x1112 x1113 -x1114 x1115 x1116 -x1117 -x1118 x1119 -x1120 x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 x1128 -x1129 -x1130 -x1131 x1132 x1133 -x1134 x1135 x1136 x1137 x1138 x1139 -x1140 -x1141 x1142 -x1143 -x1144 -x1145 x1146 x1147 -x1148 x1149 x1150 x1151 x1152 x1153 -x1154 x1155 x1156 -x1157 -x1158 -x1159 x1160 x1161 -x1162 x1163 x1164 x1165 x1166 x1167 -x1168 x1169 x1170 x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 -x1178 x1179 -x1180 -x1181 -x1182 -x1183 -x1184 x1185 x1186 -x1187 x1188 -x1189 -x1190 -x1191 x1192 -x1193 -x1194 x1195 x1196 -x1197 x1198 -x1199 x1200 -x1201 x1202 -x1203 -x1204 x1205 x1206 -x1207 x1208 x1209 x1210 -x1211 x1212 -x1213 -x1214 -x1215 -x1216 x1217 -x1218 x1219 -x1220 x1221 -x1222 -x1223 x1224 x1225 -x1226 -x1227 x1228 -x1229 -x1230 x1231 x1232 x1233 -x1234 x1235 x1236 -x1237 x1238 x1239 x1240 -x1241 x1242 x1243 -x1244 -x1245 -x1246 x1247 -x1248 x1249 -x1250 -x1251 -x1252 -x1253 x1254 -x1255 -x1256 x1257 -x1258 x1259 -x1260 x1261 x1262 x1263 -x1264 -x1265 x1266 -x1267 x1268 -x1269 x1270 x1271 -x1272 -x1273 x1274 -x1275 -x1276 x1277 -x1278 -x1279 -x1280 -x1281 -x1282 x1283 x1284 x1285 x1286 -x1287 -x1288 -x1289 -x1290 x1291 x1292 -x1293 -x1294 -x1295 x1296 x1297 -x1298 x1299 -x1300 x1301 -x1302 -x1303 x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 x1311 x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 x1322 -x1323 -x1324 x1325 -x1326 x1327 -x1328 -x1329 -x1330 x1331 -x1332 -x1333 x1334 -x1335 x1336 x1337 -x1338 x1339 -x1340 x1341 x1342 -x1343 -x1344 x1345 x1346 -x1347 x1348 x1349 -x1350 -x1351 -x1352 x1353 -x1354 -x1355 -x1356 x1357 x1358 -x1359 x1360 x1361 x1362 x1363 x1364 -x1365 x1366 x1367 x1368 x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 x1380 -x1381 -x1382 x1383 -x1384 -x1385 -x1386 x1387 x1388 -x1389 x1390 x1391 x1392 x1393 x1394 -x1395 x1396 x1397 x1398 x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 x1410 
3600.24/3589.22	c objective function=0
3600.24/3589.22	c Total wall clock time (in seconds): 3589.092

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458064-1721874046/watcher-4458064-1721874046 -o /tmp/evaluation-result-4458064-1721874046/solver-4458064-1721874046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721865114-266852 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4458064-1721874046.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=272403, runsolver pid=272400
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 4.15 4.20 4.23 5/331 272421
/proc/meminfo: memFree=110026776/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=18975048 memory=64648 CPUtime=0.13 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 7197 0 0 0 11 2 0 0 20 0 18 0 23928572 19430449152 16162 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4743762 16162 5604 1 0 549326 0
[pid=272403/tid=272405] ppid=272400 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 5740 0 0 0 7 1 0 0 20 0 18 0 23928572 19430449152 16162 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23928575 19430449152 16162 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=18975048 memory=13565998625714195 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 23928575 19430449152 16162 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64648 KiB

[startup+0.211505 s]*
/proc/loadavg: 4.15 4.20 4.23 8/331 272421
/proc/meminfo: memFree=110016288/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19041612 memory=73776 CPUtime=0.33 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 7723 0 0 0 31 2 0 0 20 0 19 0 23928572 19498610688 18444 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4760403 18444 5870 1 0 549932 0
[pid=272403/tid=272405] ppid=272400 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 6010 0 0 0 16 2 0 0 20 0 19 0 23928572 19498610688 18444 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19041612 memory=1574935 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 18444 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19041612 memory=14127849065940646 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 18444 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (java) R 272400 272403 266840 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 23928593 19498610688 18444 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73776 KiB

[startup+0.306501 s]*
/proc/loadavg: 4.15 4.20 4.23 7/332 272422
/proc/meminfo: memFree=110012564/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19041612 memory=77428 CPUtime=0.52 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 9247 0 0 0 49 3 0 0 20 0 19 0 23928572 19498610688 19357 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4760403 19357 5871 1 0 550741 0
[pid=272403/tid=272405] ppid=272400 vsize=19041612 memory=-9177604222837564092 CPUtime=0.27 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 6029 0 0 0 25 2 0 0 20 0 19 0 23928572 19498610688 19357 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 19357 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 19357 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23928593 19498610688 19357 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77428 KiB

[startup+0.708503 s]
/proc/loadavg: 4.15 4.20 4.23 6/332 272422
/proc/meminfo: memFree=110004188/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19041612 memory=92276 CPUtime=1.29 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 11967 0 0 0 126 3 0 0 20 0 19 0 23928572 19498610688 23069 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4760403 23069 5887 1 0 552808 0
[pid=272403/tid=272405] ppid=272400 vsize=19041612 memory=74220 CPUtime=0.66 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 6046 0 0 0 64 2 0 0 20 0 19 0 23928572 19498610688 23069 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19041612 memory=12992 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 23069 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19041612 memory=2336 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 23069 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19041612 memory=32404 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23928593 19498610688 23069 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92276 KiB

[startup+1.5005 s]
/proc/loadavg: 4.15 4.20 4.23 5/332 272422
/proc/meminfo: memFree=109989024/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19041612 memory=121632 CPUtime=2.43 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 20338 0 0 0 238 5 0 0 20 0 19 0 23928572 19498610688 30408 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4760403 30408 5887 1 0 555450 0
[pid=272403/tid=272405] ppid=272400 vsize=19041612 memory=12992 CPUtime=1.43 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 7110 0 0 0 141 2 0 0 20 0 19 0 23928572 19498610688 30408 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 30408 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19041612 memory=2336 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 30408 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19041612 memory=32404 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23928593 19498610688 30408 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 121632 KiB

[startup+3.10555 s]
/proc/loadavg: 4.14 4.20 4.23 6/332 272423
/proc/meminfo: memFree=109935028/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19041612 memory=158928 CPUtime=4.14 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 20898 0 0 0 409 5 0 0 20 0 19 0 23928572 19498610688 39732 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4760403 39732 5887 1 0 555476 0
[pid=272403/tid=272405] ppid=272400 vsize=19041612 memory=0 CPUtime=3.03 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 7432 0 0 0 300 3 0 0 20 0 19 0 23928572 19498610688 39732 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19041612 memory=-9177604222837564092 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 39732 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19041612 memory=12992 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23928575 19498610688 39732 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19041612 memory=2336 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23928593 19498610688 39732 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158928 KiB

[startup+6.30027 s]
/proc/loadavg: 4.14 4.20 4.23 5/333 272424
/proc/meminfo: memFree=109829384/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=210500 CPUtime=7.37 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 23719 0 0 0 730 7 0 0 20 0 20 0 23928572 19566772224 52625 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 52625 5903 1 0 555767 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=2336 CPUtime=6.18 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 7741 0 0 0 615 3 0 0 20 0 20 0 23928572 19566772224 52625 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 52625 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 52625 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 52625 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210500 KiB

[startup+12.7005 s]
/proc/loadavg: 4.12 4.19 4.23 5/333 272428
/proc/meminfo: memFree=109761452/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=338680 CPUtime=13.91 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 27779 0 0 0 1379 12 0 0 20 0 20 0 23928572 19566772224 84670 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 84670 5903 1 0 555767 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=12992 CPUtime=12.43 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) S 272400 272403 266840 0 -1 1077936192 8175 0 0 0 1240 3 0 0 20 0 20 0 23928572 19566772224 84670 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=278488 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 84670 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=74220 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 84670 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 84670 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 13.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 338680 KiB

[startup+25.5005 s]
/proc/loadavg: 4.16 4.20 4.23 5/333 272429
/proc/meminfo: memFree=109518196/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=488352 CPUtime=26.78 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 33318 0 0 0 2663 15 0 0 20 0 20 0 23928572 19566772224 122088 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 122088 5911 1 0 555767 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=6943526294502006880 CPUtime=24.98 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 9768 0 0 0 2495 3 0 0 20 0 20 0 23928572 19566772224 122088 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 122088 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=3551 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 122088 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 122088 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 26.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 488352 KiB

[startup+51.1057 s]
/proc/loadavg: 4.11 4.18 4.22 5/333 272432
/proc/meminfo: memFree=109080212/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=835340 CPUtime=52.64 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 40057 0 0 0 5243 21 0 0 20 0 20 0 23928572 19566772224 208835 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 208835 5939 1 0 555767 0

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

[startup+3282.3 s]
/proc/loadavg: 1.07 1.11 1.62 2/252 274308
/proc/meminfo: memFree=115712156/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375636 CPUtime=3292.89 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 272381 0 0 0 329041 248 0 0 20 0 20 0 23928572 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843909 5939 1 0 2523191 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=7375636 CPUtime=3253.57 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 105997 0 0 0 325303 54 0 0 20 0 20 0 23928572 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=7375632 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=7375628 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 2705 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=7375628 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3292.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375636 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.10 1.59 2/252 274319
/proc/meminfo: memFree=115711576/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375636 CPUtime=3352.89 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 278072 0 0 0 335039 250 0 0 20 0 20 0 23928572 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843909 5939 1 0 2523191 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=12992 CPUtime=3313.29 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 108512 0 0 0 331275 54 0 0 20 0 20 0 23928572 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=7375636 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 2847 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=7375636 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843909 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3352.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375636 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.09 1.55 2/252 274329
/proc/meminfo: memFree=115710840/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375640 CPUtime=3413.09 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 283734 0 0 0 341057 252 0 0 20 0 20 0 23928572 19566772224 1843910 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843910 5939 1 0 2523191 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=12992 CPUtime=3372.84 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 110627 0 0 0 337229 55 0 0 20 0 20 0 23928572 19566772224 1843910 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=7375636 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843910 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=74220 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 2989 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843910 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=7375640 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843910 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3413.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375640 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.10 1.53 2/252 274340
/proc/meminfo: memFree=115710244/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375656 CPUtime=3473.24 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 289016 0 0 0 347070 254 0 0 20 0 20 0 23928572 19566772224 1843914 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843914 5939 1 0 2523194 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=12992 CPUtime=3432.45 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 112523 0 0 0 343190 55 0 0 20 0 20 0 23928572 19566772224 1843914 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=7375636 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843914 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 3133 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843914 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=39140 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843914 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3473.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375656 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.10 1.50 2/252 274350
/proc/meminfo: memFree=115709212/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375668 CPUtime=3533.28 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 294207 0 0 0 353073 255 0 0 20 0 20 0 23928572 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843917 5939 1 0 2523196 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=12992 CPUtime=3492.11 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 114550 0 0 0 349156 55 0 0 20 0 20 0 23928572 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=1780 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=-9177604222837564092 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 3222 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=-9177604222837564092 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3533.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375668 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.11 1.48 2/255 274366
/proc/meminfo: memFree=115708528/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375668 CPUtime=3593.25 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 296366 0 0 0 359068 257 0 0 20 0 20 0 23928572 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843917 5939 1 0 2523196 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=12992 CPUtime=3551.88 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 116481 0 0 0 355133 55 0 0 20 0 20 0 23928572 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=-9177604222837564092 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=7375668 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 3246 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=7375668 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3593.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.11 s]
/proc/loadavg: 1.14 1.10 1.47 2/256 274367
/proc/meminfo: memFree=115708444/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19108176 memory=7375668 CPUtime=3600.04 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 296474 0 0 0 359747 257 0 0 20 0 20 0 23928572 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4777044 1843917 5939 1 0 2523196 0
[pid=272403/tid=272405] ppid=272400 vsize=19108176 memory=11624 CPUtime=3558.67 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 116589 0 0 0 355812 55 0 0 20 0 20 0 23928572 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19108176 memory=7375668 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19108176 memory=7375668 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 3246 0 0 0 0 0 0 0 20 0 20 0 23928575 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272422] ppid=272400 vsize=19108176 memory=7375668 CPUtime=0 cores=1,3
/proc/272403/task/272422/stat : 272422 (Timer-0) S 272400 272403 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23928593 19566772224 1843917 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7375668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.60156 s

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

[startup+3589.21 s]
/proc/loadavg: 1.14 1.10 1.47 2/256 274367
/proc/meminfo: memFree=115708444/131524600 swapFree=131056796/131071996
[pid=272403] ppid=272400 vsize=19307868 memory=7376408 CPUtime=3600.24 cores=1,3
/proc/272403/stat : 272403 (java) S 272400 272403 266840 0 -1 1077936128 300366 0 0 0 359767 257 0 0 20 0 21 0 23928572 19771256832 1844102 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
/proc/272403/statm: 4826967 1844102 5938 1 0 2524102 0
[pid=272403/tid=272405] ppid=272400 vsize=19307868 memory=74220 CPUtime=3558.77 cores=1,3
/proc/272403/task/272405/stat : 272405 (java) R 272400 272403 266840 0 -1 4194368 116731 0 0 0 355822 55 0 0 20 0 21 0 23928572 19771256832 1844102 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272414] ppid=272400 vsize=19307868 memory=12992 CPUtime=0 cores=1,3
/proc/272403/task/272414/stat : 272414 (Finalizer) S 272400 272403 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 23928575 19771256832 1844102 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
[pid=272403/tid=272421] ppid=272400 vsize=19307868 memory=5508 CPUtime=0 cores=1,3
/proc/272403/task/272421/stat : 272421 (Common-Cleaner) S 272400 272403 266840 0 -1 1077936192 3246 0 0 0 0 0 0 0 20 0 21 0 23928575 19771256832 1844102 134679101440 93860300808192 93860300811888 140733405602400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93860300819704 93860300820496 93860305776640 140733405606919 140733405607009 140733405607009 140733405614024 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7376408 KiB

Child status: 143

Real time (s): 3589.25
CPU time (s): 3600.3
CPU user time (s): 3597.7
CPU system time (s): 2.60156
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7376408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.60156
maximum resident set size= 7377208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110049
involuntary context switches= 7619


# summary of solver processes directly reported to runsolver:
#   pid: 272403
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.60156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99125 second user time and 18.4381 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-25 04:20:46
IDJOB=4458064
IDBENCH=177128
IDSOLVER=3058
FILE ID=nodeC030/4458064-1721874046
RUNJOBID= nodeC030-1721865114-266852
SLURM_JOB_ID= 8089185
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458064-1721874046/watcher-4458064-1721874046 -o /tmp/evaluation-result-4458064-1721874046/solver-4458064-1721874046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721865114-266852 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4458064-1721874046.opb

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

MD5SUM BENCH= fdf899240a62c27f3e34a480d900809b
RANDOM SEED=899010961

nodeC030.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		: 3674.655
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.45
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		: 3655.326
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.877
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.45
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		: 3632.102
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.46
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		: 3674.738
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.45
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		: 3681.923
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.761
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.45
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		: 3634.799
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110068764 kB
MemAvailable:   116635988 kB
Buffers:          281496 kB
Cached:          7072972 kB
SwapCached:          300 kB
Active:          2575768 kB
Inactive:       18164220 kB
Active(anon):       2216 kB
Inactive(anon): 13436360 kB
Active(file):    2573552 kB
Inactive(file):  4727860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056796 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:      13382792 kB
Mapped:           130064 kB
Shmem:             53048 kB
KReclaimable:     211268 kB
Slab:             333816 kB
SReclaimable:     211268 kB
SUnreclaim:       122548 kB
KernelStack:        5104 kB
PageTables:        36584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16290432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18176 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13099008 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:      344788 kB
DirectMap2M:    39274496 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC030 at 2024-07-25 05:20:35