Trace number 4440370

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 2024 2024-07-07SAT (TO)17 3600.42 3546.17

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
MD5SUM0c08209891d9f5241a74237055766898
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.180845
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables934
Total number of constraints1063
Number of constraints which are clauses879
Number of constraints which are cardinality constraints (but not clauses)184
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Number of terms in the objective function 934
Biggest coefficient in the objective function 546
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2594
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 546
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2594
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version CUSTOM.v20240707
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.24	c java.vm.vendor	Oracle Corporation
0.11/0.24	c sun.arch.data.model	64
0.11/0.24	c java.version		22.0.1
0.11/0.24	c os.name		Linux
0.11/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.24	c os.arch		amd64
0.11/0.24	c Free memory 		2113181440
0.11/0.24	c Max memory 		16282288128
0.11/0.24	c Total memory 		2122317824
0.31/0.25	c Number of processors 	2
0.46/0.35	--- Begin Solver configuration ---
0.46/0.35	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.46/0.35	Learn all clauses as in MiniSAT
0.46/0.35	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.35	Expensive reason simplification
0.46/0.35	Glucose 2.1 dynamic restart strategy
0.46/0.35	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.46/0.35	timeout=2147483s
0.46/0.35	DB Simplification allowed=false
0.46/0.35	Listener: none
0.46/0.35	--- End Solver configuration ---
0.46/0.35	c Pseudo Boolean Optimization by upper bound
0.46/0.35	c --- Begin Solver configuration ---
0.46/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.46/0.35	c Learn all clauses as in MiniSAT
0.46/0.35	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.35	c Expensive reason simplification
0.46/0.35	c Glucose 2.1 dynamic restart strategy
0.46/0.35	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.46/0.35	c timeout=2147483s
0.46/0.35	c DB Simplification allowed=false
0.46/0.35	c Listener: none
0.46/0.35	c --- End Solver configuration ---
0.46/0.35	c solving HOME/instance-4440370-1721765593.opb
0.46/0.35	c reading problem ... 
0.46/0.36	c using VERIPB proof format
0.46/0.36	c  objective function found
0.64/0.51	c ... done. Wall clock time 0.152s.
0.64/0.51	c declared #vars     934
0.64/0.51	c #constraints  1064
0.64/0.51	c constraints type 
0.64/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 873
0.64/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
0.64/0.51	c org.sat4j.specs.Constr$1 => 1
0.64/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.64/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.64/0.51	c 1064 constraints processed.
0.64/0.54	c objective function length is 934 literals
0.84/0.59	c SATISFIABLE
0.84/0.59	c OPTIMIZING...
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.239
0.84/0.60	o 17
4.85/2.60	c cleaning 2493 clauses out of 5000 with flag 10187/5000
6.53/3.56	c cleaning 4245 clauses out of 8508 with flag 22259/11001
7.70/4.53	c cleaning 5624 clauses out of 11263 with flag 36329/18001
9.19/5.67	c cleaning 6810 clauses out of 13638 with flag 52419/26000
10.81/6.91	c cleaning 7903 clauses out of 15828 with flag 70509/35000
12.65/8.40	c cleaning 8954 clauses out of 17925 with flag 90609/45000
14.62/9.90	c cleaning 9975 clauses out of 19971 with flag 112719/56000
16.36/11.68	c cleaning 10990 clauses out of 21996 with flag 137111/68000
18.37/13.67	c cleaning 11995 clauses out of 24006 with flag 164384/81000
20.93/16.03	c cleaning 12996 clauses out of 26011 with flag 193756/95000
23.52/18.47	c cleaning 13998 clauses out of 28015 with flag 225226/110000
25.88/20.73	c cleaning 15003 clauses out of 30017 with flag 257745/126000
28.40/23.10	c cleaning 15997 clauses out of 32014 with flag 291836/143000
31.20/25.64	c cleaning 16997 clauses out of 34017 with flag 327933/161000
33.79/28.26	c cleaning 18001 clauses out of 36021 with flag 366037/180001
37.35/31.43	c cleaning 19004 clauses out of 38020 with flag 406145/200001
40.71/34.69	c cleaning 19997 clauses out of 40016 with flag 448258/221001
44.10/37.91	c cleaning 21001 clauses out of 42019 with flag 492377/243001
47.73/41.48	c cleaning 22000 clauses out of 44017 with flag 538499/266000
52.52/47.35	c cleaning 22998 clauses out of 46017 with flag 586629/290000
56.57/51.25	c cleaning 24003 clauses out of 48019 with flag 636764/315000
60.65/55.16	c cleaning 24998 clauses out of 50017 with flag 688907/341001
65.18/59.48	c cleaning 26001 clauses out of 52018 with flag 743051/368000
70.11/64.03	c cleaning 26998 clauses out of 54017 with flag 799202/396000
75.83/69.45	c cleaning 28003 clauses out of 56020 with flag 857493/425001
81.95/76.56	c cleaning 28997 clauses out of 58016 with flag 920105/455000
87.04/81.59	c cleaning 30002 clauses out of 60019 with flag 984763/486000
92.02/86.46	c cleaning 30998 clauses out of 62017 with flag 1051502/518000
97.69/91.74	c cleaning 32002 clauses out of 64019 with flag 1120173/551000
108.01/101.62	c cleaning 33001 clauses out of 66017 with flag 1189982/585000
115.64/109.81	c cleaning 34003 clauses out of 68017 with flag 1260835/620001
121.85/115.57	c cleaning 34998 clauses out of 70013 with flag 1333632/656000
128.08/121.44	c cleaning 35997 clauses out of 72015 with flag 1408647/693000
134.54/127.56	c cleaning 37001 clauses out of 74018 with flag 1485688/731000
140.87/133.74	c cleaning 37997 clauses out of 76017 with flag 1564465/770000
148.27/142.07	c cleaning 38997 clauses out of 78021 with flag 1644869/810001
155.91/149.28	c cleaning 40004 clauses out of 80025 with flag 1728559/851002
164.43/157.21	c cleaning 41000 clauses out of 82019 with flag 1815783/893000
172.33/164.81	c cleaning 42001 clauses out of 84019 with flag 1903002/936000
181.40/174.16	c cleaning 42998 clauses out of 86018 with flag 1992928/980000
190.31/182.70	c cleaning 43997 clauses out of 88020 with flag 2085824/1025000
203.35/195.23	c cleaning 45000 clauses out of 90024 with flag 2184561/1071001
216.74/211.25	c cleaning 46004 clauses out of 92024 with flag 2285313/1118001
225.90/219.98	c cleaning 47000 clauses out of 94019 with flag 2385733/1166000
235.35/228.92	c cleaning 48001 clauses out of 96019 with flag 2488245/1215000
245.92/243.35	c cleaning 48997 clauses out of 98018 with flag 2591966/1265000
254.52/251.66	c cleaning 50000 clauses out of 100021 with flag 2696222/1316000
263.27/260.08	c cleaning 51001 clauses out of 102021 with flag 2802519/1368000
272.72/269.06	c cleaning 51998 clauses out of 104021 with flag 2911124/1421001
283.27/283.73	c cleaning 53002 clauses out of 106023 with flag 3021863/1475001
296.34/295.19	c cleaning 54003 clauses out of 108020 with flag 3135816/1530000
309.07/310.68	c cleaning 55000 clauses out of 110017 with flag 3252219/1586000
320.77/321.91	c cleaning 55999 clauses out of 112017 with flag 3371287/1643000
332.16/332.84	c cleaning 56998 clauses out of 114018 with flag 3492238/1701000
342.94/347.56	c cleaning 58001 clauses out of 116021 with flag 3610834/1760001
354.52/358.60	c cleaning 58999 clauses out of 118019 with flag 3731436/1820000
366.25/370.09	c cleaning 60001 clauses out of 120021 with flag 3857955/1881001
379.09/382.98	c cleaning 61000 clauses out of 122019 with flag 3986599/1943000
392.35/395.71	c cleaning 61998 clauses out of 124019 with flag 4117321/2006000
405.43/408.40	c cleaning 63000 clauses out of 126022 with flag 4250124/2070001
419.76/422.88	c cleaning 64001 clauses out of 128021 with flag 4385000/2135000
433.64/436.24	c cleaning 64995 clauses out of 130021 with flag 4521950/2201001
448.72/451.36	c cleaning 66001 clauses out of 132026 with flag 4660972/2268001
462.02/464.29	c cleaning 67003 clauses out of 134025 with flag 4800346/2336001
477.22/479.23	c cleaning 68000 clauses out of 136021 with flag 4940115/2405000
492.85/494.30	c cleaning 68998 clauses out of 138021 with flag 5086118/2475000
509.91/511.30	c cleaning 70002 clauses out of 140023 with flag 5234202/2546000
527.64/528.47	c cleaning 71002 clauses out of 142021 with flag 5384370/2618000
542.68/543.46	c cleaning 71998 clauses out of 144019 with flag 5531909/2691000
556.48/556.78	c cleaning 73001 clauses out of 146021 with flag 5684172/2765000
570.16/570.40	c cleaning 73997 clauses out of 148020 with flag 5834577/2840000
584.09/583.96	c cleaning 74998 clauses out of 150023 with flag 5986988/2916000
598.83/598.70	c cleaning 76002 clauses out of 152025 with flag 6141404/2993000
615.89/615.37	c cleaning 77002 clauses out of 154024 with flag 6297563/3071001
639.54/640.06	c cleaning 78003 clauses out of 156021 with flag 6455561/3150000
662.97/663.02	c cleaning 78998 clauses out of 158019 with flag 6615563/3230001
687.86/687.36	c cleaning 80004 clauses out of 160021 with flag 6777563/3311001
712.85/711.95	c cleaning 80998 clauses out of 162016 with flag 6941562/3393000
746.55/745.26	c cleaning 82002 clauses out of 164019 with flag 7107592/3476001
763.96/762.22	c cleaning 82996 clauses out of 166016 with flag 7279854/3560000
783.47/781.37	c cleaning 84001 clauses out of 168020 with flag 7456320/3645000
802.45/799.69	c cleaning 84998 clauses out of 170020 with flag 7633458/3731001
825.97/822.83	c cleaning 86003 clauses out of 172021 with flag 7812587/3818000
846.55/842.62	c cleaning 87002 clauses out of 174018 with flag 7991226/3906000
866.68/862.47	c cleaning 87997 clauses out of 176018 with flag 8175402/3995002
888.64/883.98	c cleaning 88999 clauses out of 178019 with flag 8358977/4085000
909.88/904.51	c cleaning 90003 clauses out of 180020 with flag 8543227/4176000
930.32/927.39	c cleaning 90999 clauses out of 182017 with flag 8731878/4268000
950.20/946.72	c cleaning 91998 clauses out of 184019 with flag 8921271/4361001
969.96/965.74	c cleaning 92998 clauses out of 186021 with flag 9112673/4455001
989.26/984.56	c cleaning 94000 clauses out of 188022 with flag 9306042/4550000
1014.81/1009.99	c cleaning 94999 clauses out of 190022 with flag 9501941/4646000
1038.94/1031.67	c cleaning 95998 clauses out of 192023 with flag 9699459/4743000
1060.91/1052.84	c cleaning 97003 clauses out of 194025 with flag 9898814/4841000
1082.47/1074.10	c cleaning 97996 clauses out of 196022 with flag 10101471/4940000
1105.32/1096.19	c cleaning 99000 clauses out of 198026 with flag 10304817/5040000
1126.22/1116.21	c cleaning 99998 clauses out of 200027 with flag 10510066/5141001
1148.40/1137.82	c cleaning 101002 clauses out of 202028 with flag 10717312/5243000
1174.45/1163.37	c cleaning 102003 clauses out of 204027 with flag 10929454/5346001
1200.47/1188.39	c cleaning 103003 clauses out of 206024 with flag 11149962/5450001
1226.71/1213.93	c cleaning 103998 clauses out of 208020 with flag 11372687/5555000
1254.56/1241.51	c cleaning 105000 clauses out of 210022 with flag 11597380/5661000
1282.70/1269.38	c cleaning 106002 clauses out of 212023 with flag 11824639/5768001
1309.61/1295.95	c cleaning 106998 clauses out of 214020 with flag 12053448/5876000
1336.10/1321.61	c cleaning 108002 clauses out of 216022 with flag 12283148/5985000
1361.72/1346.50	c cleaning 108999 clauses out of 218021 with flag 12514611/6095001
1388.44/1372.78	c cleaning 110000 clauses out of 220022 with flag 12746663/6206001
1416.62/1400.02	c cleaning 111001 clauses out of 222021 with flag 12979876/6318000
1443.03/1425.86	c cleaning 111997 clauses out of 224021 with flag 13213073/6431001
1469.63/1451.81	c cleaning 112998 clauses out of 226024 with flag 13448998/6545001
1496.53/1478.16	c cleaning 114004 clauses out of 228026 with flag 13686722/6660001
1524.31/1505.22	c cleaning 114996 clauses out of 230022 with flag 13926343/6776001
1550.76/1530.62	c cleaning 116005 clauses out of 232025 with flag 14168201/6893000
1579.95/1559.01	c cleaning 116997 clauses out of 234020 with flag 14412630/7011000
1609.37/1587.69	c cleaning 118000 clauses out of 236023 with flag 14658660/7130000
1640.99/1616.66	c cleaning 119002 clauses out of 238023 with flag 14906167/7250000
1670.76/1645.58	c cleaning 120002 clauses out of 240021 with flag 15157456/7371000
1700.48/1674.56	c cleaning 120997 clauses out of 242020 with flag 15409917/7493001
1731.18/1704.45	c cleaning 121997 clauses out of 244022 with flag 15663929/7616000
1762.12/1735.05	c cleaning 122999 clauses out of 246025 with flag 15920612/7740000
1793.83/1766.59	c cleaning 123996 clauses out of 248026 with flag 16178941/7865000
1825.77/1798.23	c cleaning 125002 clauses out of 250030 with flag 16438811/7991000
1859.21/1831.06	c cleaning 126003 clauses out of 252028 with flag 16700405/8118000
1892.21/1863.59	c cleaning 127001 clauses out of 254025 with flag 16965053/8246000
1927.23/1898.29	c cleaning 128001 clauses out of 256025 with flag 17231868/8375001
1962.74/1933.70	c cleaning 129001 clauses out of 258025 with flag 17498313/8505002
1999.78/1970.16	c cleaning 130001 clauses out of 260023 with flag 17769147/8636001
2035.56/2006.99	c cleaning 130997 clauses out of 262022 with flag 18045370/8768001
2074.18/2044.92	c cleaning 132002 clauses out of 264024 with flag 18321883/8901000
2108.46/2079.74	c cleaning 132998 clauses out of 266022 with flag 18600857/9035000
2147.59/2118.54	c cleaning 134003 clauses out of 268025 with flag 18878376/9170001
2186.64/2157.06	c cleaning 135001 clauses out of 270021 with flag 19154272/9306000
2248.20/2216.10	c cleaning 136003 clauses out of 272020 with flag 19434792/9443000
2288.79/2255.84	c cleaning 137002 clauses out of 274018 with flag 19717141/9581001
2323.68/2290.59	c cleaning 138001 clauses out of 276015 with flag 19999309/9720000
2357.77/2324.50	c cleaning 138995 clauses out of 278015 with flag 20285000/9860001
2393.08/2360.75	c cleaning 140000 clauses out of 280019 with flag 20571437/10001000
2429.83/2397.11	c cleaning 141000 clauses out of 282019 with flag 20860181/10143000
2463.78/2430.36	c cleaning 141999 clauses out of 284019 with flag 21152026/10286000
2496.93/2462.43	c cleaning 143003 clauses out of 286021 with flag 21444790/10430001
2534.62/2499.25	c cleaning 143999 clauses out of 288018 with flag 21742383/10575001
2574.10/2538.36	c cleaning 144999 clauses out of 290018 with flag 22050343/10721000
2621.07/2585.35	c cleaning 145997 clauses out of 292020 with flag 22359913/10868001
2664.63/2628.78	c cleaning 146998 clauses out of 294023 with flag 22670387/11016001
2712.75/2676.48	c cleaning 148001 clauses out of 296024 with flag 22984896/11165000
2756.13/2718.98	c cleaning 149001 clauses out of 298023 with flag 23300842/11315000
2799.34/2761.99	c cleaning 149998 clauses out of 300022 with flag 23615214/11466000
2854.39/2815.05	c cleaning 150997 clauses out of 302024 with flag 23930136/11618000
2902.50/2862.79	c cleaning 152007 clauses out of 304029 with flag 24247653/11771002
2947.64/2907.18	c cleaning 152997 clauses out of 306020 with flag 24564408/11925000
2992.30/2950.84	c cleaning 153999 clauses out of 308023 with flag 24883066/12080000
3037.87/2998.19	c cleaning 154996 clauses out of 310024 with flag 25203896/12236000
3079.93/3039.10	c cleaning 156007 clauses out of 312028 with flag 25527719/12393000
3124.81/3083.03	c cleaning 157000 clauses out of 314021 with flag 25851939/12551000
3174.74/3131.84	c cleaning 157999 clauses out of 316021 with flag 26179232/12710000
3218.15/3174.33	c cleaning 158995 clauses out of 318022 with flag 26508696/12870000
3263.92/3219.02	c cleaning 160001 clauses out of 320027 with flag 26840329/13031000
3311.67/3265.58	c cleaning 160999 clauses out of 322026 with flag 27174589/13193000
3359.11/3311.95	c cleaning 162001 clauses out of 324027 with flag 27510607/13356000
3402.64/3354.30	c cleaning 163002 clauses out of 326026 with flag 27848869/13520000
3451.43/3402.49	c cleaning 164005 clauses out of 328024 with flag 28188155/13685000
3503.09/3450.64	c cleaning 165000 clauses out of 330020 with flag 28529274/13851001
3548.12/3495.22	c cleaning 165999 clauses out of 332019 with flag 28874020/14018000
3594.64/3540.61	c cleaning 166999 clauses out of 334021 with flag 29223133/14186001
3600.06/3545.95	c starts		: 2
3600.06/3545.95	c conflicts		: 14220681
3600.06/3545.95	c decisions		: 19562465
3600.06/3545.95	c propagations		: 236019756
3600.06/3545.95	c inspects		: 6682582758
3600.06/3545.95	c shortcuts		: 0
3600.06/3545.95	c learnt literals	: 0
3600.06/3545.95	c learnt binary clauses	: 0
3600.06/3545.95	c learnt ternary clauses	: 0
3600.06/3545.95	c learnt constraints	: 14220681
3600.06/3545.95	c ignored constraints	: 0
3600.06/3545.95	c root simplifications	: 0
3600.06/3545.95	c removed literals (reason simplification)	: 1943058223
3600.06/3545.95	c reason swapping (by a shorter reason)	: 0
3600.06/3545.95	c Calls to reduceDB	: 164
3600.06/3545.95	c Number of update (reduction) of LBD	: 226469
3600.06/3545.95	c Imported unit clauses	: 0
3600.06/3545.95	c No decision after first conflict	: false
3600.06/3545.95	c number of reductions to clauses (during analyze)	: 0
3600.06/3545.95	c number of learned constraints concerned by reduction	: 0
3600.06/3545.95	c number of learning phase by resolution	: 0
3600.06/3545.95	c number of learning phase by cutting planes	: 0
3600.06/3545.95	c number of rounding to 1 operations	: 0
3600.06/3545.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3545.95	c number of reductions of the coefficients by power 2 	: 0
3600.06/3545.95	c number of right shift for reduction by power 2 	: 0
3600.06/3545.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3545.95	c number of ending skipping 	: 0
3600.06/3545.95	c number of internal skipping 	: 0
3600.06/3545.95	c number of derivation steps 	: 0
3600.06/3545.95	c number of skipped derivation steps 	: 0
3600.06/3545.95	c number of remaining unassigned 	: 0
3600.06/3545.95	c number of remaining assigned 	: 0
3600.06/3545.95	c number of falsified literals weakened from reason	: 0
3600.06/3545.97	c number of falsified literals weakened from conflict	: 0
3600.06/3545.97	c time for arithmetic operations	: 0
3600.06/3545.97	c minimum degree of deleted constraints	: null
3600.06/3545.97	c maximum degree of deleted constraints	: null
3600.06/3545.97	c number of deleted constraints	: 0
3600.06/3545.97	c speed (assignments/second)	: 66570.90547750896
3600.06/3545.97	c non guided choices	: 7
3600.27/3546.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 201702
3600.27/3546.03	s SATISFIABLE
3600.27/3546.03	c Found 1 solution(s)
3600.27/3546.03	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 
3600.27/3546.05	c objective function=17
3600.27/3546.05	c Total wall clock time (in seconds): 3545.695

Verifier Data

OK	17

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: 64059 MiB (60894 MiB free)
  memory of node 1: 64510 MiB (61527 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440370-1721765593/watcher-4440370-1721765593 -o /tmp/evaluation-result-4440370-1721765593/solver-4440370-1721765593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721765593-126366 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440370-1721765593 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440370-1721765593.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=126415, runsolver pid=126410
Current StackSize limit: 8192 KiB


[startup+0.100948 s]*
/proc/loadavg: 1.94 2.05 2.08 13/317 126498
/proc/meminfo: memFree=125224672/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=18993908 memory=55820 CPUtime=0.11 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 6412 0 0 0 7 4 0 0 20 0 18 0 12548751 19449761792 13955 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4748477 13955 5660 1 0 550754 0
[pid=126415/tid=126427] ppid=126410 vsize=18993908 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 5335 0 0 0 5 3 0 0 20 0 18 0 12548752 19449761792 13955 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=18993908 memory=1646 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12548758 19449761792 13955 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 12548760 19449761792 13955 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 55820 KiB

[startup+0.215816 s]*
/proc/loadavg: 1.94 2.05 2.08 14/317 126498
/proc/meminfo: memFree=125203156/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=18993908 memory=62644 CPUtime=0.31 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 6915 0 0 0 26 5 0 0 20 0 18 0 12548751 19449761792 15661 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4748477 15661 5905 1 0 551138 0
[pid=126415/tid=126427] ppid=126410 vsize=18993908 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 5732 0 0 0 16 3 0 0 20 0 18 0 12548752 19449761792 15661 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=18993908 memory=1646 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12548758 19449761792 15661 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 12548760 19449761792 15661 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 62644 KiB

[startup+0.327365 s]*
/proc/loadavg: 1.94 2.05 2.08 17/317 126498
/proc/meminfo: memFree=125178208/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=18993908 memory=68960 CPUtime=0.46 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 7369 0 0 0 40 6 0 0 20 0 18 0 12548751 19449761792 17240 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4748477 17240 6009 1 0 551553 0
[pid=126415/tid=126427] ppid=126410 vsize=18993908 memory=-8744695691560657596 CPUtime=0.28 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 5923 0 0 0 24 4 0 0 20 0 18 0 12548752 19449761792 17240 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 12548758 19449761792 17240 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 12548760 19449761792 17240 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 68960 KiB

[startup+0.700408 s]
/proc/loadavg: 1.94 2.05 2.08 14/318 126499
/proc/meminfo: memFree=125154536/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19060472 memory=79268 CPUtime=1.14 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 7775 0 0 0 107 7 0 0 20 0 19 0 12548751 19517923328 19817 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4765118 19817 6137 1 0 552155 0
[pid=126415/tid=126427] ppid=126410 vsize=19060472 memory=5640 CPUtime=0.58 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 6191 0 0 0 53 5 0 0 20 0 19 0 12548752 19517923328 19817 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 12548758 19517923328 19817 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 12548760 19517923328 19817 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 79268 KiB

[startup+1.50488 s]
/proc/loadavg: 1.94 2.05 2.08 12/322 126503
/proc/meminfo: memFree=124935928/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=182884 CPUtime=2.71 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 18763 0 0 0 257 14 0 0 20 0 20 0 12548751 19586084864 45721 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 45721 6181 1 0 556639 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=12240 CPUtime=1.35 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 6719 0 0 0 126 9 0 0 20 0 20 0 12548752 19586084864 45721 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 45721 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 45721 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 45721 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 182884 KiB

[startup+3.10674 s]
/proc/loadavg: 2.74 2.22 2.13 13/325 126506
/proc/meminfo: memFree=124041124/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=364192 CPUtime=5.82 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 23300 0 0 0 562 20 0 0 20 0 20 0 12548751 19586084864 91048 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 91048 6181 1 0 878715 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=0 CPUtime=2.78 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 7720 0 0 0 265 13 0 0 20 0 20 0 12548752 19586084864 91048 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 91048 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 91048 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 91048 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 364192 KiB

[startup+6.30043 s]
/proc/loadavg: 2.74 2.22 2.13 7/328 126509
/proc/meminfo: memFree=121433328/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=1038276 CPUtime=10.12 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 24852 0 0 0 973 39 0 0 20 0 20 0 12548751 19586084864 259569 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 259569 6181 1 0 1269356 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=0 CPUtime=5.69 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 7980 0 0 0 542 27 0 0 20 0 20 0 12548752 19586084864 259569 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548752 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 259569 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 259569 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=50044 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 259569 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 10.12 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1038276 KiB

[startup+12.7004 s]
/proc/loadavg: 3.25 2.33 2.17 5/328 126511
/proc/meminfo: memFree=116701504/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=2832900 CPUtime=17.47 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 27475 0 0 0 1662 85 0 0 20 0 20 0 12548751 19586084864 708225 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 708225 6181 1 0 1887663 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=2296324 CPUtime=11.47 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 8791 0 0 0 1081 66 0 0 20 0 20 0 12548752 19586084864 708225 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548764 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=87460 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 708225 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 708225 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 708225 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 17.47 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2832900 KiB

[startup+25.5005 s]
/proc/loadavg: 3.62 2.46 2.22 6/327 126512
/proc/meminfo: memFree=109761068/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=3357768 CPUtime=31.1 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 28327 0 0 0 2999 111 0 0 20 0 20 0 12548751 19586084864 839442 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 839442 6181 1 0 1887678 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=2296324 CPUtime=23.4 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 9308 0 0 0 2251 89 0 0 20 0 20 0 12548752 19586084864 839442 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548764 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=1038276 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 839442 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 839442 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 839442 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 31.1 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3357768 KiB

[startup+51.1144 s]
/proc/loadavg: 3.95 2.63 2.28 5/328 126518
/proc/meminfo: memFree=103148708/131655788 swapFree=131071996/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=4197512 CPUtime=56.48 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 33444 0 0 0 5486 162 0 0 20 0 20 0 12548751 19586084864 1049378 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 1049378 6197 1 0 2002573 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=2880004 CPUtime=46.53 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 11357 0 0 0 4522 131 0 0 20 0 20 0 12548752 19586084864 1049378 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12548887 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 1049378 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=3472323898181171441 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 1049378 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0

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

/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078365 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=16313460 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 1854 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078365 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=16313460 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078365 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3267.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.48 4.58 4.61 6/338 128503
/proc/meminfo: memFree=43505612/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=16313464 CPUtime=3329.07 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2321771 0 0 0 329239 3668 0 0 20 0 20 0 12548751 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 4078366 6087 1 0 4092445 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=12264 CPUtime=3061.09 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 1937462 0 0 0 302757 3352 0 0 20 0 20 0 12548752 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12556227 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=25788 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 1967 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3329.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.71 4.62 4.62 7/338 128513
/proc/meminfo: memFree=40554624/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=16313464 CPUtime=3390.66 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2323597 0 0 0 335351 3715 0 0 20 0 20 0 12548751 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 4078366 6087 1 0 4092445 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=5640 CPUtime=3118.07 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 1938243 0 0 0 308410 3397 0 0 20 0 20 0 12548752 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12556263 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 1967 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3390.66 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.55 4.60 6/338 128523
/proc/meminfo: memFree=38444064/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=16313464 CPUtime=3451.33 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2325007 0 0 0 341376 3757 0 0 20 0 20 0 12548751 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 4078366 6087 1 0 4092445 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=16313464 CPUtime=3175.56 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 1939025 0 0 0 314121 3435 0 0 20 0 20 0 12548752 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12556328 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 1967 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078366 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3451.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.51 4.58 5/338 128539
/proc/meminfo: memFree=37028252/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=16313528 CPUtime=3514.95 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2357138 0 0 0 347681 3814 0 0 20 0 20 0 12548751 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 4078382 6087 1 0 4092445 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=16313464 CPUtime=3232.18 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 1942153 0 0 0 319733 3485 0 0 20 0 20 0 12548752 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12556394 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=16313464 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 1967 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3514.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.55 4.52 4.58 5/331 128550
/proc/meminfo: memFree=35816012/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=16313528 CPUtime=3575.79 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2437215 0 0 0 353710 3869 0 0 20 0 20 0 12548751 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 4078382 6087 1 0 4092445 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=16313528 CPUtime=3288.47 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 2018239 0 0 0 325309 3538 0 0 20 0 20 0 12548752 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12556510 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 1967 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=5640 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3575.79 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545.9 s]
/proc/loadavg: 4.55 4.53 4.58 5/330 128557
/proc/meminfo: memFree=34921192/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19127036 memory=16313528 CPUtime=3600.06 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2594823 0 0 0 356111 3895 0 0 20 0 20 0 12548751 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4781759 4078382 6087 1 0 4092445 0
[pid=126415/tid=126427] ppid=126410 vsize=19127036 memory=16313528 CPUtime=3311.17 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 2164784 0 0 0 327555 3562 0 0 20 0 20 0 12548752 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12556510 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19127036 memory=16313528 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 12548758 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19127036 memory=5640 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 2047 0 0 0 0 0 0 0 20 0 20 0 12548760 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126501] ppid=126410 vsize=19127036 memory=16313528 CPUtime=0 cores=0,2
/proc/126415/task/126501/stat : 126501 (Timer-0) S 126410 126415 126356 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12548807 19586084864 4078382 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16313528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3561.37 s, system=39.0457 s

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

[startup+3546.01 s]*
/proc/loadavg: 4.55 4.53 4.58 8/331 128560
/proc/meminfo: memFree=34902176/131655788 swapFree=131070448/131071996
[pid=126415] ppid=126410 vsize=19326728 memory=16314256 CPUtime=3600.27 cores=0,2
/proc/126415/stat : 126415 (java) S 126410 126415 126356 0 -1 1077936128 2597652 0 0 0 356132 3895 0 0 20 0 21 0 12548751 19790569472 4078564 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
/proc/126415/statm: 4831682 4078564 6086 1 0 4093394 0
[pid=126415/tid=126427] ppid=126410 vsize=19326728 memory=2664 CPUtime=3311.25 cores=0,2
/proc/126415/task/126427/stat : 126427 (java) R 126410 126415 126356 0 -1 4194368 2165003 0 0 0 327563 3562 0 0 20 0 21 0 12548752 19790569472 4078564 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 12556510 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126466] ppid=126410 vsize=19326728 memory=4940 CPUtime=0 cores=0,2
/proc/126415/task/126466/stat : 126466 (Finalizer) S 126410 126415 126356 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 12548758 19790569472 4078564 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=126496] ppid=126410 vsize=19326728 memory=5004 CPUtime=0 cores=0,2
/proc/126415/task/126496/stat : 126496 (Common-Cleaner) S 126410 126415 126356 0 -1 1077936192 2047 0 0 0 0 0 0 0 20 0 21 0 12548760 19790569472 4078564 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
[pid=126415/tid=128559] ppid=126410 vsize=19326728 memory=7151275976725453124 CPUtime=0.07 cores=0,2
/proc/126415/task/128559/stat : 128559 (Thread-0) R 126410 126415 126356 0 -1 4194368 314 0 0 0 7 0 0 0 20 0 21 0 12903342 19790569472 4078564 134679101440 94909341265920 94909341269616 140727226880176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909341277432 94909341278224 94909373435904 140727226885039 140727226885221 140727226885221 140727226892232 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 16314256 KiB

[startup+3546.11 s]*
/proc/loadavg: 4.55 4.53 4.58 7/312 128560
/proc/meminfo: memFree=50475188/131655788 swapFree=131070448/131071996
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): 3546.17
CPU time (s): 3600.42
CPU user time (s): 3561.37
CPU system time (s): 39.0457
CPU usage (%): 101.53
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 16314256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.37
system time used= 39.0457
maximum resident set size= 16315448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2598201
page faults= 0
swaps= 0
block input operations= 64
block output operations= 63498680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140764
involuntary context switches= 31935


# summary of solver processes directly reported to runsolver:
#   pid: 126415
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3561.37
#   total CPU system time (s): 39.0457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9308 second user time and 40.9586 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-23 22:13:13
IDJOB=4440370
IDBENCH=146663
IDSOLVER=3079
FILE ID=nodeC005/4440370-1721765593
RUNJOBID= nodeC005-1721765593-126366
SLURM_JOB_ID= 7770667
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440370-1721765593/watcher-4440370-1721765593 -o /tmp/evaluation-result-4440370-1721765593/solver-4440370-1721765593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721765593-126366 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440370-1721765593 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440370-1721765593.opb

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

MD5SUM BENCH= 0c08209891d9f5241a74237055766898
RANDOM SEED=1240282112

nodeC005.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 1220.790
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
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		: 1199.967
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 1218.677
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
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		: 1287.517
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 1246.840
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
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		: 1205.161
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 1217.469
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.14
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		: 1274.995
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125369632 kB
MemAvailable:   129995596 kB
Buffers:          189072 kB
Cached:          5230040 kB
SwapCached:            0 kB
Active:          1244516 kB
Inactive:        4438456 kB
Active(anon):       1304 kB
Inactive(anon):   308760 kB
Active(file):    1243212 kB
Inactive(file):  4129696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:        264240 kB
Mapped:           107272 kB
Shmem:             45888 kB
KReclaimable:     186176 kB
Slab:             287560 kB
SReclaimable:     186176 kB
SUnreclaim:       101384 kB
KernelStack:        3812 kB
PageTables:         9520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     569204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    22697984 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-23 23:12:20