Trace number 4517544

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 2025-06-06OPT16 1345.26 1344.76

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=18-t=2.opb
MD5SUM5da417552da80e99ebaacbb86c541f7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1.94433
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables531
Total number of constraints47178
Number of constraints which are clauses47160
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 18
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 18
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4517544-1751528329.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  objective function found
0.70/0.45	c ... done. Wall clock time 0.312s.
0.70/0.45	c declared #vars     531
0.70/0.45	c #constraints  47178
0.70/0.45	c constraints type 
0.70/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 18
0.70/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
0.70/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47142
0.70/0.45	c 47178 constraints processed.
0.70/0.47	c objective function length is 18 literals
0.89/0.58	c SATISFIABLE
0.89/0.58	c OPTIMIZING...
0.89/0.58	c Got one! Elapsed wall clock time (in seconds):0.443
0.89/0.58	o 16
2.07/1.12	c cleaning 2854 clauses out of 5713 with flag 22975/5713
2.66/1.43	c cleaning 4423 clauses out of 8860 with flag 74258/11714
3.22/1.77	c cleaning 5717 clauses out of 11436 with flag 125977/18713
3.83/2.16	c cleaning 6845 clauses out of 13720 with flag 189448/26714
4.40/2.55	c cleaning 7905 clauses out of 15874 with flag 267594/35713
5.09/3.04	c cleaning 8980 clauses out of 17969 with flag 462192/45713
5.49/3.49	c cleaning 9988 clauses out of 19989 with flag 583348/56713
6.09/4.10	c cleaning 10990 clauses out of 22001 with flag 696802/68713
6.79/4.77	c cleaning 12006 clauses out of 24012 with flag 828207/81714
7.49/5.49	c cleaning 12992 clauses out of 26005 with flag 928882/95713
8.39/6.34	c cleaning 14009 clauses out of 28017 with flag 1043886/110717
9.29/7.21	c cleaning 14924 clauses out of 30004 with flag 1235507/126713
10.22/8.16	c cleaning 16037 clauses out of 32080 with flag 1332475/143713
11.24/9.11	c cleaning 16858 clauses out of 34043 with flag 1477926/161713
12.14/10.09	c cleaning 17957 clauses out of 36188 with flag 1657972/180716
13.33/11.23	c cleaning 19067 clauses out of 38228 with flag 1809818/200713
14.53/12.46	c cleaning 20079 clauses out of 40162 with flag 1945622/221714
15.93/13.82	c cleaning 21030 clauses out of 42084 with flag 2070301/243715
17.13/15.07	c cleaning 22020 clauses out of 44052 with flag 2247538/266713
18.92/16.81	c cleaning 22842 clauses out of 46032 with flag 2525981/290713
20.32/18.21	c cleaning 23985 clauses out of 48190 with flag 2838972/315713
21.82/19.78	c cleaning 24986 clauses out of 50205 with flag 3490325/341713
23.32/21.27	c cleaning 26092 clauses out of 52220 with flag 3850928/368714
25.22/23.13	c cleaning 26900 clauses out of 54127 with flag 4470352/396713
27.13/25.01	c cleaning 28006 clauses out of 56227 with flag 4941208/425713
28.92/26.86	c cleaning 29060 clauses out of 58223 with flag 5249207/455715
31.22/29.14	c cleaning 29948 clauses out of 60161 with flag 6108549/486713
33.11/31.09	c cleaning 31101 clauses out of 62216 with flag 6526822/518716
35.42/33.39	c cleaning 31986 clauses out of 64112 with flag 6929630/551713
38.01/35.94	c cleaning 32939 clauses out of 66126 with flag 7534544/585713
40.21/38.18	c cleaning 34091 clauses out of 68188 with flag 7872652/620714
42.60/40.51	c cleaning 35041 clauses out of 70096 with flag 8174675/656713
45.40/43.32	c cleaning 35944 clauses out of 72055 with flag 8774660/693713
47.99/45.90	c cleaning 36967 clauses out of 74113 with flag 9326763/731715
50.91/48.87	c cleaning 37983 clauses out of 76145 with flag 9752714/770714
54.11/52.06	c cleaning 39072 clauses out of 78163 with flag 11043795/810715
57.60/55.58	c cleaning 40045 clauses out of 80089 with flag 12466159/851713
60.89/58.82	c cleaning 40861 clauses out of 82044 with flag 12899864/893713
64.10/62.08	c cleaning 41944 clauses out of 84183 with flag 14047259/936713
67.42/65.30	c cleaning 43102 clauses out of 86239 with flag 15381992/980713
70.59/68.57	c cleaning 44058 clauses out of 88137 with flag 15771886/1025713
74.96/72.90	c cleaning 45038 clauses out of 90079 with flag 17303324/1071713
79.51/77.23	c cleaning 46016 clauses out of 92040 with flag 18680375/1118713
83.31/81.09	c cleaning 46991 clauses out of 94025 with flag 19040138/1166714
87.44/85.17	c cleaning 47960 clauses out of 96033 with flag 19354778/1215713
92.53/90.27	c cleaning 49034 clauses out of 98073 with flag 20900652/1265713
97.22/94.97	c cleaning 50001 clauses out of 100038 with flag 22714021/1316713
101.61/99.38	c cleaning 50917 clauses out of 102037 with flag 23447981/1368713
105.81/103.57	c cleaning 52044 clauses out of 104121 with flag 24979673/1421714
110.54/108.26	c cleaning 52835 clauses out of 106075 with flag 25938163/1475713
114.74/112.45	c cleaning 54068 clauses out of 108240 with flag 26603018/1530713
119.53/117.23	c cleaning 55061 clauses out of 110173 with flag 27754235/1586714
124.42/122.16	c cleaning 55896 clauses out of 112111 with flag 28706639/1643713
130.24/127.94	c cleaning 57087 clauses out of 114215 with flag 30512947/1701713
135.10/132.85	c cleaning 58058 clauses out of 116132 with flag 32125534/1760718
140.09/137.82	c cleaning 59033 clauses out of 118069 with flag 32599137/1820713
145.39/143.19	c cleaning 60014 clauses out of 120036 with flag 33089246/1881713
151.60/149.30	c cleaning 61010 clauses out of 122023 with flag 33891847/1943714
157.09/154.89	c cleaning 61949 clauses out of 124012 with flag 34707527/2006713
163.88/161.60	c cleaning 63026 clauses out of 126066 with flag 36613966/2070716
169.87/167.66	c cleaning 63973 clauses out of 128036 with flag 38351093/2135713
176.05/173.80	c cleaning 65030 clauses out of 130063 with flag 38903814/2201713
182.92/180.73	c cleaning 66015 clauses out of 132033 with flag 40676385/2268713
189.61/187.49	c cleaning 66989 clauses out of 134017 with flag 42356943/2336713
196.94/194.72	c cleaning 67996 clauses out of 136028 with flag 44309285/2405713
203.33/201.13	c cleaning 68893 clauses out of 138035 with flag 46055141/2475717
210.41/208.20	c cleaning 70063 clauses out of 140138 with flag 48807818/2546713
217.10/214.98	c cleaning 70995 clauses out of 142074 with flag 50076229/2618713
224.49/222.39	c cleaning 72032 clauses out of 144079 with flag 51690994/2691713
232.01/229.84	c cleaning 73001 clauses out of 146046 with flag 53584475/2765713
239.59/237.48	c cleaning 73853 clauses out of 148045 with flag 54938897/2840713
247.97/245.85	c cleaning 75013 clauses out of 150191 with flag 57948034/2916713
255.76/253.61	c cleaning 76072 clauses out of 152179 with flag 59381340/2993714
263.34/261.23	c cleaning 76986 clauses out of 154106 with flag 60945941/3071713
271.62/269.51	c cleaning 78052 clauses out of 156119 with flag 63154975/3150713
279.64/277.50	c cleaning 79018 clauses out of 158067 with flag 64969776/3230713
287.83/285.74	c cleaning 79866 clauses out of 160049 with flag 66058544/3311713
296.80/294.74	c cleaning 80979 clauses out of 162182 with flag 68392059/3393713
305.89/303.83	c cleaning 82016 clauses out of 164204 with flag 70971222/3476714
314.18/312.14	c cleaning 83014 clauses out of 166186 with flag 72311051/3560713
323.96/321.96	c cleaning 84041 clauses out of 168171 with flag 74880904/3645713
333.29/331.27	c cleaning 85025 clauses out of 170131 with flag 77165580/3731714
342.28/340.20	c cleaning 86019 clauses out of 172104 with flag 78639465/3818713
351.66/349.62	c cleaning 86966 clauses out of 174084 with flag 80954808/3906713
361.23/359.29	c cleaning 88051 clauses out of 176119 with flag 82632497/3995714
370.81/368.89	c cleaning 89012 clauses out of 178066 with flag 85140306/4085713
381.00/379.09	c cleaning 90023 clauses out of 180053 with flag 87828261/4176713
392.23/390.24	c cleaning 91009 clauses out of 182029 with flag 90521607/4268713
403.20/401.22	c cleaning 91902 clauses out of 184019 with flag 92431419/4361713
413.88/411.93	c cleaning 92976 clauses out of 186116 with flag 95014784/4455713
424.16/422.24	c cleaning 94007 clauses out of 188139 with flag 97618531/4550713
435.44/433.55	c cleaning 95045 clauses out of 190131 with flag 100392802/4646713
446.12/444.23	c cleaning 95982 clauses out of 192086 with flag 102484802/4743713
456.01/454.16	c cleaning 96985 clauses out of 194102 with flag 104521710/4841713
467.34/465.48	c cleaning 98013 clauses out of 196116 with flag 107002370/4940713
479.22/477.31	c cleaning 99049 clauses out of 198102 with flag 109806333/5040713
490.90/489.01	c cleaning 99920 clauses out of 200053 with flag 111013408/5141713
502.47/500.66	c cleaning 101057 clauses out of 202132 with flag 113503502/5243713
514.35/512.52	c cleaning 101999 clauses out of 204074 with flag 117072321/5346713
526.93/525.12	c cleaning 103005 clauses out of 206073 with flag 120270571/5450713
538.91/537.11	c cleaning 104017 clauses out of 208067 with flag 123641611/5555713
551.38/549.64	c cleaning 104970 clauses out of 210049 with flag 126733332/5661713
564.05/562.30	c cleaning 106039 clauses out of 212077 with flag 130457019/5768713
576.20/574.44	c cleaning 106935 clauses out of 214036 with flag 133517456/5876713
589.17/587.41	c cleaning 108035 clauses out of 216100 with flag 136584086/5985713
601.85/600.15	c cleaning 109023 clauses out of 218063 with flag 139671770/6095713
614.91/613.25	c cleaning 110007 clauses out of 220039 with flag 143068199/6206713
627.79/626.16	c cleaning 110963 clauses out of 222030 with flag 146087780/6318713
641.55/639.93	c cleaning 111911 clauses out of 224066 with flag 149214459/6431713
654.42/652.85	c cleaning 112942 clauses out of 226154 with flag 152169116/6545714
668.29/666.70	c cleaning 114094 clauses out of 228210 with flag 155409855/6660713
682.34/680.77	c cleaning 115040 clauses out of 230114 with flag 158932012/6776713
695.62/694.04	c cleaning 115951 clauses out of 232072 with flag 161906941/6893713
710.38/708.85	c cleaning 116909 clauses out of 234119 with flag 165239147/7011713
724.75/723.26	c cleaning 118078 clauses out of 236211 with flag 168497270/7130715
739.43/737.93	c cleaning 119060 clauses out of 238129 with flag 171869779/7250713
754.30/752.81	c cleaning 120032 clauses out of 240067 with flag 175083005/7371713
768.48/767.04	c cleaning 120935 clauses out of 242033 with flag 178745558/7493713
782.84/781.41	c cleaning 122014 clauses out of 244097 with flag 182444607/7616714
797.43/796.03	c cleaning 122958 clauses out of 246080 with flag 185958575/7740713
811.85/810.43	c cleaning 124048 clauses out of 248120 with flag 189435761/7865713
827.22/825.86	c cleaning 125031 clauses out of 250069 with flag 193379430/7991713
841.90/840.50	c cleaning 125989 clauses out of 252036 with flag 196951751/8118713
856.66/855.34	c cleaning 126965 clauses out of 254044 with flag 200437526/8246713
871.73/870.46	c cleaning 128025 clauses out of 256076 with flag 204308334/8375713
886.91/885.66	c cleaning 129017 clauses out of 258049 with flag 207980012/8505713
903.47/902.20	c cleaning 130011 clauses out of 260029 with flag 211660492/8636713
919.25/918.08	c cleaning 130990 clauses out of 262016 with flag 215206191/8768713
935.01/933.82	c cleaning 132008 clauses out of 264023 with flag 218937418/8901713
950.78/949.62	c cleaning 132998 clauses out of 266013 with flag 222755871/9035714
966.65/965.51	c cleaning 133987 clauses out of 268011 with flag 226637199/9170713
982.22/981.17	c cleaning 135002 clauses out of 270021 with flag 230522762/9306713
998.38/997.36	c cleaning 135983 clauses out of 272017 with flag 234271710/9443715
1015.19/1014.15	c cleaning 136976 clauses out of 274029 with flag 237696715/9581713
1031.06/1030.08	c cleaning 138018 clauses out of 276050 with flag 241563660/9720713
1046.92/1045.91	c cleaning 138979 clauses out of 278028 with flag 245267437/9860713
1062.69/1061.72	c cleaning 140007 clauses out of 280045 with flag 248946649/10001713
1079.35/1078.40	c cleaning 140960 clauses out of 282034 with flag 252606997/10143713
1095.71/1094.80	c cleaning 142025 clauses out of 284071 with flag 256137235/10286714
1112.27/1111.49	c cleaning 143013 clauses out of 286042 with flag 259806448/10430714
1128.85/1128.10	c cleaning 143969 clauses out of 288023 with flag 263461681/10575713
1144.91/1144.12	c cleaning 145015 clauses out of 290051 with flag 267056962/10721714
1160.87/1160.15	c cleaning 146003 clauses out of 292031 with flag 270673245/10868714
1177.13/1176.45	c cleaning 146967 clauses out of 294021 with flag 274168137/11016713
1193.49/1192.89	c cleaning 147998 clauses out of 296050 with flag 277938338/11165714
1210.16/1209.44	c cleaning 149014 clauses out of 298043 with flag 281269127/11315713
1226.33/1225.64	c cleaning 150002 clauses out of 300023 with flag 284631754/11466714
1242.98/1242.32	c cleaning 150982 clauses out of 302012 with flag 287858184/11618713
1259.35/1258.70	c cleaning 151950 clauses out of 304022 with flag 290783246/11771715
1275.71/1275.10	c cleaning 153013 clauses out of 306060 with flag 294006943/11925713
1292.97/1292.45	c cleaning 153995 clauses out of 308034 with flag 296773420/12080713
1310.73/1310.21	c cleaning 154994 clauses out of 310023 with flag 299396512/12236713
1329.09/1328.66	c cleaning 155995 clauses out of 312007 with flag 301574179/12393715
1345.18/1344.72	c starts		: 23834
1345.18/1344.73	c conflicts		: 12521505
1345.18/1344.73	c decisions		: 177573807
1345.18/1344.73	c propagations		: 942784404
1345.18/1344.73	c inspects		: 16084364827
1345.18/1344.73	c shortcuts		: 0
1345.18/1344.73	c learnt literals	: 269
1345.18/1344.73	c learnt binary clauses	: 8630
1345.18/1344.73	c learnt ternary clauses	: 2912565
1345.18/1344.73	c learnt constraints	: 12521235
1345.18/1344.73	c ignored constraints	: 0
1345.18/1344.73	c root simplifications	: 0
1345.18/1344.73	c removed literals (reason simplification)	: 66190877
1345.18/1344.73	c reason swapping (by a shorter reason)	: 0
1345.18/1344.73	c Calls to reduceDB	: 153
1345.18/1344.73	c Number of update (reduction) of LBD	: 8570024
1345.18/1344.73	c Imported unit clauses	: 0
1345.18/1344.73	c No decision after first conflict	: false
1345.18/1344.73	c number of reductions to clauses (during analyze)	: 0
1345.18/1344.73	c number of learned constraints concerned by reduction	: 0
1345.18/1344.73	c number of learning phase by resolution	: 0
1345.18/1344.73	c number of learning phase by cutting planes	: 0
1345.18/1344.73	c number of rounding to 1 operations	: 0
1345.18/1344.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1345.18/1344.73	c number of reductions of the coefficients by power 2 	: 0
1345.18/1344.73	c number of right shift for reduction by power 2 	: 0
1345.18/1344.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
1345.18/1344.73	c number of ending skipping 	: 0
1345.18/1344.73	c number of internal skipping 	: 0
1345.18/1344.73	c number of derivation steps 	: 0
1345.18/1344.73	c number of skipped derivation steps 	: 0
1345.18/1344.73	c number of remaining unassigned 	: 0
1345.18/1344.73	c number of remaining assigned 	: 0
1345.18/1344.73	c number of falsified literals weakened from reason	: 0
1345.18/1344.73	c number of falsified literals weakened from conflict	: 0
1345.18/1344.73	c time for arithmetic operations	: 0
1345.18/1344.74	c minimum degree of deleted constraints	: null
1345.18/1344.74	c maximum degree of deleted constraints	: null
1345.18/1344.74	c number of deleted constraints	: 0
1345.18/1344.74	c speed (assignments/second)	: 701337.6846546739
1345.18/1344.74	c non guided choices	: 923
1345.18/1344.74	s OPTIMUM FOUND
1345.18/1344.74	c Found 1 solution(s)
1345.18/1344.74	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 x25 x26 -x27 -x28 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 x121 -x122 -x123 -x124 -x125 x126 x127 x128 -x129 -x130 -x131 x132 -x133 -x134 x135 -x136 x137 -x138 -x139 x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 -x154 x155 -x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 x498 -x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 x513 -x514 x515 -x516 x517 x518 -x519 x520 -x521 x522 -x523 -x524 x525 x526 -x527 -x528 x529 x530 -x531 
1345.18/1344.74	c objective function=16
1345.18/1344.74	c Total wall clock time (in seconds): 1344.607

Verifier Data

OK	16

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: 63708 MiB (55478 MiB free)
  memory of node 1: 64465 MiB (52730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517544-1751528329/watcher-4517544-1751528329 -o /tmp/evaluation-result-4517544-1751528329/solver-4517544-1751528329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72931 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517544-1751528329.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=74226, runsolver pid=74223

[startup+0.100017 s]*
/proc/loadavg: 4.16 4.17 4.17 6/338 74244
/proc/meminfo: memFree=110765792/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=18930384 memory=55532 CPUtime=0.12 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 6542 0 0 0 10 2 0 0 20 0 18 0 68511524 19384713216 13883 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4732596 13883 5343 1 0 547611 0
[pid=74226/tid=74228] ppid=74223 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 5038 0 0 0 6 1 0 0 20 0 18 0 68511525 19384713216 13883 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68511527 19384713216 13883 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=18930384 memory=61784027576291 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68511527 19384713216 13883 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55532 KiB

[startup+0.205614 s]*
/proc/loadavg: 4.16 4.17 4.17 7/338 74244
/proc/meminfo: memFree=110749408/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=18930384 memory=70116 CPUtime=0.32 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 7015 0 0 0 29 3 0 0 20 0 18 0 68511524 19384713216 17529 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4732596 17529 5439 1 0 547915 0
[pid=74226/tid=74228] ppid=74223 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 5268 0 0 0 16 1 0 0 20 0 18 0 68511525 19384713216 17529 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=18930384 memory=13937 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68511527 19384713216 17529 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68511527 19384713216 17529 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70116 KiB

[startup+0.305609 s]*
/proc/loadavg: 4.16 4.17 4.17 7/338 74244
/proc/meminfo: memFree=110710024/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=18930384 memory=109552 CPUtime=0.51 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 8607 0 0 0 47 4 0 0 20 0 18 0 68511524 19384713216 27388 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4732596 27388 5439 1 0 548998 0
[pid=74226/tid=74228] ppid=74223 vsize=18930384 memory=-6000919494231877736 CPUtime=0.27 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 5286 0 0 0 25 2 0 0 20 0 18 0 68511525 19384713216 27388 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68511527 19384713216 27388 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68511527 19384713216 27388 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109552 KiB

[startup+0.700248 s]
/proc/loadavg: 4.16 4.17 4.17 7/340 74246
/proc/meminfo: memFree=110655516/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=175228 CPUtime=1.27 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 14603 0 0 0 121 6 0 0 20 0 20 0 68511524 19521036288 43807 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 43807 5503 1 0 553116 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=18432 CPUtime=0.6 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 5419 0 0 0 57 3 0 0 20 0 20 0 68511525 19521036288 43807 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 43807 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 43807 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=4496 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 43807 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175228 KiB

[startup+1.50026 s]
/proc/loadavg: 4.16 4.17 4.17 6/340 74246
/proc/meminfo: memFree=110643436/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=178816 CPUtime=2.85 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 22598 0 0 0 278 7 0 0 20 0 20 0 68511524 19521036288 44704 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 44704 5535 1 0 553557 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=0 CPUtime=1.37 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 6398 0 0 0 134 3 0 0 20 0 20 0 68511525 19521036288 44704 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 44704 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 44704 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=4496 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 44704 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178816 KiB

[startup+3.1055 s]
/proc/loadavg: 4.31 4.20 4.18 5/340 74246
/proc/meminfo: memFree=110638176/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=181472 CPUtime=5.19 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 25673 0 0 0 511 8 0 0 20 0 20 0 68511524 19521036288 45368 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 45368 5535 1 0 554506 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=11136 CPUtime=2.97 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 6732 0 0 0 294 3 0 0 20 0 20 0 68511525 19521036288 45368 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=-6000919494231877736 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 45368 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 45368 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 45368 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181472 KiB

[startup+6.30021 s]
/proc/loadavg: 4.31 4.20 4.18 5/339 74246
/proc/meminfo: memFree=110638400/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=178092 CPUtime=8.39 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 25958 0 0 0 831 8 0 0 20 0 20 0 68511524 19521036288 44523 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 44523 5535 1 0 554508 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=0 CPUtime=6.16 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 6874 0 0 0 613 3 0 0 20 0 20 0 68511525 19521036288 44523 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 44523 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 44523 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=180352 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 44523 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178092 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.19 4.18 5/339 74246
/proc/meminfo: memFree=110552408/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=186324 CPUtime=14.83 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 30085 0 0 0 1474 9 0 0 20 0 20 0 68511524 19521036288 46581 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 46581 5535 1 0 554508 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=180352 CPUtime=12.52 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 7795 0 0 0 1249 3 0 0 20 0 20 0 68511525 19521036288 46581 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=16580 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 46581 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=186324 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 46581 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 46581 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 14.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186324 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.19 4.18 5/339 74246
/proc/meminfo: memFree=110450008/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=192696 CPUtime=27.62 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 32305 0 0 0 2752 10 0 0 20 0 20 0 68511524 19521036288 48174 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 48174 5567 1 0 554508 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=-6000919494231877736 CPUtime=25.28 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 8393 0 0 0 2524 4 0 0 20 0 20 0 68511525 19521036288 48174 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 48174 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 48174 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=16580 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 48174 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 27.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192696 KiB

[startup+51.1055 s]
/proc/loadavg: 4.22 4.19 4.18 5/340 74248
/proc/meminfo: memFree=110216040/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=217368 CPUtime=53.21 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 33678 0 0 0 5310 11 0 0 20 0 20 0 68511524 19521036288 54342 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 54342 5567 1 0 554508 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=196808 CPUtime=50.79 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 8645 0 0 0 5075 4 0 0 20 0 20 0 68511525 19521036288 54342 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=196808 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 54342 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=192568 CPUtime=0 cores=4,6

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

[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1306.14 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 52768 0 0 0 130540 74 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=3200 CPUtime=1301.03 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15291 0 0 0 130090 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=16580 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 594 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=3104 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1306.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1331.2 s]
/proc/loadavg: 4.17 4.15 4.17 5/340 74314
/proc/meminfo: memFree=106595180/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1331.68 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 53454 0 0 0 133093 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=18432 CPUtime=1326.57 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15784 0 0 0 132644 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=1081280 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=1284060 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=1284060 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1331.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1337.6 s]
/proc/loadavg: 4.16 4.15 4.16 5/340 74325
/proc/meminfo: memFree=106594424/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1338.06 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 53565 0 0 0 133731 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1332.95 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15804 0 0 0 133282 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=16580 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=1380328 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1338.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1340.8 s]
/proc/loadavg: 4.23 4.16 4.17 5/340 74325
/proc/meminfo: memFree=106582780/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1341.26 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 53583 0 0 0 134051 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=11136 CPUtime=1336.14 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15821 0 0 0 133601 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=1380328 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1341.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1342.4 s]
/proc/loadavg: 4.23 4.16 4.17 5/340 74325
/proc/meminfo: memFree=106582780/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1342.85 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 53586 0 0 0 134210 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1337.74 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15824 0 0 0 133761 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=16580 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1342.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1344 s]*
/proc/loadavg: 4.21 4.16 4.17 5/340 74325
/proc/meminfo: memFree=106582780/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1344.46 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 53805 0 0 0 134371 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=0 CPUtime=1339.34 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15917 0 0 0 133921 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=7223848151639170580 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=5056 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1344.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1344.4 s]
/proc/loadavg: 4.21 4.16 4.17 5/340 74325
/proc/meminfo: memFree=106582780/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1344.88 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 54543 0 0 0 134413 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=1605636 CPUtime=1339.73 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15940 0 0 0 133960 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=7024 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=-6000919494231877736 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1344.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1344.6 s]
/proc/loadavg: 4.21 4.16 4.17 5/340 74325
/proc/meminfo: memFree=106582780/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1345.08 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 54556 0 0 0 134433 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=5632 CPUtime=1339.93 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15953 0 0 0 133980 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=-6000919494231877736 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=2432 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1345.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

[startup+1344.7 s]
/proc/loadavg: 4.21 4.16 4.17 5/340 74325
/proc/meminfo: memFree=106582780/131249996 swapFree=33010160/33010684
[pid=74226] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1345.18 cores=4,6
/proc/74226/stat : 74226 (java) S 74223 74226 72920 0 -1 4194304 54556 0 0 0 134443 75 0 0 20 0 20 0 68511524 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
/proc/74226/statm: 4765878 345082 5567 1 0 554824 0
[pid=74226/tid=74228] ppid=74223 vsize=19063512 memory=1380328 CPUtime=1340.03 cores=4,6
/proc/74226/task/74228/stat : 74228 (java) R 74223 74226 72920 0 -1 4194368 15953 0 0 0 133990 13 0 0 20 0 20 0 68511525 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74237] ppid=74223 vsize=19063512 memory=16580 CPUtime=0 cores=4,6
/proc/74226/task/74237/stat : 74237 (Finalizer) S 74223 74226 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74244] ppid=74223 vsize=19063512 memory=1380328 CPUtime=0 cores=4,6
/proc/74226/task/74244/stat : 74244 (Common-Cleaner) S 74223 74226 72920 0 -1 4194368 700 0 0 0 0 0 0 0 20 0 20 0 68511527 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
[pid=74226/tid=74246] ppid=74223 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/74226/task/74246/stat : 74246 (Timer-0) S 74223 74226 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68511571 19521036288 345082 18446744073709551615 94522564935680 94522564939376 140728471365552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522564947192 94522564947984 94522585042944 140728471370113 140728471370214 140728471370214 140728471375816 0
Current children cumulated CPU time: 1345.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1380328 KiB

Child status: 30

Real time (s): 1344.76
CPU time (s): 1345.26
CPU user time (s): 1344.49
CPU system time (s): 0.765625
CPU usage (%): 100.037
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1380328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1344.49
system time used= 0.765625
maximum resident set size= 1380968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44025
involuntary context switches= 2435


# summary of solver processes directly reported to runsolver:
#   pid: 74226
#   total CPU time (s): 1345.26
#   total CPU user time (s): 1344.49
#   total CPU system time (s): 0.765625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.65201 second user time and 6.47932 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-03 09:38:49
IDJOB=4517544
IDBENCH=176113
IDSOLVER=3363
FILE ID=nodeC032/4517544-1751528329
RUNJOBID= nodeC032-1751521141-72931
SLURM_JOB_ID= 9598644
Free space on /tmp= 430564 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=18-t=2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517544-1751528329/watcher-4517544-1751528329 -o /tmp/evaluation-result-4517544-1751528329/solver-4517544-1751528329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72931 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517544-1751528329.opb

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

MD5SUM BENCH= 5da417552da80e99ebaacbb86c541f7c
RANDOM SEED=198963300

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.809
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.810
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3598.027
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.815
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3600.087
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.848
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3598.385
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3700.000
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110805456 kB
MemAvailable:   127151548 kB
Buffers:            2728 kB
Cached:         17025252 kB
SwapCached:           20 kB
Active:          2921580 kB
Inactive:       16655764 kB
Active(anon):    2564296 kB
Inactive(anon):     3124 kB
Active(file):     357284 kB
Inactive(file): 16652640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       2552544 kB
Mapped:           123816 kB
Shmem:             18048 kB
KReclaimable:     350812 kB
Slab:             444476 kB
SReclaimable:     350812 kB
SUnreclaim:        93664 kB
KernelStack:        5136 kB
PageTables:         8736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7081804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2328576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430560 MiB
End job on nodeC032 at 2025-07-03 10:01:14