Trace number 4543681

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 VeriPB 2025-06-06? (TO) 3600.23 3576.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
domset-fixedrows-r04_shuffle/normalized-domset-hexgrid_04_064.shuf-1.opb
MD5SUMbc326017418b9b1ea2c8f3320db7415a
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 benchmark0.01891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints257
Number of constraints which are clauses256
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint256
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 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 316
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4543681-1753228336.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.031s.
0.13/0.17	c declared #vars     256
0.13/0.17	c #constraints  257
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.13/0.17	c 257 constraints processed.
1.08/0.69	c cleaning 2493 clauses out of 5000 with flag 10619/5000
2.08/1.12	c cleaning 4246 clauses out of 8508 with flag 23613/11001
2.85/1.53	c cleaning 5623 clauses out of 11261 with flag 38725/18000
3.66/1.91	c cleaning 6810 clauses out of 13638 with flag 57680/26000
4.23/2.23	c cleaning 7907 clauses out of 15828 with flag 77533/35000
4.75/2.57	c cleaning 8955 clauses out of 17923 with flag 98785/45002
5.18/2.94	c cleaning 9974 clauses out of 19966 with flag 122484/56000
5.58/3.36	c cleaning 10985 clauses out of 21992 with flag 148171/68000
6.08/3.82	c cleaning 12001 clauses out of 24009 with flag 175825/81002
6.50/4.27	c cleaning 12996 clauses out of 26006 with flag 206204/95000
7.00/4.73	c cleaning 13995 clauses out of 28010 with flag 238922/110000
7.50/5.26	c cleaning 14998 clauses out of 30016 with flag 273850/126001
8.12/5.86	c cleaning 16001 clauses out of 32017 with flag 311031/143000
8.84/6.57	c cleaning 17000 clauses out of 34017 with flag 350031/161001
9.54/7.24	c cleaning 17998 clauses out of 36017 with flag 391454/180001
10.34/8.03	c cleaning 19004 clauses out of 38019 with flag 435852/200001
11.14/8.88	c cleaning 20000 clauses out of 40014 with flag 481461/221000
12.14/9.85	c cleaning 20998 clauses out of 42014 with flag 529379/243000
13.14/10.82	c cleaning 22001 clauses out of 44016 with flag 579921/266000
14.15/11.81	c cleaning 22996 clauses out of 46015 with flag 632833/290000
15.14/12.85	c cleaning 24002 clauses out of 48020 with flag 686795/315001
16.24/13.91	c cleaning 24998 clauses out of 50018 with flag 742537/341001
17.24/14.92	c cleaning 25999 clauses out of 52019 with flag 800805/368000
18.25/15.98	c cleaning 27002 clauses out of 54020 with flag 861693/396000
19.45/17.10	c cleaning 28001 clauses out of 56018 with flag 924482/425000
20.67/18.33	c cleaning 28999 clauses out of 58018 with flag 989986/455001
21.96/19.61	c cleaning 29996 clauses out of 60018 with flag 1057126/486000
23.46/21.18	c cleaning 31003 clauses out of 62023 with flag 1126610/518001
24.87/22.50	c cleaning 32000 clauses out of 64020 with flag 1198196/551001
26.07/23.78	c cleaning 33001 clauses out of 66019 with flag 1272289/585000
27.49/25.12	c cleaning 34001 clauses out of 68019 with flag 1348555/620001
28.91/26.52	c cleaning 34999 clauses out of 70018 with flag 1427111/656001
30.42/28.04	c cleaning 35997 clauses out of 72018 with flag 1507972/693000
31.82/29.46	c cleaning 37005 clauses out of 74021 with flag 1590959/731000
33.34/30.94	c cleaning 37998 clauses out of 76016 with flag 1675999/770000
34.83/32.43	c cleaning 38995 clauses out of 78018 with flag 1763393/810000
36.56/34.19	c cleaning 40002 clauses out of 80023 with flag 1852848/851000
38.35/35.99	c cleaning 41000 clauses out of 82022 with flag 1944456/893001
40.36/37.94	c cleaning 42001 clauses out of 84022 with flag 2037868/936001
42.36/39.99	c cleaning 43003 clauses out of 86022 with flag 2133839/980002
44.46/42.04	c cleaning 44000 clauses out of 88018 with flag 2231742/1025001
46.48/44.07	c cleaning 44997 clauses out of 90018 with flag 2331943/1071001
48.80/46.36	c cleaning 45998 clauses out of 92021 with flag 2434247/1118001
50.70/48.26	c cleaning 47002 clauses out of 94023 with flag 2539230/1166001
52.92/50.48	c cleaning 47999 clauses out of 96020 with flag 2646357/1215000
55.04/52.58	c cleaning 48998 clauses out of 98021 with flag 2755165/1265000
57.42/54.92	c cleaning 50002 clauses out of 100023 with flag 2866622/1316000
59.55/57.03	c cleaning 50999 clauses out of 102021 with flag 2980210/1368000
61.87/59.39	c cleaning 52000 clauses out of 104022 with flag 3096213/1421000
64.26/61.79	c cleaning 53001 clauses out of 106022 with flag 3214696/1475000
66.99/64.40	c cleaning 54004 clauses out of 108021 with flag 3335227/1530000
69.62/67.06	c cleaning 54995 clauses out of 110018 with flag 3458045/1586001
72.35/69.75	c cleaning 56000 clauses out of 112024 with flag 3582565/1643002
75.08/72.42	c cleaning 57002 clauses out of 114022 with flag 3709672/1701000
77.88/75.20	c cleaning 57999 clauses out of 116020 with flag 3838316/1760000
80.71/78.09	c cleaning 58999 clauses out of 118021 with flag 3969510/1820000
83.55/80.82	c cleaning 59999 clauses out of 120022 with flag 4103137/1881000
86.58/83.88	c cleaning 60997 clauses out of 122024 with flag 4239258/1943001
89.72/86.99	c cleaning 62005 clauses out of 124027 with flag 4377150/2006001
92.97/90.10	c cleaning 63000 clauses out of 126021 with flag 4517270/2070000
96.10/93.24	c cleaning 64000 clauses out of 128021 with flag 4659503/2135000
99.44/96.52	c cleaning 65004 clauses out of 130024 with flag 4804085/2201003
103.48/100.57	c cleaning 65999 clauses out of 132017 with flag 4950688/2268000
107.63/104.66	c cleaning 66994 clauses out of 134019 with flag 5099021/2336001
111.49/108.41	c cleaning 68003 clauses out of 136024 with flag 5249862/2405000
115.44/112.30	c cleaning 69001 clauses out of 138021 with flag 5403140/2475000
119.78/116.64	c cleaning 70002 clauses out of 140021 with flag 5558715/2546001
123.54/120.37	c cleaning 70998 clauses out of 142019 with flag 5716146/2618001
127.58/124.33	c cleaning 72004 clauses out of 144023 with flag 5876123/2691003
131.62/128.34	c cleaning 72995 clauses out of 146016 with flag 6038418/2765000
135.64/132.38	c cleaning 74000 clauses out of 148022 with flag 6202542/2840001
139.88/136.57	c cleaning 74999 clauses out of 150022 with flag 6369529/2916001
144.22/140.82	c cleaning 75998 clauses out of 152022 with flag 6537122/2993000
148.55/145.12	c cleaning 77001 clauses out of 154024 with flag 6707538/3071000
153.27/149.80	c cleaning 77999 clauses out of 156023 with flag 6880427/3150000
157.91/154.41	c cleaning 79003 clauses out of 158024 with flag 7055755/3230000
162.43/158.97	c cleaning 80004 clauses out of 160024 with flag 7233226/3311003
167.06/163.55	c cleaning 80995 clauses out of 162017 with flag 7412919/3393000
171.94/168.38	c cleaning 82004 clauses out of 164024 with flag 7594575/3476002
177.18/173.56	c cleaning 82999 clauses out of 166018 with flag 7778185/3560000
182.32/178.60	c cleaning 83998 clauses out of 168019 with flag 7963975/3645000
186.96/183.29	c cleaning 85000 clauses out of 170024 with flag 8152190/3731003
191.99/188.27	c cleaning 86000 clauses out of 172022 with flag 8343329/3818001
197.15/193.32	c cleaning 86998 clauses out of 174022 with flag 8535838/3906001
202.58/198.76	c cleaning 87996 clauses out of 176024 with flag 8730501/3995001
207.92/204.06	c cleaning 89002 clauses out of 178028 with flag 8928019/4085001
213.52/209.64	c cleaning 89999 clauses out of 180025 with flag 9127351/4176000
219.19/215.23	c cleaning 91005 clauses out of 182027 with flag 9328691/4268001
225.42/221.48	c cleaning 92004 clauses out of 184022 with flag 9531877/4361001
231.43/227.41	c cleaning 92996 clauses out of 186017 with flag 9737695/4455000
237.81/233.70	c cleaning 94000 clauses out of 188021 with flag 9946346/4550000
243.85/239.77	c cleaning 94998 clauses out of 190021 with flag 10156477/4646000
249.96/245.89	c cleaning 95997 clauses out of 192024 with flag 10368573/4743001
257.12/252.93	c cleaning 97002 clauses out of 194027 with flag 10582769/4841001
263.74/259.50	c cleaning 98001 clauses out of 196024 with flag 10800030/4940000
271.05/266.80	c cleaning 99003 clauses out of 198024 with flag 11019086/5040001
278.24/273.92	c cleaning 100000 clauses out of 200021 with flag 11240249/5141001
284.19/279.80	c cleaning 100999 clauses out of 202021 with flag 11463705/5243001
291.63/287.20	c cleaning 101998 clauses out of 204022 with flag 11688863/5346001
298.24/293.81	c cleaning 102999 clauses out of 206024 with flag 11916614/5450001
305.49/301.09	c cleaning 104002 clauses out of 208024 with flag 12145903/5555000
313.10/308.63	c cleaning 105001 clauses out of 210022 with flag 12377684/5661000
320.24/315.72	c cleaning 105997 clauses out of 212021 with flag 12611923/5768000
328.61/324.07	c cleaning 106998 clauses out of 214024 with flag 12848220/5876000
336.64/332.07	c cleaning 108001 clauses out of 216026 with flag 13086049/5985000
343.59/338.92	c cleaning 109001 clauses out of 218026 with flag 13326443/6095001
350.55/345.81	c cleaning 109998 clauses out of 220024 with flag 13568790/6206000
357.47/352.76	c cleaning 111002 clauses out of 222026 with flag 13813656/6318000
365.01/360.20	c cleaning 112000 clauses out of 224026 with flag 14061042/6431002
374.18/369.32	c cleaning 113001 clauses out of 226024 with flag 14310875/6545000
383.15/378.23	c cleaning 114000 clauses out of 228024 with flag 14562682/6660001
391.42/386.46	c cleaning 114997 clauses out of 230023 with flag 14817018/6776000
399.79/394.78	c cleaning 116002 clauses out of 232026 with flag 15072725/6893000
408.37/403.00	c cleaning 117001 clauses out of 234024 with flag 15330776/7011000
417.09/411.70	c cleaning 118002 clauses out of 236024 with flag 15591610/7130001
425.31/419.97	c cleaning 118999 clauses out of 238022 with flag 15854792/7250001
434.95/429.53	c cleaning 120002 clauses out of 240023 with flag 16119348/7371001
444.21/438.73	c cleaning 120995 clauses out of 242022 with flag 16385890/7493002
453.63/448.15	c cleaning 122002 clauses out of 244025 with flag 16654312/7616000
462.08/456.50	c cleaning 122997 clauses out of 246023 with flag 16926394/7740000
470.66/465.03	c cleaning 124001 clauses out of 248027 with flag 17200174/7865001
479.01/473.39	c cleaning 125002 clauses out of 250025 with flag 17476625/7991000
488.83/483.10	c cleaning 126000 clauses out of 252025 with flag 17754900/8118002
498.19/492.44	c cleaning 126998 clauses out of 254025 with flag 18033667/8246002
508.05/502.23	c cleaning 127998 clauses out of 256026 with flag 18315749/8375001
517.77/511.90	c cleaning 129002 clauses out of 258027 with flag 18600109/8505000
527.76/521.86	c cleaning 130003 clauses out of 260025 with flag 18885732/8636000
538.34/532.37	c cleaning 131002 clauses out of 262022 with flag 19173851/8768000
550.26/544.22	c cleaning 131998 clauses out of 264020 with flag 19464641/8901000
560.44/554.31	c cleaning 133000 clauses out of 266023 with flag 19758714/9035001
571.87/565.71	c cleaning 134001 clauses out of 268022 with flag 20055257/9170000
582.61/576.47	c cleaning 135001 clauses out of 270022 with flag 20353790/9306001
593.26/587.03	c cleaning 135999 clauses out of 272020 with flag 20653755/9443000
603.62/597.30	c cleaning 136997 clauses out of 274021 with flag 20956485/9581000
612.67/606.33	c cleaning 138000 clauses out of 276025 with flag 21259805/9720001
622.82/616.40	c cleaning 138997 clauses out of 278026 with flag 21566925/9860002
633.50/627.04	c cleaning 140002 clauses out of 280028 with flag 21875925/10001001
644.15/637.66	c cleaning 140998 clauses out of 282026 with flag 22186949/10143001
655.29/648.71	c cleaning 142003 clauses out of 284028 with flag 22500962/10286001
666.25/659.65	c cleaning 143000 clauses out of 286025 with flag 22817333/10430001
678.41/671.79	c cleaning 143999 clauses out of 288026 with flag 23135212/10575002
690.66/683.90	c cleaning 145000 clauses out of 290025 with flag 23455052/10721000
703.61/696.86	c cleaning 146002 clauses out of 292027 with flag 23777208/10868002
716.17/709.34	c cleaning 147001 clauses out of 294024 with flag 24101414/11016001
729.61/722.70	c cleaning 147998 clauses out of 296022 with flag 24427252/11165000
742.75/735.83	c cleaning 149004 clauses out of 298025 with flag 24755315/11315001
755.26/748.39	c cleaning 149998 clauses out of 300020 with flag 25085827/11466000
766.70/759.76	c cleaning 151000 clauses out of 302022 with flag 25417476/11618000
780.34/773.33	c cleaning 151999 clauses out of 304023 with flag 25751982/11771001
793.06/786.10	c cleaning 152999 clauses out of 306024 with flag 26089049/11925001
806.63/799.54	c cleaning 153998 clauses out of 308024 with flag 26428600/12080000
820.78/813.62	c cleaning 155005 clauses out of 310027 with flag 26770192/12236001
837.32/830.18	c cleaning 155997 clauses out of 312022 with flag 27113749/12393001
852.75/845.40	c cleaning 156998 clauses out of 314024 with flag 27459224/12551000
867.30/859.94	c cleaning 158006 clauses out of 316028 with flag 27806860/12710002
880.28/872.88	c cleaning 159001 clauses out of 318021 with flag 28157264/12870001
894.72/887.29	c cleaning 159999 clauses out of 320021 with flag 28509273/13031002
908.73/901.11	c cleaning 160999 clauses out of 322020 with flag 28862734/13193000
922.68/914.77	c cleaning 161999 clauses out of 324021 with flag 29218310/13356000
935.73/927.76	c cleaning 162999 clauses out of 326023 with flag 29577296/13520001
951.64/943.66	c cleaning 164001 clauses out of 328024 with flag 29937470/13685001
967.09/959.02	c cleaning 165000 clauses out of 330022 with flag 30300536/13851000
983.54/975.47	c cleaning 165999 clauses out of 332023 with flag 30667284/14018001
997.18/989.06	c cleaning 166998 clauses out of 334023 with flag 31035350/14186000
1010.46/1002.26	c cleaning 167998 clauses out of 336027 with flag 31404833/14355002
1025.21/1016.92	c cleaning 169002 clauses out of 338027 with flag 31776072/14525000
1039.46/1031.12	c cleaning 169997 clauses out of 340026 with flag 32150693/14696001
1055.90/1047.50	c cleaning 170998 clauses out of 342029 with flag 32527075/14868001
1070.55/1062.19	c cleaning 172004 clauses out of 344030 with flag 32906282/15041000
1087.54/1079.03	c cleaning 172998 clauses out of 346027 with flag 33287095/15215001
1105.58/1097.04	c cleaning 174004 clauses out of 348030 with flag 33669925/15390002
1121.81/1113.24	c cleaning 175000 clauses out of 350024 with flag 34056117/15566000
1137.02/1128.38	c cleaning 176001 clauses out of 352024 with flag 34444413/15743000
1152.28/1143.52	c cleaning 177002 clauses out of 354023 with flag 34833998/15921000
1167.85/1159.08	c cleaning 178003 clauses out of 356022 with flag 35226218/16100001
1184.36/1175.56	c cleaning 178997 clauses out of 358018 with flag 35619949/16280000
1199.83/1190.99	c cleaning 179999 clauses out of 360022 with flag 36015673/16461001
1215.38/1206.44	c cleaning 180998 clauses out of 362022 with flag 36413316/16643000
1230.76/1221.79	c cleaning 182005 clauses out of 364025 with flag 36814646/16826001
1248.90/1239.85	c cleaning 183001 clauses out of 366020 with flag 37217000/17010001
1265.61/1256.43	c cleaning 183995 clauses out of 368018 with flag 37622791/17195000
1280.23/1270.90	c cleaning 185003 clauses out of 370023 with flag 38030410/17381000
1297.48/1288.10	c cleaning 185998 clauses out of 372021 with flag 38440429/17568001
1314.13/1304.77	c cleaning 187000 clauses out of 374022 with flag 38851586/17756000
1329.87/1320.42	c cleaning 187996 clauses out of 376022 with flag 39265575/17945000
1346.76/1337.26	c cleaning 189001 clauses out of 378026 with flag 39680050/18135000
1365.56/1355.97	c cleaning 190004 clauses out of 380026 with flag 40097885/18326001
1381.79/1372.08	c cleaning 190997 clauses out of 382022 with flag 40517827/18518001
1398.28/1388.42	c cleaning 192003 clauses out of 384024 with flag 40940355/18711000
1416.67/1406.77	c cleaning 192999 clauses out of 386021 with flag 41364296/18905000
1434.40/1424.37	c cleaning 193997 clauses out of 388022 with flag 41790366/19100000
1450.59/1440.41	c cleaning 195001 clauses out of 390026 with flag 42219437/19296001
1469.34/1459.16	c cleaning 196001 clauses out of 392026 with flag 42650603/19493002
1487.44/1477.15	c cleaning 196999 clauses out of 394024 with flag 43083845/19691001
1505.22/1494.45	c cleaning 198001 clauses out of 396025 with flag 43519393/19890001
1524.34/1513.47	c cleaning 199003 clauses out of 398023 with flag 43957284/20090000
1543.33/1532.37	c cleaning 199997 clauses out of 400021 with flag 44395760/20291001
1559.54/1548.48	c cleaning 200998 clauses out of 402024 with flag 44836536/20493001
1577.08/1565.91	c cleaning 201998 clauses out of 404025 with flag 45279974/20696000
1595.56/1584.33	c cleaning 203004 clauses out of 406027 with flag 45726727/20900000
1613.92/1602.66	c cleaning 204003 clauses out of 408025 with flag 46175135/21105002
1631.40/1620.09	c cleaning 204998 clauses out of 410020 with flag 46626365/21311000
1651.98/1640.51	c cleaning 205991 clauses out of 412022 with flag 47078584/21518000
1671.19/1659.67	c cleaning 207006 clauses out of 414032 with flag 47534180/21726001
1690.51/1678.81	c cleaning 208001 clauses out of 416025 with flag 47990752/21935000
1708.10/1696.37	c cleaning 208998 clauses out of 418024 with flag 48450227/22145000
1724.31/1712.41	c cleaning 210000 clauses out of 420026 with flag 48912066/22356000
1745.22/1733.26	c cleaning 211003 clauses out of 422026 with flag 49375910/22568000
1769.15/1757.02	c cleaning 212001 clauses out of 424024 with flag 49841941/22781001
1787.75/1775.53	c cleaning 212999 clauses out of 426023 with flag 50311950/22995001
1805.56/1792.84	c cleaning 214000 clauses out of 428023 with flag 50782251/23210000
1825.97/1813.18	c cleaning 215001 clauses out of 430023 with flag 51257552/23426000
1845.28/1832.37	c cleaning 216001 clauses out of 432022 with flag 51731292/23643000
1864.67/1851.65	c cleaning 216997 clauses out of 434021 with flag 52208583/23861000
1884.35/1871.20	c cleaning 217997 clauses out of 436025 with flag 52687992/24080001
1902.48/1889.25	c cleaning 219001 clauses out of 438028 with flag 53170247/24300001
1921.87/1908.51	c cleaning 220000 clauses out of 440026 with flag 53653684/24521000
1941.46/1928.10	c cleaning 221000 clauses out of 442026 with flag 54139668/24743000
1963.22/1949.72	c cleaning 221999 clauses out of 444026 with flag 54627799/24966000
1983.78/1970.29	c cleaning 223005 clauses out of 446029 with flag 55118311/25190002
2005.51/1991.81	c cleaning 223995 clauses out of 448022 with flag 55611051/25415000
2027.22/2013.41	c cleaning 225002 clauses out of 450027 with flag 56105494/25641000
2053.02/2039.16	c cleaning 226001 clauses out of 452025 with flag 56602129/25868000
2078.50/2064.58	c cleaning 227002 clauses out of 454024 with flag 57101104/26096000
2104.05/2089.69	c cleaning 228005 clauses out of 456025 with flag 57601398/26325003
2128.21/2113.61	c cleaning 228997 clauses out of 458017 with flag 58103618/26555000
2153.38/2138.77	c cleaning 229998 clauses out of 460021 with flag 58607572/26786001
2175.77/2161.09	c cleaning 231000 clauses out of 462023 with flag 59114793/27018001
2201.24/2186.48	c cleaning 231997 clauses out of 464022 with flag 59625427/27251000
2224.16/2209.25	c cleaning 233000 clauses out of 466025 with flag 60136274/27485000
2246.36/2231.34	c cleaning 233998 clauses out of 468026 with flag 60649877/27720001
2270.94/2255.85	c cleaning 235001 clauses out of 470027 with flag 61166260/27956000
2293.47/2278.25	c cleaning 235998 clauses out of 472026 with flag 61685284/28193000
2321.47/2306.18	c cleaning 237002 clauses out of 474028 with flag 62205149/28431000
2348.14/2332.77	c cleaning 238001 clauses out of 476028 with flag 62728235/28670002
2374.38/2358.84	c cleaning 239000 clauses out of 478025 with flag 63253004/28910000
2404.03/2388.07	c cleaning 240003 clauses out of 480025 with flag 63781126/29151000
2431.20/2415.10	c cleaning 240999 clauses out of 482023 with flag 64310390/29393001
2458.31/2442.05	c cleaning 242000 clauses out of 484023 with flag 64843102/29636000
2484.26/2467.99	c cleaning 243001 clauses out of 486023 with flag 65377385/29880000
2509.89/2493.48	c cleaning 244002 clauses out of 488023 with flag 65913454/30125001
2536.37/2519.88	c cleaning 244999 clauses out of 490021 with flag 66452143/30371001
2561.52/2544.89	c cleaning 245999 clauses out of 492022 with flag 66993130/30618001
2591.71/2574.94	c cleaning 246997 clauses out of 494023 with flag 67535764/30866001
2621.14/2604.26	c cleaning 248004 clauses out of 496027 with flag 68081241/31115002
2651.80/2634.40	c cleaning 248995 clauses out of 498022 with flag 68629198/31365001
2678.50/2660.99	c cleaning 249999 clauses out of 500026 with flag 69178545/31616000
2703.98/2686.38	c cleaning 251004 clauses out of 502028 with flag 69730459/31868001
2736.19/2718.42	c cleaning 251995 clauses out of 504024 with flag 70283782/32121001
2764.85/2747.02	c cleaning 253004 clauses out of 506031 with flag 70839064/32375003
2793.66/2775.77	c cleaning 254003 clauses out of 508025 with flag 71397218/32630001
2822.70/2804.60	c cleaning 254999 clauses out of 510022 with flag 71957330/32886001
2851.02/2832.40	c cleaning 255997 clauses out of 512023 with flag 72520342/33143001
2878.34/2859.67	c cleaning 256996 clauses out of 514025 with flag 73084602/33401000
2904.41/2885.59	c cleaning 257997 clauses out of 516029 with flag 73651529/33660000
2932.61/2913.66	c cleaning 259002 clauses out of 518033 with flag 74221310/33920001
2960.64/2941.57	c cleaning 260004 clauses out of 520031 with flag 74792050/34181001
2990.03/2970.74	c cleaning 260999 clauses out of 522026 with flag 75366780/34443000
3023.42/3003.64	c cleaning 262005 clauses out of 524028 with flag 75942451/34706001
3057.49/3037.59	c cleaning 263002 clauses out of 526022 with flag 76519198/34970000
3088.52/3068.45	c cleaning 263999 clauses out of 528020 with flag 77098036/35235000
3121.10/3100.92	c cleaning 264999 clauses out of 530022 with flag 77678898/35501001
3153.40/3133.16	c cleaning 265996 clauses out of 532022 with flag 78263408/35768000
3186.93/3166.56	c cleaning 266997 clauses out of 534026 with flag 78849422/36036000
3216.21/3195.28	c cleaning 267999 clauses out of 536029 with flag 79436964/36305000
3244.80/3223.77	c cleaning 269002 clauses out of 538030 with flag 80027013/36575000
3276.15/3254.98	c cleaning 269997 clauses out of 540029 with flag 80620237/36846001
3308.08/3286.78	c cleaning 271006 clauses out of 542031 with flag 81216155/37118000
3340.82/3319.36	c cleaning 271998 clauses out of 544026 with flag 81811862/37391001
3375.28/3353.68	c cleaning 272998 clauses out of 546027 with flag 82412292/37665000
3408.24/3386.07	c cleaning 274002 clauses out of 548030 with flag 83013316/37940001
3439.83/3417.42	c cleaning 274999 clauses out of 550027 with flag 83617238/38216000
3475.09/3452.56	c cleaning 276000 clauses out of 552028 with flag 84223184/38493000
3511.17/3488.48	c cleaning 277001 clauses out of 554028 with flag 84831073/38771000
3549.56/3526.21	c cleaning 278001 clauses out of 556027 with flag 85442126/39050000
3588.92/3565.48	c cleaning 279000 clauses out of 558028 with flag 86054745/39330002
3600.08/3576.52	c starts		: 1
3600.08/3576.52	c conflicts		: 39472260
3600.08/3576.52	c decisions		: 56356302
3600.08/3576.52	c propagations		: 365583719
3600.08/3576.52	c inspects		: 22232874022
3600.08/3576.52	c shortcuts		: 0
3600.08/3576.52	c learnt literals	: 0
3600.08/3576.52	c learnt binary clauses	: 0
3600.08/3576.52	c learnt ternary clauses	: 0
3600.08/3576.52	c learnt constraints	: 39472260
3600.08/3576.52	c ignored constraints	: 0
3600.08/3576.52	c root simplifications	: 0
3600.08/3576.52	c removed literals (reason simplification)	: 3403581
3600.08/3576.52	c reason swapping (by a shorter reason)	: 0
3600.08/3576.52	c Calls to reduceDB	: 276
3600.08/3576.52	c Number of update (reduction) of LBD	: 2593563
3600.08/3576.52	c Imported unit clauses	: 0
3600.08/3576.52	c No decision after first conflict	: false
3600.08/3576.52	c number of reductions to clauses (during analyze)	: 0
3600.08/3576.52	c number of learned constraints concerned by reduction	: 0
3600.08/3576.52	c number of learning phase by resolution	: 0
3600.08/3576.52	c number of learning phase by cutting planes	: 0
3600.08/3576.52	c number of rounding to 1 operations	: 0
3600.08/3576.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3576.52	c number of reductions of the coefficients by power 2 	: 0
3600.08/3576.52	c number of right shift for reduction by power 2 	: 0
3600.08/3576.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3576.52	c number of ending skipping 	: 0
3600.08/3576.52	c number of internal skipping 	: 0
3600.08/3576.52	c number of derivation steps 	: 0
3600.08/3576.52	c number of skipped derivation steps 	: 0
3600.08/3576.52	c number of remaining unassigned 	: 0
3600.08/3576.52	c number of remaining assigned 	: 0
3600.08/3576.52	c number of falsified literals weakened from reason	: 0
3600.08/3576.52	c number of falsified literals weakened from conflict	: 0
3600.08/3576.52	c time for arithmetic operations	: 0
3600.08/3576.52	c minimum degree of deleted constraints	: null
3600.08/3576.52	c maximum degree of deleted constraints	: null
3600.08/3576.52	c number of deleted constraints	: 0
3600.08/3576.52	c speed (assignments/second)	: 102222.49285794774
3600.08/3576.52	c non guided choices	: 112
3600.08/3576.54	c timeout
3600.08/3576.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 421286
3600.08/3576.59	s UNKNOWN
3600.08/3576.59	c Total wall clock time (in seconds): 3576.457

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543681-1753228336/watcher-4543681-1753228336 -o /tmp/evaluation-result-4543681-1753228336/solver-4543681-1753228336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170144 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543681-1753228336 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543681-1753228336.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 FSIZE limit: 102400000 KiB
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=171128, runsolver pid=171125

[startup+0.10006 s]*
/proc/loadavg: 4.34 4.35 4.36 6/337 171146
/proc/meminfo: memFree=67119924/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=18930384 memory=57252 CPUtime=0.13 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 6459 0 0 0 11 2 0 0 20 0 18 0 238511496 19384713216 14313 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4732596 14313 5331 1 0 547603 0
[pid=171128/tid=171130] ppid=171125 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 5046 0 0 0 6 1 0 0 20 0 18 0 238511498 19384713216 14313 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238511500 19384713216 14313 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238511500 19384713216 14313 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57252 KiB

[startup+0.205743 s]*
/proc/loadavg: 4.34 4.35 4.36 7/338 171147
/proc/meminfo: memFree=67117908/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=18996948 memory=66300 CPUtime=0.32 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 7095 0 0 0 30 2 0 0 20 0 19 0 238511496 19452874752 16575 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4749237 16575 5427 1 0 548434 0
[pid=171128/tid=171130] ppid=171125 vsize=18996948 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 5338 0 0 0 16 1 0 0 20 0 19 0 238511498 19452874752 16575 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=18996948 memory=18954 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238511500 19452874752 16575 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238511500 19452874752 16575 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238511514 19452874752 16575 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66300 KiB

[startup+0.30582 s]*
/proc/loadavg: 4.34 4.35 4.36 6/338 171147
/proc/meminfo: memFree=67097428/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=18996948 memory=86392 CPUtime=0.52 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 8122 0 0 0 49 3 0 0 20 0 19 0 238511496 19452874752 21598 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4749237 21598 5427 1 0 548902 0
[pid=171128/tid=171130] ppid=171125 vsize=18996948 memory=-8816756605524419260 CPUtime=0.27 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 5373 0 0 0 26 1 0 0 20 0 19 0 238511498 19452874752 21598 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238511500 19452874752 21598 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238511500 19452874752 21598 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238511514 19452874752 21598 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86392 KiB

[startup+0.700244 s]
/proc/loadavg: 4.34 4.35 4.36 6/338 171147
/proc/meminfo: memFree=67034668/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=167164 CPUtime=1.28 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 11638 0 0 0 123 5 0 0 20 0 20 0 238511496 19521036288 41791 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 41791 5459 1 0 551738 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=27264 CPUtime=0.66 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 5446 0 0 0 63 3 0 0 20 0 20 0 238511498 19521036288 41791 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 41791 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 41791 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 41791 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167164 KiB

[startup+1.50026 s]
/proc/loadavg: 4.34 4.35 4.36 6/339 171148
/proc/meminfo: memFree=66998344/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=173308 CPUtime=2.85 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 18689 0 0 0 279 6 0 0 20 0 20 0 238511496 19521036288 43327 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 43327 5459 1 0 552688 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=0 CPUtime=1.45 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 5921 0 0 0 141 4 0 0 20 0 20 0 238511498 19521036288 43327 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 43327 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 43327 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 43327 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173308 KiB

[startup+3.10572 s]
/proc/loadavg: 4.39 4.36 4.36 5/339 171148
/proc/meminfo: memFree=66634096/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=509864 CPUtime=5.39 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 20773 0 0 0 523 16 0 0 20 0 20 0 238511496 19521036288 127466 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 127466 5459 1 0 552708 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=10752 CPUtime=3.02 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 6538 0 0 0 290 12 0 0 20 0 20 0 238511498 19521036288 127466 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=-8816756605524419260 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 127466 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 127466 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 127466 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 509864 KiB

[startup+6.30022 s]
/proc/loadavg: 4.39 4.36 4.36 5/339 171148
/proc/meminfo: memFree=66058400/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=1097344 CPUtime=8.64 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 21391 0 0 0 833 31 0 0 20 0 20 0 238511496 19521036288 274336 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 274336 5459 1 0 552709 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=0 CPUtime=6.16 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 7060 0 0 0 590 26 0 0 20 0 20 0 238511498 19521036288 274336 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 274336 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 274336 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=173436 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 274336 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1097344 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.36 4.36 5/339 171149
/proc/meminfo: memFree=65569876/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=1318544 CPUtime=15.04 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 24119 0 0 0 1458 46 0 0 20 0 20 0 238511496 19521036288 329636 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 329636 5459 1 0 552709 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=173436 CPUtime=12.51 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 7926 0 0 0 1210 41 0 0 20 0 20 0 238511498 19521036288 329636 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=1312392 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 329636 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 329636 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 329636 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 15.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318544 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.36 4.36 5/339 171149
/proc/meminfo: memFree=65258912/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=1336984 CPUtime=27.89 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 27012 0 0 0 2722 67 0 0 20 0 20 0 238511496 19521036288 334246 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 334246 5459 1 0 552709 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=1312392 CPUtime=25.2 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 8890 0 0 0 2459 61 0 0 20 0 20 0 238511498 19521036288 334246 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 334246 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=-8816756605524419260 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 334246 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 334246 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 27.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336984 KiB

[startup+51.1058 s]
/proc/loadavg: 4.50 4.39 4.37 6/319 171230
/proc/meminfo: memFree=70168308/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=1361728 CPUtime=53.62 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 30595 0 0 0 5257 105 0 0 20 0 20 0 238511496 19521036288 340432 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 340432 5491 1 0 552709 0

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

/proc/meminfo: memFree=66782584/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3243.4 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 103377 0 0 0 321624 2716 0 0 20 0 20 0 238511496 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541498 5491 1 0 553929 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=10752 CPUtime=3190.49 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 43469 0 0 0 316459 2590 0 0 20 0 20 0 238511498 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1504 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3243.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.24 4.26 5/340 171520
/proc/meminfo: memFree=66167040/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3303.68 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 103630 0 0 0 327606 2762 0 0 20 0 20 0 238511496 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541498 5491 1 0 553929 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3249.94 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 43601 0 0 0 322359 2635 0 0 20 0 20 0 238511498 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1569 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3303.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.27 4.27 5/340 171522
/proc/meminfo: memFree=65570260/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3364 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 103659 0 0 0 333600 2800 0 0 20 0 20 0 238511496 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541498 5491 1 0 553929 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3309.34 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 43602 0 0 0 328263 2671 0 0 20 0 20 0 238511498 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1569 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3364 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.27 4.27 5/339 171524
/proc/meminfo: memFree=64943220/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3424.66 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 105210 0 0 0 339625 2841 0 0 20 0 20 0 238511496 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541498 5491 1 0 553929 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3368.79 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 43731 0 0 0 334170 2709 0 0 20 0 20 0 238511498 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3424.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.25 4.26 5/339 171533
/proc/meminfo: memFree=64294744/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3484.96 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 106854 0 0 0 345616 2880 0 0 20 0 20 0 238511496 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541498 5491 1 0 553929 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3428.22 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 44916 0 0 0 340075 2747 0 0 20 0 20 0 238511498 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541498 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3484.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165992 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.25 4.26 5/339 171535
/proc/meminfo: memFree=63766008/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2166120 CPUtime=3545.67 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 110413 0 0 0 351655 2912 0 0 20 0 20 0 238511496 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541530 5491 1 0 553977 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=2165992 CPUtime=3487.64 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) R 171125 171128 170132 0 -1 4194368 46322 0 0 0 345988 2776 0 0 20 0 20 0 238511498 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=2165992 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1634 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3545.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.5 s]
/proc/loadavg: 4.18 4.23 4.26 5/343 171541
/proc/meminfo: memFree=63263640/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2166120 CPUtime=3600.08 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 110599 0 0 0 357063 2945 0 0 20 0 20 0 238511496 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541530 5491 1 0 553977 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=10752 CPUtime=3541.36 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) S 171125 171128 170132 0 -1 4194368 46421 0 0 0 351328 2808 0 0 20 0 20 0 238511498 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=2166120 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1697 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=2166120 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.77 s, system=29.4614 s

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

[startup+3576.5 s]
/proc/loadavg: 4.18 4.23 4.26 5/343 171541
/proc/meminfo: memFree=63263640/131249996 swapFree=33010672/33010684
[pid=171128] ppid=171125 vsize=19063512 memory=2166120 CPUtime=3600.08 cores=1,3
/proc/171128/stat : 171128 (java) S 171125 171128 170132 0 -1 4194304 110599 0 0 0 357063 2945 0 0 20 0 20 0 238511496 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
/proc/171128/statm: 4765878 541530 5491 1 0 553977 0
[pid=171128/tid=171130] ppid=171125 vsize=19063512 memory=10752 CPUtime=3541.36 cores=1,3
/proc/171128/task/171130/stat : 171130 (java) S 171125 171128 170132 0 -1 4194368 46421 0 0 0 351328 2808 0 0 20 0 20 0 238511498 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171139] ppid=171125 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/171128/task/171139/stat : 171139 (Finalizer) S 171125 171128 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171146] ppid=171125 vsize=19063512 memory=2166120 CPUtime=0 cores=1,3
/proc/171128/task/171146/stat : 171146 (Common-Cleaner) S 171125 171128 170132 0 -1 4194368 1697 0 0 0 0 0 0 0 20 0 20 0 238511500 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
[pid=171128/tid=171147] ppid=171125 vsize=19063512 memory=2166120 CPUtime=0 cores=1,3
/proc/171128/task/171147/stat : 171147 (Timer-0) S 171125 171128 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238511514 19521036288 541530 18446744073709551615 93958667231232 93958667234928 140733954881040 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93958667242744 93958667243536 93958690643968 140733954890068 140733954890212 140733954890212 140733954895816 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166120 KiB

Child status: 143

Real time (s): 3576.6
CPU time (s): 3600.23
CPU user time (s): 3570.77
CPU system time (s): 29.4614
CPU usage (%): 100.661
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2166120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.77
system time used= 29.4614
maximum resident set size= 2167272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 37638936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134618
involuntary context switches= 9746


# summary of solver processes directly reported to runsolver:
#   pid: 171128
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3570.77
#   total CPU system time (s): 29.4614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5379 second user time and 17.3417 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 01:52:16
IDJOB=4543681
IDBENCH=174409
IDSOLVER=3364
FILE ID=nodeC024/4543681-1753228336
RUNJOBID= nodeC024-1753221228-170144
SLURM_JOB_ID= 9687809
Free space on /tmp= 379788 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-fixedrows-r04_shuffle/normalized-domset-hexgrid_04_064.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543681-1753228336/watcher-4543681-1753228336 -o /tmp/evaluation-result-4543681-1753228336/solver-4543681-1753228336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170144 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543681-1753228336 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543681-1753228336.opb

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

MD5SUM BENCH= bc326017418b9b1ea2c8f3320db7415a
RANDOM SEED=1778991307

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.674
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.673
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.279
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3565.587
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.670
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.659
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.441
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.821
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        67150800 kB
MemAvailable:   120135240 kB
Buffers:            2128 kB
Cached:         53687484 kB
SwapCached:            8 kB
Active:         10713440 kB
Inactive:       52560192 kB
Active(anon):    9608744 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file): 52558604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            103352 kB
Writeback:             0 kB
AnonPages:       9582392 kB
Mapped:           128816 kB
Shmem:             26248 kB
KReclaimable:     320360 kB
Slab:             418260 kB
SReclaimable:     320360 kB
SUnreclaim:        97900 kB
KernelStack:        5216 kB
PageTables:        22508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10155536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9334784 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 385976 MiB
End job on nodeC024 at 2025-07-23 02:51:53