Trace number 4512834

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.18 3604.92

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4512834-1751201327.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.32/0.29	c ... done. Wall clock time 0.154s.
0.32/0.29	c declared #vars     4288
0.32/0.29	c #constraints  10848
0.32/0.29	c constraints type 
0.32/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.32/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.32/0.29	c org.sat4j.specs.Constr$1 => 920
0.32/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.32/0.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.32/0.29	c 10848 constraints processed.
1.89/1.02	c cleaning 2492 clauses out of 4999 with flag 15853/5001
2.63/1.49	c cleaning 4241 clauses out of 8508 with flag 38509/11002
3.42/1.98	c cleaning 5629 clauses out of 11265 with flag 68501/18000
4.17/2.58	c cleaning 6816 clauses out of 13639 with flag 104871/26003
4.87/3.26	c cleaning 7900 clauses out of 15823 with flag 145574/35003
5.56/4.00	c cleaning 8918 clauses out of 17920 with flag 193447/45000
6.47/4.86	c cleaning 9969 clauses out of 20002 with flag 248471/56000
7.46/5.81	c cleaning 11003 clauses out of 22035 with flag 306420/68002
8.48/6.86	c cleaning 12004 clauses out of 24030 with flag 373649/81000
9.57/7.97	c cleaning 12982 clauses out of 26026 with flag 447904/95000
10.87/9.20	c cleaning 14003 clauses out of 28045 with flag 527032/110001
12.17/10.52	c cleaning 14986 clauses out of 30041 with flag 612389/126000
13.59/11.99	c cleaning 16009 clauses out of 32057 with flag 705160/143002
15.21/13.55	c cleaning 17019 clauses out of 34046 with flag 805101/161000
16.71/15.10	c cleaning 18001 clauses out of 36027 with flag 908024/180000
18.50/16.87	c cleaning 18996 clauses out of 38026 with flag 1021901/200000
20.52/18.84	c cleaning 20005 clauses out of 40032 with flag 1141450/221002
22.52/20.84	c cleaning 20998 clauses out of 42025 with flag 1268405/243000
24.61/23.00	c cleaning 21984 clauses out of 44027 with flag 1399934/266000
26.90/25.29	c cleaning 22992 clauses out of 46044 with flag 1539770/290001
29.40/27.72	c cleaning 24007 clauses out of 48051 with flag 1685425/315000
31.89/30.24	c cleaning 25001 clauses out of 50045 with flag 1839862/341001
34.82/33.13	c cleaning 25976 clauses out of 52043 with flag 1999519/368000
37.81/36.15	c cleaning 26995 clauses out of 54068 with flag 2162367/396001
41.10/39.42	c cleaning 27988 clauses out of 56076 with flag 2329778/425004
44.39/42.79	c cleaning 28987 clauses out of 58086 with flag 2506463/455002
47.98/46.36	c cleaning 30037 clauses out of 60097 with flag 2691176/486000
51.81/50.18	c cleaning 31012 clauses out of 62060 with flag 2877795/518000
55.70/54.02	c cleaning 31981 clauses out of 64050 with flag 3076588/551002
59.89/58.25	c cleaning 33022 clauses out of 66068 with flag 3277300/585001
64.18/62.56	c cleaning 34017 clauses out of 68045 with flag 3486991/620000
68.80/67.14	c cleaning 34997 clauses out of 70028 with flag 3701242/656000
73.48/71.81	c cleaning 35999 clauses out of 72032 with flag 3924213/693001
78.38/76.74	c cleaning 36999 clauses out of 74033 with flag 4150927/731001
83.50/81.89	c cleaning 37981 clauses out of 76036 with flag 4384680/770003
88.79/87.18	c cleaning 38995 clauses out of 78052 with flag 4627890/810000
94.18/92.53	c cleaning 39984 clauses out of 80057 with flag 4877573/851000
99.86/98.28	c cleaning 41031 clauses out of 82074 with flag 5127062/893001
105.69/104.04	c cleaning 41989 clauses out of 84042 with flag 5388765/936000
111.77/110.10	c cleaning 43018 clauses out of 86054 with flag 5651089/980001
118.05/116.45	c cleaning 44003 clauses out of 88036 with flag 5924303/1025001
124.67/123.04	c cleaning 44998 clauses out of 90034 with flag 6201157/1071002
131.25/129.67	c cleaning 45975 clauses out of 92035 with flag 6484461/1118001
138.07/136.40	c cleaning 47009 clauses out of 94059 with flag 6778939/1166000
145.16/143.53	c cleaning 48015 clauses out of 96051 with flag 7073030/1215001
152.35/150.77	c cleaning 48968 clauses out of 98035 with flag 7377969/1265000
160.16/158.52	c cleaning 50030 clauses out of 100068 with flag 7686356/1316001
168.24/166.62	c cleaning 51003 clauses out of 102037 with flag 7997024/1368000
176.53/174.91	c cleaning 51999 clauses out of 104036 with flag 8310530/1421002
185.14/183.50	c cleaning 53006 clauses out of 106035 with flag 8634827/1475000
193.92/192.39	c cleaning 53989 clauses out of 108030 with flag 8961342/1530001
202.93/201.36	c cleaning 54988 clauses out of 110040 with flag 9293476/1586000
212.11/210.52	c cleaning 56013 clauses out of 112053 with flag 9630855/1643001
221.78/220.23	c cleaning 57007 clauses out of 114039 with flag 9976326/1701000
231.89/230.31	c cleaning 57991 clauses out of 116032 with flag 10328429/1760000
242.17/240.65	c cleaning 58970 clauses out of 118041 with flag 10681865/1820000
252.55/251.08	c cleaning 60009 clauses out of 120071 with flag 11042254/1881000
263.37/261.89	c cleaning 60976 clauses out of 122063 with flag 11414287/1943001
274.14/272.69	c cleaning 62044 clauses out of 124087 with flag 11785935/2006001
285.52/284.04	c cleaning 62995 clauses out of 126042 with flag 12164002/2070000
297.19/295.75	c cleaning 63991 clauses out of 128047 with flag 12546908/2135000
309.51/308.03	c cleaning 65012 clauses out of 130056 with flag 12931479/2201000
321.88/320.48	c cleaning 65993 clauses out of 132045 with flag 13325618/2268001
334.55/333.18	c cleaning 66992 clauses out of 134051 with flag 13732881/2336000
347.32/345.95	c cleaning 67997 clauses out of 136059 with flag 14138712/2405000
360.69/359.32	c cleaning 69015 clauses out of 138064 with flag 14550236/2475002
374.39/373.06	c cleaning 69980 clauses out of 140047 with flag 14967902/2546000
388.66/387.35	c cleaning 70985 clauses out of 142067 with flag 15390389/2618000
403.12/401.81	c cleaning 72034 clauses out of 144082 with flag 15817283/2691000
417.89/416.65	c cleaning 73015 clauses out of 146048 with flag 16251767/2765000
432.96/431.74	c cleaning 73986 clauses out of 148033 with flag 16685565/2840000
448.38/447.15	c cleaning 74979 clauses out of 150047 with flag 17130685/2916000
464.25/463.01	c cleaning 76010 clauses out of 152068 with flag 17585695/2993000
480.91/479.70	c cleaning 76979 clauses out of 154058 with flag 18038817/3071000
497.86/496.77	c cleaning 78007 clauses out of 156079 with flag 18499997/3150000
515.03/513.98	c cleaning 78979 clauses out of 158075 with flag 18965128/3230003
532.55/531.41	c cleaning 79990 clauses out of 160093 with flag 19437686/3311000
550.70/549.64	c cleaning 81041 clauses out of 162103 with flag 19910698/3393000
568.96/567.92	c cleaning 81988 clauses out of 164063 with flag 20393210/3476001
587.01/586.05	c cleaning 83002 clauses out of 166074 with flag 20885724/3560000
605.96/605.09	c cleaning 84024 clauses out of 168072 with flag 21378820/3645000
625.51/624.69	c cleaning 85016 clauses out of 170048 with flag 21877589/3731000
645.24/644.36	c cleaning 86003 clauses out of 172032 with flag 22381443/3818000
665.10/664.20	c cleaning 87000 clauses out of 174029 with flag 22889705/3906000
685.55/684.72	c cleaning 88006 clauses out of 176029 with flag 23402669/3995000
706.50/705.70	c cleaning 88995 clauses out of 178023 with flag 23926042/4085000
728.23/727.56	c cleaning 89996 clauses out of 180031 with flag 24452791/4176003
749.79/749.10	c cleaning 91002 clauses out of 182034 with flag 24984677/4268002
771.23/770.67	c cleaning 91986 clauses out of 184030 with flag 25521805/4361000
794.05/793.45	c cleaning 93004 clauses out of 186045 with flag 26068560/4455001
817.30/816.77	c cleaning 94001 clauses out of 188040 with flag 26620153/4550000
840.26/839.76	c cleaning 95015 clauses out of 190039 with flag 27169279/4646000
863.99/863.59	c cleaning 96000 clauses out of 192024 with flag 27731271/4743000
889.12/888.77	c cleaning 96972 clauses out of 194024 with flag 28289788/4841000
914.16/913.86	c cleaning 98006 clauses out of 196052 with flag 28854601/4940000
940.08/939.81	c cleaning 99012 clauses out of 198048 with flag 29429231/5040002
965.94/965.62	c cleaning 100005 clauses out of 200035 with flag 30013132/5141001
992.47/992.27	c cleaning 100990 clauses out of 202034 with flag 30601337/5243005
1019.10/1018.99	c cleaning 102015 clauses out of 204039 with flag 31197399/5346000
1046.14/1046.07	c cleaning 102993 clauses out of 206024 with flag 31797560/5450000
1073.66/1073.67	c cleaning 103972 clauses out of 208031 with flag 32394201/5555000
1101.88/1101.98	c cleaning 105031 clauses out of 210062 with flag 33003971/5661003
1130.70/1130.75	c cleaning 106004 clauses out of 212028 with flag 33618622/5768000
1159.94/1160.06	c cleaning 106994 clauses out of 214024 with flag 34241104/5876000
1189.67/1189.85	c cleaning 107962 clauses out of 216030 with flag 34869831/5985000
1219.50/1219.72	c cleaning 109026 clauses out of 218069 with flag 35503893/6095001
1249.74/1250.07	c cleaning 109992 clauses out of 220042 with flag 36142544/6206000
1281.07/1281.49	c cleaning 111004 clauses out of 222050 with flag 36777773/6318000
1313.08/1313.57	c cleaning 112011 clauses out of 224047 with flag 37421249/6431001
1345.89/1346.38	c cleaning 112958 clauses out of 226035 with flag 38072868/6545000
1379.22/1379.72	c cleaning 114035 clauses out of 228079 with flag 38729806/6660002
1412.64/1413.28	c cleaning 114988 clauses out of 230043 with flag 39390711/6776001
1446.16/1446.84	c cleaning 115983 clauses out of 232055 with flag 40057033/6893001
1480.47/1481.22	c cleaning 116997 clauses out of 234071 with flag 40726006/7011000
1511.11/1511.93	c cleaning 118031 clauses out of 236074 with flag 41400438/7130000
1542.05/1542.99	c cleaning 118984 clauses out of 238043 with flag 42079339/7250000
1573.47/1574.42	c cleaning 120018 clauses out of 240059 with flag 42766663/7371000
1605.83/1606.56	c cleaning 121013 clauses out of 242042 with flag 43456560/7493001
1638.15/1638.90	c cleaning 121969 clauses out of 244028 with flag 44158439/7616000
1671.06/1671.96	c cleaning 123002 clauses out of 246059 with flag 44854375/7740000
1704.87/1705.80	c cleaning 124003 clauses out of 248057 with flag 45559151/7865000
1738.67/1739.73	c cleaning 125008 clauses out of 250056 with flag 46273345/7991002
1772.98/1774.16	c cleaning 126006 clauses out of 252046 with flag 46990167/8118000
1807.79/1809.07	c cleaning 126995 clauses out of 254041 with flag 47711127/8246001
1843.47/1844.78	c cleaning 127959 clauses out of 256045 with flag 48442523/8375000
1879.57/1880.92	c cleaning 129028 clauses out of 258087 with flag 49184063/8505001
1916.67/1918.12	c cleaning 129983 clauses out of 260058 with flag 49918611/8636000
1953.66/1955.26	c cleaning 131013 clauses out of 262076 with flag 50673164/8768001
1991.56/1993.26	c cleaning 131954 clauses out of 264062 with flag 51421159/8901000
2029.75/2031.55	c cleaning 133027 clauses out of 266108 with flag 52178266/9035000
2069.05/2070.90	c cleaning 134021 clauses out of 268081 with flag 52939207/9170000
2108.44/2110.40	c cleaning 135003 clauses out of 270063 with flag 53710074/9306003
2147.52/2149.53	c cleaning 135967 clauses out of 272057 with flag 54488381/9443000
2188.04/2190.16	c cleaning 137046 clauses out of 274091 with flag 55269412/9581001
2228.95/2231.15	c cleaning 137983 clauses out of 276045 with flag 56055026/9720001
2270.67/2272.96	c cleaning 138984 clauses out of 278062 with flag 56841688/9860001
2311.86/2314.29	c cleaning 140030 clauses out of 280079 with flag 57640088/10001002
2353.74/2356.21	c cleaning 141011 clauses out of 282047 with flag 58443574/10143000
2396.92/2399.57	c cleaning 141952 clauses out of 284036 with flag 59248025/10286000
2440.45/2443.05	c cleaning 143011 clauses out of 286084 with flag 60062492/10430000
2483.75/2486.48	c cleaning 144037 clauses out of 288073 with flag 60892414/10575000
2527.65/2530.41	c cleaning 144999 clauses out of 290038 with flag 61716937/10721002
2572.56/2575.43	c cleaning 145973 clauses out of 292038 with flag 62546168/10868001
2618.43/2621.46	c cleaning 147015 clauses out of 294064 with flag 63382752/11016000
2664.61/2667.73	c cleaning 147991 clauses out of 296051 with flag 64228560/11165002
2711.58/2714.88	c cleaning 149009 clauses out of 298058 with flag 65079855/11315000
2759.53/2762.83	c cleaning 149991 clauses out of 300049 with flag 65930461/11466000
2807.45/2810.84	c cleaning 150976 clauses out of 302058 with flag 66786645/11618000
2855.84/2859.34	c cleaning 152002 clauses out of 304082 with flag 67651169/11771000
2904.56/2908.15	c cleaning 153005 clauses out of 306080 with flag 68524611/11925000
2954.66/2958.38	c cleaning 154017 clauses out of 308075 with flag 69400951/12080000
3005.27/3009.09	c cleaning 155029 clauses out of 310059 with flag 70277866/12236001
3056.45/3060.30	c cleaning 155992 clauses out of 312030 with flag 71165278/12393001
3107.65/3111.67	c cleaning 156987 clauses out of 314037 with flag 72056522/12551000
3159.75/3163.87	c cleaning 158017 clauses out of 316051 with flag 72949134/12710001
3212.65/3216.87	c cleaning 159009 clauses out of 318037 with flag 73843905/12870004
3266.24/3270.54	c cleaning 159954 clauses out of 320025 with flag 74749910/13031001
3320.23/3324.70	c cleaning 160995 clauses out of 322070 with flag 75659240/13193000
3376.02/3380.56	c cleaning 162012 clauses out of 324075 with flag 76574305/13356000
3431.65/3436.13	c cleaning 162992 clauses out of 326063 with flag 77495762/13520000
3486.75/3491.38	c cleaning 164018 clauses out of 328073 with flag 78422902/13685002
3543.14/3547.89	c cleaning 165027 clauses out of 330054 with flag 79356342/13851001
3600.03/3604.81	c starts		: 113026
3600.03/3604.81	c conflicts		: 14016801
3600.03/3604.81	c decisions		: 115942281
3600.03/3604.81	c propagations		: 1785486677
3600.03/3604.82	c inspects		: 41299039051
3600.03/3604.82	c shortcuts		: 0
3600.03/3604.82	c learnt literals	: 2
3600.03/3604.82	c learnt binary clauses	: 65
3600.03/3604.82	c learnt ternary clauses	: 1011
3600.03/3604.82	c learnt constraints	: 14016799
3600.03/3604.82	c ignored constraints	: 0
3600.03/3604.82	c root simplifications	: 0
3600.03/3604.82	c removed literals (reason simplification)	: 13734765
3600.03/3604.82	c reason swapping (by a shorter reason)	: 0
3600.03/3604.82	c Calls to reduceDB	: 162
3600.03/3604.82	c Number of update (reduction) of LBD	: 3008181
3600.03/3604.82	c Imported unit clauses	: 0
3600.03/3604.82	c No decision after first conflict	: false
3600.03/3604.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3604.82	c number of learned constraints concerned by reduction	: 0
3600.03/3604.82	c number of learning phase by resolution	: 0
3600.03/3604.82	c number of learning phase by cutting planes	: 0
3600.03/3604.82	c number of rounding to 1 operations	: 0
3600.03/3604.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3604.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3604.82	c number of right shift for reduction by power 2 	: 0
3600.03/3604.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3604.82	c number of ending skipping 	: 0
3600.03/3604.82	c number of internal skipping 	: 0
3600.03/3604.82	c number of derivation steps 	: 0
3600.03/3604.82	c number of skipped derivation steps 	: 0
3600.03/3604.82	c number of remaining unassigned 	: 0
3600.03/3604.82	c number of remaining assigned 	: 0
3600.03/3604.82	c number of falsified literals weakened from reason	: 0
3600.03/3604.82	c number of falsified literals weakened from conflict	: 0
3600.03/3604.82	c time for arithmetic operations	: 0
3600.03/3604.82	c timeout
3600.03/3604.83	c minimum degree of deleted constraints	: null
3600.03/3604.83	c maximum degree of deleted constraints	: null
3600.03/3604.83	c number of deleted constraints	: 0
3600.03/3604.83	c speed (assignments/second)	: 495345.89911292057
3600.03/3604.83	c non guided choices	: 51706
3600.03/3604.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 330762
3600.03/3604.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 65
3600.03/3604.89	s UNKNOWN
3600.03/3604.89	c Total wall clock time (in seconds): 3604.756

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61710 MiB free)
  memory of node 1: 64507 MiB (46519 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512834-1751201327/watcher-4512834-1751201327 -o /tmp/evaluation-result-4512834-1751201327/solver-4512834-1751201327 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27852 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512834-1751201327.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
solver pid=32155, runsolver pid=32152
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.23 4.23 4.18 5/338 32173
/proc/meminfo: memFree=110806768/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18930384 memory=58040 CPUtime=0.13 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 6607 0 0 0 11 2 0 0 20 0 18 0 35810624 19384713216 14510 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4732596 14510 5371 1 0 547642 0
[pid=32155/tid=32157] ppid=32152 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) D 32152 32155 27841 0 -1 4456512 5104 0 0 0 7 1 0 0 20 0 18 0 35810626 19384713216 14510 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35810628 19384713216 14510 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18930384 memory=58485492706614 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35810628 19384713216 14510 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58040 KiB

[startup+0.205714 s]*
/proc/loadavg: 4.23 4.23 4.18 7/338 32173
/proc/meminfo: memFree=110797580/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18930384 memory=68148 CPUtime=0.32 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 7025 0 0 0 30 2 0 0 20 0 18 0 35810624 19384713216 17037 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4732596 17037 5435 1 0 547891 0
[pid=32155/tid=32157] ppid=32152 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 5267 0 0 0 16 2 0 0 20 0 18 0 35810626 19384713216 17037 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35810628 19384713216 17037 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35810628 19384713216 17037 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68148 KiB

[startup+0.30558 s]*
/proc/loadavg: 4.23 4.23 4.18 6/338 32173
/proc/meminfo: memFree=110774328/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18996948 memory=97368 CPUtime=0.52 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 8649 0 0 0 48 4 0 0 20 0 19 0 35810624 19452874752 24342 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4749237 24342 5435 1 0 549279 0
[pid=32155/tid=32157] ppid=32152 vsize=18996948 memory=-6000919498476579436 CPUtime=0.25 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 5335 0 0 0 23 2 0 0 20 0 19 0 35810626 19452874752 24342 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 24342 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 24342 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (java) R 32152 32155 27841 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 35810655 19452874752 24342 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97368 KiB

[startup+0.70025 s]
/proc/loadavg: 4.37 4.26 4.19 6/339 32174
/proc/meminfo: memFree=110770548/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18996948 memory=108524 CPUtime=1.28 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 12311 0 0 0 124 4 0 0 20 0 19 0 35810624 19452874752 27131 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4749237 27131 5467 1 0 551947 0
[pid=32155/tid=32157] ppid=32152 vsize=18996948 memory=17536 CPUtime=0.63 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 5346 0 0 0 61 2 0 0 20 0 19 0 35810626 19452874752 27131 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 27131 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 27131 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35810655 19452874752 27131 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108524 KiB

[startup+1.50023 s]
/proc/loadavg: 4.37 4.26 4.19 6/339 32174
/proc/meminfo: memFree=110754108/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18996948 memory=122848 CPUtime=2.82 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 20261 0 0 0 277 5 0 0 20 0 19 0 35810624 19452874752 30712 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4749237 30712 5467 1 0 553261 0
[pid=32155/tid=32157] ppid=32152 vsize=18996948 memory=10752 CPUtime=1.41 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 5684 0 0 0 138 3 0 0 20 0 19 0 35810626 19452874752 30712 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 30712 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 30712 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35810655 19452874752 30712 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122848 KiB

[startup+3.10549 s]
/proc/loadavg: 4.37 4.26 4.19 5/339 32174
/proc/meminfo: memFree=110736968/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18996948 memory=139732 CPUtime=4.77 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 22739 0 0 0 471 6 0 0 20 0 19 0 35810624 19452874752 34933 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4749237 34933 5467 1 0 553863 0
[pid=32155/tid=32157] ppid=32152 vsize=18996948 memory=10752 CPUtime=3.01 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 6033 0 0 0 298 3 0 0 20 0 19 0 35810626 19452874752 34933 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18996948 memory=-6000919498476579436 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 34933 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 34933 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35810655 19452874752 34933 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139732 KiB

[startup+6.3002 s]
/proc/loadavg: 4.34 4.26 4.19 5/339 32174
/proc/meminfo: memFree=110712508/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=18996948 memory=158772 CPUtime=7.96 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 22874 0 0 0 790 6 0 0 20 0 19 0 35810624 19452874752 39693 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4749237 39693 5499 1 0 553863 0
[pid=32155/tid=32157] ppid=32152 vsize=18996948 memory=0 CPUtime=6.2 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 6150 0 0 0 616 4 0 0 20 0 19 0 35810626 19452874752 39693 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 39693 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35810628 19452874752 39693 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=18996948 memory=123772 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35810655 19452874752 39693 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158772 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.25 4.19 6/340 32175
/proc/meminfo: memFree=110175932/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=175584 CPUtime=14.41 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 27687 0 0 0 1434 7 0 0 20 0 20 0 35810624 19521036288 43896 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 43896 5499 1 0 554152 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=123772 CPUtime=12.56 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 7178 0 0 0 1252 4 0 0 20 0 20 0 35810626 19521036288 43896 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 43896 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=175584 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 43896 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 43896 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 14.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175584 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.24 4.19 5/340 32175
/proc/meminfo: memFree=109967044/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=181796 CPUtime=27.2 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 29503 0 0 0 2712 8 0 0 20 0 20 0 35810624 19521036288 45449 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 45449 5499 1 0 554152 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=10752 CPUtime=25.31 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 7619 0 0 0 2527 4 0 0 20 0 20 0 35810626 19521036288 45449 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=175584 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 45449 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 45449 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 45449 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 27.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181796 KiB

[startup+51.1055 s]
/proc/loadavg: 4.23 4.24 4.18 5/340 32176
/proc/meminfo: memFree=109688532/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=239332 CPUtime=52.81 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 31679 0 0 0 5271 10 0 0 20 0 20 0 35810624 19521036288 59833 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 59833 5499 1 0 554152 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=239332 CPUtime=50.79 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 8367 0 0 0 5075 4 0 0 20 0 20 0 35810626 19521036288 59833 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=210616 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=128078844/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2001076 CPUtime=3218.13 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 74444 0 0 0 321686 127 0 0 20 0 20 0 35810624 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 500269 5531 1 0 556800 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=2001076 CPUtime=3211.52 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 29006 0 0 0 321122 30 0 0 20 0 20 0 35810626 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 906 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3218.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2001076 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.51 2.44 2/265 32448
/proc/meminfo: memFree=128078972/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2001076 CPUtime=3278.02 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 75345 0 0 0 327673 129 0 0 20 0 20 0 35810624 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 500269 5531 1 0 556800 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=4380 CPUtime=3271.39 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 29672 0 0 0 327108 31 0 0 20 0 20 0 35810626 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1025 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3278.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2001076 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.43 2.35 2/266 32456
/proc/meminfo: memFree=128079080/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2001076 CPUtime=3337.9 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 76247 0 0 0 333660 130 0 0 20 0 20 0 35810624 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 500269 5531 1 0 556800 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=2001076 CPUtime=3331.25 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 30321 0 0 0 333094 31 0 0 20 0 20 0 35810626 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 500269 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3337.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2001076 KiB

[startup+3402.3 s]
/proc/loadavg: 1.07 1.37 2.27 2/266 32458
/proc/meminfo: memFree=128075348/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2005188 CPUtime=3397.79 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 76351 0 0 0 339646 133 0 0 20 0 20 0 35810624 19521036288 501297 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 501297 5531 1 0 556800 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=2001076 CPUtime=3391.11 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 30405 0 0 0 339080 31 0 0 20 0 20 0 35810626 19521036288 501297 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 501297 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2005188 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 501297 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=2005188 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 501297 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3397.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2005188 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.31 2.19 2/265 32460
/proc/meminfo: memFree=127985376/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3457.8 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 77088 0 0 0 345643 137 0 0 20 0 20 0 35810624 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 523835 5531 1 0 556811 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3450.84 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 30465 0 0 0 345052 32 0 0 20 0 20 0 35810626 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2001076 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2095340 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=-6000919498476579436 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3457.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2095340 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.27 2.12 2/265 32462
/proc/meminfo: memFree=127985408/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3517.69 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 77614 0 0 0 351631 138 0 0 20 0 20 0 35810624 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 523835 5531 1 0 556811 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3510.7 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 30886 0 0 0 351038 32 0 0 20 0 20 0 35810626 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2095340 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3517.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2095340 KiB

[startup+3582.3 s]
/proc/loadavg: 1.13 1.25 2.06 2/265 32466
/proc/meminfo: memFree=127985836/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3577.57 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 78296 0 0 0 357618 139 0 0 20 0 20 0 35810624 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 523835 5531 1 0 556811 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=14848 CPUtime=3570.57 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 31427 0 0 0 357024 33 0 0 20 0 20 0 35810626 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2095340 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2095340 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1260 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3577.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2095340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.8 s]
/proc/loadavg: 1.10 1.23 2.03 2/265 32466
/proc/meminfo: memFree=127985836/131249996 swapFree=33010684/33010684
[pid=32155] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3600.03 cores=4,6
/proc/32155/stat : 32155 (java) S 32152 32155 27841 0 -1 4194304 78697 0 0 0 359863 140 0 0 20 0 20 0 35810624 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
/proc/32155/statm: 4765878 523835 5531 1 0 556811 0
[pid=32155/tid=32157] ppid=32152 vsize=19063512 memory=2095340 CPUtime=3593.01 cores=4,6
/proc/32155/task/32157/stat : 32157 (java) R 32152 32155 27841 0 -1 4194368 31719 0 0 0 359268 33 0 0 20 0 20 0 35810626 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32166] ppid=32152 vsize=19063512 memory=2095340 CPUtime=0 cores=4,6
/proc/32155/task/32166/stat : 32166 (Finalizer) S 32152 32155 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32173] ppid=32152 vsize=19063512 memory=2095340 CPUtime=0 cores=4,6
/proc/32155/task/32173/stat : 32173 (Common-Cleaner) S 32152 32155 27841 0 -1 4194368 1260 0 0 0 0 0 0 0 20 0 20 0 35810628 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
[pid=32155/tid=32174] ppid=32152 vsize=19063512 memory=7078607063656472084 CPUtime=0 cores=4,6
/proc/32155/task/32174/stat : 32174 (Timer-0) S 32152 32155 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35810655 19521036288 523835 18446744073709551615 94909549756416 94909549760112 140733576946608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94909549767928 94909549768720 94909576327168 140733576952193 140733576952294 140733576952294 140733576957896 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2095340 KiB

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

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

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

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

Child status: 143

Real time (s): 3604.92
CPU time (s): 3600.18
CPU user time (s): 3598.76
CPU system time (s): 1.41818
CPU usage (%): 99.8685
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2095340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.76
system time used= 1.41819
maximum resident set size= 2096236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103245
involuntary context switches= 2851


# summary of solver processes directly reported to runsolver:
#   pid: 32155
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.76
#   total CPU system time (s): 1.41818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1868 second user time and 16.6488 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:48:47
IDJOB=4512834
IDBENCH=162179
IDSOLVER=3363
FILE ID=nodeC024/4512834-1751201327
RUNJOBID= nodeC024-1751191546-27852
SLURM_JOB_ID= 9587580
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512834-1751201327/watcher-4512834-1751201327 -o /tmp/evaluation-result-4512834-1751201327/solver-4512834-1751201327 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27852 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512834-1751201327.opb

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=243802123

nodeC024 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.656
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.36
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.651
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110826524 kB
MemAvailable:   110574096 kB
Buffers:            3280 kB
Cached:           557044 kB
SwapCached:            0 kB
Active:         19493104 kB
Inactive:         302356 kB
Active(anon):   19253200 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   302356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1376 kB
Writeback:             0 kB
AnonPages:      19237500 kB
Mapped:           122820 kB
Shmem:             18064 kB
KReclaimable:      88704 kB
Slab:             175700 kB
SReclaimable:      88704 kB
SUnreclaim:        86996 kB
KernelStack:        5152 kB
PageTables:        41340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   24654804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18962432 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC024 at 2025-06-29 15:48:52