Trace number 4485328

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-06? (TO) 3600.49 3576.39

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUM46c70d7f28752ee0ae29660ce5b35655
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7149108224
Best CPU time to get the best result obtained on this benchmark72002.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.23	c Free memory 		2104792832
0.12/0.23	c Max memory 		16282288128
0.12/0.23	c Total memory 		2113929216
0.29/0.24	c Number of processors 	2
0.42/0.36	c Pseudo Boolean Optimization by upper bound
0.42/0.36	c --- Begin Solver configuration ---
0.42/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.36	c Learn all clauses as in MiniSAT
0.42/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.36	c Expensive reason simplification
0.42/0.36	c Glucose 2.1 dynamic restart strategy
0.42/0.36	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.42/0.36	c timeout=2147483s
0.42/0.36	c DB Simplification allowed=false
0.42/0.36	c Listener: none
0.42/0.36	c --- End Solver configuration ---
0.42/0.36	c solving HOME/instance-4485328-1751297421.opb
0.42/0.36	c reading problem ... 
0.42/0.36	c  objective function found
2.42/1.46	c ... done. Wall clock time 1.102s.
2.42/1.46	c declared #vars     107808
2.42/1.46	c #constraints  5184
2.42/1.46	c constraints type 
2.42/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5184
2.42/1.46	c 5184 constraints processed.
2.42/1.47	c objective function length is 38688 literals
4.92/2.79	c cleaning 2474 clauses out of 5000 with flag 18038/5000
6.36/3.50	c cleaning 4260 clauses out of 8526 with flag 38846/11000
6.57/3.75	c cleaning 5615 clauses out of 11267 with flag 53120/18001
6.88/4.03	c cleaning 6807 clauses out of 13653 with flag 69446/26002
7.17/4.35	c cleaning 7904 clauses out of 15845 with flag 87819/35001
7.57/4.72	c cleaning 8948 clauses out of 17940 with flag 108210/45000
8.06/5.23	c cleaning 9973 clauses out of 19994 with flag 130653/56002
8.46/5.68	c cleaning 10987 clauses out of 22019 with flag 155093/68000
8.97/6.17	c cleaning 11992 clauses out of 24033 with flag 181568/81001
9.57/6.71	c cleaning 12994 clauses out of 26040 with flag 210121/95000
10.07/7.28	c cleaning 14003 clauses out of 28047 with flag 240769/110001
10.77/7.96	c cleaning 15003 clauses out of 30043 with flag 273413/126000
11.54/8.65	c cleaning 15997 clauses out of 32041 with flag 308075/143001
12.31/9.39	c cleaning 16999 clauses out of 34043 with flag 344577/161000
13.11/10.14	c cleaning 17997 clauses out of 36044 with flag 383348/180000
13.90/10.95	c cleaning 19002 clauses out of 38047 with flag 424178/200000
14.80/11.83	c cleaning 19996 clauses out of 40045 with flag 467080/221000
16.17/13.11	c cleaning 21009 clauses out of 42053 with flag 513761/243004
17.64/14.62	c cleaning 21993 clauses out of 44040 with flag 562426/266000
18.73/15.71	c cleaning 22997 clauses out of 46048 with flag 613774/290001
19.72/16.78	c cleaning 24005 clauses out of 48050 with flag 666738/315000
22.36/19.22	c cleaning 25008 clauses out of 50046 with flag 750076/341001
25.53/21.90	c cleaning 26004 clauses out of 52032 with flag 835427/368000
27.90/24.32	c cleaning 26999 clauses out of 54030 with flag 925552/396002
29.79/26.25	c cleaning 28003 clauses out of 56031 with flag 1004816/425002
32.82/29.20	c cleaning 29003 clauses out of 58027 with flag 1087852/455001
34.73/31.18	c cleaning 29994 clauses out of 60024 with flag 1172851/486001
37.02/33.42	c cleaning 30991 clauses out of 62029 with flag 1261873/518000
39.26/35.67	c cleaning 32006 clauses out of 64040 with flag 1352838/551002
41.56/37.99	c cleaning 32996 clauses out of 66032 with flag 1446881/585000
43.95/40.34	c cleaning 33988 clauses out of 68036 with flag 1544376/620000
47.39/43.79	c cleaning 34998 clauses out of 70048 with flag 1644806/656000
50.98/47.39	c cleaning 36002 clauses out of 72051 with flag 1746991/693001
53.68/50.01	c cleaning 37004 clauses out of 74048 with flag 1852278/731000
56.53/52.80	c cleaning 38003 clauses out of 76044 with flag 1958866/770000
59.32/55.67	c cleaning 39002 clauses out of 78041 with flag 2068605/810000
62.41/58.78	c cleaning 39997 clauses out of 80040 with flag 2182068/851001
65.31/61.69	c cleaning 40998 clauses out of 82042 with flag 2298004/893000
68.50/64.84	c cleaning 42003 clauses out of 84044 with flag 2414769/936000
71.82/68.19	c cleaning 43001 clauses out of 86041 with flag 2534541/980000
74.99/71.37	c cleaning 43992 clauses out of 88040 with flag 2657450/1025000
78.51/74.81	c cleaning 44998 clauses out of 90048 with flag 2782013/1071000
81.82/78.14	c cleaning 46002 clauses out of 92050 with flag 2910136/1118000
85.51/81.88	c cleaning 47001 clauses out of 94050 with flag 3040477/1166002
89.00/85.33	c cleaning 48005 clauses out of 96047 with flag 3174640/1215000
92.54/88.89	c cleaning 48997 clauses out of 98042 with flag 3312829/1265000
96.23/92.58	c cleaning 50000 clauses out of 100045 with flag 3450863/1316000
100.20/96.48	c cleaning 51003 clauses out of 102046 with flag 3592734/1368001
104.20/100.41	c cleaning 51998 clauses out of 104042 with flag 3737852/1421000
109.72/105.97	c cleaning 53000 clauses out of 106045 with flag 3886157/1475001
114.59/110.81	c cleaning 54001 clauses out of 108045 with flag 4037250/1530001
118.90/115.19	c cleaning 55004 clauses out of 110043 with flag 4228437/1586000
127.56/123.86	c cleaning 56005 clauses out of 112041 with flag 4497855/1643002
134.76/131.11	c cleaning 57002 clauses out of 114038 with flag 4786294/1701004
142.24/138.52	c cleaning 57996 clauses out of 116032 with flag 5083078/1760000
149.74/146.07	c cleaning 58997 clauses out of 118039 with flag 5387994/1820003
159.14/155.33	c cleaning 60002 clauses out of 120039 with flag 5706740/1881000
167.98/164.19	c cleaning 61003 clauses out of 122040 with flag 6034284/1943003
176.23/172.33	c cleaning 62003 clauses out of 124034 with flag 6361254/2006000
185.24/181.35	c cleaning 62997 clauses out of 126033 with flag 6691534/2070002
194.80/190.84	c cleaning 63993 clauses out of 128034 with flag 7039381/2135000
203.59/199.63	c cleaning 65002 clauses out of 130041 with flag 7381653/2201000
214.16/210.02	c cleaning 66001 clauses out of 132042 with flag 7728284/2268003
222.82/218.68	c cleaning 67000 clauses out of 134038 with flag 8086287/2336000
233.07/228.06	c cleaning 67998 clauses out of 136038 with flag 8455155/2405000
242.50/237.45	c cleaning 68998 clauses out of 138040 with flag 8830449/2475000
252.47/247.36	c cleaning 70003 clauses out of 140044 with flag 9215145/2546002
263.76/258.54	c cleaning 70999 clauses out of 142039 with flag 9604735/2618000
275.06/269.89	c cleaning 71992 clauses out of 144018 with flag 10027516/2691000
282.22/277.00	c cleaning 72990 clauses out of 146015 with flag 10254517/2765001
286.91/281.64	c cleaning 73998 clauses out of 148024 with flag 10422309/2840000
292.72/287.44	c cleaning 75001 clauses out of 150026 with flag 10593225/2916000
298.30/293.08	c cleaning 76005 clauses out of 152025 with flag 10765082/2993000
304.94/299.66	c cleaning 76999 clauses out of 154020 with flag 10951608/3071000
309.84/304.58	c cleaning 78001 clauses out of 156022 with flag 11130452/3150001
315.08/309.70	c cleaning 78996 clauses out of 158021 with flag 11311508/3230001
320.28/314.90	c cleaning 79998 clauses out of 160025 with flag 11498423/3311001
325.75/320.32	c cleaning 80998 clauses out of 162028 with flag 11688008/3393002
331.23/325.81	c cleaning 81996 clauses out of 164028 with flag 11882934/3476000
336.63/331.20	c cleaning 82998 clauses out of 166034 with flag 12080417/3560002
342.78/337.31	c cleaning 84007 clauses out of 168036 with flag 12281789/3645002
348.27/342.81	c cleaning 85002 clauses out of 170029 with flag 12482718/3731002
354.06/348.70	c cleaning 85998 clauses out of 172025 with flag 12689320/3818000
361.66/356.12	c cleaning 86998 clauses out of 174027 with flag 12895759/3906000
367.24/361.79	c cleaning 88001 clauses out of 176030 with flag 13109479/3995001
373.13/367.63	c cleaning 88995 clauses out of 178028 with flag 13325046/4085000
379.30/373.71	c cleaning 89996 clauses out of 180033 with flag 13542958/4176000
385.28/379.74	c cleaning 90998 clauses out of 182037 with flag 13765481/4268000
391.47/385.90	c cleaning 92006 clauses out of 184040 with flag 13990237/4361001
397.92/392.36	c cleaning 93001 clauses out of 186036 with flag 14219909/4455003
404.20/398.65	c cleaning 93997 clauses out of 188032 with flag 14452386/4550000
410.70/405.14	c cleaning 95000 clauses out of 190036 with flag 14691789/4646001
417.38/411.89	c cleaning 96004 clauses out of 192035 with flag 14930365/4743000
425.54/419.96	c cleaning 97000 clauses out of 194031 with flag 15163157/4841000
432.22/426.62	c cleaning 97997 clauses out of 196032 with flag 15399573/4940001
439.32/433.70	c cleaning 99003 clauses out of 198035 with flag 15639423/5040001
446.50/440.95	c cleaning 99999 clauses out of 200031 with flag 15882195/5141000
454.02/448.34	c cleaning 101000 clauses out of 202032 with flag 16129552/5243000
460.82/455.14	c cleaning 102004 clauses out of 204033 with flag 16371033/5346001
467.60/461.90	c cleaning 102996 clauses out of 206028 with flag 16616944/5450000
476.24/469.51	c cleaning 104004 clauses out of 208034 with flag 16862957/5555002
483.62/476.95	c cleaning 105006 clauses out of 210029 with flag 17117846/5661001
491.52/484.85	c cleaning 106002 clauses out of 212023 with flag 17377184/5768001
499.10/492.48	c cleaning 107000 clauses out of 214020 with flag 17639451/5876000
507.63/500.84	c cleaning 108001 clauses out of 216021 with flag 17908312/5985001
515.11/508.38	c cleaning 108995 clauses out of 218019 with flag 18176612/6095000
523.50/516.70	c cleaning 109999 clauses out of 220025 with flag 18446218/6206001
531.39/524.62	c cleaning 111003 clauses out of 222028 with flag 18716113/6318003
539.58/532.83	c cleaning 111997 clauses out of 224022 with flag 18987939/6431000
548.25/541.40	c cleaning 112975 clauses out of 226008 with flag 19277118/6545000
554.43/547.62	c cleaning 113991 clauses out of 228033 with flag 19550015/6660000
560.54/553.66	c cleaning 115001 clauses out of 230043 with flag 19836905/6776001
567.13/560.21	c cleaning 115993 clauses out of 232041 with flag 20143310/6893000
582.97/575.99	c cleaning 116961 clauses out of 233954 with flag 20699339/7011000
601.12/594.15	c cleaning 117975 clauses out of 235961 with flag 21486842/7130001
611.95/604.82	c cleaning 118962 clauses out of 237949 with flag 21916801/7250000
618.80/611.58	c cleaning 119973 clauses out of 239987 with flag 22188729/7371000
625.49/618.28	c cleaning 120987 clauses out of 242014 with flag 22464501/7493000
633.67/626.46	c cleaning 121997 clauses out of 244028 with flag 22741129/7616001
642.16/634.88	c cleaning 123000 clauses out of 246033 with flag 23020985/7740003
649.26/641.93	c cleaning 124002 clauses out of 248031 with flag 23307391/7865001
656.97/649.57	c cleaning 124996 clauses out of 250028 with flag 23595583/7991000
665.25/657.87	c cleaning 125997 clauses out of 252033 with flag 23885868/8118001
675.65/667.15	c cleaning 127000 clauses out of 254037 with flag 24177793/8246002
684.52/676.03	c cleaning 128002 clauses out of 256035 with flag 24474853/8375000
695.39/686.94	c cleaning 129001 clauses out of 258034 with flag 24770953/8505001
704.28/695.88	c cleaning 130003 clauses out of 260032 with flag 25070054/8636000
713.35/704.70	c cleaning 130995 clauses out of 262029 with flag 25354951/8768000
721.43/712.85	c cleaning 132000 clauses out of 264036 with flag 25642833/8901002
730.05/721.35	c cleaning 133007 clauses out of 266035 with flag 25932561/9035001
738.13/729.43	c cleaning 133996 clauses out of 268027 with flag 26220621/9170000
746.30/737.52	c cleaning 135000 clauses out of 270031 with flag 26512028/9306000
754.59/745.84	c cleaning 135997 clauses out of 272034 with flag 26804008/9443003
762.66/753.84	c cleaning 136997 clauses out of 274038 with flag 27100307/9581004
772.85/764.03	c cleaning 138006 clauses out of 276017 with flag 27570029/9720000
793.65/784.74	c cleaning 139001 clauses out of 278007 with flag 28452616/9860001
816.69/807.87	c cleaning 139980 clauses out of 280001 with flag 29824121/10001000
838.27/829.32	c cleaning 140980 clauses out of 282011 with flag 30976028/10143000
871.34/862.37	c cleaning 141998 clauses out of 284033 with flag 32749169/10286002
912.56/903.66	c cleaning 142984 clauses out of 286033 with flag 34404496/10430000
936.00/926.95	c cleaning 144002 clauses out of 288036 with flag 35506073/10575000
946.98/937.83	c cleaning 144998 clauses out of 290032 with flag 35955557/10721000
956.80/947.56	c cleaning 146008 clauses out of 292034 with flag 36406408/10868000
966.79/957.59	c cleaning 146998 clauses out of 294029 with flag 36870502/11016003
979.18/969.87	c cleaning 148002 clauses out of 296033 with flag 37335072/11165005
989.77/980.43	c cleaning 148996 clauses out of 298027 with flag 37802083/11315001
1000.28/990.82	c cleaning 149989 clauses out of 300030 with flag 38263745/11466000
1034.33/1024.61	c cleaning 150998 clauses out of 302007 with flag 39180626/11618003
1061.63/1051.67	c cleaning 151970 clauses out of 303976 with flag 40159276/11771002
1081.06/1071.10	c cleaning 152983 clauses out of 305982 with flag 40774379/11925000
1117.72/1106.78	c cleaning 153968 clauses out of 307976 with flag 41893779/12080001
1133.49/1122.40	c cleaning 154993 clauses out of 310007 with flag 42367106/12236000
1150.49/1139.33	c cleaning 155988 clauses out of 312015 with flag 42841339/12393001
1166.09/1154.84	c cleaning 156999 clauses out of 314028 with flag 43331935/12551002
1181.07/1169.84	c cleaning 158002 clauses out of 316028 with flag 43831279/12710001
1198.69/1187.44	c cleaning 159001 clauses out of 318027 with flag 44347306/12870002
1214.92/1203.57	c cleaning 160000 clauses out of 320026 with flag 44862453/13031002
1232.88/1221.57	c cleaning 161001 clauses out of 322025 with flag 45399634/13193001
1251.80/1240.42	c cleaning 162006 clauses out of 324024 with flag 45930111/13356001
1268.77/1257.31	c cleaning 162998 clauses out of 326018 with flag 46465839/13520001
1286.40/1274.95	c cleaning 164002 clauses out of 328019 with flag 47016505/13685000
1302.37/1290.94	c cleaning 164991 clauses out of 330018 with flag 47532213/13851001
1318.55/1307.11	c cleaning 165993 clauses out of 332026 with flag 48031653/14018000
1332.81/1321.37	c cleaning 167007 clauses out of 334034 with flag 48543497/14186001
1349.15/1337.69	c cleaning 168003 clauses out of 336026 with flag 49051510/14355000
1364.53/1353.11	c cleaning 168998 clauses out of 338024 with flag 49579756/14525001
1382.92/1371.37	c cleaning 170004 clauses out of 340025 with flag 50117228/14696000
1398.60/1387.04	c cleaning 170999 clauses out of 342023 with flag 50649468/14868002
1413.29/1401.65	c cleaning 171999 clauses out of 344022 with flag 51186971/15041000
1428.67/1417.04	c cleaning 172997 clauses out of 346023 with flag 51731400/15215000
1445.36/1433.76	c cleaning 174000 clauses out of 348026 with flag 52290019/15390000
1461.13/1449.53	c cleaning 175002 clauses out of 350027 with flag 52830055/15566001
1479.00/1467.26	c cleaning 176002 clauses out of 352024 with flag 53379835/15743000
1494.68/1482.92	c cleaning 176993 clauses out of 354023 with flag 53940713/15921001
1511.77/1500.10	c cleaning 178005 clauses out of 356030 with flag 54489665/16100001
1532.80/1521.06	c cleaning 179007 clauses out of 358023 with flag 55188580/16280000
1562.97/1551.13	c cleaning 179982 clauses out of 360014 with flag 56603451/16461000
1577.40/1565.57	c cleaning 181009 clauses out of 362030 with flag 57083733/16643000
1609.06/1596.98	c cleaning 182008 clauses out of 364019 with flag 58046338/16826000
1649.05/1636.89	c cleaning 182986 clauses out of 366003 with flag 59365177/17010001
1691.09/1677.79	c cleaning 183981 clauses out of 368016 with flag 61912011/17195000
1724.31/1710.81	c cleaning 184990 clauses out of 370032 with flag 63366214/17381000
1740.88/1727.40	c cleaning 186012 clauses out of 372042 with flag 63922644/17568001
1762.98/1749.27	c cleaning 187004 clauses out of 374019 with flag 64780506/17756000
1791.82/1778.02	c cleaning 187985 clauses out of 376012 with flag 66373194/17945000
1816.81/1802.90	c cleaning 189005 clauses out of 378027 with flag 67760699/18135002
1843.06/1829.01	c cleaning 189985 clauses out of 379996 with flag 68737122/18326000
1859.17/1845.02	c cleaning 190992 clauses out of 382009 with flag 69236554/18518003
1873.25/1859.08	c cleaning 191992 clauses out of 384016 with flag 69647579/18711002
1892.62/1878.24	c cleaning 192987 clauses out of 386020 with flag 70262241/18905000
1905.84/1891.47	c cleaning 193990 clauses out of 388033 with flag 70701044/19100000
1921.48/1907.06	c cleaning 194998 clauses out of 390046 with flag 71148273/19296003
1941.14/1926.67	c cleaning 196013 clauses out of 392044 with flag 72158950/19493000
1962.20/1947.67	c cleaning 197001 clauses out of 394031 with flag 73177521/19691000
1996.97/1982.16	c cleaning 198001 clauses out of 396027 with flag 74574787/19890001
2028.00/2013.16	c cleaning 198977 clauses out of 398022 with flag 76078114/20090001
2065.84/2050.95	c cleaning 200009 clauses out of 400045 with flag 78024847/20291001
2094.60/2079.48	c cleaning 201008 clauses out of 402027 with flag 79203460/20493001
2123.28/2106.41	c cleaning 201981 clauses out of 404016 with flag 80221124/20696000
2158.21/2141.21	c cleaning 202983 clauses out of 406027 with flag 81638868/20900001
2178.87/2161.73	c cleaning 203977 clauses out of 408042 with flag 82324375/21105000
2200.69/2183.49	c cleaning 205004 clauses out of 410066 with flag 82945761/21311001
2222.43/2205.07	c cleaning 206007 clauses out of 412062 with flag 83559357/21518001
2257.97/2240.18	c cleaning 207012 clauses out of 414047 with flag 84856040/21726000
2281.37/2263.44	c cleaning 207992 clauses out of 416013 with flag 85788868/21935001
2297.43/2279.49	c cleaning 208991 clauses out of 418021 with flag 86256250/22145001
2312.76/2294.71	c cleaning 209997 clauses out of 420029 with flag 86723943/22356000
2329.24/2311.11	c cleaning 210996 clauses out of 422032 with flag 87197930/22568000
2345.26/2327.18	c cleaning 211998 clauses out of 424037 with flag 87675011/22781001
2361.95/2343.70	c cleaning 212999 clauses out of 426039 with flag 88162457/22995001
2379.33/2361.15	c cleaning 213997 clauses out of 428040 with flag 88653972/23210001
2395.05/2376.80	c cleaning 214999 clauses out of 430042 with flag 89144036/23426000
2412.31/2394.09	c cleaning 216008 clauses out of 432044 with flag 89642864/23643001
2429.26/2410.96	c cleaning 217004 clauses out of 434035 with flag 90143028/23861000
2447.11/2428.71	c cleaning 217994 clauses out of 436031 with flag 90648334/24080000
2464.33/2446.07	c cleaning 219003 clauses out of 438037 with flag 91142793/24300000
2481.74/2463.50	c cleaning 219996 clauses out of 440034 with flag 91645828/24521000
2499.75/2481.36	c cleaning 221001 clauses out of 442039 with flag 92144935/24743001
2518.69/2500.37	c cleaning 221998 clauses out of 444037 with flag 92654523/24966000
2537.93/2519.55	c cleaning 223002 clauses out of 446039 with flag 93166896/25190000
2555.80/2537.46	c cleaning 224001 clauses out of 448039 with flag 93674039/25415002
2573.14/2554.77	c cleaning 225001 clauses out of 450038 with flag 94184428/25641002
2590.00/2571.64	c cleaning 226001 clauses out of 452035 with flag 94705420/25868000
2607.80/2589.33	c cleaning 226999 clauses out of 454035 with flag 95228534/26096001
2626.58/2608.17	c cleaning 227997 clauses out of 456036 with flag 95752467/26325001
2645.54/2626.98	c cleaning 229002 clauses out of 458039 with flag 96283154/26555001
2663.21/2644.66	c cleaning 230001 clauses out of 460037 with flag 96806393/26786001
2681.60/2662.92	c cleaning 231001 clauses out of 462035 with flag 97335473/27018000
2700.43/2681.81	c cleaning 231996 clauses out of 464034 with flag 97865788/27251000
2720.53/2701.96	c cleaning 233000 clauses out of 466038 with flag 98398044/27485000
2735.70/2717.19	c cleaning 234013 clauses out of 468036 with flag 99009060/27720000
2777.31/2758.71	c cleaning 235003 clauses out of 470020 with flag 100842654/27956001
2809.44/2790.61	c cleaning 235966 clauses out of 472008 with flag 102051440/28193000
2851.61/2832.55	c cleaning 237004 clauses out of 474040 with flag 103724100/28431001
2909.39/2890.25	c cleaning 238000 clauses out of 476030 with flag 106242137/28670000
2955.63/2935.24	c cleaning 239004 clauses out of 478030 with flag 108324919/28910000
2998.21/2977.65	c cleaning 239999 clauses out of 480024 with flag 109723518/29151000
3047.35/3026.24	c cleaning 241003 clauses out of 482022 with flag 111387347/29393000
3084.79/3063.17	c cleaning 241996 clauses out of 484009 with flag 112844788/29636002
3128.55/3106.88	c cleaning 242998 clauses out of 486004 with flag 114401738/29880001
3158.49/3136.44	c cleaning 243982 clauses out of 488001 with flag 115432867/30125000
3257.58/3235.79	c cleaning 244996 clauses out of 490019 with flag 118406350/30371000
3292.98/3270.85	c cleaning 245989 clauses out of 492019 with flag 119779768/30618000
3314.31/3292.01	c cleaning 246998 clauses out of 494032 with flag 120469358/30866002
3334.38/3311.94	c cleaning 248002 clauses out of 496032 with flag 121162912/31115000
3354.48/3331.97	c cleaning 249004 clauses out of 498031 with flag 121866818/31365001
3375.46/3352.97	c cleaning 249996 clauses out of 500027 with flag 122560190/31616001
3403.00/3380.46	c cleaning 250994 clauses out of 502025 with flag 123547692/31868002
3426.15/3403.52	c cleaning 251990 clauses out of 504029 with flag 124125330/32121000
3464.29/3441.35	c cleaning 253018 clauses out of 506040 with flag 125332710/32375001
3498.94/3475.81	c cleaning 254004 clauses out of 508017 with flag 126716960/32630000
3529.94/3506.53	c cleaning 254993 clauses out of 510011 with flag 128274411/32886000
3560.45/3536.99	c cleaning 256008 clauses out of 512015 with flag 129691227/33143001
3600.00/3576.14	c starts		: 37933
3600.00/3576.16	c conflicts		: 33401001
3600.00/3576.16	c decisions		: 76346818
3600.00/3576.16	c propagations		: 1582199436
3600.00/3576.16	c inspects		: 14844658029
3600.00/3576.16	c shortcuts		: 0
3600.00/3576.16	c learnt literals	: 589
3600.00/3576.16	c learnt binary clauses	: 5030
3600.00/3576.16	c learnt ternary clauses	: 674
3600.00/3576.16	c learnt constraints	: 33400412
3600.00/3576.17	c ignored constraints	: 0
3600.00/3576.17	c root simplifications	: 0
3600.00/3576.17	c removed literals (reason simplification)	: 269506595
3600.00/3576.17	c reason swapping (by a shorter reason)	: 0
3600.00/3576.17	c Calls to reduceDB	: 254
3600.00/3576.17	c Number of update (reduction) of LBD	: 3641874
3600.00/3576.17	c Imported unit clauses	: 0
3600.00/3576.17	c No decision after first conflict	: false
3600.00/3576.17	c number of reductions to clauses (during analyze)	: 0
3600.00/3576.17	c number of learned constraints concerned by reduction	: 0
3600.00/3576.18	c number of learning phase by resolution	: 0
3600.00/3576.18	c number of learning phase by cutting planes	: 0
3600.00/3576.18	c number of rounding to 1 operations	: 0
3600.00/3576.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3576.18	c number of reductions of the coefficients by power 2 	: 0
3600.00/3576.18	c number of right shift for reduction by power 2 	: 0
3600.00/3576.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3576.18	c number of ending skipping 	: 0
3600.00/3576.18	c number of internal skipping 	: 0
3600.00/3576.18	c number of derivation steps 	: 0
3600.00/3576.18	c number of skipped derivation steps 	: 0
3600.00/3576.18	c number of remaining unassigned 	: 0
3600.00/3576.18	c number of remaining assigned 	: 0
3600.00/3576.18	c number of falsified literals weakened from reason	: 0
3600.00/3576.18	c number of falsified literals weakened from conflict	: 0
3600.00/3576.18	c time for arithmetic operations	: 0
3600.00/3576.20	c minimum degree of deleted constraints	: null
3600.00/3576.20	c maximum degree of deleted constraints	: null
3600.18/3576.20	c number of deleted constraints	: 0
3600.18/3576.21	c speed (assignments/second)	: 442614.373138988
3600.18/3576.21	c non guided choices	: 13343405
3600.35/3576.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 508974
3600.35/3576.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5030
3600.35/3576.34	s UNKNOWN
3600.35/3576.34	c Total wall clock time (in seconds): 3575.988

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: 63837 MiB (33991 MiB free)
  memory of node 1: 64465 MiB (48532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485328-1751297421/watcher-4485328-1751297421 -o /tmp/evaluation-result-4485328-1751297421/solver-4485328-1751297421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751290673-47016 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4485328-1751297421.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=47805, runsolver pid=47802
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.22 4.22 4.26 7/325 47823
/proc/meminfo: memFree=84469164/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=18930384 memory=48608 CPUtime=0.12 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 5834 0 0 0 9 3 0 0 20 0 18 0 45421268 19384713216 12152 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4732596 12152 5319 1 0 547029 0
[pid=47805/tid=47807] ppid=47802 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 4686 0 0 0 5 2 0 0 20 0 18 0 45421270 19384713216 12152 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 12152 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 12152 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48608 KiB

[startup+0.218276 s]*
/proc/loadavg: 4.22 4.22 4.26 6/325 47823
/proc/meminfo: memFree=84462044/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=18930384 memory=53372 CPUtime=0.29 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 6474 0 0 0 25 4 0 0 20 0 18 0 45421268 19384713216 13343 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4732596 13343 5351 1 0 547556 0
[pid=47805/tid=47807] ppid=47802 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 4993 0 0 0 15 2 0 0 20 0 18 0 45421270 19384713216 13343 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 13343 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 13343 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53372 KiB

[startup+0.315635 s]*
/proc/loadavg: 4.22 4.22 4.26 7/325 47823
/proc/meminfo: memFree=84457948/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=18930384 memory=58264 CPUtime=0.42 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 6717 0 0 0 37 5 0 0 20 0 18 0 45421268 19384713216 14566 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4732596 14566 5351 1 0 547716 0
[pid=47805/tid=47807] ppid=47802 vsize=18930384 memory=-6000919498560005483 CPUtime=0.24 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 5145 0 0 0 21 3 0 0 20 0 18 0 45421270 19384713216 14566 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 14566 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 14566 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58264 KiB

[startup+0.700364 s]
/proc/loadavg: 4.22 4.22 4.26 6/325 47823
/proc/meminfo: memFree=84448748/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=18930384 memory=88080 CPUtime=1.12 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 8381 0 0 0 106 6 0 0 20 0 18 0 45421268 19384713216 22020 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4732596 22020 5447 1 0 548797 0
[pid=47805/tid=47807] ppid=47802 vsize=18930384 memory=17664 CPUtime=0.58 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 5266 0 0 0 54 4 0 0 20 0 18 0 45421270 19384713216 22020 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 22020 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=18930384 memory=3328 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45421275 19384713216 22020 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 88080 KiB

[startup+1.50024 s]
/proc/loadavg: 4.22 4.22 4.26 6/325 47823
/proc/meminfo: memFree=84369792/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=18996948 memory=202212 CPUtime=2.62 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 11268 0 0 0 252 10 0 0 20 0 19 0 45421268 19452874752 50553 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4749237 50553 5511 1 0 551120 0
[pid=47805/tid=47807] ppid=47802 vsize=18996948 memory=3328 CPUtime=1.23 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 5378 0 0 0 117 6 0 0 20 0 19 0 45421270 19452874752 50553 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45421275 19452874752 50553 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 45421275 19452874752 50553 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 202212 KiB

[startup+3.10595 s]
/proc/loadavg: 4.22 4.22 4.26 6/327 47825
/proc/meminfo: memFree=84285952/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=227448 CPUtime=5.65 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 21624 0 0 0 553 12 0 0 20 0 20 0 45421268 19521036288 56862 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 56862 5543 1 0 554218 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=11264 CPUtime=2.76 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 6308 0 0 0 270 6 0 0 20 0 20 0 45421270 19521036288 56862 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 56862 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 56862 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 56862 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 227448 KiB

[startup+6.30045 s]
/proc/loadavg: 4.36 4.25 4.27 6/327 47825
/proc/meminfo: memFree=84273920/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=236096 CPUtime=9.17 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 23378 0 0 0 904 13 0 0 20 0 20 0 45421268 19521036288 59024 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 59024 5543 1 0 554223 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=0 CPUtime=5.84 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 6683 0 0 0 578 6 0 0 20 0 20 0 45421270 19521036288 59024 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 59024 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=-6000919498560005483 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 59024 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 59024 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 236096 KiB

[startup+12.7047 s]
/proc/loadavg: 4.33 4.25 4.27 5/327 47825
/proc/meminfo: memFree=84118280/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=438692 CPUtime=15.73 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 27155 0 0 0 1554 19 0 0 20 0 20 0 45421268 19521036288 109673 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 109673 5543 1 0 959454 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=0 CPUtime=12.18 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) S 47802 47805 47003 0 -1 4194368 7233 0 0 0 1209 9 0 0 20 0 20 0 45421270 19521036288 109673 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=381316 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 109673 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 109673 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 109673 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 438692 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.25 4.27 5/327 47826
/proc/meminfo: memFree=83918616/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=594380 CPUtime=29.09 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 31358 0 0 0 2886 23 0 0 20 0 20 0 45421268 19521036288 148595 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 148595 5543 1 0 959456 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=-6000919498560005483 CPUtime=24.7 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 8560 0 0 0 2461 9 0 0 20 0 20 0 45421270 19521036288 148595 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=3196 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 148595 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=594380 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 148595 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=498084 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 148595 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 594380 KiB

[startup+51.1134 s]
/proc/loadavg: 4.22 4.23 4.26 5/327 47827
/proc/meminfo: memFree=83744328/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=772780 CPUtime=54.84 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 32124 0 0 0 5455 29 0 0 20 0 20 0 45421268 19521036288 193195 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 193195 5543 1 0 959456 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=713340 CPUtime=49.99 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 8967 0 0 0 4990 9 0 0 20 0 20 0 45421270 19521036288 193195 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=-6000919498560005483 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 193195 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=651900 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 193195 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=594380 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 193195 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 54.84 s

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

Current children cumulated memory: 6494156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.32 4.26 5/326 48191
/proc/meminfo: memFree=91326632/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3304.56 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 170416 0 0 0 330109 347 0 0 20 0 20 0 45421268 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 1623539 5575 1 0 1851993 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3243.58 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) S 47802 47805 47003 0 -1 4194368 76668 0 0 0 324308 50 0 0 20 0 20 0 45421270 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=6494156 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1298 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3304.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6494156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.29 4.25 5/327 48194
/proc/meminfo: memFree=91326356/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3364.87 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 173095 0 0 0 336135 352 0 0 20 0 20 0 45421268 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 1623539 5575 1 0 1851993 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3302.91 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 78136 0 0 0 330240 51 0 0 20 0 20 0 45421270 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=6494156 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=6494156 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1299 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=6494156 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3364.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6494156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.24 4.23 5/327 48196
/proc/meminfo: memFree=91317448/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3424.95 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 176102 0 0 0 342139 356 0 0 20 0 20 0 45421268 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 1623539 5575 1 0 1851993 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3362.44 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 80277 0 0 0 336193 51 0 0 20 0 20 0 45421270 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=6494156 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1315 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=6494156 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 1623539 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3424.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6494156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.22 4.23 5/327 48198
/proc/meminfo: memFree=91313408/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=6498416 CPUtime=3485.45 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 177860 0 0 0 348184 361 0 0 20 0 20 0 45421268 19521036288 1624604 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 1624604 5575 1 0 1851995 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=6494156 CPUtime=3421.61 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 81600 0 0 0 342110 51 0 0 20 0 20 0 45421270 19521036288 1624604 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1624604 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=6498416 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1331 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1624604 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 1624604 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3485.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6498416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.23 4.23 5/327 48200
/proc/meminfo: memFree=91125032/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=6500568 CPUtime=3545.7 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 180921 0 0 0 354205 365 0 0 20 0 20 0 45421268 19521036288 1625142 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 1625142 5575 1 0 1852021 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=6498416 CPUtime=3481.04 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 83878 0 0 0 348053 51 0 0 20 0 20 0 45421270 19521036288 1625142 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=6498416 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1625142 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=6500568 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1347 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1625142 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 1625142 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3545.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6500568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.11 s]
/proc/loadavg: 4.06 4.20 4.22 4/302 48235
/proc/meminfo: memFree=106170284/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19063512 memory=6503000 CPUtime=3600 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 183097 0 0 0 359632 368 0 0 20 0 20 0 45421268 19521036288 1625750 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4765878 1625750 5575 1 0 1852021 0
[pid=47805/tid=47807] ppid=47802 vsize=19063512 memory=6502616 CPUtime=3534 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 84919 0 0 0 353348 52 0 0 20 0 20 0 45421270 19521036288 1625750 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19063512 memory=6502616 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1625750 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19063512 memory=6502616 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1378 0 0 0 0 0 0 0 20 0 20 0 45421275 19521036288 1625750 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47825] ppid=47802 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47805/task/47825/stat : 47825 (Timer-0) S 47802 47805 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45421422 19521036288 1625750 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6503000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=3.73064 s

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

[startup+3576.2 s]
/proc/loadavg: 4.06 4.20 4.22 4/302 48235
/proc/meminfo: memFree=106170284/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19263204 memory=6503768 CPUtime=3600.18 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 184634 0 0 0 359650 368 0 0 20 0 21 0 45421268 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4815801 1625942 5575 1 0 1852940 0
[pid=47805/tid=47807] ppid=47802 vsize=19263204 memory=11472908 CPUtime=3534.1 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 84919 0 0 0 353358 52 0 0 20 0 21 0 45421270 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19263204 memory=7156 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45421275 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19263204 memory=5744760 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1378 0 0 0 0 0 0 0 20 0 21 0 45421275 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6503768 KiB

[startup+3576.3 s]
/proc/loadavg: 4.06 4.20 4.22 4/302 48235
/proc/meminfo: memFree=106170284/131382112 swapFree=33010684/33010684
[pid=47805] ppid=47802 vsize=19263204 memory=6503768 CPUtime=3600.35 cores=5,7
/proc/47805/stat : 47805 (java) S 47802 47805 47003 0 -1 4194304 184703 0 0 0 359666 369 0 0 20 0 21 0 45421268 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
/proc/47805/statm: 4815801 1625942 5575 1 0 1852940 0
[pid=47805/tid=47807] ppid=47802 vsize=19263204 memory=6502616 CPUtime=3534.18 cores=5,7
/proc/47805/task/47807/stat : 47807 (java) R 47802 47805 47003 0 -1 4194368 84919 0 0 0 353366 52 0 0 20 0 21 0 45421270 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47816] ppid=47802 vsize=19263204 memory=6502616 CPUtime=0 cores=5,7
/proc/47805/task/47816/stat : 47816 (Finalizer) S 47802 47805 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45421275 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
[pid=47805/tid=47823] ppid=47802 vsize=19263204 memory=6502616 CPUtime=0 cores=5,7
/proc/47805/task/47823/stat : 47823 (Common-Cleaner) S 47802 47805 47003 0 -1 4194368 1378 0 0 0 0 0 0 0 20 0 21 0 45421275 19725520896 1625942 18446744073709551615 94611539644416 94611539648112 140726408115376 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94611539655928 94611539656720 94611542036480 140726408116609 140726408116710 140726408116710 140726408122312 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6503768 KiB

Child status: 143

Real time (s): 3576.39
CPU time (s): 3600.49
CPU user time (s): 3596.76
CPU system time (s): 3.73064
CPU usage (%): 100.674
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6503768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 3.73064
maximum resident set size= 6503896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115596
involuntary context switches= 10640


# summary of solver processes directly reported to runsolver:
#   pid: 47805
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 3.73064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5047 second user time and 34.0807 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 17:30:21
IDJOB=4485328
IDBENCH=146784
IDSOLVER=3363
FILE ID=nodeC007/4485328-1751297421
RUNJOBID= nodeC007-1751290673-47016
SLURM_JOB_ID= 9594243
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485328-1751297421/watcher-4485328-1751297421 -o /tmp/evaluation-result-4485328-1751297421/solver-4485328-1751297421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751290673-47016 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4485328-1751297421.opb

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

MD5SUM BENCH= 46c70d7f28752ee0ae29660ce5b35655
RANDOM SEED=922819123

nodeC007 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	: 0xb00001f
cpu MHz		: 3491.837
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3607.132
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.405
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.441
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3491.868
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1396.734
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.166
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        84504752 kB
MemAvailable:   84587580 kB
Buffers:            3280 kB
Cached:           890436 kB
SwapCached:            0 kB
Active:         45639072 kB
Inactive:         643928 kB
Active(anon):   45407244 kB
Inactive(anon):        0 kB
Active(file):     231828 kB
Inactive(file):   643928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5372 kB
Writeback:             0 kB
AnonPages:      45392688 kB
Mapped:           122632 kB
Shmem:             17960 kB
KReclaimable:      93396 kB
Slab:             177044 kB
SReclaimable:      93396 kB
SUnreclaim:        83648 kB
KernelStack:        4976 kB
PageTables:        92444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   49156604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  44853248 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC007 at 2025-06-30 18:29:58