Trace number 4494532

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.17 3600.1

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUM4e71f8d633240b9029e11e93d5a0a0b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.48426
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.02/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.18	c See www.sat4j.org for details.
0.02/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	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.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.23	c Number of processors 	2
0.12/0.26	c Pseudo Boolean Optimization by upper bound
0.12/0.26	c --- Begin Solver configuration ---
0.12/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.26	c Expensive reason simplification
0.12/0.26	c Glucose 2.1 dynamic restart strategy
0.12/0.26	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.26	c timeout=2147483s
0.12/0.26	c DB Simplification allowed=false
0.12/0.26	c Listener: none
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c solving HOME/instance-4494532-1751158606.opb
0.12/0.26	c reading problem ... 
0.12/0.26	c  no objective function found
1.05/0.75	c ... done. Wall clock time 0.481s.
1.05/0.75	c declared #vars     1440
1.05/0.75	c #constraints  86400
1.05/0.75	c constraints type 
1.05/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1.05/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1.05/0.75	c 86400 constraints processed.
2.82/1.64	c cleaning 2494 clauses out of 5000 with flag 26264/5000
3.86/2.23	c cleaning 4247 clauses out of 8506 with flag 59748/11000
4.55/2.81	c cleaning 5619 clauses out of 11259 with flag 96962/18000
5.26/3.50	c cleaning 6812 clauses out of 13640 with flag 149762/26000
5.96/4.25	c cleaning 7904 clauses out of 15828 with flag 198361/35000
6.96/5.11	c cleaning 8957 clauses out of 17924 with flag 254015/45000
7.86/6.02	c cleaning 9975 clauses out of 19967 with flag 313286/56000
8.86/7.08	c cleaning 10991 clauses out of 21993 with flag 381385/68001
10.07/8.20	c cleaning 11997 clauses out of 24001 with flag 462585/81000
11.36/9.56	c cleaning 12994 clauses out of 26004 with flag 560487/95000
12.75/10.93	c cleaning 13991 clauses out of 28010 with flag 651648/110000
14.24/12.42	c cleaning 15005 clauses out of 30020 with flag 738024/126001
15.77/13.94	c cleaning 16002 clauses out of 32015 with flag 829312/143001
17.53/15.61	c cleaning 17001 clauses out of 34012 with flag 934259/161000
19.23/17.39	c cleaning 17997 clauses out of 36012 with flag 1041072/180001
21.12/19.26	c cleaning 19002 clauses out of 38015 with flag 1162941/200001
23.12/21.22	c cleaning 20002 clauses out of 40012 with flag 1281003/221000
25.22/23.34	c cleaning 20996 clauses out of 42011 with flag 1409955/243001
27.32/25.47	c cleaning 22007 clauses out of 44016 with flag 1535248/266002
29.61/27.75	c cleaning 22992 clauses out of 46008 with flag 1673104/290001
32.01/30.14	c cleaning 24003 clauses out of 48015 with flag 1820100/315000
34.53/32.63	c cleaning 24998 clauses out of 50012 with flag 1962320/341000
37.03/35.16	c cleaning 25999 clauses out of 52014 with flag 2106030/368000
39.76/37.87	c cleaning 27007 clauses out of 54016 with flag 2267445/396001
42.56/40.63	c cleaning 28001 clauses out of 56009 with flag 2433886/425001
45.45/43.53	c cleaning 28998 clauses out of 58007 with flag 2609124/455000
48.58/46.64	c cleaning 29985 clauses out of 60010 with flag 2820575/486001
51.78/49.89	c cleaning 31004 clauses out of 62026 with flag 3036364/518002
55.16/53.14	c cleaning 31999 clauses out of 64021 with flag 3224645/551001
58.45/56.44	c cleaning 32995 clauses out of 66022 with flag 3418731/585001
61.95/59.95	c cleaning 34002 clauses out of 68026 with flag 3646974/620000
65.56/63.55	c cleaning 35002 clauses out of 70025 with flag 3866585/656001
69.25/67.24	c cleaning 36005 clauses out of 72022 with flag 4073671/693000
73.05/71.08	c cleaning 36991 clauses out of 74017 with flag 4308493/731000
77.15/75.14	c cleaning 37994 clauses out of 76026 with flag 4583543/770000
81.27/79.24	c cleaning 39007 clauses out of 78034 with flag 4831233/810002
85.47/83.44	c cleaning 40010 clauses out of 80026 with flag 5084562/851001
89.79/87.76	c cleaning 40997 clauses out of 82017 with flag 5314111/893002
94.19/92.11	c cleaning 41989 clauses out of 84018 with flag 5574567/936000
98.67/96.60	c cleaning 43005 clauses out of 86029 with flag 5845223/980000
103.29/101.25	c cleaning 44009 clauses out of 88027 with flag 6095115/1025003
107.98/105.90	c cleaning 45008 clauses out of 90018 with flag 6351528/1071003
112.78/110.74	c cleaning 45992 clauses out of 92008 with flag 6612603/1118001
118.02/115.90	c cleaning 46995 clauses out of 94016 with flag 6937310/1166001
123.11/121.09	c cleaning 47982 clauses out of 96020 with flag 7251666/1215000
128.59/126.55	c cleaning 49015 clauses out of 98038 with flag 7548855/1265000
133.99/131.99	c cleaning 50006 clauses out of 100023 with flag 7835116/1316000
139.76/137.62	c cleaning 51003 clauses out of 102017 with flag 8144385/1368000
145.35/143.21	c cleaning 52001 clauses out of 104017 with flag 8474596/1421003
151.14/149.09	c cleaning 53003 clauses out of 106018 with flag 8797913/1475005
157.02/154.90	c cleaning 53995 clauses out of 108010 with flag 9128514/1530000
163.14/161.08	c cleaning 55001 clauses out of 110016 with flag 9475880/1586001
169.42/167.30	c cleaning 55997 clauses out of 112016 with flag 9808767/1643002
175.71/173.62	c cleaning 57002 clauses out of 114017 with flag 10160163/1701000
182.10/180.00	c cleaning 57998 clauses out of 116015 with flag 10515793/1760000
188.63/186.55	c cleaning 59001 clauses out of 118019 with flag 10873158/1820002
195.32/193.21	c cleaning 59997 clauses out of 120016 with flag 11245822/1881000
202.11/200.01	c cleaning 60989 clauses out of 122019 with flag 11631231/1943000
209.00/206.94	c cleaning 62009 clauses out of 124032 with flag 11991934/2006002
215.99/213.96	c cleaning 62990 clauses out of 126021 with flag 12398902/2070000
223.33/221.27	c cleaning 64003 clauses out of 128032 with flag 12768178/2135001
230.72/228.64	c cleaning 65014 clauses out of 130028 with flag 13153940/2201000
238.30/236.22	c cleaning 65988 clauses out of 132015 with flag 13546971/2268001
245.89/243.83	c cleaning 66999 clauses out of 134026 with flag 13939371/2336000
253.97/251.93	c cleaning 68000 clauses out of 136027 with flag 14371495/2405000
262.26/260.19	c cleaning 69008 clauses out of 138027 with flag 14826339/2475000
270.44/268.31	c cleaning 70000 clauses out of 140020 with flag 15262069/2546001
278.53/276.47	c cleaning 70997 clauses out of 142019 with flag 15680225/2618000
287.01/284.92	c cleaning 72000 clauses out of 144022 with flag 16159546/2691000
295.69/293.66	c cleaning 73007 clauses out of 146023 with flag 16648394/2765001
304.58/302.41	c cleaning 73991 clauses out of 148019 with flag 17097321/2840004
313.46/311.35	c cleaning 74990 clauses out of 150025 with flag 17565173/2916001
322.74/320.61	c cleaning 76002 clauses out of 152034 with flag 18067492/2993000
331.72/329.67	c cleaning 77003 clauses out of 154033 with flag 18517395/3071001
341.11/339.04	c cleaning 78001 clauses out of 156029 with flag 19036764/3150000
351.40/348.94	c cleaning 79009 clauses out of 158028 with flag 19517258/3230000
360.89/358.49	c cleaning 79996 clauses out of 160022 with flag 20015746/3311003
370.67/368.24	c cleaning 80992 clauses out of 162023 with flag 20512867/3393000
380.85/378.41	c cleaning 82007 clauses out of 164032 with flag 21007743/3476001
391.03/388.64	c cleaning 83006 clauses out of 166025 with flag 21514507/3560001
401.71/399.27	c cleaning 84003 clauses out of 168019 with flag 22010669/3645001
412.19/409.73	c cleaning 84989 clauses out of 170015 with flag 22506726/3731000
422.67/420.29	c cleaning 85998 clauses out of 172027 with flag 23034653/3818001
433.55/431.18	c cleaning 87013 clauses out of 174028 with flag 23554612/3906000
444.33/441.96	c cleaning 88004 clauses out of 176015 with flag 24091231/3995000
455.42/453.06	c cleaning 88988 clauses out of 178011 with flag 24623374/4085000
466.82/464.41	c cleaning 90007 clauses out of 180023 with flag 25179548/4176000
478.20/475.80	c cleaning 91003 clauses out of 182018 with flag 25734682/4268002
489.77/487.44	c cleaning 91999 clauses out of 184013 with flag 26296084/4361000
501.35/499.03	c cleaning 93000 clauses out of 186015 with flag 26864700/4455001
513.22/510.98	c cleaning 94001 clauses out of 188014 with flag 27510038/4550000
525.19/522.92	c cleaning 94991 clauses out of 190013 with flag 28079345/4646000
537.98/535.66	c cleaning 96001 clauses out of 192024 with flag 28693623/4743002
550.16/547.83	c cleaning 96985 clauses out of 194022 with flag 29311915/4841001
562.74/560.40	c cleaning 98007 clauses out of 196036 with flag 29898923/4940000
575.51/573.25	c cleaning 98997 clauses out of 198030 with flag 30517016/5040001
588.48/586.23	c cleaning 100013 clauses out of 200033 with flag 31164884/5141001
601.70/599.35	c cleaning 101001 clauses out of 202019 with flag 31788470/5243000
615.06/612.75	c cleaning 101981 clauses out of 204018 with flag 32406461/5346000
628.43/626.10	c cleaning 103003 clauses out of 206037 with flag 33025905/5450000
641.98/639.63	c cleaning 104012 clauses out of 208034 with flag 33662023/5555000
655.85/653.57	c cleaning 104999 clauses out of 210024 with flag 34285169/5661002
669.52/667.22	c cleaning 106011 clauses out of 212024 with flag 34951167/5768001
683.50/681.23	c cleaning 106994 clauses out of 214012 with flag 35650607/5876000
697.87/695.61	c cleaning 108004 clauses out of 216018 with flag 36308960/5985000
712.30/710.00	c cleaning 109003 clauses out of 218018 with flag 36965082/6095004
726.77/724.60	c cleaning 110000 clauses out of 220011 with flag 37665671/6206000
741.13/738.98	c cleaning 110996 clauses out of 222011 with flag 38405327/6318000
755.70/753.56	c cleaning 111987 clauses out of 224016 with flag 39105230/6431001
770.46/768.36	c cleaning 112996 clauses out of 226028 with flag 39855868/6545000
785.43/783.39	c cleaning 114005 clauses out of 228032 with flag 40596131/6660000
801.05/798.95	c cleaning 115004 clauses out of 230028 with flag 41298379/6776001
817.02/814.95	c cleaning 116009 clauses out of 232023 with flag 42008805/6893000
833.19/831.10	c cleaning 116999 clauses out of 234016 with flag 42714197/7011002
849.15/847.19	c cleaning 117998 clauses out of 236015 with flag 43461271/7130000
865.51/863.56	c cleaning 119000 clauses out of 238018 with flag 44187525/7250001
881.96/879.97	c cleaning 120003 clauses out of 240019 with flag 44914731/7371002
898.83/896.83	c cleaning 120996 clauses out of 242015 with flag 45637650/7493001
915.68/913.77	c cleaning 121988 clauses out of 244018 with flag 46363577/7616000
932.34/930.46	c cleaning 122988 clauses out of 246030 with flag 47144990/7740000
949.70/947.85	c cleaning 124012 clauses out of 248042 with flag 47896307/7865000
967.27/965.18	c cleaning 125005 clauses out of 250033 with flag 48661237/7991003
985.13/983.00	c cleaning 125999 clauses out of 252025 with flag 49459984/8118000
1002.67/1000.62	c cleaning 127003 clauses out of 254027 with flag 50259454/8246001
1020.83/1018.88	c cleaning 128002 clauses out of 256023 with flag 51040625/8375000
1038.69/1036.72	c cleaning 128994 clauses out of 258022 with flag 51823038/8505001
1057.18/1055.24	c cleaning 129991 clauses out of 260027 with flag 52756602/8636000
1076.53/1074.69	c cleaning 131019 clauses out of 262040 with flag 53764505/8768004
1094.89/1093.06	c cleaning 131999 clauses out of 264017 with flag 54580166/8901000
1113.73/1111.96	c cleaning 132999 clauses out of 266020 with flag 55413648/9035002
1132.59/1130.86	c cleaning 134001 clauses out of 268020 with flag 56243045/9170001
1152.14/1150.46	c cleaning 134988 clauses out of 270019 with flag 57170220/9306001
1171.39/1169.75	c cleaning 135993 clauses out of 272030 with flag 58082023/9443000
1191.60/1189.82	c cleaning 137006 clauses out of 274040 with flag 58915140/9581003
1211.25/1209.59	c cleaning 137999 clauses out of 276031 with flag 59760965/9720000
1231.42/1229.76	c cleaning 139002 clauses out of 278032 with flag 60684480/9860000
1251.56/1249.97	c cleaning 140009 clauses out of 280030 with flag 61594440/10001000
1272.42/1270.84	c cleaning 141000 clauses out of 282021 with flag 62417832/10143000
1293.46/1291.94	c cleaning 141998 clauses out of 284021 with flag 63276243/10286000
1314.96/1313.32	c cleaning 143000 clauses out of 286023 with flag 64191996/10430000
1336.51/1334.91	c cleaning 143996 clauses out of 288023 with flag 65067775/10575000
1358.08/1356.51	c cleaning 145003 clauses out of 290027 with flag 66004210/10721000
1379.73/1378.23	c cleaning 146002 clauses out of 292025 with flag 66884791/10868001
1401.20/1399.70	c cleaning 147001 clauses out of 294022 with flag 67813688/11016000
1423.36/1421.95	c cleaning 147995 clauses out of 296022 with flag 68761963/11165001
1446.33/1444.87	c cleaning 148995 clauses out of 298026 with flag 69660083/11315000
1468.89/1467.43	c cleaning 150011 clauses out of 300032 with flag 70597728/11466001
1491.63/1490.29	c cleaning 150999 clauses out of 302020 with flag 71527338/11618000
1514.97/1513.65	c cleaning 151986 clauses out of 304021 with flag 72616160/11771000
1537.91/1536.64	c cleaning 153016 clauses out of 306038 with flag 73578241/11925003
1561.46/1560.24	c cleaning 153993 clauses out of 308019 with flag 74599982/12080000
1585.41/1584.14	c cleaning 155013 clauses out of 310026 with flag 75583445/12236000
1609.46/1608.21	c cleaning 155991 clauses out of 312013 with flag 76538387/12393000
1633.32/1632.19	c cleaning 157002 clauses out of 314023 with flag 77487111/12551001
1657.27/1656.17	c cleaning 158007 clauses out of 316021 with flag 78525539/12710001
1682.33/1681.23	c cleaning 158988 clauses out of 318013 with flag 79509845/12870000
1707.42/1706.20	c cleaning 160003 clauses out of 320026 with flag 80528003/13031001
1732.17/1731.08	c cleaning 161004 clauses out of 322022 with flag 81513405/13193000
1757.31/1756.29	c cleaning 161996 clauses out of 324019 with flag 82534949/13356001
1782.86/1781.81	c cleaning 163008 clauses out of 326022 with flag 83538863/13520000
1808.66/1807.51	c cleaning 163995 clauses out of 328015 with flag 84546676/13685001
1834.59/1833.54	c cleaning 164997 clauses out of 330020 with flag 85608567/13851001
1860.93/1859.90	c cleaning 166001 clauses out of 332022 with flag 86645638/14018000
1887.26/1886.36	c cleaning 166997 clauses out of 334023 with flag 87707009/14186002
1914.63/1913.44	c cleaning 167994 clauses out of 336025 with flag 88787323/14355001
1941.59/1940.43	c cleaning 169007 clauses out of 338030 with flag 89862423/14525000
1968.33/1967.21	c cleaning 170000 clauses out of 340023 with flag 90995724/14696000
1996.35/1995.25	c cleaning 171005 clauses out of 342023 with flag 92055207/14868000
2024.31/2023.20	c cleaning 171999 clauses out of 344021 with flag 93182972/15041003
2052.05/2051.07	c cleaning 172999 clauses out of 346020 with flag 94276351/15215001
2080.90/2079.95	c cleaning 174000 clauses out of 348024 with flag 95398556/15390004
2110.80/2109.72	c cleaning 175008 clauses out of 350021 with flag 96521766/15566001
2139.32/2138.38	c cleaning 175994 clauses out of 352012 with flag 97635134/15743000
2167.86/2166.98	c cleaning 176977 clauses out of 354018 with flag 98770805/15921000
2196.58/2195.78	c cleaning 178014 clauses out of 356041 with flag 99887430/16100000
2225.52/2224.76	c cleaning 179002 clauses out of 358027 with flag 101027711/16280000
2255.41/2254.60	c cleaning 180005 clauses out of 360027 with flag 102190587/16461002
2284.86/2284.16	c cleaning 181001 clauses out of 362020 with flag 103331671/16643000
2315.50/2314.83	c cleaning 182001 clauses out of 364020 with flag 104468919/16826001
2346.34/2345.71	c cleaning 183005 clauses out of 366019 with flag 105852641/17010001
2377.37/2376.85	c cleaning 184000 clauses out of 368013 with flag 107050767/17195000
2408.31/2407.78	c cleaning 184985 clauses out of 370013 with flag 108277413/17381000
2440.05/2439.59	c cleaning 185999 clauses out of 372028 with flag 109467434/17568000
2472.39/2471.97	c cleaning 187001 clauses out of 374030 with flag 110659263/17756001
2504.53/2504.18	c cleaning 188013 clauses out of 376032 with flag 111921366/17945004
2536.33/2535.82	c cleaning 189001 clauses out of 378016 with flag 113097280/18135001
2569.17/2568.79	c cleaning 189997 clauses out of 380014 with flag 114411693/18326000
2602.51/2602.13	c cleaning 191000 clauses out of 382017 with flag 115654765/18518000
2635.52/2635.27	c cleaning 192005 clauses out of 384017 with flag 116881777/18711000
2669.57/2668.84	c cleaning 192994 clauses out of 386014 with flag 118127600/18905002
2703.20/2702.53	c cleaning 193988 clauses out of 388020 with flag 119344531/19100002
2735.92/2735.36	c cleaning 195005 clauses out of 390030 with flag 120584032/19296000
2770.06/2769.49	c cleaning 195997 clauses out of 392026 with flag 121826739/19493001
2803.50/2802.99	c cleaning 197007 clauses out of 394029 with flag 123073894/19691001
2837.33/2836.80	c cleaning 197998 clauses out of 396021 with flag 124336465/19890000
2871.17/2870.70	c cleaning 199002 clauses out of 398023 with flag 125703343/20090000
2905.05/2904.52	c cleaning 199992 clauses out of 400021 with flag 126990004/20291000
2939.59/2939.12	c cleaning 200999 clauses out of 402029 with flag 128308073/20493000
2974.61/2974.26	c cleaning 202011 clauses out of 404031 with flag 129615898/20696001
3009.90/3009.58	c cleaning 202994 clauses out of 406019 with flag 130918774/20900000
3045.74/3045.42	c cleaning 203999 clauses out of 408025 with flag 132260515/21105000
3081.37/3081.19	c cleaning 204987 clauses out of 410026 with flag 133587084/21311000
3119.82/3119.58	c cleaning 206004 clauses out of 412039 with flag 135189619/21518000
3155.96/3155.77	c cleaning 207006 clauses out of 414039 with flag 136519489/21726004
3192.79/3192.67	c cleaning 208009 clauses out of 416030 with flag 137835634/21935001
3230.13/3229.90	c cleaning 208994 clauses out of 418020 with flag 139169537/22145000
3267.36/3267.21	c cleaning 210001 clauses out of 420026 with flag 140558744/22356000
3304.49/3304.41	c cleaning 210995 clauses out of 422025 with flag 141953061/22568000
3343.17/3342.88	c cleaning 212007 clauses out of 424031 with flag 143332946/22781001
3382.29/3382.04	c cleaning 213012 clauses out of 426023 with flag 144716032/22995000
3420.42/3420.29	c cleaning 214007 clauses out of 428014 with flag 146117510/23210003
3458.78/3458.69	c cleaning 214986 clauses out of 430004 with flag 147469408/23426000
3497.70/3497.66	c cleaning 215990 clauses out of 432019 with flag 148927782/23643001
3537.31/3537.35	c cleaning 217008 clauses out of 434030 with flag 150311641/23861002
3577.07/3577.10	c cleaning 217996 clauses out of 436020 with flag 151691182/24080000
3600.03/3600.01	c starts		: 48574
3600.03/3600.02	c conflicts		: 24210356
3600.03/3600.02	c decisions		: 39418447
3600.03/3600.02	c propagations		: 2948425378
3600.03/3600.02	c inspects		: 43010450770
3600.03/3600.02	c shortcuts		: 0
3600.03/3600.02	c learnt literals	: 0
3600.03/3600.02	c learnt binary clauses	: 0
3600.03/3600.02	c learnt ternary clauses	: 0
3600.03/3600.02	c learnt constraints	: 24210356
3600.03/3600.02	c ignored constraints	: 0
3600.03/3600.02	c root simplifications	: 0
3600.03/3600.02	c removed literals (reason simplification)	: 406631739
3600.03/3600.02	c reason swapping (by a shorter reason)	: 0
3600.03/3600.02	c Calls to reduceDB	: 215
3600.03/3600.02	c Number of update (reduction) of LBD	: 9831937
3600.03/3600.02	c Imported unit clauses	: 0
3600.03/3600.02	c No decision after first conflict	: false
3600.03/3600.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3600.02	c number of learned constraints concerned by reduction	: 0
3600.03/3600.02	c number of learning phase by resolution	: 0
3600.03/3600.02	c number of learning phase by cutting planes	: 0
3600.03/3600.02	c number of rounding to 1 operations	: 0
3600.03/3600.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3600.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3600.02	c number of right shift for reduction by power 2 	: 0
3600.03/3600.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3600.02	c number of ending skipping 	: 0
3600.03/3600.02	c number of internal skipping 	: 0
3600.03/3600.02	c number of derivation steps 	: 0
3600.03/3600.02	c timeout
3600.03/3600.02	c number of skipped derivation steps 	: 0
3600.03/3600.02	c number of remaining unassigned 	: 0
3600.03/3600.02	c number of remaining assigned 	: 0
3600.03/3600.02	c number of falsified literals weakened from reason	: 0
3600.03/3600.02	c number of falsified literals weakened from conflict	: 0
3600.03/3600.02	c time for arithmetic operations	: 0
3600.03/3600.02	c minimum degree of deleted constraints	: null
3600.03/3600.02	c maximum degree of deleted constraints	: null
3600.03/3600.02	c number of deleted constraints	: 0
3600.03/3600.02	c speed (assignments/second)	: 819172.7043691057
3600.03/3600.02	c non guided choices	: 212
3600.03/3600.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 348380
3600.03/3600.08	s UNKNOWN
3600.03/3600.08	c Total wall clock time (in seconds): 3599.825

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 (63085 MiB free)
  memory of node 1: 64507 MiB (63739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494532-1751158606/watcher-4494532-1751158606 -o /tmp/evaluation-result-4494532-1751158606/solver-4494532-1751158606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20469 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4494532-1751158606.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=20512, runsolver pid=20508

[startup+0.100031 s]*
/proc/loadavg: 0.94 1.72 2.52 3/281 20535
/proc/meminfo: memFree=129816724/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=18130736 memory=31568 CPUtime=0.02 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 4132 0 188 0 0 2 0 0 20 0 7 0 31538346 18565873664 7892 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4532684 7892 3456 1 0 543068 0
[pid=20512/tid=20519] ppid=20508 vsize=18130736 memory=4026532124 CPUtime=0.01 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) D 20508 20512 20457 0 -1 4194368 3539 0 189 0 0 1 0 0 20 0 7 0 31538350 18565873664 7924 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 31568 KiB

[startup+0.205687 s]*
/proc/loadavg: 0.94 1.72 2.52 8/314 20571
/proc/meminfo: memFree=129768420/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=18930384 memory=52888 CPUtime=0.12 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 6327 0 268 0 9 3 0 0 20 0 18 0 31538346 19384713216 13222 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4732596 13222 5279 1 0 547514 0
[pid=20512/tid=20519] ppid=20508 vsize=18930384 memory=5289312096770601499 CPUtime=0.06 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 4827 0 236 0 5 1 0 0 20 0 18 0 31538350 19384713216 13222 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=18930384 memory=219932787024 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31538358 19384713216 13222 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=18930384 memory=55186957824232 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 31538359 19384713216 13222 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52888 KiB

[startup+0.305719 s]*
/proc/loadavg: 0.94 1.72 2.52 13/336 20597
/proc/meminfo: memFree=129697380/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=18930384 memory=67596 CPUtime=0.28 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 6829 0 268 0 24 4 0 0 20 0 18 0 31538346 19384713216 16899 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4732596 16899 5375 1 0 547853 0
[pid=20512/tid=20519] ppid=20508 vsize=18930384 memory=-6000919481262894189 CPUtime=0.16 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 5126 0 236 0 14 2 0 0 20 0 18 0 31538350 19384713216 16899 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31538358 19384713216 16899 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 31538359 19384713216 16899 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67596 KiB

[startup+0.700236 s]
/proc/loadavg: 0.94 1.72 2.52 11/338 20599
/proc/meminfo: memFree=129437340/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=18996948 memory=166884 CPUtime=1.05 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 10553 0 268 0 98 7 0 0 20 0 19 0 31538346 19452874752 41721 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4749237 41721 5439 1 0 550702 0
[pid=20512/tid=20519] ppid=20508 vsize=18996948 memory=17536 CPUtime=0.5 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 5172 0 236 0 46 4 0 0 20 0 19 0 31538350 19452874752 41721 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31538358 19452874752 41721 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31538359 19452874752 41721 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 166884 KiB

[startup+1.50025 s]
/proc/loadavg: 0.94 1.72 2.52 9/342 20603
/proc/meminfo: memFree=129306788/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=176720 CPUtime=2.63 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 18653 0 268 0 255 8 0 0 20 0 20 0 31538346 19521036288 44180 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 44180 5439 1 0 553217 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=5632 CPUtime=1.24 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 5396 0 236 0 120 4 0 0 20 0 20 0 31538350 19521036288 44180 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 44180 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 44180 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 44180 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176720 KiB

[startup+3.10557 s]
/proc/loadavg: 0.94 1.72 2.52 4/320 20613
/proc/meminfo: memFree=128563036/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=185544 CPUtime=4.86 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 20794 0 268 0 477 9 0 0 20 0 20 0 31538346 19521036288 46386 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 46386 5439 1 0 553270 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=0 CPUtime=2.82 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 6290 0 236 0 277 5 0 0 20 0 20 0 31538350 19521036288 46386 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 46386 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 47 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 46386 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 46386 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185544 KiB

[startup+6.30021 s]
/proc/loadavg: 1.35 1.79 2.54 7/322 20749
/proc/meminfo: memFree=129422544/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=185672 CPUtime=8.15 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 21057 0 268 0 806 9 0 0 20 0 20 0 31538346 19521036288 46418 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 46418 5439 1 0 553272 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=10752 CPUtime=6 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 6323 0 236 0 595 5 0 0 20 0 20 0 31538350 19521036288 46418 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 46418 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 47 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 46418 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=185032 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 46418 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185672 KiB

[startup+12.7002 s]
/proc/loadavg: 1.64 1.84 2.56 7/342 20995
/proc/meminfo: memFree=129335872/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=204276 CPUtime=14.56 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 24665 0 268 0 1446 10 0 0 20 0 20 0 31538346 19521036288 51069 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 51069 5439 1 0 553288 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=14592 CPUtime=12.34 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 6890 0 236 0 1229 5 0 0 20 0 20 0 31538350 19521036288 51069 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 51069 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 47 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 51069 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 51069 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204276 KiB

[startup+25.5002 s]
/proc/loadavg: 2.62 2.05 2.61 4/320 21460
/proc/meminfo: memFree=129238192/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=282496 CPUtime=27.42 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 27642 0 268 0 2730 12 0 0 20 0 20 0 31538346 19521036288 70624 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 70624 5471 1 0 553288 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=0 CPUtime=25.02 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 7802 0 236 0 2497 5 0 0 20 0 20 0 31538350 19521036288 70624 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 70624 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 47 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 70624 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 70624 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 27.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 282496 KiB

[startup+51.1057 s]
/proc/loadavg: 3.45 2.30 2.68 5/343 22686
/proc/meminfo: memFree=128773472/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=411568 CPUtime=53.12 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 29815 0 268 0 5296 16 0 0 20 0 20 0 31538346 19521036288 102892 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 102892 5471 1 0 553301 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=411568 CPUtime=50.45 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 8132 0 236 0 5040 5 0 0 20 0 20 0 31538350 19521036288 102892 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=-6000919472790400109 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 102892 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 47 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 102892 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 102892 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 53.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 411568 KiB

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

/proc/meminfo: memFree=121235944/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3222.54 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 101277 0 268 0 322128 126 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=4480 CPUtime=3209.97 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 49274 0 236 0 320978 19 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 1785 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3222.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/341 23003
/proc/meminfo: memFree=121235856/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3282.43 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 102346 0 268 0 328116 127 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=-6000919472790400109 CPUtime=3269.83 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 50275 0 236 0 326964 19 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 1786 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3282.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/342 23006
/proc/meminfo: memFree=121235728/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3342.67 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 106878 0 268 0 334137 130 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3329.63 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 52777 0 236 0 332943 20 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 1858 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=4137285901171191455 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3342.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/342 23011
/proc/meminfo: memFree=121235880/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3402.55 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 107033 0 268 0 340124 131 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3389.49 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 52882 0 236 0 338929 20 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 1878 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3402.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.17 4.11 5/342 23018
/proc/meminfo: memFree=121244216/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3462.47 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 107629 0 268 0 346115 132 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3449.31 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 53442 0 236 0 344911 20 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 1878 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3462.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/342 23020
/proc/meminfo: memFree=121244360/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3522.35 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 108807 0 268 0 352101 134 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=2760 CPUtime=3509.16 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 54471 0 236 0 350896 20 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 1986 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3522.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.10 5/342 23022
/proc/meminfo: memFree=121244488/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3582.36 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 110177 0 268 0 358101 135 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=17536 CPUtime=3568.84 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 55108 0 236 0 356864 20 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 2101 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=2180744 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3582.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600 s]*
/proc/loadavg: 4.14 4.15 4.10 6/341 23088
/proc/meminfo: memFree=123331172/131249996 swapFree=33010684/33010684
[pid=20512] ppid=20508 vsize=19063512 memory=2180744 CPUtime=3600.03 cores=1,3
/proc/20512/stat : 20512 (java) S 20508 20512 20457 0 -1 4194304 110187 0 268 0 359867 136 0 0 20 0 20 0 31538346 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
/proc/20512/statm: 4765878 545186 5471 1 0 557559 0
[pid=20512/tid=20519] ppid=20508 vsize=19063512 memory=1792 CPUtime=3586.51 cores=1,3
/proc/20512/task/20519/stat : 20519 (java) R 20508 20512 20457 0 -1 4194368 55109 0 236 0 358631 20 0 0 20 0 20 0 31538350 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20551] ppid=20508 vsize=19063512 memory=-6000919481279998317 CPUtime=0 cores=1,3
/proc/20512/task/20551/stat : 20551 (Finalizer) S 20508 20512 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31538358 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20570] ppid=20508 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/20512/task/20570/stat : 20570 (Common-Cleaner) S 20508 20512 20457 0 -1 4194368 2101 0 1 0 0 0 0 0 20 0 20 0 31538359 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
[pid=20512/tid=20602] ppid=20508 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/20512/task/20602/stat : 20602 (Timer-0) S 20508 20512 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31538421 19521036288 545186 18446744073709551615 94118538104832 94118538108528 140727320452992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94118538116344 94118538117136 94118571397120 140727320455553 140727320455654 140727320455654 140727320461256 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.8 s, system=1.37184 s

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

Child status: 143

Real time (s): 3600.1
CPU time (s): 3600.17
CPU user time (s): 3598.8
CPU system time (s): 1.37184
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2180744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.8
system time used= 1.37184
maximum resident set size= 2181896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112259
page faults= 268
swaps= 0
block input operations= 10112
block output operations= 16512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107471
involuntary context switches= 7551


# summary of solver processes directly reported to runsolver:
#   pid: 20512
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.8
#   total CPU system time (s): 1.37184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59671 second user time and 17.357 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 02:56:47
IDJOB=4494532
IDBENCH=147893
IDSOLVER=3363
FILE ID=nodeC021/4494532-1751158606
RUNJOBID= nodeC021-1751158606-20469
SLURM_JOB_ID= 9587494
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494532-1751158606/watcher-4494532-1751158606 -o /tmp/evaluation-result-4494532-1751158606/solver-4494532-1751158606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20469 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4494532-1751158606.opb

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

MD5SUM BENCH= 4e71f8d633240b9029e11e93d5a0a0b4
RANDOM SEED=212284966

nodeC021 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		: 3595.645
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.56
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		: 3632.019
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.56
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		: 3599.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.757
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.56
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.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 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.56
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.773
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.56
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		: 3616.022
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.56
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		: 3599.640
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129890556 kB
MemAvailable:   129773852 kB
Buffers:            3280 kB
Cached:           692872 kB
SwapCached:            0 kB
Active:           309048 kB
Inactive:         470948 kB
Active(anon):     101904 kB
Inactive(anon):        0 kB
Active(file):     207144 kB
Inactive(file):   470948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23984 kB
Writeback:             0 kB
AnonPages:         87384 kB
Mapped:           102940 kB
Shmem:             18060 kB
KReclaimable:      88488 kB
Slab:             173832 kB
SReclaimable:      88488 kB
SUnreclaim:        85344 kB
KernelStack:        4240 kB
PageTables:         2992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     351316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC021 at 2025-06-29 03:56:47