Trace number 4543680

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.29 3600.94

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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4543680-1753231301.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.16	c ... done. Wall clock time 0.028s.
0.12/0.16	c declared #vars     256
0.12/0.16	c #constraints  257
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.12/0.16	c 257 constraints processed.
0.71/0.41	c cleaning 2493 clauses out of 5000 with flag 10619/5000
1.09/0.64	c cleaning 4246 clauses out of 8508 with flag 23613/11001
1.28/0.78	c cleaning 5623 clauses out of 11261 with flag 38725/18000
1.62/0.97	c cleaning 6810 clauses out of 13638 with flag 57680/26000
1.91/1.14	c cleaning 7907 clauses out of 15828 with flag 77533/35000
2.17/1.35	c cleaning 8955 clauses out of 17923 with flag 98785/45002
2.37/1.55	c cleaning 9974 clauses out of 19966 with flag 122484/56000
2.68/1.81	c cleaning 10985 clauses out of 21992 with flag 148171/68000
2.98/2.10	c cleaning 12001 clauses out of 24009 with flag 175825/81002
3.18/2.35	c cleaning 12996 clauses out of 26006 with flag 206204/95000
3.47/2.62	c cleaning 13995 clauses out of 28010 with flag 238922/110000
3.77/2.95	c cleaning 14998 clauses out of 30016 with flag 273850/126001
4.21/3.31	c cleaning 16001 clauses out of 32017 with flag 311031/143000
4.63/3.75	c cleaning 17000 clauses out of 34017 with flag 350031/161001
5.04/4.18	c cleaning 17998 clauses out of 36017 with flag 391454/180001
5.63/4.71	c cleaning 19004 clauses out of 38019 with flag 435852/200001
6.13/5.27	c cleaning 20000 clauses out of 40014 with flag 481461/221000
6.83/5.92	c cleaning 20998 clauses out of 42014 with flag 529379/243000
7.43/6.59	c cleaning 22001 clauses out of 44016 with flag 579921/266000
8.24/7.33	c cleaning 22996 clauses out of 46015 with flag 632833/290000
8.94/8.04	c cleaning 24002 clauses out of 48020 with flag 686795/315001
9.62/8.79	c cleaning 24998 clauses out of 50018 with flag 742537/341001
10.33/9.48	c cleaning 25999 clauses out of 52019 with flag 800805/368000
11.03/10.15	c cleaning 27002 clauses out of 54020 with flag 861693/396000
11.85/10.99	c cleaning 28001 clauses out of 56018 with flag 924482/425000
12.74/11.82	c cleaning 28999 clauses out of 58018 with flag 989986/455001
13.54/12.69	c cleaning 29996 clauses out of 60018 with flag 1057126/486000
14.73/13.83	c cleaning 31003 clauses out of 62023 with flag 1126610/518001
15.66/14.74	c cleaning 32000 clauses out of 64020 with flag 1198196/551001
16.46/15.58	c cleaning 33001 clauses out of 66019 with flag 1272289/585000
17.36/16.44	c cleaning 34001 clauses out of 68019 with flag 1348555/620001
18.27/17.37	c cleaning 34999 clauses out of 70018 with flag 1427111/656001
19.40/18.43	c cleaning 35997 clauses out of 72018 with flag 1507972/693000
20.40/19.40	c cleaning 37005 clauses out of 74021 with flag 1590959/731000
21.40/20.43	c cleaning 37998 clauses out of 76016 with flag 1675999/770000
22.53/21.51	c cleaning 38995 clauses out of 78018 with flag 1763393/810000
23.83/22.82	c cleaning 40002 clauses out of 80023 with flag 1852848/851000
25.13/24.15	c cleaning 41000 clauses out of 82022 with flag 1944456/893001
26.54/25.58	c cleaning 42001 clauses out of 84022 with flag 2037868/936001
28.04/27.03	c cleaning 43003 clauses out of 86022 with flag 2133839/980002
29.53/28.50	c cleaning 44000 clauses out of 88018 with flag 2231742/1025001
30.96/29.97	c cleaning 44997 clauses out of 90018 with flag 2331943/1071001
32.65/31.62	c cleaning 45998 clauses out of 92021 with flag 2434247/1118001
33.95/32.93	c cleaning 47002 clauses out of 94023 with flag 2539230/1166001
35.58/34.55	c cleaning 47999 clauses out of 96020 with flag 2646357/1215000
37.08/36.07	c cleaning 48998 clauses out of 98021 with flag 2755165/1265000
38.77/37.77	c cleaning 50002 clauses out of 100023 with flag 2866622/1316000
40.30/39.29	c cleaning 50999 clauses out of 102021 with flag 2980210/1368000
42.10/41.00	c cleaning 52000 clauses out of 104022 with flag 3096213/1421000
43.93/42.80	c cleaning 53001 clauses out of 106022 with flag 3214696/1475000
45.82/44.73	c cleaning 54004 clauses out of 108021 with flag 3335227/1530000
47.72/46.65	c cleaning 54995 clauses out of 110018 with flag 3458045/1586001
49.74/48.66	c cleaning 56000 clauses out of 112024 with flag 3582565/1643002
51.73/50.60	c cleaning 57002 clauses out of 114022 with flag 3709672/1701000
53.73/52.66	c cleaning 57999 clauses out of 116020 with flag 3838316/1760000
55.84/54.75	c cleaning 58999 clauses out of 118021 with flag 3969510/1820000
57.74/56.62	c cleaning 59999 clauses out of 120022 with flag 4103137/1881000
59.84/58.79	c cleaning 60997 clauses out of 122024 with flag 4239258/1943001
62.03/60.98	c cleaning 62005 clauses out of 124027 with flag 4377150/2006001
64.35/63.20	c cleaning 63000 clauses out of 126021 with flag 4517270/2070000
66.55/65.40	c cleaning 64000 clauses out of 128021 with flag 4659503/2135000
68.85/67.76	c cleaning 65004 clauses out of 130024 with flag 4804085/2201003
71.94/70.84	c cleaning 65999 clauses out of 132017 with flag 4950688/2268000
74.93/73.89	c cleaning 66994 clauses out of 134019 with flag 5099021/2336001
77.72/76.63	c cleaning 68003 clauses out of 136024 with flag 5249862/2405000
80.51/79.46	c cleaning 69001 clauses out of 138021 with flag 5403140/2475000
83.81/82.75	c cleaning 70002 clauses out of 140021 with flag 5558715/2546001
86.71/85.54	c cleaning 70998 clauses out of 142019 with flag 5716146/2618001
89.60/88.43	c cleaning 72004 clauses out of 144023 with flag 5876123/2691003
92.59/91.42	c cleaning 72995 clauses out of 146016 with flag 6038418/2765000
95.48/94.35	c cleaning 74000 clauses out of 148022 with flag 6202542/2840001
98.61/97.42	c cleaning 74999 clauses out of 150022 with flag 6369529/2916001
101.70/100.51	c cleaning 75998 clauses out of 152022 with flag 6537122/2993000
104.79/103.62	c cleaning 77001 clauses out of 154024 with flag 6707538/3071000
108.38/107.20	c cleaning 77999 clauses out of 156023 with flag 6880427/3150000
111.93/110.74	c cleaning 79003 clauses out of 158024 with flag 7055755/3230000
115.33/114.12	c cleaning 80004 clauses out of 160024 with flag 7233226/3311003
118.72/117.50	c cleaning 80995 clauses out of 162017 with flag 7412919/3393000
122.21/121.04	c cleaning 82004 clauses out of 164024 with flag 7594575/3476002
126.36/125.10	c cleaning 82999 clauses out of 166018 with flag 7778185/3560000
130.14/128.95	c cleaning 83998 clauses out of 168019 with flag 7963975/3645000
133.53/132.36	c cleaning 85000 clauses out of 170024 with flag 8152190/3731003
137.23/136.02	c cleaning 86000 clauses out of 172022 with flag 8343329/3818001
140.91/139.79	c cleaning 86998 clauses out of 174022 with flag 8535838/3906001
145.22/144.01	c cleaning 87996 clauses out of 176024 with flag 8730501/3995001
149.21/148.05	c cleaning 89002 clauses out of 178028 with flag 8928019/4085001
153.68/152.40	c cleaning 89999 clauses out of 180025 with flag 9127351/4176000
157.87/156.62	c cleaning 91005 clauses out of 182027 with flag 9328691/4268001
162.65/161.41	c cleaning 92004 clauses out of 184022 with flag 9531877/4361001
167.25/166.03	c cleaning 92996 clauses out of 186017 with flag 9737695/4455000
172.03/170.89	c cleaning 94000 clauses out of 188021 with flag 9946346/4550000
176.72/175.54	c cleaning 94998 clauses out of 190021 with flag 10156477/4646000
181.80/180.38	c cleaning 95997 clauses out of 192024 with flag 10368573/4743001
187.39/185.94	c cleaning 97002 clauses out of 194027 with flag 10582769/4841001
192.48/191.03	c cleaning 98001 clauses out of 196024 with flag 10800030/4940000
198.27/196.83	c cleaning 99003 clauses out of 198024 with flag 11019086/5040001
203.76/202.37	c cleaning 100000 clauses out of 200021 with flag 11240249/5141001
208.14/206.74	c cleaning 100999 clauses out of 202021 with flag 11463705/5243001
214.09/212.67	c cleaning 101998 clauses out of 204022 with flag 11688863/5346001
219.18/217.79	c cleaning 102999 clauses out of 206024 with flag 11916614/5450001
224.96/223.56	c cleaning 104002 clauses out of 208024 with flag 12145903/5555000
230.95/229.53	c cleaning 105001 clauses out of 210022 with flag 12377684/5661000
236.44/235.04	c cleaning 105997 clauses out of 212021 with flag 12611923/5768000
243.12/241.77	c cleaning 106998 clauses out of 214024 with flag 12848220/5876000
249.61/248.22	c cleaning 108001 clauses out of 216026 with flag 13086049/5985000
254.80/253.44	c cleaning 109001 clauses out of 218026 with flag 13326443/6095001
260.08/258.71	c cleaning 109998 clauses out of 220024 with flag 13568790/6206000
265.37/264.09	c cleaning 111002 clauses out of 222026 with flag 13813656/6318000
271.25/269.97	c cleaning 112000 clauses out of 224026 with flag 14061042/6431002
278.53/277.20	c cleaning 113001 clauses out of 226024 with flag 14310875/6545000
285.71/284.40	c cleaning 114000 clauses out of 228024 with flag 14562682/6660001
292.42/291.09	c cleaning 114997 clauses out of 230023 with flag 14817018/6776000
298.90/297.59	c cleaning 116002 clauses out of 232026 with flag 15072725/6893000
305.28/303.94	c cleaning 117001 clauses out of 234024 with flag 15330776/7011000
312.16/310.85	c cleaning 118002 clauses out of 236024 with flag 15591610/7130001
318.65/317.33	c cleaning 118999 clauses out of 238022 with flag 15854792/7250001
326.43/325.15	c cleaning 120002 clauses out of 240023 with flag 16119348/7371001
334.11/332.73	c cleaning 120995 clauses out of 242022 with flag 16385890/7493002
341.70/340.36	c cleaning 122002 clauses out of 244025 with flag 16654312/7616000
348.09/346.78	c cleaning 122997 clauses out of 246023 with flag 16926394/7740000
354.78/353.45	c cleaning 124001 clauses out of 248027 with flag 17200174/7865001
361.36/360.02	c cleaning 125002 clauses out of 250025 with flag 17476625/7991000
369.44/368.09	c cleaning 126000 clauses out of 252025 with flag 17754900/8118002
376.91/375.55	c cleaning 126998 clauses out of 254025 with flag 18033667/8246002
384.70/383.37	c cleaning 127998 clauses out of 256026 with flag 18315749/8375001
392.28/390.98	c cleaning 129002 clauses out of 258027 with flag 18600109/8505000
400.25/398.92	c cleaning 130003 clauses out of 260025 with flag 18885732/8636000
408.73/407.42	c cleaning 131002 clauses out of 262022 with flag 19173851/8768000
418.77/417.43	c cleaning 131998 clauses out of 264020 with flag 19464641/8901000
426.85/425.52	c cleaning 133000 clauses out of 266023 with flag 19758714/9035001
436.13/434.87	c cleaning 134001 clauses out of 268022 with flag 20055257/9170000
444.81/443.54	c cleaning 135001 clauses out of 270022 with flag 20353790/9306001
453.19/451.99	c cleaning 135999 clauses out of 272020 with flag 20653755/9443000
461.47/460.24	c cleaning 136997 clauses out of 274021 with flag 20956485/9581000
468.75/467.55	c cleaning 138000 clauses out of 276025 with flag 21259805/9720001
476.93/475.76	c cleaning 138997 clauses out of 278026 with flag 21566925/9860002
485.78/484.52	c cleaning 140002 clauses out of 280028 with flag 21875925/10001001
494.45/493.26	c cleaning 140998 clauses out of 282026 with flag 22186949/10143001
502.94/501.78	c cleaning 142003 clauses out of 284028 with flag 22500962/10286001
511.62/510.42	c cleaning 143000 clauses out of 286025 with flag 22817333/10430001
521.39/520.23	c cleaning 143999 clauses out of 288026 with flag 23135212/10575002
531.32/530.12	c cleaning 145000 clauses out of 290025 with flag 23455052/10721000
541.99/540.86	c cleaning 146002 clauses out of 292027 with flag 23777208/10868002
552.27/551.16	c cleaning 147001 clauses out of 294024 with flag 24101414/11016001
563.64/562.50	c cleaning 147998 clauses out of 296022 with flag 24427252/11165000
574.30/573.20	c cleaning 149004 clauses out of 298025 with flag 24755315/11315001
584.38/583.35	c cleaning 149998 clauses out of 300020 with flag 25085827/11466000
593.46/592.46	c cleaning 151000 clauses out of 302022 with flag 25417476/11618000
604.82/603.82	c cleaning 151999 clauses out of 304023 with flag 25751982/11771001
615.25/614.22	c cleaning 152999 clauses out of 306024 with flag 26089049/11925001
626.33/625.34	c cleaning 153998 clauses out of 308024 with flag 26428600/12080000
638.01/637.02	c cleaning 155005 clauses out of 310027 with flag 26770192/12236001
652.07/651.14	c cleaning 155997 clauses out of 312022 with flag 27113749/12393001
664.74/663.84	c cleaning 156998 clauses out of 314024 with flag 27459224/12551000
676.71/675.84	c cleaning 158006 clauses out of 316028 with flag 27806860/12710002
687.19/686.36	c cleaning 159001 clauses out of 318021 with flag 28157264/12870001
699.15/698.37	c cleaning 159999 clauses out of 320021 with flag 28509273/13031002
710.65/709.79	c cleaning 160999 clauses out of 322020 with flag 28862734/13193000
721.73/720.86	c cleaning 161999 clauses out of 324021 with flag 29218310/13356000
732.20/731.30	c cleaning 162999 clauses out of 326023 with flag 29577296/13520001
745.47/744.64	c cleaning 164001 clauses out of 328024 with flag 29937470/13685001
758.24/757.45	c cleaning 165000 clauses out of 330022 with flag 30300536/13851000
772.78/771.43	c cleaning 165999 clauses out of 332023 with flag 30667284/14018001
783.86/782.52	c cleaning 166998 clauses out of 334023 with flag 31035350/14186000
794.54/793.28	c cleaning 167998 clauses out of 336027 with flag 31404833/14355002
806.61/805.37	c cleaning 169002 clauses out of 338027 with flag 31776072/14525000
818.28/817.00	c cleaning 169997 clauses out of 340026 with flag 32150693/14696001
832.11/830.83	c cleaning 170998 clauses out of 342029 with flag 32527075/14868001
844.08/842.85	c cleaning 172004 clauses out of 344030 with flag 32906282/15041000
858.25/857.07	c cleaning 172998 clauses out of 346027 with flag 33287095/15215001
873.61/872.40	c cleaning 174004 clauses out of 348030 with flag 33669925/15390002
887.37/886.22	c cleaning 175000 clauses out of 350024 with flag 34056117/15566000
899.65/898.52	c cleaning 176001 clauses out of 352024 with flag 34444413/15743000
912.23/911.03	c cleaning 177002 clauses out of 354023 with flag 34833998/15921000
924.99/923.80	c cleaning 178003 clauses out of 356022 with flag 35226218/16100001
938.66/937.54	c cleaning 178997 clauses out of 358018 with flag 35619949/16280000
951.64/950.51	c cleaning 179999 clauses out of 360022 with flag 36015673/16461001
964.00/962.99	c cleaning 180998 clauses out of 362022 with flag 36413316/16643000
976.48/975.43	c cleaning 182005 clauses out of 364025 with flag 36814646/16826001
991.65/990.62	c cleaning 183001 clauses out of 366020 with flag 37217000/17010001
1005.46/1004.42	c cleaning 183995 clauses out of 368018 with flag 37622791/17195000
1017.24/1016.29	c cleaning 185003 clauses out of 370023 with flag 38030410/17381000
1031.50/1030.56	c cleaning 185998 clauses out of 372021 with flag 38440429/17568001
1045.26/1044.35	c cleaning 187000 clauses out of 374022 with flag 38851586/17756000
1058.03/1057.18	c cleaning 187996 clauses out of 376022 with flag 39265575/17945000
1071.89/1071.03	c cleaning 189001 clauses out of 378026 with flag 39680050/18135000
1087.85/1087.08	c cleaning 190004 clauses out of 380026 with flag 40097885/18326001
1101.15/1100.29	c cleaning 190997 clauses out of 382022 with flag 40517827/18518001
1114.33/1113.44	c cleaning 192003 clauses out of 384024 with flag 40940355/18711000
1129.69/1128.80	c cleaning 192999 clauses out of 386021 with flag 41364296/18905000
1144.15/1143.31	c cleaning 193997 clauses out of 388022 with flag 41790366/19100000
1157.21/1156.40	c cleaning 195001 clauses out of 390026 with flag 42219437/19296001
1172.38/1171.61	c cleaning 196001 clauses out of 392026 with flag 42650603/19493002
1186.85/1186.07	c cleaning 196999 clauses out of 394024 with flag 43083845/19691001
1200.92/1200.10	c cleaning 198001 clauses out of 396025 with flag 43519393/19890001
1216.58/1215.84	c cleaning 199003 clauses out of 398023 with flag 43957284/20090000
1232.04/1231.33	c cleaning 199997 clauses out of 400021 with flag 44395760/20291001
1245.01/1244.36	c cleaning 200998 clauses out of 402024 with flag 44836536/20493001
1259.75/1259.03	c cleaning 201998 clauses out of 404025 with flag 45279974/20696000
1275.20/1274.55	c cleaning 203004 clauses out of 406027 with flag 45726727/20900000
1290.37/1289.70	c cleaning 204003 clauses out of 408025 with flag 46175135/21105002
1304.53/1304.00	c cleaning 204998 clauses out of 410020 with flag 46626365/21311000
1322.46/1321.38	c cleaning 205991 clauses out of 412022 with flag 47078584/21518000
1338.42/1337.32	c cleaning 207006 clauses out of 414032 with flag 47534180/21726001
1354.39/1353.37	c cleaning 208001 clauses out of 416025 with flag 47990752/21935000
1368.75/1367.70	c cleaning 208998 clauses out of 418024 with flag 48450227/22145000
1381.91/1380.86	c cleaning 210000 clauses out of 420026 with flag 48912066/22356000
1399.57/1398.57	c cleaning 211003 clauses out of 422026 with flag 49375910/22568000
1420.33/1419.38	c cleaning 212001 clauses out of 424024 with flag 49841941/22781001
1435.70/1434.70	c cleaning 212999 clauses out of 426023 with flag 50311950/22995001
1450.00/1448.90	c cleaning 214000 clauses out of 428023 with flag 50782251/23210000
1466.86/1465.86	c cleaning 215001 clauses out of 430023 with flag 51257552/23426000
1482.73/1481.71	c cleaning 216001 clauses out of 432022 with flag 51731292/23643000
1498.29/1497.33	c cleaning 216997 clauses out of 434021 with flag 52208583/23861000
1514.72/1513.75	c cleaning 217997 clauses out of 436025 with flag 52687992/24080001
1529.28/1528.38	c cleaning 219001 clauses out of 438028 with flag 53170247/24300001
1545.14/1544.27	c cleaning 220000 clauses out of 440026 with flag 53653684/24521000
1561.41/1560.51	c cleaning 221000 clauses out of 442026 with flag 54139668/24743000
1579.76/1578.96	c cleaning 221999 clauses out of 444026 with flag 54627799/24966000
1597.29/1596.48	c cleaning 223005 clauses out of 446029 with flag 55118311/25190002
1615.45/1614.62	c cleaning 223995 clauses out of 448022 with flag 55611051/25415000
1633.42/1632.62	c cleaning 225002 clauses out of 450027 with flag 56105494/25641000
1655.57/1654.85	c cleaning 226001 clauses out of 452025 with flag 56602129/25868000
1677.41/1676.77	c cleaning 227002 clauses out of 454024 with flag 57101104/26096000
1699.79/1698.64	c cleaning 228005 clauses out of 456025 with flag 57601398/26325003
1720.03/1718.93	c cleaning 228997 clauses out of 458017 with flag 58103618/26555000
1741.29/1740.21	c cleaning 229998 clauses out of 460021 with flag 58607572/26786001
1759.84/1758.89	c cleaning 231000 clauses out of 462023 with flag 59114793/27018001
1781.59/1780.62	c cleaning 231997 clauses out of 464022 with flag 59625427/27251000
1801.13/1800.15	c cleaning 233000 clauses out of 466025 with flag 60136274/27485000
1819.79/1818.81	c cleaning 233998 clauses out of 468026 with flag 60649877/27720001
1840.63/1839.75	c cleaning 235001 clauses out of 470027 with flag 61166260/27956000
1859.28/1858.46	c cleaning 235998 clauses out of 472026 with flag 61685284/28193000
1883.52/1882.78	c cleaning 237002 clauses out of 474028 with flag 62205149/28431000
1907.03/1906.21	c cleaning 238001 clauses out of 476028 with flag 62728235/28670002
1929.59/1928.89	c cleaning 239000 clauses out of 478025 with flag 63253004/28910000
1954.93/1954.26	c cleaning 240003 clauses out of 480025 with flag 63781126/29151000
1977.98/1977.38	c cleaning 240999 clauses out of 482023 with flag 64310390/29393001
2001.12/2000.52	c cleaning 242000 clauses out of 484023 with flag 64843102/29636000
2023.98/2023.27	c cleaning 243001 clauses out of 486023 with flag 65377385/29880000
2046.03/2045.32	c cleaning 244002 clauses out of 488023 with flag 65913454/30125001
2068.39/2067.74	c cleaning 244999 clauses out of 490021 with flag 66452143/30371001
2089.64/2089.03	c cleaning 245999 clauses out of 492022 with flag 66993130/30618001
2115.97/2115.47	c cleaning 246997 clauses out of 494023 with flag 67535764/30866001
2141.52/2141.05	c cleaning 248004 clauses out of 496027 with flag 68081241/31115002
2168.68/2167.82	c cleaning 248995 clauses out of 498022 with flag 68629198/31365001
2191.33/2190.57	c cleaning 249999 clauses out of 500026 with flag 69178545/31616000
2213.06/2212.39	c cleaning 251004 clauses out of 502028 with flag 69730459/31868001
2241.40/2240.77	c cleaning 251995 clauses out of 504024 with flag 70283782/32121001
2266.23/2265.65	c cleaning 253004 clauses out of 506031 with flag 70839064/32375003
2291.57/2291.07	c cleaning 254003 clauses out of 508025 with flag 71397218/32630001
2316.68/2316.16	c cleaning 254999 clauses out of 510022 with flag 71957330/32886001
2340.62/2340.18	c cleaning 255997 clauses out of 512023 with flag 72520342/33143001
2364.05/2363.62	c cleaning 256996 clauses out of 514025 with flag 73084602/33401000
2386.19/2385.80	c cleaning 257997 clauses out of 516029 with flag 73651529/33660000
2410.74/2410.44	c cleaning 259002 clauses out of 518033 with flag 74221310/33920001
2435.14/2434.81	c cleaning 260004 clauses out of 520031 with flag 74792050/34181001
2459.88/2459.67	c cleaning 260999 clauses out of 522026 with flag 75366780/34443000
2488.71/2488.54	c cleaning 262005 clauses out of 524028 with flag 75942451/34706001
2518.62/2518.58	c cleaning 263002 clauses out of 526022 with flag 76519198/34970000
2545.74/2545.77	c cleaning 263999 clauses out of 528020 with flag 77098036/35235000
2574.88/2574.83	c cleaning 264999 clauses out of 530022 with flag 77678898/35501001
2602.91/2603.00	c cleaning 265996 clauses out of 532022 with flag 78263408/35768000
2632.53/2632.66	c cleaning 266997 clauses out of 534026 with flag 78849422/36036000
2657.27/2657.42	c cleaning 267999 clauses out of 536029 with flag 79436964/36305000
2682.09/2682.33	c cleaning 269002 clauses out of 538030 with flag 80027013/36575000
2710.47/2710.21	c cleaning 269997 clauses out of 540029 with flag 80620237/36846001
2738.12/2737.91	c cleaning 271006 clauses out of 542031 with flag 81216155/37118000
2766.44/2766.32	c cleaning 271998 clauses out of 544026 with flag 81811862/37391001
2796.56/2796.59	c cleaning 272998 clauses out of 546027 with flag 82412292/37665000
2825.07/2825.07	c cleaning 274002 clauses out of 548030 with flag 83013316/37940001
2852.70/2852.72	c cleaning 274999 clauses out of 550027 with flag 83617238/38216000
2883.73/2883.85	c cleaning 276000 clauses out of 552028 with flag 84223184/38493000
2915.25/2915.48	c cleaning 277001 clauses out of 554028 with flag 84831073/38771000
2948.67/2948.92	c cleaning 278001 clauses out of 556027 with flag 85442126/39050000
2984.16/2984.48	c cleaning 279000 clauses out of 558028 with flag 86054745/39330002
3019.99/3020.39	c cleaning 280009 clauses out of 560029 with flag 86672927/39611003
3055.31/3055.78	c cleaning 280993 clauses out of 562017 with flag 87292758/39893000
3094.51/3095.02	c cleaning 282003 clauses out of 564025 with flag 87913063/40176001
3133.80/3134.49	c cleaning 283004 clauses out of 566022 with flag 88537134/40460001
3174.24/3174.44	c cleaning 283999 clauses out of 568019 with flag 89162755/40745002
3215.34/3215.68	c cleaning 284998 clauses out of 570018 with flag 89789967/41031000
3254.85/3255.26	c cleaning 285996 clauses out of 572020 with flag 90418754/41318000
3297.34/3297.84	c cleaning 287002 clauses out of 574025 with flag 91049558/41606001
3344.35/3344.70	c cleaning 288001 clauses out of 576023 with flag 91684374/41895001
3377.06/3377.58	c cleaning 288994 clauses out of 578022 with flag 92319567/42185001
3417.25/3417.82	c cleaning 290004 clauses out of 580027 with flag 92957390/42476000
3458.44/3459.07	c cleaning 290997 clauses out of 582024 with flag 93595731/42768001
3498.04/3498.77	c cleaning 292001 clauses out of 584028 with flag 94236462/43061002
3532.56/3533.37	c cleaning 293000 clauses out of 586025 with flag 94880617/43355000
3572.28/3573.01	c cleaning 294003 clauses out of 588026 with flag 95526791/43650001
3600.01/3600.81	c starts		: 1
3600.01/3600.82	c conflicts		: 43946000
3600.01/3600.82	c decisions		: 62753373
3600.01/3600.82	c propagations		: 404484685
3600.01/3600.82	c inspects		: 26519529508
3600.01/3600.82	c shortcuts		: 0
3600.01/3600.82	c learnt literals	: 0
3600.01/3600.82	c learnt binary clauses	: 0
3600.01/3600.82	c learnt ternary clauses	: 0
3600.01/3600.82	c learnt constraints	: 43946000
3600.01/3600.83	c ignored constraints	: 0
3600.01/3600.83	c root simplifications	: 0
3600.01/3600.83	c removed literals (reason simplification)	: 3839699
3600.01/3600.83	c reason swapping (by a shorter reason)	: 0
3600.01/3600.83	c Calls to reduceDB	: 292
3600.01/3600.83	c Number of update (reduction) of LBD	: 2897477
3600.01/3600.83	c Imported unit clauses	: 0
3600.01/3600.83	c No decision after first conflict	: false
3600.01/3600.83	c number of reductions to clauses (during analyze)	: 0
3600.01/3600.83	c number of learned constraints concerned by reduction	: 0
3600.01/3600.83	c number of learning phase by resolution	: 0
3600.01/3600.83	c number of learning phase by cutting planes	: 0
3600.01/3600.83	c number of rounding to 1 operations	: 0
3600.01/3600.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3600.83	c number of reductions of the coefficients by power 2 	: 0
3600.01/3600.83	c number of right shift for reduction by power 2 	: 0
3600.01/3600.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3600.83	c number of ending skipping 	: 0
3600.01/3600.83	c number of internal skipping 	: 0
3600.01/3600.83	c number of derivation steps 	: 0
3600.01/3600.83	c number of skipped derivation steps 	: 0
3600.01/3600.83	c number of remaining unassigned 	: 0
3600.01/3600.83	c number of remaining assigned 	: 0
3600.01/3600.83	c number of falsified literals weakened from reason	: 0
3600.01/3600.83	c number of falsified literals weakened from conflict	: 0
3600.01/3600.83	c time for arithmetic operations	: 0
3600.01/3600.85	c minimum degree of deleted constraints	: null
3600.01/3600.85	c maximum degree of deleted constraints	: null
3600.01/3600.85	c number of deleted constraints	: 0
3600.01/3600.85	c speed (assignments/second)	: 112335.38840354954
3600.01/3600.85	c non guided choices	: 112
3600.21/3600.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 590022
3600.21/3600.93	s UNKNOWN
3600.21/3600.93	c Total wall clock time (in seconds): 3600.802

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543680-1753231301/watcher-4543680-1753231301 -o /tmp/evaluation-result-4543680-1753231301/solver-4543680-1753231301 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216816 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543680-1753231301.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=217761, runsolver pid=217758

[startup+0.100059 s]*
/proc/loadavg: 4.12 4.11 4.09 6/338 217779
/proc/meminfo: memFree=123521856/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=18930384 memory=57744 CPUtime=0.12 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 6568 0 0 0 10 2 0 0 20 0 18 0 238808851 19384713216 14436 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4732596 14436 5353 1 0 547619 0
[pid=217761/tid=217763] ppid=217758 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 238808853 19384713216 14436 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238808855 19384713216 14436 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=18930384 memory=57385981077077 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238808855 19384713216 14436 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57744 KiB

[startup+0.20558 s]*
/proc/loadavg: 4.12 4.11 4.09 7/339 217780
/proc/meminfo: memFree=123513728/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=18996948 memory=62060 CPUtime=0.32 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 7307 0 0 0 30 2 0 0 20 0 19 0 238808851 19452874752 15515 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4749237 15515 5449 1 0 548277 0
[pid=217761/tid=217763] ppid=217758 vsize=18996948 memory=4027056412 CPUtime=0.16 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 5306 0 0 0 15 1 0 0 20 0 19 0 238808853 19452874752 15515 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=18996948 memory=17913 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 15515 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=18996948 memory=56286469424100 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 15515 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238808868 19452874752 15515 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62060 KiB

[startup+0.305469 s]*
/proc/loadavg: 4.12 4.11 4.09 6/339 217780
/proc/meminfo: memFree=123501580/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=18996948 memory=73740 CPUtime=0.52 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 10318 0 0 0 49 3 0 0 20 0 19 0 238808851 19452874752 18435 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4749237 18435 5449 1 0 550094 0
[pid=217761/tid=217763] ppid=217758 vsize=18996948 memory=-8599732775741530812 CPUtime=0.26 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 5321 0 0 0 25 1 0 0 20 0 19 0 238808853 19452874752 18435 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 18435 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 18435 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238808868 19452874752 18435 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73740 KiB

[startup+0.700235 s]
/proc/loadavg: 4.12 4.11 4.09 6/339 217780
/proc/meminfo: memFree=123497232/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=18996948 memory=84664 CPUtime=1.28 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 11754 0 0 0 125 3 0 0 20 0 19 0 238808851 19452874752 21166 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4749237 21166 5449 1 0 551141 0
[pid=217761/tid=217763] ppid=217758 vsize=18996948 memory=22272 CPUtime=0.64 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 5371 0 0 0 62 2 0 0 20 0 19 0 238808853 19452874752 21166 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 21166 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 21166 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238808868 19452874752 21166 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84664 KiB

[startup+1.50021 s]
/proc/loadavg: 4.12 4.11 4.09 6/339 217780
/proc/meminfo: memFree=123483432/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=18996948 memory=112192 CPUtime=2.37 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 15093 0 0 0 234 3 0 0 20 0 19 0 238808851 19452874752 28048 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4749237 28048 5449 1 0 551303 0
[pid=217761/tid=217763] ppid=217758 vsize=18996948 memory=0 CPUtime=1.43 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 5723 0 0 0 141 2 0 0 20 0 19 0 238808853 19452874752 28048 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 28048 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 28048 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238808868 19452874752 28048 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112192 KiB

[startup+3.1053 s]
/proc/loadavg: 4.12 4.11 4.09 5/339 217780
/proc/meminfo: memFree=123417644/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=18996948 memory=161452 CPUtime=4.01 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 16022 0 0 0 396 5 0 0 20 0 19 0 238808851 19452874752 40363 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4749237 40363 5449 1 0 551305 0
[pid=217761/tid=217763] ppid=217758 vsize=18996948 memory=10752 CPUtime=3.02 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 6004 0 0 0 299 3 0 0 20 0 19 0 238808853 19452874752 40363 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=18996948 memory=-8599732775741530812 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 40363 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238808855 19452874752 40363 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238808868 19452874752 40363 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161452 KiB

[startup+6.30016 s]
/proc/loadavg: 4.11 4.11 4.09 5/340 217781
/proc/meminfo: memFree=123397440/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=178604 CPUtime=7.22 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 17170 0 0 0 717 5 0 0 20 0 20 0 238808851 19521036288 44651 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 44651 5481 1 0 551594 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=0 CPUtime=6.19 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 6017 0 0 0 616 3 0 0 20 0 20 0 238808853 19521036288 44651 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 44651 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 44651 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=114240 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 44651 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 7.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178604 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.14 4.10 5/340 217915
/proc/meminfo: memFree=123068732/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=246580 CPUtime=13.64 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 19197 0 0 0 1356 8 0 0 20 0 20 0 238808851 19521036288 61645 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 61645 5481 1 0 551594 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=114240 CPUtime=12.48 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 6562 0 0 0 1244 4 0 0 20 0 20 0 238808853 19521036288 61645 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 61645 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 61645 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=-8599732775741530812 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 61645 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 246580 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.13 4.10 5/340 217982
/proc/meminfo: memFree=121418688/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=410716 CPUtime=26.54 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 23235 0 0 0 2642 12 0 0 20 0 20 0 238808851 19521036288 102679 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 102679 5513 1 0 551594 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=0 CPUtime=25.11 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 7461 0 0 0 2507 4 0 0 20 0 20 0 238808853 19521036288 102679 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=-8599732775741530812 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 102679 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=359464 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 102679 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=324628 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 102679 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 26.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 410716 KiB

[startup+51.1054 s]
/proc/loadavg: 4.20 4.14 4.10 5/340 217983
/proc/meminfo: memFree=120594896/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=613516 CPUtime=52.24 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 23388 0 0 0 5207 17 0 0 20 0 20 0 238808851 19521036288 153379 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 153379 5513 1 0 551594 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=10752 CPUtime=50.48 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.11 5/341 218159
/proc/meminfo: memFree=106369720/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3281.87 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 82920 0 0 0 328036 151 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3268.92 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 35956 0 0 0 326851 41 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3281.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.15 4.11 5/340 218161
/proc/meminfo: memFree=106369804/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3341.95 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 83748 0 0 0 334041 154 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3328.52 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 36322 0 0 0 332811 41 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=22272 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3341.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/340 218163
/proc/meminfo: memFree=106368916/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3401.79 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 84733 0 0 0 340024 155 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3388.35 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 37256 0 0 0 338793 42 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 937 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3401.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/341 218166
/proc/meminfo: memFree=106368788/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3461.72 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 85364 0 0 0 346015 157 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=14692 CPUtime=3448.13 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 37422 0 0 0 344771 42 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 950 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3461.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/341 218168
/proc/meminfo: memFree=106370048/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3521.58 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 85485 0 0 0 352000 158 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=14692 CPUtime=3507.97 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 37487 0 0 0 350755 42 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 952 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3521.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/341 218170
/proc/meminfo: memFree=106369428/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3581.55 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 85742 0 0 0 357996 159 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3567.68 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 37588 0 0 0 356726 42 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 953 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3581.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.8 s]
/proc/loadavg: 3.92 4.08 4.08 2/266 218273
/proc/meminfo: memFree=127587016/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3600.01 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 85752 0 0 0 359841 160 0 0 20 0 20 0 238808851 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4765878 474775 5513 1 0 486821 0
[pid=217761/tid=217763] ppid=217758 vsize=19063512 memory=1899100 CPUtime=3586.12 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 37589 0 0 0 358570 42 0 0 20 0 20 0 238808853 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19063512 memory=22272 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 953 0 0 0 0 0 0 0 20 0 20 0 238808855 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217780] ppid=217758 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/217761/task/217780/stat : 217780 (Timer-0) S 217758 217761 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238808868 19521036288 474775 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899100 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.67 s, system=1.61153 s

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

[startup+3600.9 s]
/proc/loadavg: 3.92 4.08 4.08 2/266 218273
/proc/meminfo: memFree=127587016/131249992 swapFree=33003724/33010684
[pid=217761] ppid=217758 vsize=19263204 memory=1899996 CPUtime=3600.21 cores=4,6
/proc/217761/stat : 217761 (java) S 217758 217761 216805 0 -1 4194304 87059 0 0 0 359861 160 0 0 20 0 21 0 238808851 19725520896 474999 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
/proc/217761/statm: 4815801 474999 5545 1 0 487724 0
[pid=217761/tid=217763] ppid=217758 vsize=19263204 memory=1899100 CPUtime=3586.23 cores=4,6
/proc/217761/task/217763/stat : 217763 (java) R 217758 217761 216805 0 -1 4194368 37589 0 0 0 358581 42 0 0 20 0 21 0 238808853 19725520896 474999 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217772] ppid=217758 vsize=19263204 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217772/stat : 217772 (Finalizer) S 217758 217761 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238808855 19725520896 474999 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
[pid=217761/tid=217779] ppid=217758 vsize=19263204 memory=1899100 CPUtime=0 cores=4,6
/proc/217761/task/217779/stat : 217779 (Common-Cleaner) S 217758 217761 216805 0 -1 4194368 953 0 0 0 0 0 0 0 20 0 21 0 238808855 19725520896 474999 18446744073709551615 94377338081280 94377338084976 140725749194080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94377338092792 94377338093584 94377347584000 140725749197183 140725749197284 140725749197284 140725749202888 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1899996 KiB

Child status: 143

Real time (s): 3600.94
CPU time (s): 3600.29
CPU user time (s): 3598.67
CPU system time (s): 1.61153
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2165604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.67
system time used= 1.61153
maximum resident set size= 2165604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87205
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105705
involuntary context switches= 21591


# summary of solver processes directly reported to runsolver:
#   pid: 217761
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3598.67
#   total CPU system time (s): 1.61153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.15482 second user time and 16.6182 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 02:41:41
IDJOB=4543680
IDBENCH=174409
IDSOLVER=3363
FILE ID=nodeC025/4543680-1753231301
RUNJOBID= nodeC025-1753224118-216816
SLURM_JOB_ID= 9687832
Free space on /tmp= 431860 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543680-1753231301/watcher-4543680-1753231301 -o /tmp/evaluation-result-4543680-1753231301/solver-4543680-1753231301 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216816 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543680-1753231301.opb

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

MD5SUM BENCH= bc326017418b9b1ea2c8f3320db7415a
RANDOM SEED=2020012850

nodeC025 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.813
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.67
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		: 3600.267
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        123555816 kB
MemAvailable:   123765192 kB
Buffers:            2128 kB
Cached:           953080 kB
SwapCached:         2132 kB
Active:          6682248 kB
Inactive:         298416 kB
Active(anon):    6019448 kB
Inactive(anon):    27612 kB
Active(file):     662800 kB
Inactive(file):   270804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               724 kB
Writeback:            24 kB
AnonPages:       6025556 kB
Mapped:           123380 kB
Shmem:             21600 kB
KReclaimable:     230024 kB
Slab:             327624 kB
SReclaimable:     230024 kB
SUnreclaim:        97600 kB
KernelStack:        5216 kB
PageTables:        15652 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6877248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5824512 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431860 MiB
End job on nodeC025 at 2025-07-23 03:41:42