Trace number 4520948

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 2025-06-06SAT (TO)-522 3600.21 3600.12

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/
normalized-maxcut_opt_complete_5-partite_block_nvert_47.opb
MD5SUM84fd44c84eee80e386362762f3a8050d
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 benchmark-540
Best CPU time to get the best result obtained on this benchmark36.5516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1081
Total number of constraints64860
Number of constraints which are clauses64860
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 883
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 883
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 883
Number of bits of the biggest sum of numbers10
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4520948-1751574539.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.89/0.51	c ... done. Wall clock time 0.373s.
0.89/0.52	c declared #vars     1081
0.89/0.52	c #constraints  64860
0.89/0.52	c constraints type 
0.89/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 64860
0.89/0.52	c 64860 constraints processed.
0.89/0.53	c objective function length is 883 literals
0.89/0.56	c SATISFIABLE
0.89/0.56	c OPTIMIZING...
0.89/0.56	c Got one! Elapsed wall clock time (in seconds):0.426
0.89/0.56	o -481
0.89/0.58	c Got one! Elapsed wall clock time (in seconds):0.443
0.89/0.58	o -488
0.89/0.59	c Got one! Elapsed wall clock time (in seconds):0.456
0.89/0.59	o -495
1.07/0.61	c Got one! Elapsed wall clock time (in seconds):0.47
1.07/0.61	o -502
1.07/0.63	c Got one! Elapsed wall clock time (in seconds):0.491
1.07/0.63	o -509
1.07/0.68	c Got one! Elapsed wall clock time (in seconds):0.544
1.07/0.68	o -513
1.27/0.76	c Got one! Elapsed wall clock time (in seconds):0.621
1.27/0.76	o -514
1.47/0.80	c Got one! Elapsed wall clock time (in seconds):0.667
1.47/0.80	o -517
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.774
1.66/0.91	o -518
1.87/1.01	c Got one! Elapsed wall clock time (in seconds):0.874
1.87/1.01	o -519
1.87/1.04	c Got one! Elapsed wall clock time (in seconds):0.903
1.87/1.04	o -520
1.87/1.05	c Got one! Elapsed wall clock time (in seconds):0.916
1.87/1.05	o -521
4.47/2.70	c cleaning 2984 clauses out of 5972 with flag 10025/5972
6.42/4.53	c cleaning 4487 clauses out of 8987 with flag 22025/11971
8.43/6.56	c cleaning 5745 clauses out of 11501 with flag 36032/18972
10.63/8.70	c cleaning 6870 clauses out of 13755 with flag 52032/26971
14.03/12.17	c cleaning 7934 clauses out of 15886 with flag 70034/35972
18.09/16.15	c cleaning 8970 clauses out of 17951 with flag 90034/45971
22.22/20.26	c cleaning 9981 clauses out of 19981 with flag 112037/56971
26.91/24.95	c cleaning 10992 clauses out of 22000 with flag 136041/68971
32.56/30.50	c cleaning 11997 clauses out of 24008 with flag 162041/81971
37.85/35.84	c cleaning 12998 clauses out of 26011 with flag 190042/95971
43.27/41.14	c cleaning 14000 clauses out of 28013 with flag 220043/110971
47.47/45.31	c cleaning 15000 clauses out of 30013 with flag 252043/126971
52.04/49.89	c cleaning 16000 clauses out of 32014 with flag 286045/143972
57.15/54.96	c cleaning 16995 clauses out of 34013 with flag 322043/161971
65.59/63.39	c cleaning 18000 clauses out of 36018 with flag 360045/180971
74.29/72.08	c cleaning 19004 clauses out of 38019 with flag 400049/200972
82.51/80.26	c cleaning 19999 clauses out of 40015 with flag 442051/221972
89.55/87.25	c cleaning 21000 clauses out of 42015 with flag 486052/243971
99.08/96.72	c cleaning 21999 clauses out of 44016 with flag 532066/266972
110.12/107.70	c cleaning 23000 clauses out of 46016 with flag 580068/290971
118.51/116.12	c Got one! Elapsed wall clock time (in seconds):115.981
118.51/116.12	o -522
120.61/118.25	c cleaning 20641 clauses out of 41294 with flag 10507/309249
123.57/121.16	c cleaning 13321 clauses out of 26655 with flag 22695/315251
126.46/124.10	c cleaning 10159 clauses out of 20334 with flag 36890/322251
129.11/126.62	c cleaning 9080 clauses out of 18173 with flag 52944/330249
133.06/130.50	c cleaning 9039 clauses out of 18093 with flag 71096/339249
136.99/134.40	c cleaning 9516 clauses out of 19055 with flag 91469/349250
141.38/138.89	c cleaning 10262 clauses out of 20540 with flag 113623/360251
147.18/144.65	c cleaning 11128 clauses out of 22276 with flag 137877/372249
151.91/149.36	c cleaning 12063 clauses out of 24148 with flag 164038/385249
158.20/155.60	c cleaning 13036 clauses out of 26085 with flag 192198/399249
163.19/160.68	c cleaning 14014 clauses out of 28050 with flag 222578/414250
170.63/168.09	c cleaning 15008 clauses out of 30035 with flag 254789/430249
177.31/174.75	c cleaning 16003 clauses out of 32028 with flag 288955/447250
184.51/181.96	c cleaning 17003 clauses out of 34024 with flag 325007/465249
193.22/190.65	c cleaning 17999 clauses out of 36021 with flag 363184/484249
201.59/198.93	c cleaning 19008 clauses out of 38022 with flag 403426/504249
210.35/207.61	c cleaning 20007 clauses out of 40014 with flag 445705/525249
219.33/216.61	c cleaning 21003 clauses out of 42008 with flag 489949/547250
228.71/226.04	c cleaning 22000 clauses out of 44004 with flag 536239/570249
238.39/235.70	c cleaning 23001 clauses out of 46004 with flag 584549/594249
247.92/245.07	c cleaning 24002 clauses out of 48004 with flag 634839/619250
258.59/255.78	c cleaning 25000 clauses out of 50001 with flag 687148/645249
267.47/264.60	c cleaning 26002 clauses out of 52003 with flag 741351/672251
275.06/272.20	c cleaning 27000 clauses out of 54000 with flag 797443/700250
283.85/281.03	c cleaning 27999 clauses out of 55999 with flag 855699/729249
293.67/290.84	c cleaning 28999 clauses out of 58001 with flag 915953/759250
304.15/301.32	c cleaning 29996 clauses out of 60001 with flag 978109/790249
317.83/315.06	c cleaning 31003 clauses out of 62005 with flag 1042215/822249
331.40/328.62	c cleaning 31997 clauses out of 64002 with flag 1108234/855249
347.63/344.88	c cleaning 32999 clauses out of 66005 with flag 1176246/889249
364.30/361.59	c cleaning 34000 clauses out of 68007 with flag 1246264/924250
379.98/377.24	c cleaning 35000 clauses out of 70007 with flag 1318285/960250
395.62/392.83	c cleaning 36002 clauses out of 72006 with flag 1392294/997249
412.58/409.84	c cleaning 37003 clauses out of 74005 with flag 1468308/1035250
431.25/428.56	c cleaning 38000 clauses out of 76003 with flag 1546316/1074251
451.28/448.50	c cleaning 38997 clauses out of 78003 with flag 1626327/1114251
470.05/467.33	c cleaning 39997 clauses out of 80005 with flag 1708339/1155250
487.41/484.79	c cleaning 41000 clauses out of 82007 with flag 1792348/1197249
508.86/506.22	c cleaning 42001 clauses out of 84008 with flag 1878369/1240250
529.42/526.82	c cleaning 42998 clauses out of 86006 with flag 1966376/1284249
555.16/552.67	c cleaning 44004 clauses out of 88009 with flag 2056384/1329250
584.78/582.28	c cleaning 45001 clauses out of 90006 with flag 2148413/1375251
614.01/611.55	c cleaning 45992 clauses out of 92003 with flag 2242425/1422249
635.26/632.86	c cleaning 47005 clauses out of 94013 with flag 2338430/1470251
660.30/657.92	c cleaning 47996 clauses out of 96006 with flag 2436443/1519249
686.68/684.21	c cleaning 48995 clauses out of 98010 with flag 2536457/1569249
716.02/713.57	c cleaning 50002 clauses out of 100016 with flag 2638464/1620250
751.64/749.27	c cleaning 51002 clauses out of 102014 with flag 2742469/1672250
775.58/773.21	c cleaning 52000 clauses out of 104011 with flag 2848471/1725249
807.60/804.81	c cleaning 52999 clauses out of 106012 with flag 2956477/1779250
839.83/837.14	c cleaning 54000 clauses out of 108012 with flag 3066477/1834249
873.24/870.53	c cleaning 55004 clauses out of 110013 with flag 3178479/1890250
905.16/902.59	c cleaning 56003 clauses out of 112009 with flag 3292492/1947250
937.29/934.71	c cleaning 57002 clauses out of 114005 with flag 3408498/2005249
966.22/963.70	c cleaning 57997 clauses out of 116005 with flag 3526663/2064251
998.59/996.01	c cleaning 58996 clauses out of 118006 with flag 3646691/2124249
1035.71/1033.24	c cleaning 60001 clauses out of 120011 with flag 3768721/2185250
1074.64/1072.28	c cleaning 60996 clauses out of 122009 with flag 3892771/2247249
1119.06/1116.71	c cleaning 62000 clauses out of 124014 with flag 4018821/2310250
1160.87/1158.57	c cleaning 63004 clauses out of 126013 with flag 4146905/2374249
1210.16/1207.99	c cleaning 64001 clauses out of 128010 with flag 4276966/2439250
1268.24/1266.13	c cleaning 65002 clauses out of 130009 with flag 4409097/2505250
1302.56/1300.54	c cleaning 65997 clauses out of 132007 with flag 4543141/2572250
1345.30/1343.26	c cleaning 67003 clauses out of 134009 with flag 4679165/2640249
1390.52/1388.54	c cleaning 67997 clauses out of 136007 with flag 4817214/2709250
1443.61/1441.73	c cleaning 69001 clauses out of 138010 with flag 4957259/2779250
1491.13/1489.35	c cleaning 69998 clauses out of 140008 with flag 5099298/2850249
1536.80/1534.99	c cleaning 70999 clauses out of 142011 with flag 5243353/2922250
1586.00/1584.25	c cleaning 71999 clauses out of 144011 with flag 5389398/2995249
1636.90/1634.67	c cleaning 73002 clauses out of 146013 with flag 5537434/3069250
1688.30/1686.15	c cleaning 73999 clauses out of 148012 with flag 5687531/3144251
1716.92/1714.79	c cleaning 74997 clauses out of 150011 with flag 5839651/3220249
1747.28/1745.14	c cleaning 76004 clauses out of 152014 with flag 5993733/3297249
1788.89/1786.83	c cleaning 77002 clauses out of 154011 with flag 6149770/3375250
1830.13/1828.02	c cleaning 77997 clauses out of 156008 with flag 6307828/3454249
1867.76/1865.78	c cleaning 79003 clauses out of 158011 with flag 6467836/3534249
1911.77/1909.74	c cleaning 79996 clauses out of 160008 with flag 6629867/3615249
1955.10/1953.19	c cleaning 81001 clauses out of 162013 with flag 6793876/3697250
2010.79/2008.90	c cleaning 82001 clauses out of 164012 with flag 6959892/3780250
2079.44/2077.62	c cleaning 82999 clauses out of 166011 with flag 7127898/3864250
2147.30/2145.68	c cleaning 84000 clauses out of 168012 with flag 7297939/3949250
2205.59/2204.01	c cleaning 84997 clauses out of 170012 with flag 7469981/4035250
2262.67/2261.16	c cleaning 86003 clauses out of 172016 with flag 7644001/4122251
2338.98/2337.65	c cleaning 86997 clauses out of 174012 with flag 7820066/4210250
2412.80/2411.63	c cleaning 88000 clauses out of 176015 with flag 7998102/4299250
2496.56/2495.49	c cleaning 89001 clauses out of 178014 with flag 8178159/4389249
2550.14/2549.15	c cleaning 90005 clauses out of 180014 with flag 8360166/4480250
2622.09/2620.67	c cleaning 91002 clauses out of 182008 with flag 8544182/4572249
2695.60/2694.28	c cleaning 91998 clauses out of 184006 with flag 8730204/4665249
2757.05/2755.88	c cleaning 92996 clauses out of 186008 with flag 8918223/4759249
2861.27/2860.17	c cleaning 94000 clauses out of 188012 with flag 9108258/4854249
2970.72/2969.81	c cleaning 95000 clauses out of 190014 with flag 9300330/4950251
3079.67/3079.09	c cleaning 96004 clauses out of 192013 with flag 9494426/5047250
3143.97/3143.31	c cleaning 96998 clauses out of 194010 with flag 9690486/5145251
3232.29/3231.81	c cleaning 97998 clauses out of 196010 with flag 9888494/5244249
3326.83/3326.48	c cleaning 99000 clauses out of 198012 with flag 10088506/5344249
3456.42/3456.39	c cleaning 100001 clauses out of 200014 with flag 10290582/5445251
3533.15/3533.29	c cleaning 100995 clauses out of 202011 with flag 10494710/5547249
3585.82/3585.80	c cleaning 102008 clauses out of 204017 with flag 10700719/5650250
3600.00/3600.02	c starts		: 3849
3600.00/3600.03	c conflicts		: 5680206
3600.00/3600.03	c decisions		: 5824152
3600.00/3600.03	c propagations		: 498591452
3600.00/3600.03	c inspects		: 51376851029
3600.00/3600.03	c shortcuts		: 0
3600.00/3600.03	c learnt literals	: 0
3600.00/3600.03	c learnt binary clauses	: 0
3600.00/3600.03	c learnt ternary clauses	: 0
3600.00/3600.03	c learnt constraints	: 5680206
3600.00/3600.03	c ignored constraints	: 0
3600.00/3600.03	c root simplifications	: 0
3600.00/3600.03	c removed literals (reason simplification)	: 1180968603
3600.00/3600.03	c reason swapping (by a shorter reason)	: 0
3600.00/3600.03	c Calls to reduceDB	: 119
3600.00/3600.03	c Number of update (reduction) of LBD	: 3653
3600.00/3600.03	c Imported unit clauses	: 0
3600.00/3600.03	c No decision after first conflict	: false
3600.00/3600.03	c number of reductions to clauses (during analyze)	: 0
3600.00/3600.03	c number of learned constraints concerned by reduction	: 0
3600.00/3600.03	c number of learning phase by resolution	: 0
3600.00/3600.03	c number of learning phase by cutting planes	: 0
3600.00/3600.03	c number of rounding to 1 operations	: 0
3600.00/3600.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3600.03	c number of reductions of the coefficients by power 2 	: 0
3600.00/3600.03	c number of right shift for reduction by power 2 	: 0
3600.00/3600.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3600.03	c number of ending skipping 	: 0
3600.00/3600.03	c number of internal skipping 	: 0
3600.00/3600.03	c number of derivation steps 	: 0
3600.00/3600.03	c number of skipped derivation steps 	: 0
3600.00/3600.03	c number of remaining unassigned 	: 0
3600.00/3600.03	c number of remaining assigned 	: 0
3600.00/3600.03	c number of falsified literals weakened from reason	: 0
3600.00/3600.03	c number of falsified literals weakened from conflict	: 0
3600.00/3600.03	c time for arithmetic operations	: 0
3600.00/3600.04	c minimum degree of deleted constraints	: null
3600.00/3600.04	c maximum degree of deleted constraints	: null
3600.00/3600.04	c number of deleted constraints	: 0
3600.00/3600.05	c speed (assignments/second)	: 138516.67159790028
3600.00/3600.05	c non guided choices	: 218
3600.00/3600.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 131965
3600.00/3600.10	s SATISFIABLE
3600.00/3600.10	c Found 13 solution(s)
3600.00/3600.10	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 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 x479 x480 x481 x482 x483 x484 x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 -x521 -x522 -x523 -x524 -x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 -x554 -x555 -x556 -x557 x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 -x586 -x587 -x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 -x617 -x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 -x647 x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 x679 x680 x681 x682 x683 x684 x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 x695 x696 x697 x698 x699 x700 x701 x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 x714 x715 x716 x717 x718 x719 x720 x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 x740 x741 x742 x743 x744 x745 x746 x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 x764 x765 x766 x767 x768 x769 x770 x771 x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 x788 x789 x790 x791 x792 x793 x794 x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 x812 x813 x814 x815 x816 x817 x818 x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 x833 x834 x835 x836 x837 x838 x839 x840 x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 x854 x855 x856 x857 x858 x859 x860 x861 x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 x874 x875 x876 x877 x878 x879 x880 x881 x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 x893 x894 x895 x896 x897 x898 x899 x900 x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 x912 x913 x914 x915 x916 x917 x918 x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 x937 x938 x939 x940 x941 x942 x943 x944 x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 x953 x954 x955 x956 x957 x958 x959 x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 x969 x970 x971 x972 x973 x974 x975 x976 -x977 -x978 -x979 -x980 -x981 x982 x983 x984 x985 x986 x987 x988 x989 x990 -x991 -x992 -x993 -x994 x995 x996 x997 x998 x999 x1000 x1001 x1002 x1003 -x1004 -x1005 -x1006 x1007 x1008 x1009 x1010 x1011 x1012 x1013 x1014 x1015 -x1016 -x1017 x1018 x1019 x1020 x1021 x1022 x1023 x1024 x1025 x1026 -x1027 x1028 x1029 x1030 x1031 x1032 x1033 x1034 x1035 x1036 x1037 x1038 x1039 x1040 x1041 x1042 x1043 x1044 x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 
3600.00/3600.10	c objective function=-522
3600.00/3600.10	c Total wall clock time (in seconds): 3599.968

Verifier Data

OK	-522

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (37572 MiB free)
  memory of node 1: 64507 MiB (62320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520948-1751574539/watcher-4520948-1751574539 -o /tmp/evaluation-result-4520948-1751574539/solver-4520948-1751574539 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87416 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4520948-1751574539.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 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=88389, runsolver pid=88386

[startup+0.100063 s]*
/proc/loadavg: 4.97 4.93 4.81 7/338 88407
/proc/meminfo: memFree=102264376/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=18930384 memory=57692 CPUtime=0.12 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 6563 0 0 0 11 1 0 0 20 0 18 0 73134135 19384713216 14423 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4732596 14423 5340 1 0 547604 0
[pid=88389/tid=88391] ppid=88386 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) S 88386 88389 87403 0 -1 4194368 5062 0 0 0 7 1 0 0 20 0 18 0 73134136 19384713216 14423 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73134138 19384713216 14423 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=18930384 memory=59585004340264 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73134139 19384713216 14423 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57692 KiB

[startup+0.205983 s]*
/proc/loadavg: 4.97 4.93 4.81 8/338 88407
/proc/meminfo: memFree=102260280/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=18930384 memory=63984 CPUtime=0.32 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 7042 0 0 0 30 2 0 0 20 0 18 0 73134135 19384713216 15996 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4732596 15996 5436 1 0 547912 0
[pid=88389/tid=88391] ppid=88386 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 5266 0 0 0 15 1 0 0 20 0 18 0 73134136 19384713216 15996 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73134138 19384713216 15996 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73134139 19384713216 15996 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63984 KiB

[startup+0.305883 s]*
/proc/loadavg: 4.97 4.93 4.81 7/338 88407
/proc/meminfo: memFree=102214784/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=18930384 memory=109032 CPUtime=0.51 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 8498 0 0 0 48 3 0 0 20 0 18 0 73134135 19384713216 27258 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4732596 27258 5436 1 0 548883 0
[pid=88389/tid=88391] ppid=88386 vsize=18930384 memory=-6000919481246245991 CPUtime=0.25 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 5287 0 0 0 23 2 0 0 20 0 18 0 73134136 19384713216 27258 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73134138 19384713216 27258 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73134139 19384713216 27258 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109032 KiB

[startup+0.70024 s]
/proc/loadavg: 4.97 4.93 4.81 7/339 88408
/proc/meminfo: memFree=102161600/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=168752 CPUtime=1.27 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 11329 0 0 0 121 6 0 0 20 0 20 0 73134135 19521036288 42188 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 42188 5500 1 0 551285 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=15104 CPUtime=0.59 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 5452 0 0 0 56 3 0 0 20 0 20 0 73134136 19521036288 42188 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 42188 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 42188 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168752 KiB

[startup+1.50026 s]
/proc/loadavg: 4.97 4.93 4.81 7/340 88409
/proc/meminfo: memFree=102155552/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=176444 CPUtime=2.85 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 18306 0 0 0 278 7 0 0 20 0 20 0 73134135 19521036288 44111 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 44111 5500 1 0 553081 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=3200 CPUtime=1.39 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 5627 0 0 0 136 3 0 0 20 0 20 0 73134136 19521036288 44111 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 44111 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 44111 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 44111 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176444 KiB

[startup+3.10587 s]
/proc/loadavg: 4.97 4.93 4.81 6/340 88409
/proc/meminfo: memFree=102148104/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=177084 CPUtime=4.99 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 20176 0 0 0 492 7 0 0 20 0 20 0 73134135 19521036288 44271 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 44271 5500 1 0 553109 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=14720 CPUtime=2.98 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 6924 0 0 0 295 3 0 0 20 0 20 0 73134136 19521036288 44271 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 44271 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 44271 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 44271 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177084 KiB

[startup+6.30016 s]
/proc/loadavg: 4.97 4.93 4.81 6/340 88410
/proc/meminfo: memFree=102123552/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=195836 CPUtime=8.23 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 23093 0 0 0 815 8 0 0 20 0 20 0 73134135 19521036288 48959 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 48959 5500 1 0 553115 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=0 CPUtime=6.15 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 7400 0 0 0 612 3 0 0 20 0 20 0 73134136 19521036288 48959 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 48959 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 48959 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=176572 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 48959 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195836 KiB

[startup+12.7003 s]
/proc/loadavg: 4.98 4.93 4.81 6/340 88410
/proc/meminfo: memFree=102123560/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=259556 CPUtime=14.68 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 26075 0 0 0 1459 9 0 0 20 0 20 0 73134135 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 64889 5500 1 0 553115 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=176572 CPUtime=12.47 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 8188 0 0 0 1244 3 0 0 20 0 20 0 73134136 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=195836 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259556 KiB

[startup+25.5002 s]
/proc/loadavg: 4.98 4.94 4.81 6/340 88410
/proc/meminfo: memFree=101840936/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=259556 CPUtime=27.51 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 29034 0 0 0 2741 10 0 0 20 0 20 0 73134135 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 64889 5500 1 0 553115 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=0 CPUtime=25.24 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 8869 0 0 0 2521 3 0 0 20 0 20 0 73134136 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=259556 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=259556 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 64889 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 27.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259556 KiB

[startup+51.1059 s]
/proc/loadavg: 4.85 4.91 4.81 6/340 88410
/proc/meminfo: memFree=101197620/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=456360 CPUtime=53.36 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 30829 0 0 0 5321 15 0 0 20 0 20 0 73134135 19521036288 114090 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 114090 5500 1 0 553115 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=259556 CPUtime=50.62 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 8968 0 0 0 5059 3 0 0 20 0 20 0 73134136 19521036288 114090 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 114090 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 114090 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0

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

[startup+3282.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/342 88786
/proc/meminfo: memFree=111852056/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3282.82 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 100478 0 0 0 328136 146 0 0 20 0 20 0 73134135 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613905 5564 1 0 630100 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3270.1 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 44330 0 0 0 326997 13 0 0 20 0 20 0 73134136 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1473 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3282.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/341 88788
/proc/meminfo: memFree=111541664/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3342.69 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 101199 0 0 0 334121 148 0 0 20 0 20 0 73134135 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613905 5564 1 0 630100 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=14720 CPUtime=3329.94 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 44901 0 0 0 332981 13 0 0 20 0 20 0 73134136 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1515 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3342.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/340 88790
/proc/meminfo: memFree=110375172/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3402.55 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 101519 0 0 0 340106 149 0 0 20 0 20 0 73134135 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613905 5564 1 0 630100 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3389.77 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 44980 0 0 0 338964 13 0 0 20 0 20 0 73134136 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1566 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3402.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455620 KiB

[startup+3462.3 s]
/proc/loadavg: 3.82 4.06 4.14 4/315 88826
/proc/meminfo: memFree=112519608/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3462.41 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 101623 0 0 0 346091 150 0 0 20 0 20 0 73134135 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613905 5564 1 0 630100 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3449.61 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 45054 0 0 0 344948 13 0 0 20 0 20 0 73134136 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1567 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3462.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455620 KiB

[startup+3522.3 s]
/proc/loadavg: 3.30 3.86 4.06 4/314 88828
/proc/meminfo: memFree=112475920/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3522.28 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 102593 0 0 0 352076 152 0 0 20 0 20 0 73134135 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613905 5564 1 0 630105 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=2455620 CPUtime=3509.45 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 45940 0 0 0 350932 13 0 0 20 0 20 0 73134136 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1567 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613905 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3522.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455620 KiB

[startup+3582.3 s]
/proc/loadavg: 3.21 3.74 4.01 4/314 88831
/proc/meminfo: memFree=112017488/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455748 CPUtime=3582.32 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 104147 0 0 0 358078 154 0 0 20 0 20 0 73134135 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613937 5564 1 0 630105 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=14720 CPUtime=3569.15 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 46518 0 0 0 356902 13 0 0 20 0 20 0 73134136 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=-6000919481246245991 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=15104 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3582.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600 s]*
/proc/loadavg: 3.23 3.72 3.99 4/314 88831
/proc/meminfo: memFree=112017028/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19063512 memory=2455748 CPUtime=3600 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 104408 0 0 0 359845 155 0 0 20 0 20 0 73134135 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4765878 613937 5564 1 0 630105 0
[pid=88389/tid=88391] ppid=88386 vsize=19063512 memory=-6000919507099673703 CPUtime=3586.82 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) R 88386 88389 87403 0 -1 4194368 46706 0 0 0 358669 13 0 0 20 0 20 0 73134136 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19063512 memory=4355716006426603162 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73134138 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19063512 memory=10000792 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 20 0 73134139 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88409] ppid=88386 vsize=19063512 memory=6772 CPUtime=0 cores=5,7
/proc/88389/task/88409/stat : 88409 (Timer-0) S 88386 88389 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73134189 19521036288 613937 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455748 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.64 s, system=1.5693 s

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

[startup+3600.11 s]
/proc/loadavg: 3.23 3.72 3.99 4/314 88831
/proc/meminfo: memFree=112017028/131250000 swapFree=33008100/33010684
[pid=88389] ppid=88386 vsize=19263204 memory=2456516 CPUtime=3600.19 cores=5,7
/proc/88389/stat : 88389 (java) S 88386 88389 87403 0 -1 4194304 107141 0 0 0 359864 155 0 0 20 0 15 0 73134135 19725520896 614129 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
/proc/88389/statm: 4815801 614129 5564 1 0 631076 0
[pid=88389/tid=88391] ppid=88386 vsize=19263204 memory=2455748 CPUtime=3586.89 cores=5,7
/proc/88389/task/88391/stat : 88391 (java) S 88386 88389 87403 0 -1 4194368 46871 0 0 0 358676 13 0 0 20 0 15 0 73134136 19725520896 614129 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88400] ppid=88386 vsize=19263204 memory=2455620 CPUtime=0 cores=5,7
/proc/88389/task/88400/stat : 88400 (Finalizer) S 88386 88389 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 73134138 19725520896 614129 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
[pid=88389/tid=88407] ppid=88386 vsize=19263204 memory=2455748 CPUtime=0 cores=5,7
/proc/88389/task/88407/stat : 88407 (Common-Cleaner) S 88386 88389 87403 0 -1 4194368 1579 0 0 0 0 0 0 0 20 0 15 0 73134139 19725520896 614129 18446744073709551615 94548060323840 94548060327536 140726128786960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94548060335352 94548060336144 94548071088128 140726128793985 140726128794086 140726128794086 140726128799688 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2456516 KiB

Child status: 143

Real time (s): 3600.12
CPU time (s): 3600.21
CPU user time (s): 3598.64
CPU system time (s): 1.5693
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2456516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.64
system time used= 1.5693
maximum resident set size= 2456644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107316
involuntary context switches= 3424


# summary of solver processes directly reported to runsolver:
#   pid: 88389
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.64
#   total CPU system time (s): 1.5693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.62814 second user time and 17.4031 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 22:28:59
IDJOB=4520948
IDBENCH=178158
IDSOLVER=3363
FILE ID=nodeC013/4520948-1751574539
RUNJOBID= nodeC013-1751567892-87416
SLURM_JOB_ID= 9598784
Free space on /tmp= 432640 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/normalized-maxcut_opt_complete_5-partite_block_nvert_47.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520948-1751574539/watcher-4520948-1751574539 -o /tmp/evaluation-result-4520948-1751574539/solver-4520948-1751574539 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87416 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4520948-1751574539.opb

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

MD5SUM BENCH= 84fd44c84eee80e386362762f3a8050d
RANDOM SEED=1473306567

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        102290128 kB
MemAvailable:   102391940 kB
Buffers:            1668 kB
Cached:           895924 kB
SwapCached:         1980 kB
Active:         27752408 kB
Inactive:         531628 kB
Active(anon):   27380112 kB
Inactive(anon):    17632 kB
Active(file):     372296 kB
Inactive(file):   513996 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:      27387576 kB
Mapped:           119616 kB
Shmem:             11296 kB
KReclaimable:     109116 kB
Slab:             199372 kB
SReclaimable:     109116 kB
SUnreclaim:        90256 kB
KernelStack:        5200 kB
PageTables:        57268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   28405308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26959872 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432612 MiB
End job on nodeC013 at 2025-07-03 23:28:59