Trace number 4450774

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 NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.2 3606.1

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round21-4.opb
MD5SUMf504409cca969bd8c5b41a512643c0a3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.3119
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4450774-1721418131.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.35/0.29	c ... done. Wall clock time 0.126s.
0.35/0.29	c declared #vars     3968
0.35/0.29	c #constraints  9152
0.35/0.29	c constraints type 
0.35/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.35/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.35/0.29	c org.sat4j.specs.Constr$1 => 904
0.35/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5952
0.35/0.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.35/0.29	c 9152 constraints processed.
1.64/0.91	c cleaning 2499 clauses out of 4998 with flag 15624/5000
2.60/1.41	c cleaning 4241 clauses out of 8499 with flag 36090/11000
3.10/1.92	c cleaning 5624 clauses out of 11261 with flag 64004/18003
3.82/2.51	c cleaning 6814 clauses out of 13634 with flag 98385/26000
4.51/3.20	c cleaning 7905 clauses out of 15820 with flag 139904/35000
5.31/4.01	c cleaning 8948 clauses out of 17916 with flag 187012/45001
6.20/4.92	c cleaning 9974 clauses out of 19967 with flag 241896/56000
7.09/5.89	c cleaning 10978 clauses out of 21994 with flag 303931/68001
8.29/7.01	c cleaning 11993 clauses out of 24015 with flag 371452/81000
9.49/8.26	c cleaning 13003 clauses out of 26022 with flag 447690/95000
10.87/9.64	c cleaning 13988 clauses out of 28019 with flag 530874/110000
12.28/11.05	c cleaning 15003 clauses out of 30032 with flag 622625/126001
13.79/12.57	c cleaning 15997 clauses out of 32028 with flag 721236/143000
15.49/14.25	c cleaning 16986 clauses out of 34031 with flag 829576/161000
17.28/16.05	c cleaning 17961 clauses out of 36045 with flag 945646/180000
19.16/17.97	c cleaning 19024 clauses out of 38084 with flag 1068973/200000
21.34/20.12	c cleaning 20024 clauses out of 40061 with flag 1198019/221001
23.52/22.38	c cleaning 21003 clauses out of 42036 with flag 1330627/243000
25.90/24.75	c cleaning 22005 clauses out of 44034 with flag 1472264/266001
28.37/27.29	c cleaning 22981 clauses out of 46028 with flag 1623530/290000
31.06/29.97	c cleaning 24014 clauses out of 48048 with flag 1781292/315001
33.93/32.87	c cleaning 24974 clauses out of 50033 with flag 1947486/341000
37.00/35.90	c cleaning 26017 clauses out of 52060 with flag 2117960/368001
40.17/39.16	c cleaning 26992 clauses out of 54042 with flag 2298440/396000
43.67/42.68	c cleaning 27972 clauses out of 56053 with flag 2485317/425003
47.44/46.45	c cleaning 29024 clauses out of 58078 with flag 2682026/455000
51.50/50.52	c cleaning 30016 clauses out of 60055 with flag 2884880/486001
55.66/54.71	c cleaning 30996 clauses out of 62038 with flag 3091837/518000
60.07/59.19	c cleaning 31965 clauses out of 64044 with flag 3311650/551002
64.62/63.70	c cleaning 33030 clauses out of 66077 with flag 3534970/585000
69.38/68.57	c cleaning 33982 clauses out of 68047 with flag 3764065/620000
74.33/73.58	c cleaning 35006 clauses out of 70066 with flag 3998797/656001
79.49/78.78	c cleaning 35999 clauses out of 72059 with flag 4245539/693000
84.95/84.25	c cleaning 37005 clauses out of 74060 with flag 4498733/731000
90.60/89.93	c cleaning 38028 clauses out of 76055 with flag 4756296/770000
96.66/96.06	c cleaning 38958 clauses out of 78028 with flag 5020703/810001
102.70/102.17	c cleaning 39990 clauses out of 80069 with flag 5292673/851000
109.05/108.51	c cleaning 41010 clauses out of 82079 with flag 5577487/893000
115.69/115.27	c cleaning 42019 clauses out of 84070 with flag 5865068/936001
122.54/122.19	c cleaning 42995 clauses out of 86050 with flag 6159144/980000
129.77/129.40	c cleaning 44002 clauses out of 88055 with flag 6459524/1025000
137.21/136.90	c cleaning 45011 clauses out of 90053 with flag 6768839/1071000
144.84/144.61	c cleaning 46015 clauses out of 92043 with flag 7082120/1118001
152.57/152.45	c cleaning 46998 clauses out of 94029 with flag 7406175/1166002
160.73/160.68	c cleaning 47994 clauses out of 96029 with flag 7739662/1215000
169.16/169.16	c cleaning 49008 clauses out of 98038 with flag 8076744/1265003
177.99/178.10	c cleaning 50009 clauses out of 100027 with flag 8422504/1316000
187.01/187.15	c cleaning 50990 clauses out of 102018 with flag 8776366/1368000
196.53/196.78	c cleaning 51984 clauses out of 104028 with flag 9140286/1421000
206.27/206.51	c cleaning 53014 clauses out of 106044 with flag 9507541/1475000
215.88/216.27	c cleaning 54008 clauses out of 108031 with flag 9880330/1530001
225.53/225.95	c cleaning 54967 clauses out of 110023 with flag 10259464/1586001
235.24/235.79	c cleaning 55986 clauses out of 112055 with flag 10646466/1643000
245.42/245.94	c cleaning 56997 clauses out of 114071 with flag 11043195/1701002
255.93/256.45	c cleaning 58005 clauses out of 116072 with flag 11445949/1760000
266.71/267.26	c cleaning 59013 clauses out of 118067 with flag 11853442/1820000
277.89/278.40	c cleaning 60006 clauses out of 120054 with flag 12268190/1881000
289.38/289.95	c cleaning 60992 clauses out of 122049 with flag 12690697/1943001
301.06/301.69	c cleaning 62000 clauses out of 124056 with flag 13119970/2006000
313.33/313.98	c cleaning 63019 clauses out of 126056 with flag 13558447/2070000
326.06/326.64	c cleaning 63999 clauses out of 128037 with flag 14009955/2135000
339.04/339.60	c cleaning 65017 clauses out of 130039 with flag 14461596/2201001
352.42/353.01	c cleaning 65976 clauses out of 132022 with flag 14919277/2268001
366.08/366.77	c cleaning 67001 clauses out of 134045 with flag 15383535/2336000
380.19/380.87	c cleaning 68019 clauses out of 136044 with flag 15855940/2405000
394.86/395.50	c cleaning 68988 clauses out of 138025 with flag 16334856/2475000
409.73/410.49	c cleaning 69996 clauses out of 140037 with flag 16821684/2546000
424.91/425.63	c cleaning 70995 clauses out of 142041 with flag 17311465/2618000
440.38/441.17	c cleaning 72005 clauses out of 144047 with flag 17812192/2691001
456.58/457.31	c cleaning 72993 clauses out of 146042 with flag 18317942/2765001
472.73/473.53	c cleaning 74015 clauses out of 148048 with flag 18831363/2840000
489.39/490.20	c cleaning 74993 clauses out of 150034 with flag 19346688/2916001
506.64/507.58	c cleaning 76008 clauses out of 152040 with flag 19870664/2993000
524.41/525.35	c cleaning 77006 clauses out of 154033 with flag 20401886/3071001
542.72/543.61	c cleaning 78006 clauses out of 156028 with flag 20937401/3150002
561.08/562.08	c cleaning 79006 clauses out of 158020 with flag 21481450/3230000
579.93/580.99	c cleaning 79961 clauses out of 160014 with flag 22029528/3311000
599.38/600.48	c cleaning 81017 clauses out of 162055 with flag 22587692/3393002
618.94/620.05	c cleaning 82011 clauses out of 164036 with flag 23149878/3476000
639.15/640.26	c cleaning 83001 clauses out of 166025 with flag 23717872/3560000
659.51/660.68	c cleaning 84006 clauses out of 168025 with flag 24294230/3645001
680.47/681.69	c cleaning 84988 clauses out of 170019 with flag 24878895/3731001
701.83/703.07	c cleaning 86016 clauses out of 172032 with flag 25473544/3818002
723.38/724.62	c cleaning 86991 clauses out of 174014 with flag 26065812/3906000
746.02/747.27	c cleaning 88004 clauses out of 176025 with flag 26672192/3995002
768.96/770.29	c cleaning 88984 clauses out of 178019 with flag 27276551/4085000
792.50/793.87	c cleaning 89997 clauses out of 180037 with flag 27894274/4176002
816.24/817.64	c cleaning 91008 clauses out of 182038 with flag 28516214/4268000
840.48/841.92	c cleaning 92000 clauses out of 184031 with flag 29143456/4361001
865.52/867.09	c cleaning 92982 clauses out of 186030 with flag 29779575/4455000
890.79/892.37	c cleaning 94009 clauses out of 188049 with flag 30423512/4550001
916.33/917.99	c cleaning 95005 clauses out of 190039 with flag 31071090/4646000
942.86/944.56	c cleaning 96007 clauses out of 192035 with flag 31728339/4743001
969.60/971.32	c cleaning 96988 clauses out of 194027 with flag 32388227/4841000
997.23/999.04	c cleaning 98000 clauses out of 196040 with flag 33054034/4940001
1024.85/1026.70	c cleaning 98988 clauses out of 198039 with flag 33728722/5040000
1053.25/1055.09	c cleaning 100012 clauses out of 200051 with flag 34411723/5141000
1082.29/1084.15	c cleaning 100996 clauses out of 202040 with flag 35096131/5243001
1111.43/1113.30	c cleaning 102011 clauses out of 204043 with flag 35793538/5346000
1140.97/1142.94	c cleaning 103001 clauses out of 206032 with flag 36494684/5450000
1171.50/1173.52	c cleaning 104000 clauses out of 208031 with flag 37201699/5555000
1202.85/1204.68	c cleaning 105014 clauses out of 210033 with flag 37919324/5661002
1234.49/1236.32	c cleaning 105989 clauses out of 212017 with flag 38640132/5768000
1266.71/1268.66	c cleaning 107002 clauses out of 214028 with flag 39361251/5876000
1299.04/1301.01	c cleaning 107989 clauses out of 216027 with flag 40095807/5985001
1332.08/1334.16	c cleaning 109010 clauses out of 218037 with flag 40832082/6095000
1365.69/1367.77	c cleaning 110006 clauses out of 220027 with flag 41579147/6206000
1399.82/1401.91	c cleaning 110985 clauses out of 222023 with flag 42333794/6318002
1434.65/1436.83	c cleaning 111982 clauses out of 224039 with flag 43092369/6431003
1470.28/1472.50	c cleaning 113011 clauses out of 226054 with flag 43865246/6545000
1506.10/1508.48	c cleaning 113988 clauses out of 228043 with flag 44638150/6660000
1543.03/1545.41	c cleaning 114997 clauses out of 230055 with flag 45417503/6776000
1579.65/1582.09	c cleaning 115984 clauses out of 232059 with flag 46204419/6893001
1617.78/1620.20	c cleaning 117005 clauses out of 234074 with flag 46993243/7011000
1656.09/1658.63	c cleaning 117997 clauses out of 236070 with flag 47794630/7130001
1695.52/1698.12	c cleaning 119003 clauses out of 238072 with flag 48592841/7250000
1735.23/1737.96	c cleaning 120023 clauses out of 240071 with flag 49404045/7371002
1775.65/1778.44	c cleaning 120991 clauses out of 242046 with flag 50223838/7493000
1816.68/1819.44	c cleaning 122019 clauses out of 244057 with flag 51041229/7616002
1858.20/1861.02	c cleaning 122996 clauses out of 246036 with flag 51872855/7740000
1899.81/1902.75	c cleaning 123991 clauses out of 248040 with flag 52709674/7865000
1942.42/1945.41	c cleaning 125006 clauses out of 250050 with flag 53553950/7991001
1985.93/1989.07	c cleaning 126000 clauses out of 252043 with flag 54399806/8118000
2030.04/2033.29	c cleaning 126987 clauses out of 254043 with flag 55255026/8246000
2075.66/2078.91	c cleaning 128004 clauses out of 256056 with flag 56116155/8375000
2120.54/2123.87	c cleaning 128991 clauses out of 258052 with flag 56990075/8505000
2166.35/2169.74	c cleaning 130005 clauses out of 260061 with flag 57862325/8636000
2212.35/2215.88	c cleaning 131012 clauses out of 262056 with flag 58743600/8768000
2259.36/2262.94	c cleaning 132005 clauses out of 264044 with flag 59632179/8901000
2307.66/2311.30	c cleaning 132964 clauses out of 266039 with flag 60528764/9035000
2357.26/2361.02	c cleaning 134024 clauses out of 268075 with flag 61426462/9170000
2407.16/2411.06	c cleaning 134984 clauses out of 270051 with flag 62338074/9306000
2457.17/2461.01	c cleaning 136024 clauses out of 272067 with flag 63252437/9443000
2507.36/2511.31	c cleaning 136995 clauses out of 274043 with flag 64178385/9581000
2558.86/2562.97	c cleaning 138000 clauses out of 276048 with flag 65106815/9720000
2611.05/2615.29	c cleaning 138998 clauses out of 278048 with flag 66045844/9860000
2664.35/2668.63	c cleaning 140007 clauses out of 280050 with flag 66988259/10001000
2718.35/2722.79	c cleaning 140995 clauses out of 282043 with flag 67939017/10143000
2772.24/2776.72	c cleaning 142021 clauses out of 284048 with flag 68894786/10286000
2827.25/2831.73	c cleaning 142981 clauses out of 286028 with flag 69855650/10430001
2881.64/2886.29	c cleaning 143973 clauses out of 288046 with flag 70825767/10575000
2936.93/2941.67	c cleaning 145005 clauses out of 290074 with flag 71794310/10721001
2993.42/2998.23	c cleaning 146024 clauses out of 292068 with flag 72776365/10868000
3050.79/3055.74	c cleaning 147001 clauses out of 294044 with flag 73761731/11016000
3110.15/3115.25	c cleaning 147984 clauses out of 296043 with flag 74755453/11165000
3169.74/3174.81	c cleaning 148980 clauses out of 298060 with flag 75752085/11315001
3229.62/3234.85	c cleaning 150019 clauses out of 300080 with flag 76757772/11466001
3289.47/3294.88	c cleaning 151017 clauses out of 302060 with flag 77772951/11618000
3350.82/3356.32	c cleaning 151991 clauses out of 304045 with flag 78789449/11771002
3412.66/3418.39	c cleaning 152992 clauses out of 306053 with flag 79817720/11925001
3475.64/3481.40	c cleaning 154010 clauses out of 308062 with flag 80851969/12080002
3539.51/3545.47	c cleaning 154977 clauses out of 310052 with flag 81891327/12236002
3600.06/3606.02	c starts		: 123806
3600.06/3606.02	c timeout
3600.06/3606.02	c conflicts		: 12384337
3600.06/3606.02	c decisions		: 118075848
3600.06/3606.02	c propagations		: 1703584100
3600.06/3606.02	c inspects		: 40012381642
3600.06/3606.02	c shortcuts		: 0
3600.06/3606.02	c learnt literals	: 2
3600.06/3606.02	c learnt binary clauses	: 54
3600.06/3606.02	c learnt ternary clauses	: 854
3600.06/3606.02	c learnt constraints	: 12384335
3600.06/3606.02	c ignored constraints	: 0
3600.06/3606.02	c root simplifications	: 0
3600.06/3606.02	c removed literals (reason simplification)	: 0
3600.06/3606.02	c reason swapping (by a shorter reason)	: 0
3600.06/3606.02	c Calls to reduceDB	: 152
3600.06/3606.02	c Number of update (reduction) of LBD	: 2633585
3600.06/3606.02	c Imported unit clauses	: 0
3600.06/3606.02	c No decision after first conflict	: false
3600.06/3606.02	c number of reductions to clauses (during analyze)	: 0
3600.06/3606.02	c number of learned constraints concerned by reduction	: 0
3600.06/3606.02	c number of learning phase by resolution	: 0
3600.06/3606.02	c number of learning phase by cutting planes	: 0
3600.06/3606.02	c number of rounding to 1 operations	: 0
3600.06/3606.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3606.02	c number of reductions of the coefficients by power 2 	: 0
3600.06/3606.02	c number of right shift for reduction by power 2 	: 0
3600.06/3606.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3606.02	c number of ending skipping 	: 0
3600.06/3606.02	c number of internal skipping 	: 0
3600.06/3606.02	c number of derivation steps 	: 0
3600.06/3606.02	c number of skipped derivation steps 	: 0
3600.06/3606.02	c number of remaining unassigned 	: 0
3600.06/3606.02	c number of remaining assigned 	: 0
3600.06/3606.02	c number of falsified literals weakened from reason	: 0
3600.06/3606.02	c number of falsified literals weakened from conflict	: 0
3600.06/3606.02	c time for arithmetic operations	: 0
3600.06/3606.03	c minimum degree of deleted constraints	: null
3600.06/3606.03	c maximum degree of deleted constraints	: null
3600.06/3606.03	c number of deleted constraints	: 0
3600.06/3606.03	c speed (assignments/second)	: 472463.96305450413
3600.06/3606.03	c non guided choices	: 10516
3600.06/3606.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 303356
3600.06/3606.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 54
3600.06/3606.09	s UNKNOWN
3600.06/3606.09	c Total wall clock time (in seconds): 3605.959

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450774-1721418131/watcher-4450774-1721418131 -o /tmp/evaluation-result-4450774-1721418131/solver-4450774-1721418131 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024584 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450774-1721418131.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
Current StackSize limit: 8192 KiB

solver pid=1029461, runsolver pid=1029458

[startup+0.101209 s]*
/proc/loadavg: 4.09 4.17 4.15 6/330 1029479
/proc/meminfo: memFree=123087408/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=18975048 memory=64800 CPUtime=0.13 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 7053 0 0 0 11 2 0 0 20 0 18 0 193979248 19430449152 16200 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4743762 16200 5693 1 0 549317 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 5638 0 0 0 7 1 0 0 20 0 18 0 193979248 19430449152 16200 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193979251 19430449152 16200 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193979251 19430449152 16200 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64800 KiB

[startup+0.215202 s]*
/proc/loadavg: 4.09 4.17 4.15 7/330 1029479
/proc/meminfo: memFree=123069536/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=18976112 memory=84320 CPUtime=0.35 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 8502 0 0 0 32 3 0 0 20 0 18 0 193979248 19431538688 21080 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4744028 21080 5842 1 0 550439 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=18976112 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 5836 0 0 0 17 2 0 0 20 0 18 0 193979248 19431538688 21080 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=18976112 memory=1676398 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193979251 19431538688 21080 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=18976112 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193979251 19431538688 21080 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18976112 KiB
Current children cumulated memory: 84320 KiB

[startup+0.315201 s]*
/proc/loadavg: 4.09 4.17 4.15 7/331 1029480
/proc/meminfo: memFree=123053536/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19041612 memory=98288 CPUtime=0.51 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 9243 0 0 0 48 3 0 0 20 0 19 0 193979248 19498610688 24572 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4760403 24572 5842 1 0 551023 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19041612 memory=-7164203889775699555 CPUtime=0.26 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 5876 0 0 0 24 2 0 0 20 0 19 0 193979248 19498610688 24572 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 24572 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 24572 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193979276 19498610688 24572 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98288 KiB

[startup+0.707204 s]
/proc/loadavg: 4.24 4.20 4.16 7/331 1029480
/proc/meminfo: memFree=123048484/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19041612 memory=109136 CPUtime=1.28 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 12335 0 0 0 124 4 0 0 20 0 19 0 193979248 19498610688 27284 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4760403 27284 5874 1 0 553052 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19041612 memory=12420 CPUtime=0.62 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 5912 0 0 0 60 2 0 0 20 0 19 0 193979248 19498610688 27284 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19041612 memory=12420 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 27284 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 27284 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19041612 memory=39476 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193979276 19498610688 27284 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 109136 KiB

[startup+1.5012 s]
/proc/loadavg: 4.24 4.20 4.16 6/331 1029480
/proc/meminfo: memFree=123038084/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19041612 memory=125292 CPUtime=2.7 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 21805 0 0 0 265 5 0 0 20 0 19 0 193979248 19498610688 31323 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4760403 31323 5874 1 0 555436 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19041612 memory=12420 CPUtime=1.42 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 6264 0 0 0 139 3 0 0 20 0 19 0 193979248 19498610688 31323 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 31323 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 31323 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19041612 memory=65 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193979276 19498610688 31323 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 125292 KiB

[startup+3.10622 s]
/proc/loadavg: 4.24 4.20 4.16 5/331 1029480
/proc/meminfo: memFree=123016364/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19041612 memory=135700 CPUtime=4.41 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 22456 0 0 0 436 5 0 0 20 0 19 0 193979248 19498610688 33925 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4760403 33925 5874 1 0 555438 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19041612 memory=0 CPUtime=3 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 6544 0 0 0 297 3 0 0 20 0 19 0 193979248 19498610688 33925 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 33925 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19041612 memory=127340 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 33925 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19041612 memory=12420 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193979276 19498610688 33925 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 135700 KiB

[startup+6.3012 s]
/proc/loadavg: 4.22 4.20 4.16 5/331 1029482
/proc/meminfo: memFree=122999812/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19041612 memory=154192 CPUtime=7.59 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 23058 0 0 0 754 5 0 0 20 0 19 0 193979248 19498610688 38548 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4760403 38548 5890 1 0 555438 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19041612 memory=12420 CPUtime=6.16 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 6642 0 0 0 613 3 0 0 20 0 19 0 193979248 19498610688 38548 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 38548 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19041612 memory=7882531222908922728 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193979251 19498610688 38548 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19041612 memory=5468 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193979276 19498610688 38548 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 7.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154192 KiB

[startup+12.7012 s]
/proc/loadavg: 4.28 4.21 4.16 5/332 1029483
/proc/meminfo: memFree=122964408/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=187616 CPUtime=14.01 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 27242 0 0 0 1394 7 0 0 20 0 20 0 193979248 19566772224 46904 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 46904 5943 1 0 555727 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=0 CPUtime=12.5 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 7363 0 0 0 1246 4 0 0 20 0 20 0 193979248 19566772224 46904 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=187612 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 46904 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 46904 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=16156 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 46904 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 14.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187616 KiB

[startup+25.5012 s]
/proc/loadavg: 4.24 4.20 4.16 5/332 1029486
/proc/meminfo: memFree=122957900/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=194000 CPUtime=26.69 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 30013 0 0 0 2662 7 0 0 20 0 20 0 193979248 19566772224 48500 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 48500 5943 1 0 555727 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=187612 CPUtime=25.15 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 8594 0 0 0 2511 4 0 0 20 0 20 0 193979248 19566772224 48500 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=16156 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 48500 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=187652 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 48500 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 48500 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 26.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194000 KiB

[startup+51.1062 s]
/proc/loadavg: 4.14 4.18 4.16 5/332 1029490
/proc/meminfo: memFree=122924408/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=226852 CPUtime=52.1 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 32529 0 0 0 5201 9 0 0 20 0 20 0 193979248 19566772224 56713 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 56713 5943 1 0 555727 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=226852 CPUtime=50.48 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 9963 0 0 0 5044 4 0 0 20 0 20 0 193979248 19566772224 56713 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0

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

/proc/meminfo: memFree=121431224/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=3217.15 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 109111 0 0 0 321583 132 0 0 20 0 20 0 193979248 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523420 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=8048 CPUtime=3210.06 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 50188 0 0 0 320995 11 0 0 20 0 20 0 193979248 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=47456 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 3929 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3217.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2093680 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.13 5/331 1031461
/proc/meminfo: memFree=121247872/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=3277 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 110054 0 0 0 327566 134 0 0 20 0 20 0 193979248 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523420 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=11664 CPUtime=3269.89 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 50949 0 0 0 326978 11 0 0 20 0 20 0 193979248 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=-7164203889775699555 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4055 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3277 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2093680 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.15 4.12 5/331 1031474
/proc/meminfo: memFree=121132388/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=3336.85 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 111004 0 0 0 333550 135 0 0 20 0 20 0 193979248 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523420 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=3329.71 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 51711 0 0 0 332960 11 0 0 20 0 20 0 193979248 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=47456 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4181 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=1984 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523420 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3336.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2093680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.11 5/331 1031485
/proc/meminfo: memFree=121115388/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2093688 CPUtime=3396.7 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 112039 0 0 0 339534 136 0 0 20 0 20 0 193979248 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523422 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=3389.53 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 52535 0 0 0 338942 11 0 0 20 0 20 0 193979248 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=2093688 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4307 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=2093688 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3396.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2093688 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.11 5/331 1031495
/proc/meminfo: memFree=120952548/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2093688 CPUtime=3456.57 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 113195 0 0 0 345519 138 0 0 20 0 20 0 193979248 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523422 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=2093680 CPUtime=3449.37 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 53429 0 0 0 344926 11 0 0 20 0 20 0 193979248 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=2093688 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=2093688 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4434 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523422 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3456.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2093688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/334 1031511
/proc/meminfo: memFree=120951748/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2093692 CPUtime=3516.45 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 114278 0 0 0 351505 140 0 0 20 0 20 0 193979248 19566772224 523423 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523423 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=5468 CPUtime=3509.22 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 54365 0 0 0 350911 11 0 0 20 0 20 0 193979248 19566772224 523423 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=26000 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523423 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4517 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523423 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=2093692 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523423 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3516.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2093692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.11 4.10 5/333 1031521
/proc/meminfo: memFree=120949076/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2095740 CPUtime=3576.41 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 115450 0 0 0 357499 142 0 0 20 0 20 0 193979248 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523935 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=2095740 CPUtime=3568.98 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 55123 0 0 0 356887 11 0 0 20 0 20 0 193979248 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=47456 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4525 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3576.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2095740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606 s]*
/proc/loadavg: 4.11 4.11 4.10 5/333 1031527
/proc/meminfo: memFree=120948884/131524600 swapFree=131071996/131071996
[pid=1029461] ppid=1029458 vsize=19108176 memory=2095740 CPUtime=3600.06 cores=1,3
/proc/1029461/stat : 1029461 (java) S 1029458 1029461 1024572 0 -1 1077936128 115586 0 0 0 359864 142 0 0 20 0 20 0 193979248 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
/proc/1029461/statm: 4777044 523935 5943 1 0 557554 0
[pid=1029461/tid=1029463] ppid=1029458 vsize=19108176 memory=-7164203889776093280 CPUtime=3592.63 cores=1,3
/proc/1029461/task/1029463/stat : 1029463 (java) R 1029458 1029461 1024572 0 -1 4194368 55253 0 0 0 359252 11 0 0 20 0 20 0 193979248 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029472] ppid=1029458 vsize=19108176 memory=1399094042745987130 CPUtime=0 cores=1,3
/proc/1029461/task/1029472/stat : 1029472 (Finalizer) S 1029458 1029461 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029479] ppid=1029458 vsize=19108176 memory=2800 CPUtime=0 cores=1,3
/proc/1029461/task/1029479/stat : 1029479 (Common-Cleaner) S 1029458 1029461 1024572 0 -1 1077936192 4525 0 0 0 0 0 0 0 20 0 20 0 193979251 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
[pid=1029461/tid=1029480] ppid=1029458 vsize=19108176 memory=4956 CPUtime=0 cores=1,3
/proc/1029461/task/1029480/stat : 1029480 (Timer-0) S 1029458 1029461 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193979276 19566772224 523935 134679101440 94121978646528 94121978650224 140725307017104 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94121978658040 94121978658832 94121991667712 140725307020293 140725307020383 140725307020383 140725307027400 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2095740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.76 s, system=1.43897 s

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

Child status: 143

Real time (s): 3606.1
CPU time (s): 3600.2
CPU user time (s): 3598.76
CPU system time (s): 1.43897
CPU usage (%): 99.8363
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2095740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.76
system time used= 1.43897
maximum resident set size= 2096540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118261
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102435
involuntary context switches= 4358


# summary of solver processes directly reported to runsolver:
#   pid: 1029461
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.76
#   total CPU system time (s): 1.43897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69098 second user time and 17.2662 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 21:42:23
IDJOB=4450774
IDBENCH=162276
IDSOLVER=3058
FILE ID=nodeC026/4450774-1721418131
RUNJOBID= nodeC026-1721410942-1024584
SLURM_JOB_ID= 7545477
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round21-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450774-1721418131/watcher-4450774-1721418131 -o /tmp/evaluation-result-4450774-1721418131/solver-4450774-1721418131 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024584 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450774-1721418131.opb

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

MD5SUM BENCH= f504409cca969bd8c5b41a512643c0a3
RANDOM SEED=707787252

nodeC026.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.273
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.74
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		: 3641.286
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.45
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		: 3600.071
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.74
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		: 3651.565
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.45
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.319
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.74
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		: 3677.738
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.45
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		: 3600.014
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.74
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		: 3615.287
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123130680 kB
MemAvailable:   123699056 kB
Buffers:          569300 kB
Cached:           846148 kB
SwapCached:            0 kB
Active:          1084412 kB
Inactive:        6687132 kB
Active(anon):       1572 kB
Inactive(anon):  6400800 kB
Active(file):    1082840 kB
Inactive(file):   286332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1488 kB
Writeback:             0 kB
AnonPages:       6353456 kB
Mapped:           127564 kB
Shmem:             45912 kB
KReclaimable:      78056 kB
Slab:             189276 kB
SReclaimable:      78056 kB
SUnreclaim:       111220 kB
KernelStack:        5004 kB
PageTables:        22440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7428420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6199296 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 22:42:30