Trace number 4520535

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)81 3515.42 3700.47

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r6_c50.opb
MD5SUM7d11159905f6b10a69b89af52605ef85
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark0.066005
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints300
Number of constraints which are clauses300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 300
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 300
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.17	c See www.sat4j.org for details.
0.09/0.18	c version PB25.v20250606
0.09/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.21	c java.vm.version	22.0.1+8-16
0.09/0.21	c java.vm.vendor	Oracle Corporation
0.09/0.21	c sun.arch.data.model	64
0.09/0.21	c java.version		22.0.1
0.09/0.21	c os.name		Linux
0.09/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.21	c os.arch		amd64
0.09/0.22	c Free memory 		2104792832
0.09/0.22	c Max memory 		16282288128
0.09/0.22	c Total memory 		2113929216
0.09/0.22	c Number of processors 	2
0.24/0.28	c Pseudo Boolean Optimization by upper bound
0.24/0.28	c --- Begin Solver configuration ---
0.24/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.24/0.28	c Learn all clauses as in MiniSAT
0.24/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.28	c Expensive reason simplification
0.24/0.28	c Glucose 2.1 dynamic restart strategy
0.24/0.28	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.24/0.28	c timeout=2147483s
0.24/0.28	c DB Simplification allowed=false
0.24/0.28	c Listener: none
0.24/0.28	c --- End Solver configuration ---
0.24/0.28	c solving HOME/instance-4520535-1751576719.opb
0.24/0.28	c reading problem ... 
0.31/0.39	c using VERIPB proof format
0.31/0.40	c  objective function found
0.31/0.44	c ... done. Wall clock time 0.163s.
0.31/0.44	c declared #vars     300
0.31/0.44	c #constraints  300
0.31/0.44	c constraints type 
0.31/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 300
0.31/0.44	c 300 constraints processed.
0.31/0.45	c objective function length is 300 literals
0.31/0.47	c SATISFIABLE
0.31/0.47	c OPTIMIZING...
0.31/0.47	c Got one! Elapsed wall clock time (in seconds):0.187
0.31/0.47	o 82
1.66/1.15	c cleaning 2501 clauses out of 5001 with flag 11920/5001
2.82/1.76	c cleaning 4247 clauses out of 8500 with flag 26966/11001
4.02/2.32	c cleaning 5625 clauses out of 11253 with flag 42601/18001
5.00/2.81	c cleaning 6812 clauses out of 13627 with flag 60564/26000
5.79/3.23	c cleaning 7902 clauses out of 15815 with flag 80789/35000
6.45/3.63	c cleaning 8957 clauses out of 17915 with flag 102979/45002
6.89/4.07	c cleaning 9975 clauses out of 19957 with flag 127568/56001
7.40/4.56	c cleaning 10986 clauses out of 21981 with flag 154307/68000
7.89/5.05	c cleaning 11997 clauses out of 23995 with flag 183342/81000
8.50/5.62	c cleaning 12998 clauses out of 25998 with flag 214455/95000
9.09/6.21	c cleaning 13996 clauses out of 28000 with flag 247648/110000
9.76/6.89	c cleaning 15000 clauses out of 30005 with flag 285415/126001
10.62/7.66	c cleaning 16000 clauses out of 32005 with flag 323901/143001
12.09/9.02	c cleaning 17000 clauses out of 34004 with flag 364384/161000
13.10/10.09	c cleaning 18002 clauses out of 36004 with flag 406900/180000
14.20/11.12	c cleaning 18997 clauses out of 38003 with flag 451801/200001
15.27/12.20	c cleaning 19997 clauses out of 40006 with flag 501603/221001
16.57/13.54	c cleaning 20997 clauses out of 42008 with flag 558868/243000
17.97/14.91	c cleaning 22001 clauses out of 44011 with flag 617793/266000
19.09/16.12	c cleaning 23001 clauses out of 46011 with flag 675891/290001
20.57/17.52	c cleaning 24003 clauses out of 48009 with flag 739305/315000
21.87/18.81	c cleaning 24998 clauses out of 50006 with flag 799874/341000
23.46/20.49	c cleaning 26001 clauses out of 52009 with flag 865791/368001
24.86/21.83	c cleaning 27002 clauses out of 54008 with flag 928489/396001
26.17/23.15	c cleaning 28000 clauses out of 56005 with flag 992888/425000
27.55/24.58	c cleaning 28999 clauses out of 58006 with flag 1059611/455001
28.96/25.99	c cleaning 30000 clauses out of 60006 with flag 1128601/486000
30.65/27.65	c cleaning 30999 clauses out of 62006 with flag 1199625/518000
32.25/29.25	c cleaning 32004 clauses out of 64009 with flag 1273288/551002
33.93/30.90	c cleaning 32997 clauses out of 66004 with flag 1348659/585001
36.87/34.12	c cleaning 33999 clauses out of 68006 with flag 1426257/620000
39.05/36.39	c cleaning 35000 clauses out of 70007 with flag 1506525/656000
40.94/38.25	c cleaning 35998 clauses out of 72008 with flag 1588773/693001
43.03/40.37	c cleaning 36997 clauses out of 74009 with flag 1673358/731000
45.14/42.47	c cleaning 38006 clauses out of 76014 with flag 1760520/770002
47.63/44.95	c cleaning 39001 clauses out of 78007 with flag 1850073/810001
49.93/47.26	c cleaning 40003 clauses out of 80006 with flag 1941515/851001
52.46/49.71	c cleaning 41001 clauses out of 82003 with flag 2036256/893001
52.96/50.27	c Got one! Elapsed wall clock time (in seconds):49.987
52.96/50.27	o 81
53.64/50.71	c cleaning 29562 clauses out of 59136 with flag 11920/911135
53.95/51.02	c cleaning 17787 clauses out of 35574 with flag 26656/917135
54.23/51.30	c cleaning 12393 clauses out of 24787 with flag 42413/924135
54.57/51.58	c cleaning 10195 clauses out of 20394 with flag 60356/932135
55.27/51.91	c cleaning 9592 clauses out of 19200 with flag 81843/941136
55.64/52.25	c cleaning 9801 clauses out of 19608 with flag 105224/951136
56.04/52.63	c cleaning 10397 clauses out of 20807 with flag 130032/962136
56.56/53.12	c cleaning 11205 clauses out of 22409 with flag 157251/974135
57.03/53.62	c cleaning 12099 clauses out of 24205 with flag 187908/987136
57.55/54.14	c cleaning 13048 clauses out of 26106 with flag 219606/1001136
58.14/54.72	c cleaning 14025 clauses out of 28059 with flag 253169/1016137
58.74/55.32	c cleaning 15017 clauses out of 30034 with flag 288989/1032137
59.45/56.03	c cleaning 16001 clauses out of 32015 with flag 326857/1049135
60.14/56.72	c cleaning 17006 clauses out of 34015 with flag 367010/1067136
60.83/57.46	c cleaning 18001 clauses out of 36009 with flag 409642/1086136
61.63/58.24	c cleaning 19002 clauses out of 38008 with flag 454218/1106136
62.56/59.12	c cleaning 20004 clauses out of 40007 with flag 501420/1127137
63.45/60.03	c cleaning 21001 clauses out of 42001 with flag 550814/1149135
64.45/61.03	c cleaning 21994 clauses out of 44000 with flag 603481/1172135
65.44/62.07	c cleaning 22996 clauses out of 46006 with flag 661417/1196135
66.70/63.20	c cleaning 24005 clauses out of 48011 with flag 720139/1221136
67.79/64.36	c cleaning 25000 clauses out of 50006 with flag 782567/1247136
69.19/65.73	c cleaning 26003 clauses out of 52007 with flag 850764/1274137
70.61/67.14	c cleaning 26996 clauses out of 54002 with flag 921139/1302135
71.88/68.46	c cleaning 27998 clauses out of 56006 with flag 988704/1331135
73.50/70.03	c cleaning 28999 clauses out of 58009 with flag 1062360/1361136
74.98/71.55	c cleaning 29998 clauses out of 60010 with flag 1134562/1392136
76.38/73.01	c cleaning 31003 clauses out of 62012 with flag 1209012/1424136
79.65/76.21	c cleaning 31998 clauses out of 64008 with flag 1287167/1457135
81.65/78.20	c cleaning 33003 clauses out of 66010 with flag 1366103/1491135
83.44/80.05	c cleaning 34004 clauses out of 68009 with flag 1448123/1526137
85.29/82.00	c cleaning 35000 clauses out of 70003 with flag 1530803/1562135
87.29/84.01	c cleaning 36000 clauses out of 72003 with flag 1614230/1599135
89.18/85.81	c cleaning 36995 clauses out of 74003 with flag 1699665/1637135
91.31/87.96	c cleaning 37996 clauses out of 76009 with flag 1786576/1676136
93.43/90.05	c cleaning 39004 clauses out of 78014 with flag 1875711/1716137
95.56/92.19	c cleaning 40003 clauses out of 80008 with flag 1967195/1757135
97.91/94.73	c cleaning 41003 clauses out of 82007 with flag 2061769/1799137
100.41/97.21	c cleaning 42002 clauses out of 84003 with flag 2157978/1842136
102.80/99.62	c cleaning 42998 clauses out of 86001 with flag 2256764/1886136
105.36/102.18	c cleaning 43998 clauses out of 88002 with flag 2356761/1931135
108.05/104.82	c cleaning 44999 clauses out of 90004 with flag 2458912/1977135
110.55/107.35	c cleaning 45996 clauses out of 92005 with flag 2564092/2024135
113.55/110.37	c cleaning 47004 clauses out of 94010 with flag 2672010/2072136
116.52/113.20	c cleaning 47998 clauses out of 96006 with flag 2781180/2121136
119.33/116.01	c cleaning 49003 clauses out of 98007 with flag 2892741/2171135
123.04/119.75	c cleaning 49998 clauses out of 100005 with flag 3008103/2222136
126.10/122.79	c cleaning 50996 clauses out of 102006 with flag 3124835/2274135
129.66/126.34	c cleaning 52001 clauses out of 104010 with flag 3244481/2327135
134.79/131.33	c cleaning 52999 clauses out of 106010 with flag 3363775/2381136
139.44/136.00	c cleaning 53997 clauses out of 108010 with flag 3486047/2436135
143.81/140.25	c cleaning 55005 clauses out of 110014 with flag 3612139/2492136
148.40/144.81	c cleaning 56001 clauses out of 112008 with flag 3738726/2549135
152.15/148.53	c cleaning 56999 clauses out of 114007 with flag 3868286/2607135
156.01/152.36	c cleaning 58000 clauses out of 116009 with flag 3999911/2666136
160.55/156.89	c cleaning 59000 clauses out of 118008 with flag 4133512/2726135
164.51/160.76	c cleaning 60004 clauses out of 120009 with flag 4269290/2787136
169.39/165.54	c cleaning 60998 clauses out of 122004 with flag 4407752/2849135
173.99/170.14	c cleaning 62003 clauses out of 124007 with flag 4547276/2912136
178.23/174.37	c cleaning 62997 clauses out of 126003 with flag 4689719/2976135
182.57/178.60	c cleaning 63998 clauses out of 128007 with flag 4834467/3041136
186.72/182.78	c cleaning 65000 clauses out of 130009 with flag 4982610/3107136
191.84/187.87	c cleaning 66000 clauses out of 132008 with flag 5131960/3174135
198.67/194.68	c cleaning 67003 clauses out of 134009 with flag 5283425/3242136
205.23/201.12	c cleaning 67999 clauses out of 136006 with flag 5437046/3311136
211.16/207.07	c cleaning 69004 clauses out of 138009 with flag 5593417/3381138
216.98/212.87	c cleaning 69995 clauses out of 140003 with flag 5751236/3452136
221.95/217.71	c cleaning 70996 clauses out of 142007 with flag 5912153/3524135
227.83/223.56	c cleaning 72001 clauses out of 144011 with flag 6075294/3597135
233.57/229.26	c cleaning 73001 clauses out of 146010 with flag 6240196/3671135
238.93/234.59	c cleaning 74001 clauses out of 148009 with flag 6407370/3746135
244.60/240.19	c cleaning 75003 clauses out of 150008 with flag 6577130/3822135
250.85/246.35	c cleaning 76002 clauses out of 152005 with flag 6749168/3899135
256.74/252.12	c cleaning 76997 clauses out of 154004 with flag 6923748/3977136
262.45/257.85	c cleaning 77999 clauses out of 156007 with flag 7099733/4056136
269.41/264.77	c cleaning 78994 clauses out of 158007 with flag 7281165/4136135
276.89/272.16	c cleaning 80001 clauses out of 160013 with flag 7474184/4217135
283.47/278.73	c cleaning 80999 clauses out of 162012 with flag 7664615/4299135
290.00/285.20	c cleaning 82000 clauses out of 164013 with flag 7852078/4382135
298.28/293.48	c cleaning 83005 clauses out of 166014 with flag 8043004/4466136
305.73/300.82	c cleaning 84002 clauses out of 168008 with flag 8231868/4551135
313.17/308.23	c cleaning 84999 clauses out of 170006 with flag 8427814/4637135
320.90/315.96	c cleaning 86000 clauses out of 172008 with flag 8622031/4724136
327.31/322.37	c cleaning 86998 clauses out of 174008 with flag 8817902/4812136
333.41/328.49	c cleaning 87999 clauses out of 176009 with flag 9015600/4901135
341.41/336.38	c cleaning 89001 clauses out of 178011 with flag 9216302/4991136
349.07/343.98	c cleaning 89994 clauses out of 180009 with flag 9419499/5082135
355.74/350.52	c cleaning 91005 clauses out of 182016 with flag 9625219/5174136
364.78/359.50	c cleaning 92001 clauses out of 184011 with flag 9832599/5267136
373.26/367.91	c cleaning 93000 clauses out of 186011 with flag 10042968/5361137
381.52/376.12	c cleaning 94002 clauses out of 188011 with flag 10254840/5456137
390.31/385.00	c cleaning 94999 clauses out of 190008 with flag 10469560/5552136
399.91/394.44	c cleaning 95998 clauses out of 192008 with flag 10687194/5649135
408.76/403.27	c cleaning 96997 clauses out of 194010 with flag 10907956/5747135
417.90/412.62	c cleaning 98003 clauses out of 196013 with flag 11127835/5846135
429.20/423.87	c cleaning 98999 clauses out of 198010 with flag 11354690/5946135
439.52/442.14	c cleaning 100006 clauses out of 200012 with flag 11580883/6047136
452.43/455.44	c cleaning 100995 clauses out of 202005 with flag 11808586/6149135
461.45/464.44	c cleaning 102002 clauses out of 204011 with flag 12038160/6252136
472.35/475.76	c cleaning 103004 clauses out of 206008 with flag 12271293/6356135
485.17/488.71	c cleaning 103994 clauses out of 208004 with flag 12508992/6461135
495.63/502.59	c cleaning 105000 clauses out of 210011 with flag 12750172/6567136
505.18/512.28	c cleaning 105999 clauses out of 212010 with flag 12994607/6674135
516.67/523.72	c cleaning 107004 clauses out of 214012 with flag 13244037/6782136
526.27/533.46	c cleaning 108000 clauses out of 216009 with flag 13492076/6891137
538.14/550.10	c cleaning 108995 clauses out of 218009 with flag 13741697/7001137
548.88/560.89	c cleaning 109999 clauses out of 220012 with flag 13999877/7112135
560.18/572.49	c cleaning 111006 clauses out of 222014 with flag 14261217/7224136
573.38/585.61	c cleaning 111998 clauses out of 224007 with flag 14516405/7337135
585.21/597.42	c cleaning 113001 clauses out of 226009 with flag 14772963/7451135
596.65/608.93	c cleaning 113997 clauses out of 228008 with flag 15035725/7566135
607.00/619.46	c cleaning 115002 clauses out of 230012 with flag 15297063/7682136
617.13/629.77	c cleaning 116002 clauses out of 232009 with flag 15560281/7799135
629.45/642.06	c cleaning 117001 clauses out of 234010 with flag 15826648/7917138
641.29/654.06	c cleaning 117996 clauses out of 236006 with flag 16097865/8036135
654.30/667.14	c cleaning 119005 clauses out of 238011 with flag 16373850/8156136
667.31/680.38	c cleaning 119997 clauses out of 240006 with flag 16645865/8277136
680.84/694.03	c cleaning 121002 clauses out of 242008 with flag 16921623/8399135
693.12/706.44	c cleaning 121997 clauses out of 244006 with flag 17196497/8522135
705.98/719.35	c cleaning 123003 clauses out of 246009 with flag 17476594/8646135
721.14/739.71	c cleaning 124004 clauses out of 248008 with flag 17757073/8771137
735.84/754.43	c cleaning 124997 clauses out of 250002 with flag 18037091/8897135
751.55/770.21	c cleaning 125994 clauses out of 252006 with flag 18320937/9024136
766.03/788.82	c cleaning 127003 clauses out of 254012 with flag 18609136/9152136
780.10/803.16	c cleaning 128002 clauses out of 256011 with flag 18901552/9281138
795.39/819.08	c cleaning 128998 clauses out of 258008 with flag 19198846/9411137
807.07/830.81	c cleaning 130004 clauses out of 260009 with flag 19491624/9542136
821.65/845.51	c cleaning 130999 clauses out of 262006 with flag 19787542/9674137
836.08/860.12	c cleaning 131997 clauses out of 264007 with flag 20085068/9807137
848.51/872.66	c cleaning 132998 clauses out of 266008 with flag 20384118/9941135
861.51/899.38	c cleaning 134000 clauses out of 268010 with flag 20685408/10076135
873.72/911.54	c cleaning 135002 clauses out of 270012 with flag 20989175/10212137
886.83/924.77	c cleaning 136001 clauses out of 272008 with flag 21293814/10349135
899.63/937.58	c cleaning 136998 clauses out of 274007 with flag 21602124/10487135
912.51/951.46	c cleaning 137999 clauses out of 276010 with flag 21912590/10626136
925.44/965.08	c cleaning 139001 clauses out of 278011 with flag 22224643/10766136
937.31/976.91	c cleaning 140000 clauses out of 280009 with flag 22539133/10907135
950.01/989.68	c cleaning 141005 clauses out of 282010 with flag 22856162/11049136
965.33/1005.15	c cleaning 141996 clauses out of 284005 with flag 23176799/11192136
977.30/1017.02	c cleaning 142999 clauses out of 286009 with flag 23497609/11336136
992.33/1035.83	c cleaning 144004 clauses out of 288009 with flag 23820446/11481135
1006.70/1050.47	c cleaning 144993 clauses out of 290006 with flag 24147998/11627136
1022.30/1066.04	c cleaning 146000 clauses out of 292012 with flag 24488658/11774135
1040.71/1089.12	c cleaning 147004 clauses out of 294013 with flag 24846532/11922136
1059.47/1107.95	c cleaning 147999 clauses out of 296009 with flag 25189681/12071136
1077.20/1125.96	c cleaning 148998 clauses out of 298009 with flag 25542059/12221135
1093.26/1142.11	c cleaning 149999 clauses out of 300011 with flag 25894464/12372135
1109.06/1157.95	c cleaning 150999 clauses out of 302012 with flag 26245038/12524135
1126.76/1182.26	c cleaning 152004 clauses out of 304013 with flag 26594477/12677135
1143.87/1199.67	c cleaning 153004 clauses out of 306009 with flag 26949936/12831135
1163.41/1227.69	c cleaning 153997 clauses out of 308005 with flag 27311267/12986135
1180.82/1245.10	c cleaning 154996 clauses out of 310008 with flag 27675692/13142135
1200.86/1265.35	c cleaning 155997 clauses out of 312013 with flag 28034472/13299136
1218.93/1283.51	c cleaning 157003 clauses out of 314016 with flag 28387772/13457136
1242.05/1320.55	c cleaning 157998 clauses out of 316012 with flag 28748094/13616135
1261.60/1339.95	c cleaning 159002 clauses out of 318014 with flag 29109629/13776135
1279.61/1357.90	c cleaning 160002 clauses out of 320013 with flag 29470087/13937136
1299.88/1379.02	c cleaning 161000 clauses out of 322010 with flag 29833059/14099135
1321.25/1404.03	c cleaning 162002 clauses out of 324010 with flag 30200023/14262135
1339.31/1422.08	c cleaning 162997 clauses out of 326008 with flag 30566618/14426135
1355.52/1438.31	c cleaning 164004 clauses out of 328012 with flag 30935387/14591136
1370.69/1453.53	c cleaning 165000 clauses out of 330008 with flag 31304550/14757136
1390.80/1473.76	c cleaning 166002 clauses out of 332008 with flag 31675686/14924136
1407.91/1491.23	c cleaning 166997 clauses out of 334005 with flag 32050109/15092135
1425.86/1509.39	c cleaning 167998 clauses out of 336008 with flag 32426834/15261135
1447.96/1535.52	c cleaning 169001 clauses out of 338011 with flag 32806286/15431136
1466.20/1553.92	c cleaning 169997 clauses out of 340011 with flag 33188323/15602137
1483.93/1572.03	c cleaning 171000 clauses out of 342012 with flag 33569967/15774135
1502.94/1591.26	c cleaning 172006 clauses out of 344016 with flag 33954681/15947139
1521.24/1609.63	c cleaning 172992 clauses out of 346006 with flag 34341231/16121135
1539.46/1628.03	c cleaning 173999 clauses out of 348014 with flag 34731910/16296135
1561.71/1650.35	c cleaning 175004 clauses out of 350016 with flag 35125130/16472136
1583.03/1674.71	c cleaning 176001 clauses out of 352012 with flag 35520675/16649136
1599.09/1691.04	c cleaning 177005 clauses out of 354010 with flag 35918281/16827135
1618.29/1710.27	c cleaning 178001 clauses out of 356005 with flag 36318380/17006135
1638.64/1730.57	c cleaning 178999 clauses out of 358004 with flag 36720436/17186135
1659.84/1751.84	c cleaning 179999 clauses out of 360006 with flag 37123742/17367136
1679.56/1774.70	c cleaning 180999 clauses out of 362006 with flag 37530815/17549135
1699.63/1794.99	c cleaning 182000 clauses out of 364007 with flag 37939892/17732135
1720.31/1816.25	c cleaning 182998 clauses out of 366008 with flag 38351084/17916136
1744.86/1842.80	c cleaning 184001 clauses out of 368009 with flag 38765521/18101135
1766.06/1864.11	c cleaning 184997 clauses out of 370009 with flag 39180894/18287136
1791.33/1892.86	c cleaning 185998 clauses out of 372012 with flag 39597642/18474136
1813.96/1915.66	c cleaning 187002 clauses out of 374013 with flag 40019260/18662135
1839.91/1942.08	c cleaning 188002 clauses out of 376013 with flag 40443287/18851137
1862.68/1965.45	c cleaning 189003 clauses out of 378009 with flag 40866731/19041135
1887.81/1995.05	c cleaning 190001 clauses out of 380006 with flag 41293453/19232135
1915.52/2021.99	c cleaning 190999 clauses out of 382005 with flag 41721562/19424135
1940.72/2047.60	c cleaning 192000 clauses out of 384006 with flag 42152786/19617135
1964.28/2071.37	c cleaning 192996 clauses out of 386006 with flag 42586528/19811135
1990.39/2097.59	c cleaning 194001 clauses out of 388011 with flag 43023704/20006136
2014.61/2127.78	c cleaning 195001 clauses out of 390009 with flag 43461159/20202135
2039.91/2153.29	c cleaning 196003 clauses out of 392009 with flag 43900907/20399136
2065.25/2178.79	c cleaning 197001 clauses out of 394005 with flag 44342186/20597135
2093.65/2214.30	c cleaning 198001 clauses out of 396004 with flag 44787932/20796135
2123.73/2250.57	c cleaning 199000 clauses out of 398003 with flag 45235645/20996135
2147.83/2275.41	c cleaning 199994 clauses out of 400004 with flag 45686824/21197136
2174.25/2301.91	c cleaning 200996 clauses out of 402009 with flag 46137469/21399135
2199.31/2332.95	c cleaning 202002 clauses out of 404014 with flag 46590643/21602136
2224.12/2357.86	c cleaning 203003 clauses out of 406011 with flag 47046222/21806135
2249.61/2383.47	c cleaning 203994 clauses out of 408008 with flag 47503390/22011135
2274.97/2408.94	c cleaning 205002 clauses out of 410015 with flag 47965298/22217136
2300.28/2434.49	c cleaning 206004 clauses out of 412014 with flag 48429971/22424137
2323.05/2457.57	c cleaning 206995 clauses out of 414008 with flag 48894597/22632135
2351.32/2486.17	c cleaning 207997 clauses out of 416013 with flag 49364044/22841135
2377.93/2513.20	c cleaning 209007 clauses out of 418017 with flag 49837398/23051136
2407.05/2543.62	c cleaning 209997 clauses out of 420009 with flag 50310908/23262135
2435.94/2572.63	c cleaning 210999 clauses out of 422013 with flag 50783837/23474136
2463.97/2601.01	c cleaning 212002 clauses out of 424013 with flag 51258821/23687135
2492.56/2629.75	c cleaning 213003 clauses out of 426012 with flag 51735974/23901136
2517.02/2654.15	c cleaning 213997 clauses out of 428009 with flag 52215950/24116136
2542.41/2679.47	c cleaning 215000 clauses out of 430012 with flag 52698604/24332136
2569.65/2706.54	c cleaning 216005 clauses out of 432012 with flag 53186098/24549136
2595.00/2731.80	c cleaning 216999 clauses out of 434006 with flag 53673217/24767135
2622.27/2759.63	c cleaning 218000 clauses out of 436007 with flag 54161569/24986135
2649.53/2786.80	c cleaning 218998 clauses out of 438007 with flag 54651307/25206135
2678.70/2816.33	c cleaning 220001 clauses out of 440009 with flag 55144279/25427135
2707.07/2847.00	c cleaning 221002 clauses out of 442010 with flag 55642893/25649137
2734.38/2874.48	c cleaning 222001 clauses out of 444007 with flag 56141152/25872136
2766.47/2914.25	c cleaning 223000 clauses out of 446005 with flag 56644587/26096135
2797.05/2944.82	c cleaning 224001 clauses out of 448007 with flag 57147114/26321137
2824.95/2973.41	c cleaning 224999 clauses out of 450005 with flag 57650358/26547136
2855.31/3029.43	c cleaning 226000 clauses out of 452006 with flag 58155845/26774136
2883.88/3058.32	c cleaning 226995 clauses out of 454006 with flag 58667418/27002136
2918.81/3093.96	c cleaning 228004 clauses out of 456011 with flag 59176797/27231136
2948.79/3132.82	c cleaning 228995 clauses out of 458006 with flag 59690146/27461135
2980.49/3164.94	c cleaning 230003 clauses out of 460013 with flag 60207310/27692137
3010.49/3195.15	c cleaning 231000 clauses out of 462009 with flag 60724564/27924136
3042.12/3226.85	c cleaning 232003 clauses out of 464009 with flag 61246442/28157136
3075.78/3260.60	c cleaning 233002 clauses out of 466005 with flag 61776727/28391135
3114.40/3299.34	c cleaning 233997 clauses out of 468003 with flag 62308075/28626135
3151.02/3336.19	c cleaning 235001 clauses out of 470007 with flag 62839243/28862136
3188.87/3374.01	c cleaning 236003 clauses out of 472006 with flag 63367676/29099136
3225.35/3410.50	c cleaning 236994 clauses out of 474002 with flag 63900166/29337135
3258.93/3444.51	c cleaning 238001 clauses out of 476008 with flag 64433576/29576135
3290.44/3476.26	c cleaning 238998 clauses out of 478007 with flag 64971217/29816135
3325.17/3511.38	c cleaning 240004 clauses out of 480009 with flag 65509380/30057135
3358.28/3544.69	c cleaning 240994 clauses out of 482005 with flag 66051826/30299135
3390.08/3575.45	c cleaning 242001 clauses out of 484011 with flag 66594438/30542135
3421.94/3607.26	c cleaning 242995 clauses out of 486010 with flag 67138475/30786135
3453.06/3638.26	c cleaning 244001 clauses out of 488016 with flag 67684503/31031136
3480.76/3665.91	c cleaning 245001 clauses out of 490014 with flag 68233681/31277135
3511.57/3696.71	c cleaning 246004 clauses out of 492013 with flag 68782259/31524135
3514.89/3700.04	c starts		: 3
3514.89/3700.05	c conflicts		: 31578311
3514.89/3700.06	c decisions		: 45166216
3514.89/3700.06	c propagations		: 226560198
3514.89/3700.06	c inspects		: 19634737795
3514.89/3700.06	c shortcuts		: 0
3514.89/3700.06	c learnt literals	: 0
3514.89/3700.06	c learnt binary clauses	: 0
3514.89/3700.06	c learnt ternary clauses	: 0
3514.89/3700.06	c learnt constraints	: 31578311
3514.89/3700.06	c ignored constraints	: 0
3514.89/3700.06	c root simplifications	: 0
3514.89/3700.06	c removed literals (reason simplification)	: 15788795
3514.89/3700.06	c reason swapping (by a shorter reason)	: 0
3514.89/3700.06	c Calls to reduceDB	: 281
3514.89/3700.06	c Number of update (reduction) of LBD	: 2793394
3514.89/3700.06	c Imported unit clauses	: 0
3514.89/3700.07	c No decision after first conflict	: false
3514.89/3700.07	c number of reductions to clauses (during analyze)	: 0
3514.89/3700.07	c number of learned constraints concerned by reduction	: 0
3514.89/3700.07	c number of learning phase by resolution	: 0
3514.89/3700.07	c number of learning phase by cutting planes	: 0
3514.89/3700.07	c number of rounding to 1 operations	: 0
3514.89/3700.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3514.89/3700.07	c number of reductions of the coefficients by power 2 	: 0
3514.89/3700.07	c number of right shift for reduction by power 2 	: 0
3514.89/3700.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3514.89/3700.07	c number of ending skipping 	: 0
3514.89/3700.07	c number of internal skipping 	: 0
3514.89/3700.07	c number of derivation steps 	: 0
3514.89/3700.07	c number of skipped derivation steps 	: 0
3514.89/3700.07	c number of remaining unassigned 	: 0
3514.89/3700.07	c number of remaining assigned 	: 0
3514.89/3700.07	c number of falsified literals weakened from reason	: 0
3514.89/3700.08	c number of falsified literals weakened from conflict	: 0
3514.89/3700.08	c time for arithmetic operations	: 0
3514.89/3700.08	c minimum degree of deleted constraints	: null
3514.89/3700.08	c maximum degree of deleted constraints	: null
3514.89/3700.08	c number of deleted constraints	: 0
3514.89/3700.09	c speed (assignments/second)	: 61238.82499188429
3514.89/3700.09	c non guided choices	: 0
3515.29/3700.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 300185
3515.29/3700.24	s SATISFIABLE
3515.29/3700.24	c Found 2 solution(s)
3515.29/3700.24	v -x1 x2 x3 x4 x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 x89 -x90 x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 x106 x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 x134 x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 x149 -x150 x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 x166 x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 x194 x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 x209 -x210 x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 x226 x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 x253 x254 x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 x269 -x270 x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 x286 x287 x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 
3515.29/3700.25	c objective function=81
3515.29/3700.25	c Total wall clock time (in seconds): 3699.973

Verifier Data

OK	81

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (9937 MiB free)
  memory of node 1: 64465 MiB (32420 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520535-1751576719/watcher-4520535-1751576719 -o /tmp/evaluation-result-4520535-1751576719/solver-4520535-1751576719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751573472-84673 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520535-1751576719 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4520535-1751576719.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=85052, runsolver pid=85049

[startup+0.100043 s]*
/proc/loadavg: 5.82 4.98 4.71 6/348 85070
/proc/meminfo: memFree=43346608/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=18930384 memory=50196 CPUtime=0.09 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 5726 0 0 0 6 3 0 0 20 0 18 0 73351287 19384713216 12549 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4732596 12549 5322 1 0 546955 0
[pid=85052/tid=85054] ppid=85049 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 4634 0 0 0 5 2 0 0 20 0 18 0 73351289 19384713216 12549 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73351294 19384713216 12549 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73351295 19384713216 12549 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50196 KiB

[startup+0.21616 s]*
/proc/loadavg: 5.82 4.98 4.71 7/348 85070
/proc/meminfo: memFree=43345096/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=18930384 memory=57300 CPUtime=0.24 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 6440 0 0 0 20 4 0 0 20 0 18 0 73351287 19384713216 14325 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4732596 14325 5354 1 0 547587 0
[pid=85052/tid=85054] ppid=85049 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 5016 0 0 0 15 2 0 0 20 0 18 0 73351289 19384713216 14325 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73351294 19384713216 14325 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73351295 19384713216 14325 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57300 KiB

[startup+0.31509 s]*
/proc/loadavg: 5.82 4.98 4.71 6/348 85070
/proc/meminfo: memFree=43335960/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=18930384 memory=60336 CPUtime=0.31 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 6687 0 0 0 27 4 0 0 20 0 18 0 73351287 19384713216 15084 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4732596 15084 5354 1 0 547802 0
[pid=85052/tid=85054] ppid=85049 vsize=18930384 memory=-6000919468428650343 CPUtime=0.21 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) D 85049 85052 84660 0 -1 4456512 5210 0 0 0 19 2 0 0 20 0 18 0 73351289 19384713216 15084 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73351294 19384713216 15084 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73351295 19384713216 15084 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60336 KiB

[startup+0.700384 s]
/proc/loadavg: 5.82 4.98 4.71 7/349 85071
/proc/meminfo: memFree=43318192/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=18996948 memory=99920 CPUtime=0.86 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 7471 0 0 0 80 6 0 0 20 0 19 0 73351287 19452874752 24468 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4749237 24980 5514 1 0 548533 0
[pid=85052/tid=85054] ppid=85049 vsize=18996948 memory=18560 CPUtime=0.49 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 5433 0 0 0 46 3 0 0 20 0 19 0 73351289 19452874752 24980 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73351294 19452874752 24980 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 73351295 19452874752 24980 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 73351334 19452874752 24980 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99920 KiB

[startup+1.5003 s]
/proc/loadavg: 5.82 4.98 4.71 6/350 85072
/proc/meminfo: memFree=43208904/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=169984 CPUtime=2.43 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 16658 0 0 0 233 10 0 0 20 0 20 0 73351287 19521036288 42496 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 42496 5546 1 0 552335 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=0 CPUtime=1.27 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 5841 0 0 0 122 5 0 0 20 0 20 0 73351289 19521036288 42496 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 42496 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 42496 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 42496 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169984 KiB

[startup+3.10609 s]
/proc/loadavg: 5.82 4.98 4.71 6/350 85072
/proc/meminfo: memFree=43013468/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=297440 CPUtime=5.6 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 20983 0 0 0 544 16 0 0 20 0 20 0 73351287 19521036288 74360 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 74360 5546 1 0 553839 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=11008 CPUtime=2.82 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 6395 0 0 0 273 9 0 0 20 0 20 0 73351289 19521036288 74360 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=-6000919468428650343 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 74360 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 74360 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 74360 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 297440 KiB

[startup+6.30018 s]
/proc/loadavg: 5.84 5.00 4.71 5/349 85072
/proc/meminfo: memFree=41941356/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=1210220 CPUtime=9.24 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 22049 0 0 0 883 41 0 0 20 0 20 0 73351287 19521036288 302555 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 302555 5546 1 0 660361 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=0 CPUtime=5.93 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 7063 0 0 0 559 34 0 0 20 0 20 0 73351289 19521036288 302555 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 302555 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 302555 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=170696 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 302555 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 9.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1210220 KiB

[startup+12.7004 s]
/proc/loadavg: 5.77 5.00 4.72 5/349 85072
/proc/meminfo: memFree=41271196/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=1583028 CPUtime=15.78 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 23500 0 0 0 1520 58 0 0 20 0 20 0 73351287 19521036288 395757 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 395757 5546 1 0 660366 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=170696 CPUtime=12.18 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 8436 0 0 0 1169 49 0 0 20 0 20 0 73351289 19521036288 395757 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=1583028 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 395757 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 395757 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 395757 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 15.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1583028 KiB

[startup+25.5005 s]
/proc/loadavg: 5.60 5.00 4.72 6/349 85072
/proc/meminfo: memFree=40671576/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=1593292 CPUtime=28.55 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 28471 0 0 0 2780 75 0 0 20 0 20 0 73351287 19521036288 398323 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 398323 5546 1 0 660367 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=1589188 CPUtime=24.62 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 9806 0 0 0 2396 66 0 0 20 0 20 0 73351289 19521036288 398323 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=1589188 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 398323 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=1589188 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 398323 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 398323 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1593292 KiB

[startup+51.1148 s]
/proc/loadavg: 5.51 5.03 4.74 5/349 85073
/proc/meminfo: memFree=39102456/131382116 swapFree=33009904/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=2100500 CPUtime=54.05 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 32921 0 0 0 5292 113 0 0 20 0 20 0 73351287 19521036288 525125 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 525125 5578 1 0 787792 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=2100500 CPUtime=49.28 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 11826 0 0 0 4825 103 0 0 20 0 20 0 73351289 19521036288 525125 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=2100500 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 525125 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0

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

Current children cumulated memory: 5084312 KiB

[startup+3402.3 s]
/proc/loadavg: 4.97 5.05 5.11 6/335 85688
/proc/meminfo: memFree=96985652/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=5084312 CPUtime=3217.16 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 144901 0 0 0 319200 2516 0 0 20 0 20 0 73351287 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 1271078 5578 1 0 1285187 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=245635481903 CPUtime=3155.02 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 79349 0 0 0 313202 2300 0 0 20 0 20 0 73351289 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=55212677268211 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=363122 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1758 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=9344 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3217.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5084312 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.87 5.05 5/335 85690
/proc/meminfo: memFree=94924200/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=5084312 CPUtime=3276.51 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 145868 0 0 0 325104 2547 0 0 20 0 20 0 73351287 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 1271078 5578 1 0 1285187 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=1404222122299264374 CPUtime=3213.47 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 80185 0 0 0 319019 2328 0 0 20 0 20 0 73351289 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=-7740419590673001604 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=-9123011406873178988 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1808 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=7235129994037521765 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3276.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5084312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.74 4.99 7/336 85693
/proc/meminfo: memFree=93075472/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=5084312 CPUtime=3335.78 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 148006 0 0 0 330999 2579 0 0 20 0 20 0 73351287 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 1271078 5578 1 0 1285187 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=2688 CPUtime=3272.02 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 82136 0 0 0 324844 2358 0 0 20 0 20 0 73351289 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1808 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=-6000919468428650343 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 1271078 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3335.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5084312 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.65 4.94 6/335 85696
/proc/meminfo: memFree=90931956/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=5085848 CPUtime=3397 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 152881 0 0 0 337089 2611 0 0 20 0 20 0 73351287 19521036288 1271462 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 1271462 5578 1 0 1285574 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=6900 CPUtime=3331.18 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 85147 0 0 0 330732 2386 0 0 20 0 20 0 73351289 19521036288 1271462 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=5085848 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 1271462 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=6892 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1858 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 1271462 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=3821088 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 1271462 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3397 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5085848 KiB

[startup+3642.3 s]
/proc/loadavg: 4.20 4.56 4.89 5/333 85702
/proc/meminfo: memFree=89457284/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=5085976 CPUtime=3457.12 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 153291 0 0 0 343069 2643 0 0 20 0 20 0 73351287 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 1271494 5578 1 0 1285598 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=6350664 CPUtime=3390.58 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 85435 0 0 0 336643 2415 0 0 20 0 20 0 73351289 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=-6000919494214838119 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=4787495322165866142 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3457.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5085976 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]
/proc/loadavg: 4.25 4.51 4.85 6/333 85704
/proc/meminfo: memFree=87988736/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19063512 memory=5085976 CPUtime=3514.89 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 155448 0 0 0 348814 2675 0 0 20 0 20 0 73351287 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4765878 1271494 5578 1 0 1285598 0
[pid=85052/tid=85054] ppid=85049 vsize=19063512 memory=5085848 CPUtime=3447.9 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 87379 0 0 0 342345 2445 0 0 20 0 20 0 73351289 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19063512 memory=5085848 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73351294 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19063512 memory=5085976 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 73351295 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85071] ppid=85049 vsize=19063512 memory=14588 CPUtime=0 cores=5,7
/proc/85052/task/85071/stat : 85071 (Timer-0) S 85049 85052 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73351334 19521036288 1271494 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3514.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5085976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3488.62 s, system=26.8041 s

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

[startup+3700.1 s]*
/proc/loadavg: 4.23 4.50 4.85 7/334 85707
/proc/meminfo: memFree=87964544/131382116 swapFree=33005528/33010684
[pid=85052] ppid=85049 vsize=19263204 memory=5086872 CPUtime=3515.1 cores=5,7
/proc/85052/stat : 85052 (java) S 85049 85052 84660 0 -1 4194304 157475 0 0 0 348835 2675 0 0 20 0 21 0 73351287 19725520896 1271718 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
/proc/85052/statm: 4815801 1271718 5578 1 0 1286577 0
[pid=85052/tid=85054] ppid=85049 vsize=19263204 memory=-6000919494214838119 CPUtime=3447.99 cores=5,7
/proc/85052/task/85054/stat : 85054 (java) R 85049 85052 84660 0 -1 4194368 87603 0 0 0 342354 2445 0 0 20 0 21 0 73351289 19725520896 1271718 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85063] ppid=85049 vsize=19263204 memory=4787495322165866142 CPUtime=0 cores=5,7
/proc/85052/task/85063/stat : 85063 (Finalizer) S 85049 85052 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 73351294 19725520896 1271718 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85070] ppid=85049 vsize=19263204 memory=2888 CPUtime=0 cores=5,7
/proc/85052/task/85070/stat : 85070 (Common-Cleaner) S 85049 85052 84660 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 21 0 73351295 19725520896 1271718 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
[pid=85052/tid=85707] ppid=85049 vsize=19263204 memory=19712 CPUtime=0.03 cores=5,7
/proc/85052/task/85707/stat : 85707 (Thread-0) R 85049 85052 84660 0 -1 4194368 187 0 0 0 3 0 0 0 20 0 21 0 73721289 19725520896 1271718 18446744073709551615 94572488368128 94572488371824 140724738474128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94572488379640 94572488380432 94572491935744 140724738480432 140724738480614 140724738480614 140724738486216 0
Current children cumulated CPU time: 3515.1 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5086872 KiB

[startup+3700.3 s]*
/proc/loadavg: 4.23 4.50 4.85 6/315 85707
/proc/meminfo: memFree=93044252/131382116 swapFree=33005528/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.41 s]
/proc/loadavg: 4.23 4.50 4.85 6/315 85707
/proc/meminfo: memFree=93044252/131382116 swapFree=33005528/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3700.47
CPU time (s): 3515.42
CPU user time (s): 3488.62
CPU system time (s): 26.8041
CPU usage (%): 94.9993
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5086872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3488.62
system time used= 26.8041
maximum resident set size= 5087000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157749
page faults= 0
swaps= 0
block input operations= 40
block output operations= 39659672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132331
involuntary context switches= 45745


# summary of solver processes directly reported to runsolver:
#   pid: 85052
#   total CPU time (s): 3515.42
#   total CPU user time (s): 3488.62
#   total CPU system time (s): 26.8041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5908 second user time and 39.1938 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 23:05:19
IDJOB=4520535
IDBENCH=178081
IDSOLVER=3364
FILE ID=nodeC010/4520535-1751576719
RUNJOBID= nodeC010-1751573472-84673
SLURM_JOB_ID= 9598796
Free space on /tmp= 429996 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r6_c50.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520535-1751576719/watcher-4520535-1751576719 -o /tmp/evaluation-result-4520535-1751576719/solver-4520535-1751576719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751573472-84673 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520535-1751576719 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4520535-1751576719.opb

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

MD5SUM BENCH= 7d11159905f6b10a69b89af52605ef85
RANDOM SEED=1937579073

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        43382772 kB
MemAvailable:   93320064 kB
Buffers:            1256 kB
Cached:         50610488 kB
SwapCached:           16 kB
Active:         36742360 kB
Inactive:       50214768 kB
Active(anon):   36332024 kB
Inactive(anon):    31384 kB
Active(file):     410336 kB
Inactive(file): 50183384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           4321036 kB
Writeback:             0 kB
AnonPages:      36344208 kB
Mapped:           124272 kB
Shmem:             17924 kB
KReclaimable:     366400 kB
Slab:             593104 kB
SReclaimable:     366400 kB
SUnreclaim:       226704 kB
KernelStack:        5344 kB
PageTables:        74768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   36912696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35731456 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429976 MiB
End job on nodeC010 at 2025-07-04 00:07:00