Trace number 4459863

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)14 3600.26 3614.09

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMc3fde33010e6ea586da81d097c34065f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark509.323
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.11	c version CUSTOM.v20240707
0.08/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.12	c java.vm.version	22.0.1+8-16
0.08/0.13	c java.vm.vendor	Oracle Corporation
0.08/0.13	c sun.arch.data.model	64
0.08/0.13	c java.version		22.0.1
0.08/0.13	c os.name		Linux
0.08/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.13	c os.arch		amd64
0.08/0.13	c Free memory 		2106806208
0.08/0.13	c Max memory 		16282288128
0.08/0.13	c Total memory 		2113929216
0.08/0.13	c Number of processors 	2
0.08/0.17	--- Begin Solver configuration ---
0.08/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.08/0.17	Learn all clauses as in MiniSAT
0.08/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.17	No reason simplification
0.08/0.17	Glucose 2.1 dynamic restart strategy
0.08/0.17	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.08/0.17	timeout=2147483s
0.08/0.17	DB Simplification allowed=false
0.08/0.17	Listener: none
0.08/0.17	--- End Solver configuration ---
0.08/0.17	c Pseudo Boolean Optimization by upper bound
0.08/0.17	c --- Begin Solver configuration ---
0.08/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.08/0.17	c Learn all clauses as in MiniSAT
0.08/0.17	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.17	c No reason simplification
0.08/0.17	c Glucose 2.1 dynamic restart strategy
0.08/0.17	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.08/0.17	c timeout=2147483s
0.08/0.17	c DB Simplification allowed=false
0.08/0.17	c Listener: none
0.08/0.17	c --- End Solver configuration ---
0.08/0.17	c solving HOME/instance-4459863-1721943061.opb
0.08/0.17	c reading problem ... 
0.08/0.17	c  objective function found
0.25/0.30	c ... done. Wall clock time 0.127s.
0.25/0.30	c declared #vars     200
0.25/0.30	c internal #vars     6426
0.25/0.30	c #constraints  12652
0.25/0.30	c constraints type 
0.25/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.25/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
0.25/0.30	c 12652 constraints processed.
0.43/0.31	c objective function length is 200 literals
0.43/0.35	c SATISFIABLE
0.43/0.35	c OPTIMIZING...
0.43/0.35	c Got one! Elapsed wall clock time (in seconds):0.176
0.43/0.35	o 17
0.43/0.38	c Got one! Elapsed wall clock time (in seconds):0.203
0.43/0.38	o 16
0.61/0.48	c Got one! Elapsed wall clock time (in seconds):0.308
0.61/0.48	o 15
1.82/1.15	c cleaning 2727 clauses out of 5455 with flag 11279/5455
4.53/3.54	c cleaning 4364 clauses out of 8729 with flag 31862/11456
7.85/6.87	c cleaning 5682 clauses out of 11365 with flag 55084/18456
11.86/10.85	c cleaning 6841 clauses out of 13684 with flag 79858/26457
16.21/15.16	c cleaning 7913 clauses out of 15841 with flag 105912/35455
21.00/19.94	c cleaning 8954 clauses out of 17928 with flag 134425/45455
26.89/25.83	c cleaning 9980 clauses out of 19974 with flag 172818/56455
33.66/32.58	c cleaning 10996 clauses out of 21995 with flag 212162/68456
40.45/39.38	c cleaning 11998 clauses out of 23998 with flag 255882/81455
48.15/47.02	c cleaning 13003 clauses out of 26008 with flag 302323/95463
55.84/54.73	c cleaning 13987 clauses out of 27997 with flag 354046/110455
63.83/62.73	c cleaning 15001 clauses out of 30011 with flag 410608/126456
72.57/71.48	c cleaning 16000 clauses out of 32010 with flag 466942/143456
81.79/80.66	c cleaning 16997 clauses out of 34011 with flag 528244/161457
91.77/90.70	c cleaning 18008 clauses out of 36015 with flag 593140/180458
101.85/100.76	c cleaning 19000 clauses out of 38006 with flag 664195/200457
102.06/100.91	c Got one! Elapsed wall clock time (in seconds):100.734
102.06/100.91	o 14
104.55/103.41	c cleaning 12139 clauses out of 24293 with flag 18737/205744
107.55/106.49	c cleaning 9070 clauses out of 18155 with flag 39453/211745
111.09/109.95	c cleaning 8004 clauses out of 16083 with flag 62631/218743
114.88/113.74	c cleaning 8029 clauses out of 16079 with flag 92755/226743
119.47/118.31	c cleaning 8495 clauses out of 17050 with flag 122865/235743
124.56/123.41	c cleaning 9266 clauses out of 18555 with flag 155747/245743
130.16/129.05	c cleaning 10132 clauses out of 20289 with flag 192579/256743
136.44/135.33	c cleaning 11044 clauses out of 22157 with flag 233308/268743
143.63/142.58	c cleaning 12054 clauses out of 24113 with flag 274791/281743
151.51/150.48	c cleaning 13032 clauses out of 26063 with flag 319494/295747
159.79/158.77	c cleaning 13992 clauses out of 28032 with flag 369389/310748
168.58/167.57	c cleaning 15004 clauses out of 30035 with flag 421666/326743
177.86/176.83	c cleaning 16007 clauses out of 32031 with flag 480590/343743
187.44/186.47	c cleaning 17010 clauses out of 34024 with flag 544522/361743
197.91/196.92	c cleaning 18000 clauses out of 36014 with flag 608082/380743
209.10/208.18	c cleaning 19008 clauses out of 38017 with flag 673910/400746
221.17/220.21	c cleaning 20002 clauses out of 40011 with flag 744871/421748
233.58/232.62	c cleaning 21001 clauses out of 42004 with flag 818762/443743
246.57/245.63	c cleaning 22004 clauses out of 44007 with flag 897074/466747
259.75/258.84	c cleaning 22999 clauses out of 46000 with flag 979726/490744
273.42/272.57	c cleaning 23992 clauses out of 48001 with flag 1069491/515744
287.60/286.79	c cleaning 24994 clauses out of 50009 with flag 1157572/541744
301.98/301.14	c cleaning 25999 clauses out of 52015 with flag 1252568/568744
316.87/316.06	c cleaning 26980 clauses out of 54015 with flag 1354781/596743
332.83/332.07	c cleaning 28014 clauses out of 56035 with flag 1458329/625743
348.80/348.01	c cleaning 29000 clauses out of 58021 with flag 1564436/655743
365.55/364.87	c cleaning 30007 clauses out of 60023 with flag 1674481/686745
382.62/381.90	c cleaning 30999 clauses out of 62014 with flag 1786636/718743
400.80/400.19	c cleaning 31987 clauses out of 64016 with flag 1899232/751744
420.05/419.46	c cleaning 33004 clauses out of 66028 with flag 2013565/785743
440.11/439.59	c cleaning 34006 clauses out of 68030 with flag 2134175/820749
459.88/459.32	c cleaning 34996 clauses out of 70020 with flag 2260451/856745
479.99/479.59	c cleaning 36008 clauses out of 72023 with flag 2390267/893744
501.60/501.33	c cleaning 36994 clauses out of 74014 with flag 2525095/931743
524.00/523.92	c cleaning 38003 clauses out of 76020 with flag 2659298/970743
545.71/545.84	c cleaning 39006 clauses out of 78017 with flag 2794869/1010743
567.86/568.19	c cleaning 39988 clauses out of 80011 with flag 2944420/1051743
591.15/591.61	c cleaning 41006 clauses out of 82023 with flag 3097024/1093743
615.26/615.92	c cleaning 42006 clauses out of 84020 with flag 3253491/1136746
639.36/640.26	c cleaning 42996 clauses out of 86011 with flag 3417970/1180743
664.94/666.04	c cleaning 43989 clauses out of 88015 with flag 3578702/1225743
689.82/691.10	c cleaning 44991 clauses out of 90026 with flag 3727787/1271743
716.14/717.68	c cleaning 46004 clauses out of 92035 with flag 3895292/1318743
742.42/744.16	c cleaning 47012 clauses out of 94032 with flag 4056931/1366744
769.37/771.37	c cleaning 47999 clauses out of 96019 with flag 4229642/1415743
797.76/799.91	c cleaning 48983 clauses out of 98020 with flag 4405016/1465743
825.41/827.81	c cleaning 50015 clauses out of 100038 with flag 4586051/1516744
853.48/856.18	c cleaning 51006 clauses out of 102022 with flag 4771064/1568743
881.86/884.74	c cleaning 51996 clauses out of 104019 with flag 4954101/1621746
910.19/913.32	c cleaning 53004 clauses out of 106030 with flag 5138501/1675753
940.07/943.45	c cleaning 53996 clauses out of 108017 with flag 5337393/1730744
970.60/974.20	c cleaning 54981 clauses out of 110021 with flag 5530714/1786744
1000.88/1004.77	c cleaning 56014 clauses out of 112039 with flag 5730642/1843743
1032.59/1036.75	c cleaning 57006 clauses out of 114025 with flag 5938924/1901743
1065.31/1069.62	c cleaning 57975 clauses out of 116019 with flag 6139499/1960743
1097.34/1101.73	c cleaning 59019 clauses out of 118045 with flag 6344774/2020744
1130.47/1134.94	c cleaning 59998 clauses out of 120025 with flag 6561085/2081743
1164.27/1169.03	c cleaning 60988 clauses out of 122027 with flag 6772153/2143743
1197.78/1202.82	c cleaning 61997 clauses out of 124040 with flag 6977468/2206744
1233.00/1238.33	c cleaning 63016 clauses out of 126042 with flag 7203520/2270743
1267.00/1272.67	c cleaning 64002 clauses out of 128027 with flag 7432018/2335744
1302.24/1308.09	c cleaning 65004 clauses out of 130024 with flag 7675152/2401743
1337.17/1343.04	c cleaning 65992 clauses out of 132020 with flag 7902883/2468743
1372.95/1378.56	c cleaning 67003 clauses out of 134028 with flag 8129814/2536743
1409.66/1415.32	c cleaning 67990 clauses out of 136025 with flag 8357742/2605743
1446.48/1452.21	c cleaning 69018 clauses out of 138035 with flag 8598242/2675743
1483.27/1489.05	c cleaning 70003 clauses out of 140017 with flag 8835843/2746743
1519.90/1525.71	c cleaning 71003 clauses out of 142014 with flag 9074013/2818743
1557.21/1563.00	c cleaning 72003 clauses out of 144011 with flag 9308962/2891743
1594.94/1600.82	c cleaning 72993 clauses out of 146008 with flag 9553535/2965743
1631.97/1637.90	c cleaning 74011 clauses out of 148022 with flag 9794218/3040750
1673.07/1679.07	c cleaning 75002 clauses out of 150004 with flag 10040297/3116743
1720.18/1726.27	c cleaning 75999 clauses out of 152008 with flag 10308987/3193749
1767.29/1773.47	c cleaning 77001 clauses out of 154003 with flag 10588856/3271743
1814.21/1820.42	c cleaning 77990 clauses out of 156002 with flag 10876162/3350743
1861.10/1867.33	c cleaning 78989 clauses out of 158012 with flag 11165707/3430743
1909.41/1915.74	c cleaning 79982 clauses out of 160023 with flag 11461792/3511743
1959.01/1965.43	c cleaning 81021 clauses out of 162041 with flag 11752151/3593743
2009.02/2015.50	c cleaning 82008 clauses out of 164022 with flag 12052122/3676745
2059.63/2066.21	c cleaning 83004 clauses out of 166012 with flag 12367360/3760743
2110.18/2116.80	c cleaning 84001 clauses out of 168008 with flag 12679239/3845743
2162.68/2169.43	c cleaning 84989 clauses out of 170007 with flag 13001804/3931743
2212.89/2219.79	c cleaning 86002 clauses out of 172021 with flag 13333159/4018746
2263.09/2270.06	c cleaning 86993 clauses out of 174019 with flag 13661819/4106746
2315.00/2322.06	c cleaning 88000 clauses out of 176023 with flag 14003609/4195743
2363.30/2370.42	c cleaning 89009 clauses out of 178025 with flag 14326777/4285745
2414.41/2421.61	c cleaning 89993 clauses out of 180014 with flag 14671412/4376743
2466.28/2473.58	c cleaning 90991 clauses out of 182021 with flag 15021344/4468743
2517.78/2525.17	c cleaning 92006 clauses out of 184030 with flag 15371950/4561743
2570.08/2577.54	c cleaning 93000 clauses out of 186026 with flag 15714837/4655745
2622.15/2629.32	c cleaning 93996 clauses out of 188027 with flag 16070593/4750746
2674.53/2681.84	c cleaning 95004 clauses out of 190031 with flag 16430233/4846746
2727.81/2735.23	c cleaning 96008 clauses out of 192026 with flag 16781972/4943745
2779.04/2786.85	c cleaning 97003 clauses out of 194016 with flag 17151091/5041743
2831.26/2839.58	c cleaning 97999 clauses out of 196013 with flag 17493807/5140743
2884.41/2892.98	c cleaning 98999 clauses out of 198014 with flag 17875042/5240743
2937.70/2946.38	c cleaning 99988 clauses out of 200015 with flag 18239203/5341743
2990.20/2998.90	c cleaning 101004 clauses out of 202028 with flag 18595692/5443744
3042.57/3051.66	c cleaning 101992 clauses out of 204023 with flag 18945218/5546743
3095.38/3104.92	c cleaning 103016 clauses out of 206033 with flag 19290028/5650745
3149.30/3159.24	c cleaning 103996 clauses out of 208019 with flag 19639831/5755747
3202.54/3212.91	c cleaning 105008 clauses out of 210024 with flag 19989721/5861748
3254.87/3265.79	c cleaning 105997 clauses out of 212014 with flag 20334237/5968746
3315.92/3327.24	c cleaning 106994 clauses out of 214014 with flag 20707051/6076743
3384.18/3396.10	c cleaning 108005 clauses out of 216023 with flag 21096358/6185746
3451.84/3464.44	c cleaning 109004 clauses out of 218022 with flag 21504318/6295750
3518.22/3531.44	c cleaning 110001 clauses out of 220011 with flag 21933698/6406743
3584.90/3598.70	c cleaning 111003 clauses out of 222011 with flag 22360033/6518744
3600.09/3614.01	c starts		: 10846
3600.09/3614.02	c conflicts		: 6546176
3600.09/3614.03	c decisions		: 19437429
3600.09/3614.03	c propagations		: 7222357535
3600.09/3614.03	c inspects		: 41916537742
3600.09/3614.03	c shortcuts		: 0
3600.09/3614.03	c learnt literals	: 0
3600.09/3614.03	c learnt binary clauses	: 0
3600.09/3614.03	c learnt ternary clauses	: 10
3600.09/3614.03	c learnt constraints	: 6546176
3600.09/3614.03	c ignored constraints	: 0
3600.09/3614.03	c root simplifications	: 0
3600.09/3614.03	c removed literals (reason simplification)	: 0
3600.09/3614.03	c reason swapping (by a shorter reason)	: 0
3600.09/3614.03	c Calls to reduceDB	: 124
3600.09/3614.03	c Number of update (reduction) of LBD	: 2973396
3600.09/3614.03	c Imported unit clauses	: 0
3600.09/3614.03	c No decision after first conflict	: false
3600.09/3614.03	c number of reductions to clauses (during analyze)	: 0
3600.09/3614.03	c number of learned constraints concerned by reduction	: 0
3600.09/3614.03	c number of learning phase by resolution	: 0
3600.09/3614.03	c number of learning phase by cutting planes	: 0
3600.09/3614.03	c number of rounding to 1 operations	: 0
3600.09/3614.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3614.03	c number of reductions of the coefficients by power 2 	: 0
3600.09/3614.03	c number of right shift for reduction by power 2 	: 0
3600.09/3614.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3614.03	c number of ending skipping 	: 0
3600.09/3614.03	c number of internal skipping 	: 0
3600.09/3614.03	c number of derivation steps 	: 0
3600.09/3614.03	c number of skipped derivation steps 	: 0
3600.09/3614.03	c number of remaining unassigned 	: 0
3600.09/3614.03	c number of remaining assigned 	: 0
3600.09/3614.03	c number of falsified literals weakened from reason	: 0
3600.09/3614.03	c number of falsified literals weakened from conflict	: 0
3600.09/3614.03	c time for arithmetic operations	: 0
3600.09/3614.03	c minimum degree of deleted constraints	: null
3600.09/3614.03	c maximum degree of deleted constraints	: null
3600.09/3614.03	c number of deleted constraints	: 0
3600.09/3614.03	c speed (assignments/second)	: 1998603.5193272715
3600.09/3614.03	c non guided choices	: 0
3600.09/3614.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138440
3600.09/3614.08	s SATISFIABLE
3600.09/3614.08	c Found 4 solution(s)
3600.09/3614.08	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 
3600.09/3614.08	c objective function=14
3600.09/3614.08	c Total wall clock time (in seconds): 3613.908

Verifier Data

OK	14

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=264695, runsolver pid=264692

[startup+0.104592 s]*
/proc/loadavg: 2.93 3.08 3.06 4/313 264759
/proc/meminfo: memFree=126158036/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=18975048 memory=56120 CPUtime=0.08 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 6666 0 0 0 6 2 0 0 20 0 18 0 30834741 19430449152 14030 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4743762 14030 5519 1 0 548860 0
[pid=264695/tid=264697] ppid=264692 vsize=18975048 memory=4026531971 CPUtime=0.05 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) D 264692 264695 262544 0 -1 1078198336 5554 0 0 0 4 1 0 0 20 0 18 0 30834741 19430449152 14030 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=18975048 memory=1499814 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30834744 19430449152 14030 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=18975048 memory=14135537057400351 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30834744 19430449152 14030 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56120 KiB

[startup+0.212358 s]*
/proc/loadavg: 2.93 3.08 3.06 13/313 264778
/proc/meminfo: memFree=126110564/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=18975048 memory=66628 CPUtime=0.25 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 7539 0 0 0 23 2 0 0 20 0 18 0 30834741 19430449152 16657 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4743762 16657 5731 1 0 549527 0
[pid=264695/tid=264697] ppid=264692 vsize=18975048 memory=3461362060219711607 CPUtime=0.15 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 5925 0 0 0 13 2 0 0 20 0 18 0 30834741 19430449152 16657 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=18975048 memory=224262807918 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30834744 19430449152 16657 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=18975048 memory=1501071 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30834744 19430449152 16657 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66628 KiB

[startup+0.307525 s]*
/proc/loadavg: 2.93 3.08 3.06 13/308 264780
/proc/meminfo: memFree=126114300/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=18975048 memory=82416 CPUtime=0.43 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 8545 0 0 0 40 3 0 0 20 0 18 0 30834741 19430449152 20604 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4743762 20604 5841 1 0 549713 0
[pid=264695/tid=264697] ppid=264692 vsize=18975048 memory=-5155635678149109852 CPUtime=0.22 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 5979 0 0 0 20 2 0 0 20 0 18 0 30834741 19430449152 20604 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30834744 19430449152 20604 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30834744 19430449152 20604 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82416 KiB

[startup+0.700372 s]
/proc/loadavg: 2.93 3.08 3.06 8/310 264789
/proc/meminfo: memFree=126083020/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=102060 CPUtime=1.18 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 12949 0 0 0 114 4 0 0 20 0 19 0 30834741 19498610688 25515 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 25515 5869 1 0 552172 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=16084 CPUtime=0.58 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 6065 0 0 0 56 2 0 0 20 0 19 0 30834741 19498610688 25515 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=12316 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 25515 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19041612 memory=20760 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 25515 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19041612 memory=37140 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30834773 19498610688 25515 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 102060 KiB

[startup+1.50024 s]
/proc/loadavg: 2.93 3.08 3.06 9/332 264844
/proc/meminfo: memFree=126017344/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=108636 CPUtime=2.29 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 15736 0 0 0 224 5 0 0 20 0 19 0 30834741 19498610688 27159 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 27159 5869 1 0 552227 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=12316 CPUtime=1.38 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 7067 0 0 0 136 2 0 0 20 0 19 0 30834741 19498610688 27159 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 27159 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19041612 memory=20760 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 27159 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19041612 memory=37140 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30834773 19498610688 27159 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108636 KiB

[startup+3.1056 s]
/proc/loadavg: 2.93 3.08 3.06 5/333 264845
/proc/meminfo: memFree=125947320/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=116732 CPUtime=4.13 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 18268 0 0 0 408 5 0 0 20 0 19 0 30834741 19498610688 29183 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 29183 5869 1 0 552754 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=20760 CPUtime=2.98 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 7267 0 0 0 296 2 0 0 20 0 19 0 30834741 19498610688 29183 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 29183 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19041612 memory=12316 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 29183 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19041612 memory=5440 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30834773 19498610688 29183 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 116732 KiB

[startup+6.30019 s]
/proc/loadavg: 3.01 3.09 3.07 5/333 264845
/proc/meminfo: memFree=125934180/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=117316 CPUtime=7.34 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 20051 0 0 0 728 6 0 0 20 0 19 0 30834741 19498610688 29329 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 29329 5869 1 0 552757 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=0 CPUtime=6.17 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 7943 0 0 0 614 3 0 0 20 0 19 0 30834741 19498610688 29329 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=12316 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 29329 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19041612 memory=20760 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 29329 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19041612 memory=108636 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30834773 19498610688 29329 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 7.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117316 KiB

[startup+12.7002 s]
/proc/loadavg: 3.09 3.11 3.07 5/333 264847
/proc/meminfo: memFree=125895936/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=124720 CPUtime=13.81 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 24731 0 0 0 1375 6 0 0 20 0 19 0 30834741 19498610688 31180 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 31180 5869 1 0 552781 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=108636 CPUtime=12.55 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 9016 0 0 0 1252 3 0 0 20 0 19 0 30834741 19498610688 31180 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=124704 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 31180 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19041612 memory=-9030953552374899388 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 31180 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30834773 19498610688 31180 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 124720 KiB

[startup+25.5003 s]
/proc/loadavg: 3.36 3.17 3.09 5/333 264849
/proc/meminfo: memFree=125816704/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=139172 CPUtime=26.59 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 27253 0 0 0 2652 7 0 0 20 0 19 0 30834741 19498610688 34793 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 34793 5885 1 0 552781 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=11384 CPUtime=25.32 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 10320 0 0 0 2529 3 0 0 20 0 19 0 30834741 19498610688 34793 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 34793 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19041612 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 34793 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19041612 memory=139172 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30834773 19498610688 34793 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 26.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 139172 KiB

[startup+51.1056 s]
/proc/loadavg: 3.70 3.27 3.13 5/335 264856
/proc/meminfo: memFree=125674416/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19041612 memory=164832 CPUtime=52.24 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 33442 0 0 0 5216 8 0 0 20 0 19 0 30834741 19498610688 41208 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4760403 41208 5900 1 0 552781 0
[pid=264695/tid=264697] ppid=264692 vsize=19041612 memory=11384 CPUtime=50.86 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 12244 0 0 0 5082 4 0 0 20 0 19 0 30834741 19498610688 41208 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19041612 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30834744 19498610688 41208 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0

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

/proc/meminfo: memFree=118940708/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1730516 CPUtime=3211.85 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 125984 0 0 0 321088 97 0 0 20 0 20 0 30834741 19566772224 432629 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 432629 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=1728436 CPUtime=3204.81 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 53048 0 0 0 320473 8 0 0 20 0 20 0 30834741 19566772224 432629 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=5440 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 432629 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=77052 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3450 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 432629 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=1730516 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 432629 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3211.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1730516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/334 266950
/proc/meminfo: memFree=118905256/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3271.42 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 127508 0 0 0 327043 99 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437245 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=11384 CPUtime=3264.15 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 53653 0 0 0 326407 8 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=1730516 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3552 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3271.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/333 266961
/proc/meminfo: memFree=118888188/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3330.87 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 128387 0 0 0 332987 100 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437245 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=77052 CPUtime=3323.6 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 54387 0 0 0 332351 9 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3637 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=77052 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3330.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.16 4.11 5/333 266973
/proc/meminfo: memFree=118887300/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3390.32 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 129267 0 0 0 338931 101 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437245 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3383.03 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 55199 0 0 0 338294 9 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=12316 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3648 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3390.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748980 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.19 4.12 5/335 267153
/proc/meminfo: memFree=118873556/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3449.76 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 130048 0 0 0 344874 102 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437245 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3442.45 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 55838 0 0 0 344236 9 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=12316 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3729 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3449.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748980 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/335 267163
/proc/meminfo: memFree=118873184/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3509.2 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 131076 0 0 0 350818 102 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437245 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3501.88 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 56724 0 0 0 350179 9 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3810 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=4936 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3509.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748980 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/336 267235
/proc/meminfo: memFree=118872128/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3568.64 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 132098 0 0 0 356761 103 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437245 5948 1 0 557095 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=1748980 CPUtime=3561.3 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 57606 0 0 0 356121 9 0 0 20 0 20 0 30834741 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=11384 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=1748980 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 3891 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=77052 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437245 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3568.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614 s]*
/proc/loadavg: 4.00 4.12 4.09 2/258 267343
/proc/meminfo: memFree=124561512/131524600 swapFree=131059368/131071996
[pid=264695] ppid=264692 vsize=19108176 memory=1748984 CPUtime=3600.09 cores=4,6
/proc/264695/stat : 264695 (java) S 264692 264695 262544 0 -1 1077936128 132655 0 0 0 359905 104 0 0 20 0 20 0 30834741 19566772224 437246 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
/proc/264695/statm: 4777044 437246 5948 1 0 557096 0
[pid=264695/tid=264697] ppid=264692 vsize=19108176 memory=33528 CPUtime=3592.73 cores=4,6
/proc/264695/task/264697/stat : 264697 (java) R 264692 264695 262544 0 -1 4194368 58037 0 0 0 359264 9 0 0 20 0 20 0 30834741 19566772224 437246 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264728] ppid=264692 vsize=19108176 memory=34956 CPUtime=0 cores=4,6
/proc/264695/task/264728/stat : 264728 (Finalizer) S 264692 264695 262544 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437246 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264736] ppid=264692 vsize=19108176 memory=-4421386522017883233 CPUtime=0 cores=4,6
/proc/264695/task/264736/stat : 264736 (Common-Cleaner) S 264692 264695 262544 0 -1 1077936192 4006 0 0 0 0 0 0 0 20 0 20 0 30834744 19566772224 437246 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
[pid=264695/tid=264789] ppid=264692 vsize=19108176 memory=8116 CPUtime=0 cores=4,6
/proc/264695/task/264789/stat : 264789 (Timer-0) S 264692 264695 262544 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30834773 19566772224 437246 134679101440 93867263168512 93867263172208 140733410084800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93867263180024 93867263180816 93867293122560 140733410087942 140733410088032 140733410088032 140733410095048 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.2 s, system=1.05518 s

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

Child status: 143

Real time (s): 3614.09
CPU time (s): 3600.26
CPU user time (s): 3599.2
CPU system time (s): 1.05518
CPU usage (%): 99.6172
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1748984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 1.05518
maximum resident set size= 1750256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104774
involuntary context switches= 21218


# summary of solver processes directly reported to runsolver:
#   pid: 264695
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3599.2
#   total CPU system time (s): 1.05518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.2701 second user time and 16.0984 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-25 23:31:01
IDJOB=4459863
IDBENCH=148617
IDSOLVER=3058
FILE ID=nodeC021/4459863-1721943061
RUNJOBID= nodeC021-1721943061-264645
SLURM_JOB_ID= 8247242
Free space on /tmp= 890084 MiB

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

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

MD5SUM BENCH= c3fde33010e6ea586da81d097c34065f
RANDOM SEED=17340828

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3389.905
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	: 7000.35
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		: 3349.586
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	: 7007.41
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		: 2846.391
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	: 7000.35
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		: 3587.800
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	: 7007.41
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		: 3296.219
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	: 7000.35
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		: 3584.827
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	: 7007.41
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		: 3518.914
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	: 7000.35
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		: 3512.698
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	: 7007.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126280400 kB
MemAvailable:   129710432 kB
Buffers:          340000 kB
Cached:          3897064 kB
SwapCached:          448 kB
Active:          2718180 kB
Inactive:        1880492 kB
Active(anon):       1612 kB
Inactive(anon):   413488 kB
Active(file):    2716568 kB
Inactive(file):  1467004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131059368 kB
Dirty:              1612 kB
Writeback:             4 kB
AnonPages:        361072 kB
Mapped:           107316 kB
Shmem:             53464 kB
KReclaimable:     172212 kB
Slab:             292740 kB
SReclaimable:     172212 kB
SUnreclaim:       120528 kB
KernelStack:        3920 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     852584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      324308 kB
DirectMap2M:    40343552 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC021 at 2024-07-26 00:31:15