Trace number 4520903

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)97 3601.73 3622.76

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r6_c60.opb
MD5SUM14dedd034317d1dc2126b6dd2b1cfc4c
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 benchmark90
Best CPU time to get the best result obtained on this benchmark0.016794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables360
Total number of constraints360
Number of constraints which are clauses360
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 360
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 360
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 360
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.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.15	c version PB25.v20250606
0.10/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.17	c java.vm.version	22.0.1+8-16
0.10/0.17	c java.vm.vendor	Oracle Corporation
0.10/0.17	c sun.arch.data.model	64
0.10/0.17	c java.version		22.0.1
0.10/0.17	c os.name		Linux
0.10/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.17	c os.arch		amd64
0.10/0.18	c Free memory 		2104792832
0.10/0.18	c Max memory 		16282288128
0.10/0.18	c Total memory 		2113929216
0.10/0.19	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-4520903-1751579361.opb
0.24/0.28	c reading problem ... 
0.24/0.29	c using VERIPB proof format
0.24/0.29	c  objective function found
0.38/0.36	c ... done. Wall clock time 0.071s.
0.38/0.36	c declared #vars     360
0.38/0.36	c #constraints  360
0.38/0.36	c constraints type 
0.38/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.38/0.36	c 360 constraints processed.
0.49/0.42	c objective function length is 360 literals
0.49/0.45	c SATISFIABLE
0.49/0.45	c OPTIMIZING...
0.49/0.45	c Got one! Elapsed wall clock time (in seconds):0.165
0.49/0.45	o 98
2.02/1.24	c cleaning 2501 clauses out of 5001 with flag 11920/5001
3.21/1.87	c cleaning 4247 clauses out of 8500 with flag 26966/11001
4.00/2.26	c cleaning 5625 clauses out of 11253 with flag 42601/18001
4.80/2.66	c cleaning 6812 clauses out of 13627 with flag 60564/26000
5.43/3.08	c cleaning 7902 clauses out of 15815 with flag 80789/35000
6.04/3.51	c cleaning 8957 clauses out of 17915 with flag 102979/45002
6.43/3.98	c cleaning 9975 clauses out of 19957 with flag 127568/56001
7.56/5.06	c cleaning 10986 clauses out of 21981 with flag 154307/68000
8.37/5.83	c cleaning 11997 clauses out of 23995 with flag 183342/81000
8.98/6.49	c cleaning 12998 clauses out of 25998 with flag 214455/95000
9.69/7.18	c cleaning 13996 clauses out of 28000 with flag 247648/110000
10.47/7.92	c cleaning 15000 clauses out of 30005 with flag 285415/126001
11.36/8.75	c cleaning 16000 clauses out of 32005 with flag 323901/143001
12.31/9.65	c cleaning 17000 clauses out of 34004 with flag 364384/161000
13.11/10.49	c cleaning 18002 clauses out of 36004 with flag 406900/180000
14.11/11.47	c cleaning 18997 clauses out of 38003 with flag 451801/200001
15.31/12.62	c cleaning 19997 clauses out of 40006 with flag 501603/221001
16.91/14.21	c cleaning 20997 clauses out of 42008 with flag 558868/243000
18.40/15.77	c cleaning 22001 clauses out of 44011 with flag 617793/266000
19.60/16.97	c cleaning 23001 clauses out of 46011 with flag 675891/290001
21.29/18.60	c cleaning 24003 clauses out of 48009 with flag 739305/315000
22.60/19.91	c cleaning 24998 clauses out of 50006 with flag 799874/341000
24.49/21.82	c cleaning 26001 clauses out of 52009 with flag 865791/368001
25.80/23.17	c cleaning 27002 clauses out of 54008 with flag 928489/396001
27.37/24.71	c cleaning 28000 clauses out of 56005 with flag 992888/425000
28.79/26.13	c cleaning 28999 clauses out of 58006 with flag 1059611/455001
30.38/27.75	c cleaning 30000 clauses out of 60006 with flag 1128601/486000
32.07/29.40	c cleaning 30999 clauses out of 62006 with flag 1199625/518000
33.79/31.14	c cleaning 32004 clauses out of 64009 with flag 1273288/551002
35.37/32.76	c cleaning 32997 clauses out of 66004 with flag 1348659/585001
37.36/34.75	c cleaning 33999 clauses out of 68006 with flag 1426257/620000
39.36/36.74	c cleaning 35000 clauses out of 70007 with flag 1506525/656000
41.44/38.81	c cleaning 35998 clauses out of 72008 with flag 1588773/693001
43.43/40.90	c cleaning 36997 clauses out of 74009 with flag 1673358/731000
45.72/43.19	c cleaning 38006 clauses out of 76014 with flag 1760520/770002
48.34/45.71	c cleaning 39001 clauses out of 78007 with flag 1850073/810001
50.74/48.12	c cleaning 40003 clauses out of 80006 with flag 1941515/851001
53.32/50.79	c cleaning 41001 clauses out of 82003 with flag 2036256/893001
54.02/51.40	c Got one! Elapsed wall clock time (in seconds):51.116
54.02/51.40	o 97
54.45/51.84	c cleaning 29562 clauses out of 59136 with flag 11920/911135
54.77/52.18	c cleaning 17787 clauses out of 35574 with flag 26656/917135
55.06/52.48	c cleaning 12393 clauses out of 24787 with flag 42413/924135
55.51/52.79	c cleaning 10195 clauses out of 20394 with flag 60356/932135
56.28/53.15	c cleaning 9592 clauses out of 19200 with flag 81843/941136
56.66/53.56	c cleaning 9801 clauses out of 19608 with flag 105224/951136
57.06/53.98	c cleaning 10397 clauses out of 20807 with flag 130032/962136
57.55/54.49	c cleaning 11205 clauses out of 22409 with flag 157251/974135
58.17/55.03	c cleaning 12099 clauses out of 24205 with flag 187908/987136
58.75/55.60	c cleaning 13048 clauses out of 26106 with flag 219606/1001136
59.36/56.23	c cleaning 14025 clauses out of 28059 with flag 253169/1016137
60.05/56.94	c cleaning 15017 clauses out of 30034 with flag 288989/1032137
60.74/57.65	c cleaning 16001 clauses out of 32015 with flag 326857/1049135
61.44/58.38	c cleaning 17006 clauses out of 34015 with flag 367010/1067136
62.26/59.16	c cleaning 18001 clauses out of 36009 with flag 409642/1086136
63.16/60.06	c cleaning 19002 clauses out of 38008 with flag 454218/1106136
64.03/60.98	c cleaning 20004 clauses out of 40007 with flag 501420/1127137
65.04/61.96	c cleaning 21001 clauses out of 42001 with flag 550814/1149135
66.24/63.13	c cleaning 21994 clauses out of 44000 with flag 603481/1172135
67.33/64.25	c cleaning 22996 clauses out of 46006 with flag 661417/1196135
68.52/65.48	c cleaning 24005 clauses out of 48011 with flag 720139/1221136
70.01/66.91	c cleaning 25000 clauses out of 50006 with flag 782567/1247136
71.61/68.53	c cleaning 26003 clauses out of 52007 with flag 850764/1274137
73.22/70.11	c cleaning 26996 clauses out of 54002 with flag 921139/1302135
74.80/71.77	c cleaning 27998 clauses out of 56006 with flag 988704/1331135
76.50/73.42	c cleaning 28999 clauses out of 58009 with flag 1062360/1361136
78.29/75.20	c cleaning 29998 clauses out of 60010 with flag 1134562/1392136
79.89/76.81	c cleaning 31003 clauses out of 62012 with flag 1209012/1424136
81.89/78.89	c cleaning 31998 clauses out of 64008 with flag 1287167/1457135
83.77/80.71	c cleaning 33003 clauses out of 66010 with flag 1366103/1491135
85.67/82.64	c cleaning 34004 clauses out of 68009 with flag 1448123/1526137
87.58/84.55	c cleaning 35000 clauses out of 70003 with flag 1530803/1562135
89.67/86.64	c cleaning 36000 clauses out of 72003 with flag 1614230/1599135
91.57/88.54	c cleaning 36995 clauses out of 74003 with flag 1699665/1637135
93.97/90.96	c cleaning 37996 clauses out of 76009 with flag 1786576/1676136
96.17/93.18	c cleaning 39004 clauses out of 78014 with flag 1875711/1716137
98.66/95.60	c cleaning 40003 clauses out of 80008 with flag 1967195/1757135
101.07/98.04	c cleaning 41003 clauses out of 82007 with flag 2061769/1799137
103.69/100.63	c cleaning 42002 clauses out of 84003 with flag 2157978/1842136
106.28/103.21	c cleaning 42998 clauses out of 86001 with flag 2256764/1886136
109.02/105.90	c cleaning 43998 clauses out of 88002 with flag 2356761/1931135
111.68/108.59	c cleaning 44999 clauses out of 90004 with flag 2458912/1977135
114.37/111.24	c cleaning 45996 clauses out of 92005 with flag 2564092/2024135
117.32/114.14	c cleaning 47004 clauses out of 94010 with flag 2672010/2072136
120.10/116.95	c cleaning 47998 clauses out of 96006 with flag 2781180/2121136
124.25/121.03	c cleaning 49003 clauses out of 98007 with flag 2892741/2171135
127.69/124.43	c cleaning 49998 clauses out of 100005 with flag 3008103/2222136
130.68/127.49	c cleaning 50996 clauses out of 102006 with flag 3124835/2274135
135.38/132.09	c cleaning 52001 clauses out of 104010 with flag 3244481/2327135
138.98/135.57	c cleaning 52999 clauses out of 106010 with flag 3363775/2381136
142.83/143.71	c cleaning 53997 clauses out of 108010 with flag 3486047/2436135
148.41/149.26	c cleaning 55005 clauses out of 110014 with flag 3612139/2492136
152.42/153.15	c cleaning 56001 clauses out of 112008 with flag 3738726/2549135
156.59/157.31	c cleaning 56999 clauses out of 114007 with flag 3868286/2607135
160.46/161.29	c cleaning 58000 clauses out of 116009 with flag 3999911/2666136
165.84/166.60	c cleaning 59000 clauses out of 118008 with flag 4133512/2726135
169.92/170.65	c cleaning 60004 clauses out of 120009 with flag 4269290/2787136
174.22/174.86	c cleaning 60998 clauses out of 122004 with flag 4407752/2849135
179.78/180.84	c cleaning 62003 clauses out of 124007 with flag 4547276/2912136
184.31/185.32	c cleaning 62997 clauses out of 126003 with flag 4689719/2976135
189.86/193.29	c cleaning 63998 clauses out of 128007 with flag 4834467/3041136
194.43/197.71	c cleaning 65000 clauses out of 130009 with flag 4982610/3107136
198.81/202.04	c cleaning 66000 clauses out of 132008 with flag 5131960/3174135
203.49/206.63	c cleaning 67003 clauses out of 134009 with flag 5283425/3242136
209.14/213.67	c cleaning 67999 clauses out of 136006 with flag 5437046/3311136
215.37/219.83	c cleaning 69004 clauses out of 138009 with flag 5593417/3381138
220.32/224.79	c cleaning 69995 clauses out of 140003 with flag 5751236/3452136
226.24/230.68	c cleaning 70996 clauses out of 142007 with flag 5912153/3524135
233.11/237.59	c cleaning 72001 clauses out of 144011 with flag 6075294/3597135
240.29/252.12	c cleaning 73001 clauses out of 146010 with flag 6240196/3671135
245.76/257.56	c cleaning 74001 clauses out of 148009 with flag 6407370/3746135
251.77/263.53	c cleaning 75003 clauses out of 150008 with flag 6577130/3822135
257.56/269.26	c cleaning 76002 clauses out of 152005 with flag 6749168/3899135
263.45/275.17	c cleaning 76997 clauses out of 154004 with flag 6923748/3977136
269.42/281.09	c cleaning 77999 clauses out of 156007 with flag 7099733/4056136
278.74/319.90	c cleaning 78994 clauses out of 158007 with flag 7281165/4136135
287.36/328.58	c cleaning 80001 clauses out of 160013 with flag 7474184/4217135
293.34/334.49	c cleaning 80999 clauses out of 162012 with flag 7664615/4299135
299.58/340.71	c cleaning 82000 clauses out of 164013 with flag 7852078/4382135
310.68/377.31	c cleaning 83005 clauses out of 166014 with flag 8043004/4466136
319.77/386.62	c cleaning 84002 clauses out of 168008 with flag 8231868/4551135
326.69/393.50	c cleaning 84999 clauses out of 170006 with flag 8427814/4637135
333.58/400.56	c cleaning 86000 clauses out of 172008 with flag 8622031/4724136
340.34/407.27	c cleaning 86998 clauses out of 174008 with flag 8817902/4812136
346.61/413.52	c cleaning 87999 clauses out of 176009 with flag 9015600/4901135
354.67/421.43	c cleaning 89001 clauses out of 178011 with flag 9216302/4991136
364.53/431.30	c cleaning 89994 clauses out of 180009 with flag 9419499/5082135
372.87/439.50	c cleaning 91005 clauses out of 182016 with flag 9625219/5174136
381.54/448.14	c cleaning 92001 clauses out of 184011 with flag 9832599/5267136
388.75/455.34	c cleaning 93000 clauses out of 186011 with flag 10042968/5361137
399.08/474.24	c cleaning 94002 clauses out of 188011 with flag 10254840/5456137
407.04/482.10	c cleaning 94999 clauses out of 190008 with flag 10469560/5552136
415.23/490.19	c cleaning 95998 clauses out of 192008 with flag 10687194/5649135
424.65/499.50	c cleaning 96997 clauses out of 194010 with flag 10907956/5747135
433.34/508.17	c cleaning 98003 clauses out of 196013 with flag 11127835/5846135
443.04/517.68	c cleaning 98999 clauses out of 198010 with flag 11354690/5946135
452.44/526.94	c cleaning 100006 clauses out of 200012 with flag 11580883/6047136
461.71/536.17	c cleaning 100995 clauses out of 202005 with flag 11808586/6149135
470.96/545.35	c cleaning 102002 clauses out of 204011 with flag 12038160/6252136
480.76/555.08	c cleaning 103004 clauses out of 206008 with flag 12271293/6356135
490.99/565.28	c cleaning 103994 clauses out of 208004 with flag 12508992/6461135
499.72/573.90	c cleaning 105000 clauses out of 210011 with flag 12750172/6567136
508.66/582.74	c cleaning 105999 clauses out of 212010 with flag 12994607/6674135
517.94/591.91	c cleaning 107004 clauses out of 214012 with flag 13244037/6782136
528.09/601.93	c cleaning 108000 clauses out of 216009 with flag 13492076/6891137
538.45/612.29	c cleaning 108995 clauses out of 218009 with flag 13741697/7001137
549.58/623.21	c cleaning 109999 clauses out of 220012 with flag 13999877/7112135
559.55/633.15	c cleaning 111006 clauses out of 222014 with flag 14261217/7224136
570.45/643.92	c cleaning 111998 clauses out of 224007 with flag 14516405/7337135
580.70/654.11	c cleaning 113001 clauses out of 226009 with flag 14772963/7451135
591.89/665.30	c cleaning 113997 clauses out of 228008 with flag 15035725/7566135
602.49/675.98	c cleaning 115002 clauses out of 230012 with flag 15297063/7682136
612.92/686.32	c cleaning 116002 clauses out of 232009 with flag 15560281/7799135
624.04/697.43	c cleaning 117001 clauses out of 234010 with flag 15826648/7917138
636.14/709.52	c cleaning 117996 clauses out of 236006 with flag 16097865/8036135
648.22/721.51	c cleaning 119005 clauses out of 238011 with flag 16373850/8156136
659.90/733.20	c cleaning 119997 clauses out of 240006 with flag 16645865/8277136
670.81/744.06	c cleaning 121002 clauses out of 242008 with flag 16921623/8399135
681.86/755.10	c cleaning 121997 clauses out of 244006 with flag 17196497/8522135
692.89/766.07	c cleaning 123003 clauses out of 246009 with flag 17476594/8646135
705.23/778.32	c cleaning 124004 clauses out of 248008 with flag 17757073/8771137
716.37/789.36	c cleaning 124997 clauses out of 250002 with flag 18037091/8897135
732.39/805.29	c cleaning 125994 clauses out of 252006 with flag 18320937/9024136
743.79/816.59	c cleaning 127003 clauses out of 254012 with flag 18609136/9152136
755.22/827.97	c cleaning 128002 clauses out of 256011 with flag 18901552/9281138
771.12/843.86	c cleaning 128998 clauses out of 258008 with flag 19198846/9411137
783.30/855.86	c cleaning 130004 clauses out of 260009 with flag 19491624/9542136
796.33/868.83	c cleaning 130999 clauses out of 262006 with flag 19787542/9674137
810.64/883.13	c cleaning 131997 clauses out of 264007 with flag 20085068/9807137
823.18/895.65	c cleaning 132998 clauses out of 266008 with flag 20384118/9941135
837.59/910.05	c cleaning 134000 clauses out of 268010 with flag 20685408/10076135
848.70/921.16	c cleaning 135002 clauses out of 270012 with flag 20989175/10212137
860.03/932.43	c cleaning 136001 clauses out of 272008 with flag 21293814/10349135
874.13/946.44	c cleaning 136998 clauses out of 274007 with flag 21602124/10487135
888.24/959.72	c cleaning 137999 clauses out of 276010 with flag 21912590/10626136
900.25/971.74	c cleaning 139001 clauses out of 278011 with flag 22224643/10766136
912.55/983.98	c cleaning 140000 clauses out of 280009 with flag 22539133/10907135
925.73/997.07	c cleaning 141005 clauses out of 282010 with flag 22856162/11049136
941.01/1012.20	c cleaning 141996 clauses out of 284005 with flag 23176799/11192136
952.87/1024.04	c cleaning 142999 clauses out of 286009 with flag 23497609/11336136
966.77/1038.00	c cleaning 144004 clauses out of 288009 with flag 23820446/11481135
982.05/1053.06	c cleaning 144993 clauses out of 290006 with flag 24147998/11627136
996.94/1067.90	c cleaning 146000 clauses out of 292012 with flag 24488658/11774135
1013.15/1083.94	c cleaning 147004 clauses out of 294013 with flag 24846532/11922136
1031.22/1101.94	c cleaning 147999 clauses out of 296009 with flag 25189681/12071136
1047.70/1118.21	c cleaning 148998 clauses out of 298009 with flag 25542059/12221135
1063.75/1134.26	c cleaning 149999 clauses out of 300011 with flag 25894464/12372135
1079.14/1149.63	c cleaning 150999 clauses out of 302012 with flag 26245038/12524135
1093.82/1164.26	c cleaning 152004 clauses out of 304013 with flag 26594477/12677135
1115.16/1185.52	c cleaning 153004 clauses out of 306009 with flag 26949936/12831135
1134.05/1204.27	c cleaning 153997 clauses out of 308005 with flag 27311267/12986135
1153.33/1223.37	c cleaning 154996 clauses out of 310008 with flag 27675692/13142135
1171.94/1241.85	c cleaning 155997 clauses out of 312013 with flag 28034472/13299136
1190.50/1260.35	c cleaning 157003 clauses out of 314016 with flag 28387772/13457136
1212.10/1281.80	c cleaning 157998 clauses out of 316012 with flag 28748094/13616135
1233.18/1302.73	c cleaning 159002 clauses out of 318014 with flag 29109629/13776135
1252.06/1321.40	c cleaning 160002 clauses out of 320013 with flag 29470087/13937136
1271.98/1341.13	c cleaning 161000 clauses out of 322010 with flag 29833059/14099135
1290.99/1360.10	c cleaning 162002 clauses out of 324010 with flag 30200023/14262135
1309.21/1378.29	c cleaning 162997 clauses out of 326008 with flag 30566618/14426135
1327.39/1396.17	c cleaning 164004 clauses out of 328012 with flag 30935387/14591136
1343.21/1411.94	c cleaning 165000 clauses out of 330008 with flag 31304550/14757136
1362.57/1431.26	c cleaning 166002 clauses out of 332008 with flag 31675686/14924136
1379.74/1448.13	c cleaning 166997 clauses out of 334005 with flag 32050109/15092135
1398.24/1466.51	c cleaning 167998 clauses out of 336008 with flag 32426834/15261135
1420.96/1489.24	c cleaning 169001 clauses out of 338011 with flag 32806286/15431136
1441.25/1508.64	c cleaning 169997 clauses out of 340011 with flag 33188323/15602137
1458.80/1526.05	c cleaning 171000 clauses out of 342012 with flag 33569967/15774135
1477.72/1544.90	c cleaning 172006 clauses out of 344016 with flag 33954681/15947139
1496.51/1563.65	c cleaning 172992 clauses out of 346006 with flag 34341231/16121135
1514.81/1581.81	c cleaning 173999 clauses out of 348014 with flag 34731910/16296135
1536.18/1603.06	c cleaning 175004 clauses out of 350016 with flag 35125130/16472136
1557.34/1624.11	c cleaning 176001 clauses out of 352012 with flag 35520675/16649136
1575.08/1641.78	c cleaning 177005 clauses out of 354010 with flag 35918281/16827135
1594.07/1660.70	c cleaning 178001 clauses out of 356005 with flag 36318380/17006135
1615.71/1682.14	c cleaning 178999 clauses out of 358004 with flag 36720436/17186135
1635.82/1702.20	c cleaning 179999 clauses out of 360006 with flag 37123742/17367136
1654.00/1720.29	c cleaning 180999 clauses out of 362006 with flag 37530815/17549135
1672.99/1739.13	c cleaning 182000 clauses out of 364007 with flag 37939892/17732135
1693.78/1759.98	c cleaning 182998 clauses out of 366008 with flag 38351084/17916136
1716.54/1782.50	c cleaning 184001 clauses out of 368009 with flag 38765521/18101135
1736.78/1802.65	c cleaning 184997 clauses out of 370009 with flag 39180894/18287136
1761.25/1827.11	c cleaning 185998 clauses out of 372012 with flag 39597642/18474136
1783.80/1849.54	c cleaning 187002 clauses out of 374013 with flag 40019260/18662135
1806.46/1872.17	c cleaning 188002 clauses out of 376013 with flag 40443287/18851137
1828.09/1893.69	c cleaning 189003 clauses out of 378009 with flag 40866731/19041135
1851.36/1916.67	c cleaning 190001 clauses out of 380006 with flag 41293453/19232135
1877.08/1942.23	c cleaning 190999 clauses out of 382005 with flag 41721562/19424135
1899.58/1964.57	c cleaning 192000 clauses out of 384006 with flag 42152786/19617135
1921.25/1986.18	c cleaning 192996 clauses out of 386006 with flag 42586528/19811135
1945.45/2010.37	c cleaning 194001 clauses out of 388011 with flag 43023704/20006136
1967.26/2031.91	c cleaning 195001 clauses out of 390009 with flag 43461159/20202135
1991.49/2056.03	c cleaning 196003 clauses out of 392009 with flag 43900907/20399136
2015.44/2079.98	c cleaning 197001 clauses out of 394005 with flag 44342186/20597135
2044.29/2108.47	c cleaning 198001 clauses out of 396004 with flag 44787932/20796135
2070.29/2134.22	c cleaning 199000 clauses out of 398003 with flag 45235645/20996135
2095.13/2158.96	c cleaning 199994 clauses out of 400004 with flag 45686824/21197136
2120.94/2184.67	c cleaning 200996 clauses out of 402009 with flag 46137469/21399135
2144.97/2208.53	c cleaning 202002 clauses out of 404014 with flag 46590643/21602136
2172.27/2235.62	c cleaning 203003 clauses out of 406011 with flag 47046222/21806135
2199.34/2262.20	c cleaning 203994 clauses out of 408008 with flag 47503390/22011135
2224.58/2287.33	c cleaning 205002 clauses out of 410015 with flag 47965298/22217136
2248.42/2311.07	c cleaning 206004 clauses out of 412014 with flag 48429971/22424137
2270.10/2332.61	c cleaning 206995 clauses out of 414008 with flag 48894597/22632135
2297.53/2359.92	c cleaning 207997 clauses out of 416013 with flag 49364044/22841135
2323.84/2386.12	c cleaning 209007 clauses out of 418017 with flag 49837398/23051136
2350.58/2412.75	c cleaning 209997 clauses out of 420009 with flag 50310908/23262135
2377.16/2439.13	c cleaning 210999 clauses out of 422013 with flag 50783837/23474136
2403.68/2465.60	c cleaning 212002 clauses out of 424013 with flag 51258821/23687135
2432.17/2494.07	c cleaning 213003 clauses out of 426012 with flag 51735974/23901136
2457.40/2519.20	c cleaning 213997 clauses out of 428009 with flag 52215950/24116136
2486.18/2547.86	c cleaning 215000 clauses out of 430012 with flag 52698604/24332136
2512.81/2574.44	c cleaning 216005 clauses out of 432012 with flag 53186098/24549136
2538.97/2600.46	c cleaning 216999 clauses out of 434006 with flag 53673217/24767135
2565.94/2627.25	c cleaning 218000 clauses out of 436007 with flag 54161569/24986135
2597.17/2658.30	c cleaning 218998 clauses out of 438007 with flag 54651307/25206135
2625.13/2686.28	c cleaning 220001 clauses out of 440009 with flag 55144279/25427135
2654.98/2716.10	c cleaning 221002 clauses out of 442010 with flag 55642893/25649137
2684.47/2745.44	c cleaning 222001 clauses out of 444007 with flag 56141152/25872136
2715.60/2776.44	c cleaning 223000 clauses out of 446005 with flag 56644587/26096135
2748.44/2809.16	c cleaning 224001 clauses out of 448007 with flag 57147114/26321137
2777.37/2837.93	c cleaning 224999 clauses out of 450005 with flag 57650358/26547136
2807.64/2868.19	c cleaning 226000 clauses out of 452006 with flag 58155845/26774136
2837.73/2898.00	c cleaning 226995 clauses out of 454006 with flag 58667418/27002136
2871.55/2931.19	c cleaning 228004 clauses out of 456011 with flag 59176797/27231136
2904.82/2964.25	c cleaning 228995 clauses out of 458006 with flag 59690146/27461135
2939.56/2998.81	c cleaning 230003 clauses out of 460013 with flag 60207310/27692137
2971.32/3029.42	c cleaning 231000 clauses out of 462009 with flag 60724564/27924136
3006.56/3063.27	c cleaning 232003 clauses out of 464009 with flag 61246442/28157136
3046.11/3100.65	c cleaning 233002 clauses out of 466005 with flag 61776727/28391135
3089.39/3141.49	c cleaning 233997 clauses out of 468003 with flag 62308075/28626135
3129.60/3179.24	c cleaning 235001 clauses out of 470007 with flag 62839243/28862136
3171.52/3218.62	c cleaning 236003 clauses out of 472006 with flag 63367676/29099136
3210.48/3255.09	c cleaning 236994 clauses out of 474002 with flag 63900166/29337135
3247.29/3289.59	c cleaning 238001 clauses out of 476008 with flag 64433576/29576135
3284.06/3324.12	c cleaning 238998 clauses out of 478007 with flag 64971217/29816135
3321.25/3359.04	c cleaning 240004 clauses out of 480009 with flag 65509380/30057135
3357.66/3393.41	c cleaning 240994 clauses out of 482005 with flag 66051826/30299135
3395.81/3427.88	c cleaning 242001 clauses out of 484011 with flag 66594438/30542135
3431.65/3461.38	c cleaning 242995 clauses out of 486010 with flag 67138475/30786135
3470.70/3496.90	c cleaning 244001 clauses out of 488016 with flag 67684503/31031136
3503.89/3527.87	c cleaning 245001 clauses out of 490014 with flag 68233681/31277135
3541.59/3562.13	c cleaning 246004 clauses out of 492013 with flag 68782259/31524135
3573.74/3591.75	c cleaning 246996 clauses out of 494009 with flag 69335171/31772135
3600.14/3614.74	c starts		: 3
3600.14/3614.75	c conflicts		: 32007601
3600.14/3614.76	c decisions		: 45777326
3600.14/3614.76	c propagations		: 229540169
3600.14/3614.76	c inspects		: 19973409519
3600.14/3614.76	c shortcuts		: 0
3600.14/3614.76	c learnt literals	: 0
3600.14/3614.76	c learnt binary clauses	: 0
3600.14/3614.76	c learnt ternary clauses	: 0
3600.14/3614.76	c learnt constraints	: 32007601
3600.14/3614.76	c ignored constraints	: 0
3600.14/3614.76	c root simplifications	: 0
3600.14/3614.76	c removed literals (reason simplification)	: 15957443
3600.14/3614.76	c reason swapping (by a shorter reason)	: 0
3600.14/3614.76	c Calls to reduceDB	: 282
3600.14/3614.76	c Number of update (reduction) of LBD	: 2831664
3600.14/3614.76	c Imported unit clauses	: 0
3600.14/3614.76	c No decision after first conflict	: false
3600.14/3614.76	c number of reductions to clauses (during analyze)	: 0
3600.14/3614.76	c number of learned constraints concerned by reduction	: 0
3600.14/3614.76	c number of learning phase by resolution	: 0
3600.14/3614.76	c number of learning phase by cutting planes	: 0
3600.14/3614.76	c number of rounding to 1 operations	: 0
3600.14/3614.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.14/3614.76	c number of reductions of the coefficients by power 2 	: 0
3600.14/3614.76	c number of right shift for reduction by power 2 	: 0
3600.14/3614.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.14/3614.76	c number of ending skipping 	: 0
3600.14/3614.76	c number of internal skipping 	: 0
3600.14/3614.76	c number of derivation steps 	: 0
3600.14/3614.76	c number of skipped derivation steps 	: 0
3600.14/3614.76	c number of remaining unassigned 	: 0
3600.14/3614.76	c number of remaining assigned 	: 0
3600.14/3614.76	c number of falsified literals weakened from reason	: 0
3600.14/3614.76	c number of falsified literals weakened from conflict	: 0
3600.14/3614.76	c time for arithmetic operations	: 0
3600.14/3614.76	c minimum degree of deleted constraints	: null
3600.14/3614.76	c maximum degree of deleted constraints	: null
3600.14/3614.77	c number of deleted constraints	: 0
3600.14/3614.77	c speed (assignments/second)	: 63508.447358773774
3600.14/3614.77	c non guided choices	: 0
3600.54/3614.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 482479
3600.54/3614.92	s SATISFIABLE
3600.54/3614.92	c Found 2 solution(s)
3600.54/3614.92	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 -x301 -x302 -x303 x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 x314 x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 x329 -x330 x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 x346 x347 x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 
3600.54/3614.92	c objective function=97
3600.54/3614.92	c Total wall clock time (in seconds): 3614.634

Verifier Data

OK	97

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 5.50 5.55 5.38 5/332 85488
/proc/meminfo: memFree=50835268/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=18930384 memory=48748 CPUtime=0.1 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 5882 0 0 0 8 2 0 0 20 0 18 0 73615539 19384713216 12187 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4732596 12187 5306 1 0 547068 0
[pid=85470/tid=85472] ppid=85467 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 4768 0 0 0 6 1 0 0 20 0 18 0 73615541 19384713216 12187 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73615544 19384713216 12187 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=18930384 memory=56295059375534 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73615544 19384713216 12187 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48748 KiB

[startup+0.205775 s]*
/proc/loadavg: 5.50 5.55 5.38 6/332 85488
/proc/meminfo: memFree=50823044/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=18930384 memory=57624 CPUtime=0.24 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 6577 0 0 0 21 3 0 0 20 0 18 0 73615539 19384713216 14406 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4732596 14406 5306 1 0 547603 0
[pid=85470/tid=85472] ppid=85467 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 5058 0 0 0 16 1 0 0 20 0 18 0 73615541 19384713216 14406 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73615544 19384713216 14406 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73615544 19384713216 14406 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57624 KiB

[startup+0.30999 s]*
/proc/loadavg: 5.50 5.55 5.38 7/332 85488
/proc/meminfo: memFree=50814224/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=18930384 memory=59416 CPUtime=0.38 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 6905 0 0 0 35 3 0 0 20 0 18 0 73615539 19384713216 14854 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4732596 14854 5434 1 0 547833 0
[pid=85470/tid=85472] ppid=85467 vsize=18930384 memory=-6000919476984768359 CPUtime=0.27 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 5251 0 0 0 25 2 0 0 20 0 18 0 73615541 19384713216 14854 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73615544 19384713216 14854 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 73615544 19384713216 14854 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59416 KiB

[startup+0.700223 s]
/proc/loadavg: 5.50 5.55 5.38 8/333 85489
/proc/meminfo: memFree=50796960/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=18996948 memory=101756 CPUtime=1.03 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 9439 0 0 0 97 6 0 0 20 0 19 0 73615539 19452874752 25439 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4749237 25439 5466 1 0 549512 0
[pid=85470/tid=85472] ppid=85467 vsize=18996948 memory=14464 CPUtime=0.57 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 5434 0 0 0 54 3 0 0 20 0 19 0 73615541 19452874752 25439 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73615544 19452874752 25439 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 73615544 19452874752 25439 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 73615584 19452874752 25439 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101756 KiB

[startup+1.50025 s]
/proc/loadavg: 5.50 5.55 5.38 6/334 85490
/proc/meminfo: memFree=50674152/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=168912 CPUtime=2.61 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 19182 0 0 0 251 10 0 0 20 0 20 0 73615539 19521036288 42228 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 42228 5530 1 0 552118 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=0 CPUtime=1.32 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 6548 0 0 0 127 5 0 0 20 0 20 0 73615541 19521036288 42228 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 42228 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 42228 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 42228 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168912 KiB

[startup+3.10579 s]
/proc/loadavg: 5.54 5.56 5.38 6/334 85490
/proc/meminfo: memFree=50301804/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=469420 CPUtime=5.56 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 23295 0 0 0 537 19 0 0 20 0 20 0 73615539 19521036288 117355 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 117355 5530 1 0 552804 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=11008 CPUtime=2.89 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 7281 0 0 0 276 13 0 0 20 0 20 0 73615541 19521036288 117355 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=-6000919476984768359 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 117355 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 117355 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 117355 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 469420 KiB

[startup+6.30043 s]
/proc/loadavg: 5.54 5.56 5.38 6/334 85490
/proc/meminfo: memFree=49668604/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=825820 CPUtime=8.88 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 23741 0 0 0 857 31 0 0 20 0 20 0 73615539 19521036288 206455 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 206455 5530 1 0 552806 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=0 CPUtime=6 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 7611 0 0 0 576 24 0 0 20 0 20 0 73615541 19521036288 206455 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 206455 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 206455 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=169428 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 206455 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 825820 KiB

[startup+12.7004 s]
/proc/loadavg: 5.46 5.54 5.38 5/334 85490
/proc/meminfo: memFree=48739524/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1317468 CPUtime=15.41 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 25641 0 0 0 1492 49 0 0 20 0 20 0 73615539 19521036288 329367 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 329367 5530 1 0 552806 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=169428 CPUtime=12.24 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 8902 0 0 0 1183 41 0 0 20 0 20 0 73615541 19521036288 329367 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 329367 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=1317468 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 329367 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 329367 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317468 KiB

[startup+25.5005 s]
/proc/loadavg: 5.23 5.49 5.36 5/334 85490
/proc/meminfo: memFree=47272172/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1980516 CPUtime=28.18 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 28554 0 0 0 2742 76 0 0 20 0 20 0 73615539 19521036288 495129 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 495129 5530 1 0 719913 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=-6000919476984768359 CPUtime=24.69 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 10312 0 0 0 2402 67 0 0 20 0 20 0 73615541 19521036288 495129 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 495129 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 495129 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 495129 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1980516 KiB

[startup+51.1139 s]
/proc/loadavg: 5.14 5.45 5.35 5/334 85491
/proc/meminfo: memFree=45189040/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=2520636 CPUtime=53.74 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 32605 0 0 0 5255 119 0 0 20 0 20 0 73615539 19521036288 630159 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 630159 5562 1 0 855692 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=2520636 CPUtime=49.57 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 12058 0 0 0 4849 108 0 0 20 0 20 0 73615541 19521036288 630159 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=2518580 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 630159 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0

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

Current children cumulated CPU time: 3240.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1670056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.46 4.29 4.29 5/332 85948
/proc/meminfo: memFree=51999916/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1645144 CPUtime=3304.44 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 154232 0 0 0 328073 2371 0 0 20 0 20 0 73615539 19521036288 411286 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 411286 5562 1 0 422791 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=1670056 CPUtime=3207.95 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 77100 0 0 0 318679 2116 0 0 20 0 20 0 73615541 19521036288 411286 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 411286 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=1788072 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 411286 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 411286 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 3304.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1645144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.27 4.27 5/332 85950
/proc/meminfo: memFree=51367588/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1571512 CPUtime=3367.56 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 155298 0 0 0 334350 2406 0 0 20 0 20 0 73615539 19521036288 392878 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 392878 5562 1 0 458287 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=0 CPUtime=3266.7 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 77663 0 0 0 324526 2144 0 0 20 0 20 0 73615541 19521036288 392878 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 392878 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=1503304 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 392878 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=1503304 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 392878 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 3367.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1571512 KiB

[startup+3462.31 s]
/proc/loadavg: 4.18 4.24 4.27 5/333 85957
/proc/meminfo: memFree=50366292/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1704556 CPUtime=3432.66 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 163043 0 0 0 340810 2456 0 0 20 0 20 0 73615539 19521036288 426139 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 426139 5562 1 0 437724 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=0 CPUtime=3325.46 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) S 85467 85470 84660 0 -1 4194368 81761 0 0 0 330362 2184 0 0 20 0 20 0 73615541 19521036288 426139 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 426139 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=1704556 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 1590 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 426139 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=1704556 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 426139 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 3432.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1704556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.27 4.27 5/332 85959
/proc/meminfo: memFree=49351184/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1756096 CPUtime=3498.4 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 168969 0 0 0 347330 2510 0 0 20 0 20 0 73615539 19521036288 439024 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 439024 5562 1 0 450613 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=1782456 CPUtime=3384.11 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 84620 0 0 0 336186 2225 0 0 20 0 20 0 73615541 19521036288 439024 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 439024 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 1590 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 439024 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=1859840 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 439024 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 3498.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1756096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.36 4.31 4.29 5/332 85961
/proc/meminfo: memFree=48593440/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1756104 CPUtime=3564.28 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 171510 0 0 0 353872 2556 0 0 20 0 20 0 73615539 19521036288 439026 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 439026 5562 1 0 450613 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=4764 CPUtime=3442.9 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 86016 0 0 0 342031 2259 0 0 20 0 20 0 73615541 19521036288 439026 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 439026 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=14588 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 439026 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 439026 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 3564.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1756104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.7 s]
/proc/loadavg: 4.51 4.35 4.30 6/332 85963
/proc/meminfo: memFree=47942856/131382116 swapFree=33005528/33010684
[pid=85470] ppid=85467 vsize=19063512 memory=1894000 CPUtime=3600.14 cores=1,3
/proc/85470/stat : 85470 (java) S 85467 85470 84660 0 -1 4194304 172725 0 0 0 357421 2593 0 0 20 0 20 0 73615539 19521036288 473500 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
/proc/85470/statm: 4765878 473500 5562 1 0 486109 0
[pid=85470/tid=85472] ppid=85467 vsize=19063512 memory=1810488 CPUtime=3474.47 cores=1,3
/proc/85470/task/85472/stat : 85472 (java) R 85467 85470 84660 0 -1 4194368 86352 0 0 0 345160 2287 0 0 20 0 20 0 73615541 19521036288 473500 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85481] ppid=85467 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/85470/task/85481/stat : 85481 (Finalizer) S 85467 85470 84660 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 473500 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85488] ppid=85467 vsize=19063512 memory=2084352 CPUtime=0 cores=1,3
/proc/85470/task/85488/stat : 85488 (Common-Cleaner) S 85467 85470 84660 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 73615544 19521036288 473500 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
[pid=85470/tid=85489] ppid=85467 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/85470/task/85489/stat : 85489 (Timer-0) S 85467 85470 84660 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73615584 19521036288 473500 18446744073709551615 94905089658880 94905089662576 140734717342256 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94905089670392 94905089671184 94905096626176 140734717348144 140734717348326 140734717348326 140734717353928 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1894000 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3574.72 s, system=27.0118 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3616 s]*
/proc/loadavg: 4.51 4.35 4.30 5/314 85966
/proc/meminfo: memFree=49874964/131382116 swapFree=33005528/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3616.4 s]
/proc/loadavg: 4.51 4.35 4.30 5/314 85966
/proc/meminfo: memFree=49874964/131382116 swapFree=33005528/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3616.6 s]
/proc/loadavg: 4.51 4.35 4.30 5/314 85966
/proc/meminfo: memFree=49874964/131382116 swapFree=33005528/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3616.7 s]
/proc/loadavg: 4.51 4.35 4.30 5/314 85966
/proc/meminfo: memFree=49874964/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): 3622.76
CPU time (s): 3601.73
CPU user time (s): 3574.72
CPU system time (s): 27.0118
CPU usage (%): 99.4195
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3900908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.72
system time used= 27.0118
maximum resident set size= 3900908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174129
page faults= 0
swaps= 0
block input operations= 16
block output operations= 48190728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298956
involuntary context switches= 30945


# summary of solver processes directly reported to runsolver:
#   pid: 85470
#   total CPU time (s): 3601.73
#   total CPU user time (s): 3574.72
#   total CPU system time (s): 27.0118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5831 second user time and 38.1096 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 23:49:21
IDJOB=4520903
IDBENCH=178154
IDSOLVER=3364
FILE ID=nodeC010/4520903-1751579361
RUNJOBID= nodeC010-1751573472-84672
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_c60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520903-1751579361/watcher-4520903-1751579361 -o /tmp/evaluation-result-4520903-1751579361/solver-4520903-1751579361 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751573472-84672 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520903-1751579361 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4520903-1751579361.opb

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

MD5SUM BENCH= 14dedd034317d1dc2126b6dd2b1cfc4c
RANDOM SEED=560177489

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		: 3591.457
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		: 1197.150
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.797
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		: 3548.097
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		: 1596.201
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		: 2394.295
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		: 2195.079
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		: 3700.000
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:        50866328 kB
MemAvailable:   91953156 kB
Buffers:             228 kB
Cached:         41740344 kB
SwapCached:         4296 kB
Active:         37862876 kB
Inactive:       41520508 kB
Active(anon):   37599684 kB
Inactive(anon):    57176 kB
Active(file):     263192 kB
Inactive(file): 41463332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           5151716 kB
Writeback:            12 kB
AnonPages:      37639956 kB
Mapped:           119772 kB
Shmem:             13620 kB
KReclaimable:     399864 kB
Slab:             652824 kB
SReclaimable:     399864 kB
SUnreclaim:       252960 kB
KernelStack:        5104 kB
PageTables:        77332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   38230044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  37103616 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= 429964 MiB
End job on nodeC010 at 2025-07-04 00:49:44