Trace number 4508466

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)115 3600.3 3604.33

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_16x16_009.opb.metafix.opb
MD5SUM6cf95a79097c212a609c1b13f8969201
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 benchmark115
Best CPU time to get the best result obtained on this benchmark0.01729
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
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 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4508466-1751508546.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
0.13/0.15	c ... done. Wall clock time 0.029s.
0.13/0.15	c declared #vars     256
0.13/0.15	c #constraints  188
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.13/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 161
0.13/0.15	c org.sat4j.specs.Constr$1 => 7
0.13/0.15	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9
0.13/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.13/0.15	c 188 constraints processed.
0.13/0.16	c objective function length is 256 literals
0.33/0.26	c SATISFIABLE
0.33/0.26	c OPTIMIZING...
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.138
0.33/0.26	o 115
0.91/0.56	c cleaning 2806 clauses out of 5621 with flag 18431/5621
1.48/0.84	c cleaning 4400 clauses out of 8814 with flag 43916/11620
1.82/1.10	c cleaning 5693 clauses out of 11415 with flag 71866/18621
2.21/1.40	c cleaning 6827 clauses out of 13723 with flag 106267/26622
2.69/1.79	c cleaning 7943 clauses out of 15894 with flag 159032/35620
3.39/2.24	c cleaning 8974 clauses out of 17953 with flag 218656/45622
3.93/2.79	c cleaning 9986 clauses out of 19977 with flag 287396/56620
4.53/3.31	c cleaning 10975 clauses out of 21991 with flag 341828/68620
5.03/3.83	c cleaning 11999 clauses out of 24016 with flag 400194/81620
5.63/4.46	c cleaning 13000 clauses out of 26018 with flag 464095/95621
6.44/5.29	c cleaning 14004 clauses out of 28019 with flag 551990/110622
7.24/6.06	c cleaning 14984 clauses out of 30015 with flag 631728/126622
8.06/6.82	c cleaning 16005 clauses out of 32029 with flag 706083/143620
8.88/7.67	c cleaning 17006 clauses out of 34029 with flag 792349/161625
9.87/8.60	c cleaning 18007 clauses out of 36020 with flag 882157/180622
10.88/9.65	c cleaning 18977 clauses out of 38012 with flag 992901/200621
11.88/10.69	c cleaning 20004 clauses out of 40036 with flag 1097396/221622
13.08/11.85	c cleaning 20995 clauses out of 42031 with flag 1225053/243621
14.28/13.06	c cleaning 22009 clauses out of 44036 with flag 1342753/266621
15.77/14.54	c cleaning 23008 clauses out of 46029 with flag 1496186/290623
17.27/16.06	c cleaning 24000 clauses out of 48018 with flag 1618579/315620
18.76/17.54	c cleaning 25003 clauses out of 50018 with flag 1740087/341620
20.27/19.04	c cleaning 26001 clauses out of 52016 with flag 1865258/368621
22.06/20.80	c cleaning 26995 clauses out of 54015 with flag 1998396/396621
23.95/22.74	c cleaning 28006 clauses out of 56019 with flag 2141424/425620
25.95/24.73	c cleaning 28994 clauses out of 58014 with flag 2300629/455621
28.65/27.46	c cleaning 29999 clauses out of 60020 with flag 2507520/486621
31.54/30.30	c cleaning 30997 clauses out of 62020 with flag 2728650/518620
33.63/32.42	c cleaning 32005 clauses out of 64023 with flag 2884461/551620
36.03/34.88	c cleaning 32997 clauses out of 66019 with flag 3063226/585621
38.73/37.55	c cleaning 33996 clauses out of 68022 with flag 3258388/620621
41.72/40.52	c cleaning 35000 clauses out of 70025 with flag 3482320/656620
45.01/43.88	c cleaning 36007 clauses out of 72027 with flag 3729237/693622
48.01/46.88	c cleaning 37003 clauses out of 74018 with flag 3956390/731620
50.94/49.71	c cleaning 37986 clauses out of 76015 with flag 4143429/770620
54.13/52.91	c cleaning 39002 clauses out of 78030 with flag 4368869/810621
57.13/55.92	c cleaning 40006 clauses out of 80028 with flag 4554471/851621
60.42/59.23	c cleaning 41004 clauses out of 82021 with flag 4756670/893620
64.62/63.41	c cleaning 41997 clauses out of 84017 with flag 5018591/936620
68.33/67.12	c cleaning 42996 clauses out of 86020 with flag 5248504/980620
72.22/71.03	c cleaning 44008 clauses out of 88025 with flag 5494780/1025621
76.31/75.14	c cleaning 44977 clauses out of 90017 with flag 5731076/1071621
80.20/79.05	c cleaning 46012 clauses out of 92039 with flag 5994576/1118620
84.53/83.34	c cleaning 47003 clauses out of 94028 with flag 6265466/1166621
88.62/87.48	c cleaning 48008 clauses out of 96026 with flag 6493778/1215622
93.61/92.48	c cleaning 48999 clauses out of 98017 with flag 6796783/1265621
98.30/97.18	c cleaning 50004 clauses out of 100018 with flag 7053289/1316621
103.02/101.84	c cleaning 50985 clauses out of 102013 with flag 7292229/1368620
107.81/106.65	c cleaning 51997 clauses out of 104028 with flag 7539843/1421620
112.81/111.68	c cleaning 53012 clauses out of 106031 with flag 7824579/1475620
118.12/116.98	c cleaning 54000 clauses out of 108019 with flag 8063661/1530620
123.48/122.19	c cleaning 54984 clauses out of 110019 with flag 8330819/1586620
129.37/128.02	c cleaning 56006 clauses out of 112035 with flag 8627239/1643620
135.65/134.30	c cleaning 57000 clauses out of 114029 with flag 8927152/1701620
141.58/140.28	c cleaning 58008 clauses out of 116030 with flag 9229056/1760621
148.47/147.15	c cleaning 58998 clauses out of 118022 with flag 9555173/1820621
155.05/153.76	c cleaning 59994 clauses out of 120024 with flag 9860139/1881621
161.36/160.07	c cleaning 60993 clauses out of 122031 with flag 10163221/1943622
168.55/167.23	c cleaning 61997 clauses out of 124036 with flag 10512840/2006620
175.73/174.40	c cleaning 63015 clauses out of 126040 with flag 10809410/2070621
182.75/181.41	c cleaning 63995 clauses out of 128025 with flag 11129092/2135621
190.83/189.52	c cleaning 65002 clauses out of 130029 with flag 11507509/2201620
198.81/197.51	c cleaning 66009 clauses out of 132028 with flag 11830201/2268621
207.72/206.41	c cleaning 66994 clauses out of 134018 with flag 12190095/2336620
216.10/214.83	c cleaning 68007 clauses out of 136025 with flag 12568151/2405621
224.78/223.51	c cleaning 69001 clauses out of 138017 with flag 12975806/2475620
233.81/232.50	c cleaning 70002 clauses out of 140016 with flag 13306378/2546620
243.09/241.83	c cleaning 70977 clauses out of 142015 with flag 13744856/2618621
251.67/250.42	c cleaning 72009 clauses out of 144038 with flag 14077451/2691621
261.19/259.90	c cleaning 73000 clauses out of 146029 with flag 14425949/2765621
270.38/269.10	c cleaning 73996 clauses out of 148028 with flag 14797210/2840620
279.95/278.78	c cleaning 75007 clauses out of 150032 with flag 15194230/2916620
290.74/289.56	c cleaning 75974 clauses out of 152026 with flag 15655925/2993621
305.34/304.18	c cleaning 76977 clauses out of 154052 with flag 16200199/3071621
319.40/318.23	c cleaning 78010 clauses out of 156074 with flag 16776006/3150620
335.37/334.28	c cleaning 79005 clauses out of 158064 with flag 17363225/3230620
351.93/350.87	c cleaning 80008 clauses out of 160059 with flag 18029620/3311620
363.89/362.72	c cleaning 81018 clauses out of 162051 with flag 18555731/3393620
375.76/374.64	c cleaning 82008 clauses out of 164033 with flag 18983230/3476620
387.44/386.37	c cleaning 83009 clauses out of 166026 with flag 19431279/3560621
398.52/397.41	c cleaning 84004 clauses out of 168017 with flag 19881200/3645621
410.73/409.66	c cleaning 85000 clauses out of 170013 with flag 20309021/3731621
425.11/424.00	c cleaning 85990 clauses out of 172012 with flag 20834924/3818620
440.96/439.95	c cleaning 87004 clauses out of 174023 with flag 21413727/3906621
454.14/453.13	c cleaning 88002 clauses out of 176019 with flag 21842653/3995621
468.47/467.47	c cleaning 88999 clauses out of 178018 with flag 22326021/4085622
482.64/481.69	c cleaning 90003 clauses out of 180020 with flag 22829436/4176623
496.91/495.96	c cleaning 90986 clauses out of 182014 with flag 23305380/4268620
512.68/511.70	c cleaning 92003 clauses out of 184031 with flag 23780509/4361623
529.01/528.05	c cleaning 93004 clauses out of 186030 with flag 24495004/4455625
544.67/543.79	c cleaning 93994 clauses out of 188021 with flag 24957182/4550620
560.44/559.58	c cleaning 95010 clauses out of 190029 with flag 25389659/4646622
577.70/576.87	c cleaning 96008 clauses out of 192017 with flag 25908448/4743620
594.26/593.46	c cleaning 96993 clauses out of 194009 with flag 26407174/4841620
611.22/610.49	c cleaning 98005 clauses out of 196017 with flag 26872747/4940621
629.04/628.27	c cleaning 98996 clauses out of 198013 with flag 27342433/5040622
646.30/645.51	c cleaning 99995 clauses out of 200015 with flag 27814422/5141620
664.07/663.32	c cleaning 101003 clauses out of 202021 with flag 28325320/5243621
681.83/681.15	c cleaning 101974 clauses out of 204023 with flag 28957809/5346626
699.89/699.27	c cleaning 102990 clauses out of 206044 with flag 29460473/5450621
718.55/717.91	c cleaning 104004 clauses out of 208054 with flag 29981248/5555621
738.40/737.83	c cleaning 105016 clauses out of 210049 with flag 30562006/5661620
758.96/758.31	c cleaning 106007 clauses out of 212035 with flag 31086004/5768622
779.71/779.15	c cleaning 107005 clauses out of 214026 with flag 31648385/5876620
800.26/799.75	c cleaning 107982 clauses out of 216022 with flag 32188476/5985621
820.63/820.19	c cleaning 109014 clauses out of 218039 with flag 32786931/6095620
842.87/842.41	c cleaning 109988 clauses out of 220025 with flag 33354717/6206620
863.82/863.43	c cleaning 111008 clauses out of 222037 with flag 34007175/6318620
887.48/887.15	c cleaning 112012 clauses out of 224030 with flag 34616855/6431621
911.23/910.95	c cleaning 112990 clauses out of 226017 with flag 35206311/6545620
935.83/935.34	c cleaning 114009 clauses out of 228029 with flag 35798315/6660622
959.88/959.41	c cleaning 115005 clauses out of 230023 with flag 36402165/6776625
981.93/981.58	c cleaning 116002 clauses out of 232013 with flag 37023616/6893620
1004.08/1003.73	c cleaning 116983 clauses out of 234012 with flag 37594414/7011621
1030.13/1029.82	c cleaning 118009 clauses out of 236028 with flag 38282561/7130620
1055.66/1055.43	c cleaning 118975 clauses out of 238020 with flag 38883892/7250621
1080.91/1080.79	c cleaning 120012 clauses out of 240047 with flag 39508015/7371623
1106.05/1106.00	c cleaning 121012 clauses out of 242032 with flag 40248769/7493620
1132.70/1132.61	c cleaning 121977 clauses out of 244022 with flag 40901146/7616622
1168.84/1168.74	c cleaning 122978 clauses out of 246045 with flag 41756073/7740622
1211.05/1211.06	c cleaning 123995 clauses out of 248067 with flag 42868809/7865622
1250.47/1250.58	c cleaning 124995 clauses out of 250072 with flag 43964821/7991622
1291.28/1291.43	c cleaning 126004 clauses out of 252076 with flag 45177760/8118621
1328.69/1328.99	c cleaning 127025 clauses out of 254071 with flag 46122173/8246620
1358.22/1358.58	c cleaning 128018 clauses out of 256046 with flag 46802077/8375620
1386.03/1386.28	c cleaning 129005 clauses out of 258033 with flag 47543947/8505625
1416.37/1416.69	c cleaning 130010 clauses out of 260026 with flag 48275381/8636623
1447.89/1448.27	c cleaning 130993 clauses out of 262013 with flag 48960067/8768620
1477.23/1477.61	c cleaning 131990 clauses out of 264020 with flag 49780515/8901620
1509.67/1510.17	c cleaning 132994 clauses out of 266030 with flag 50497338/9035620
1542.49/1543.00	c cleaning 134016 clauses out of 268037 with flag 51186043/9170621
1576.67/1577.28	c cleaning 134995 clauses out of 270021 with flag 51837155/9306621
1608.29/1608.94	c cleaning 135998 clauses out of 272025 with flag 52594802/9443620
1644.42/1645.11	c cleaning 136983 clauses out of 274027 with flag 53300804/9581620
1678.93/1679.79	c cleaning 138006 clauses out of 276044 with flag 53991200/9720620
1713.46/1714.32	c cleaning 139011 clauses out of 278039 with flag 54716810/9860621
1749.87/1750.82	c cleaning 140013 clauses out of 280028 with flag 55421094/10001621
1785.27/1786.22	c cleaning 140976 clauses out of 282014 with flag 56144829/10143620
1822.19/1823.22	c cleaning 142008 clauses out of 284038 with flag 56888103/10286620
1857.50/1858.62	c cleaning 142999 clauses out of 286031 with flag 57662603/10430621
1895.22/1896.43	c cleaning 143993 clauses out of 288034 with flag 58484260/10575623
1932.53/1933.85	c cleaning 145015 clauses out of 290040 with flag 59257553/10721622
1967.15/1968.53	c cleaning 145994 clauses out of 292023 with flag 60142474/10868620
2006.57/2008.02	c cleaning 146994 clauses out of 294030 with flag 61133551/11016621
2046.23/2047.76	c cleaning 148018 clauses out of 296041 with flag 61890058/11165626
2082.74/2084.35	c cleaning 149004 clauses out of 298020 with flag 62694217/11315623
2120.86/2122.52	c cleaning 150000 clauses out of 300014 with flag 63518167/11466621
2159.66/2161.42	c cleaning 150985 clauses out of 302014 with flag 64380278/11618621
2200.78/2202.61	c cleaning 152010 clauses out of 304032 with flag 65235488/11771624
2239.69/2241.62	c cleaning 153001 clauses out of 306018 with flag 66059062/11925620
2282.89/2284.98	c cleaning 153993 clauses out of 308019 with flag 66891730/12080622
2325.91/2328.03	c cleaning 154999 clauses out of 310024 with flag 67770878/12236620
2373.50/2375.73	c cleaning 156003 clauses out of 312025 with flag 68716952/12393620
2417.31/2419.50	c cleaning 156984 clauses out of 314022 with flag 69620098/12551620
2461.42/2463.72	c cleaning 158015 clauses out of 316041 with flag 70452419/12710623
2508.82/2511.20	c cleaning 159007 clauses out of 318024 with flag 71284197/12870621
2554.41/2556.99	c cleaning 159995 clauses out of 320019 with flag 72195621/13031623
2599.02/2601.63	c cleaning 161004 clauses out of 322023 with flag 73063671/13193622
2642.72/2645.49	c cleaning 161995 clauses out of 324017 with flag 74006735/13356620
2689.91/2692.61	c cleaning 163007 clauses out of 326023 with flag 74895294/13520621
2735.82/2738.64	c cleaning 163988 clauses out of 328016 with flag 75844066/13685621
2794.88/2797.83	c cleaning 164996 clauses out of 330027 with flag 77194949/13851620
2853.35/2856.46	c cleaning 166013 clauses out of 332036 with flag 78643389/14018625
2902.05/2905.22	c cleaning 167000 clauses out of 334018 with flag 79574803/14186620
2950.74/2954.05	c cleaning 167999 clauses out of 336018 with flag 80418888/14355620
3002.51/3005.93	c cleaning 168995 clauses out of 338021 with flag 81314892/14525622
3053.69/3057.20	c cleaning 170003 clauses out of 340024 with flag 82224473/14696620
3106.46/3110.15	c cleaning 171002 clauses out of 342021 with flag 83116171/14868620
3168.63/3172.31	c cleaning 172001 clauses out of 344020 with flag 84291492/15041621
3222.61/3226.45	c cleaning 172999 clauses out of 346018 with flag 85310642/15215620
3278.08/3282.07	c cleaning 174002 clauses out of 348019 with flag 86209646/15390620
3332.84/3336.91	c cleaning 174994 clauses out of 350018 with flag 87154991/15566621
3387.81/3392.04	c cleaning 175995 clauses out of 352023 with flag 88166514/15743620
3446.16/3450.55	c cleaning 176996 clauses out of 354028 with flag 89094953/15921620
3502.17/3506.17	c cleaning 178010 clauses out of 356032 with flag 90029718/16100620
3586.89/3591.07	c cleaning 179004 clauses out of 358023 with flag 91454187/16280621
3600.05/3604.21	c starts		: 27972
3600.05/3604.22	c conflicts		: 16334285
3600.05/3604.22	c decisions		: 22166558
3600.05/3604.22	c propagations		: 707015585
3600.05/3604.22	c inspects		: 44061347930
3600.05/3604.22	c shortcuts		: 0
3600.05/3604.22	c learnt literals	: 0
3600.05/3604.22	c learnt binary clauses	: 0
3600.05/3604.22	c learnt ternary clauses	: 0
3600.05/3604.22	c learnt constraints	: 16334285
3600.05/3604.22	c ignored constraints	: 0
3600.05/3604.22	c root simplifications	: 0
3600.05/3604.22	c removed literals (reason simplification)	: 122243760
3600.05/3604.22	c reason swapping (by a shorter reason)	: 0
3600.05/3604.22	c Calls to reduceDB	: 176
3600.05/3604.22	c Number of update (reduction) of LBD	: 6434508
3600.05/3604.22	c Imported unit clauses	: 0
3600.05/3604.22	c No decision after first conflict	: false
3600.05/3604.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.22	c number of learned constraints concerned by reduction	: 0
3600.05/3604.22	c number of learning phase by resolution	: 0
3600.05/3604.22	c number of learning phase by cutting planes	: 0
3600.05/3604.23	c number of rounding to 1 operations	: 0
3600.05/3604.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.23	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.23	c number of right shift for reduction by power 2 	: 0
3600.05/3604.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.23	c number of ending skipping 	: 0
3600.05/3604.23	c number of internal skipping 	: 0
3600.05/3604.23	c number of derivation steps 	: 0
3600.05/3604.23	c number of skipped derivation steps 	: 0
3600.05/3604.23	c number of remaining unassigned 	: 0
3600.05/3604.23	c number of remaining assigned 	: 0
3600.05/3604.23	c number of falsified literals weakened from reason	: 0
3600.05/3604.23	c number of falsified literals weakened from conflict	: 0
3600.05/3604.23	c time for arithmetic operations	: 0
3600.05/3604.23	c minimum degree of deleted constraints	: null
3600.05/3604.23	c maximum degree of deleted constraints	: null
3600.05/3604.23	c number of deleted constraints	: 0
3600.05/3604.24	c speed (assignments/second)	: 196171.48978002364
3600.05/3604.24	c non guided choices	: 7
3600.25/3604.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 232683
3600.25/3604.31	s SATISFIABLE
3600.25/3604.31	c Found 1 solution(s)
3600.25/3604.31	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 
3600.25/3604.31	c objective function=115
3600.25/3604.31	c Total wall clock time (in seconds): 3604.19

Verifier Data

OK	115

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (50035 MiB free)
  memory of node 1: 64465 MiB (60862 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508466-1751508546/watcher-4508466-1751508546 -o /tmp/evaluation-result-4508466-1751508546/solver-4508466-1751508546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71612 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4508466-1751508546.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=71921, runsolver pid=71918
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.90 1.02 1.49 5/341 71939
/proc/meminfo: memFree=113536752/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18930384 memory=57888 CPUtime=0.13 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 6603 0 0 0 11 2 0 0 20 0 18 0 66532488 19384713216 14472 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4732596 14472 5363 1 0 547642 0
[pid=71921/tid=71923] ppid=71918 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 5102 0 0 0 7 1 0 0 20 0 18 0 66532490 19384713216 14472 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66532492 19384713216 14472 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18930384 memory=58485492679666 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66532492 19384713216 14472 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57888 KiB

[startup+0.205762 s]*
/proc/loadavg: 0.90 1.02 1.49 7/342 71940
/proc/meminfo: memFree=113534736/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18997176 memory=63168 CPUtime=0.33 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 7458 0 0 0 31 2 0 0 20 0 19 0 66532488 19453108224 15792 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4749294 15792 5459 1 0 548436 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 5390 0 0 0 16 1 0 0 20 0 19 0 66532490 19452874752 15792 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=16099 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 15792 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=57385981051877 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 15792 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532505 19452874752 15792 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18997176 KiB
Current children cumulated memory: 63168 KiB

[startup+0.305686 s]*
/proc/loadavg: 0.90 1.02 1.49 7/342 71940
/proc/meminfo: memFree=113534736/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=69296 CPUtime=0.52 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 9049 0 0 0 50 2 0 0 20 0 19 0 66532488 19452874752 17324 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4749237 17324 5459 1 0 549358 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=-6000919472773360488 CPUtime=0.24 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 5407 0 0 0 23 1 0 0 20 0 19 0 66532490 19452874752 17324 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 17324 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 17324 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532505 19452874752 17324 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69296 KiB

[startup+0.700227 s]
/proc/loadavg: 0.90 1.02 1.49 6/342 71940
/proc/meminfo: memFree=113530640/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=83244 CPUtime=1.28 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 12453 0 0 0 125 3 0 0 20 0 19 0 66532488 19452874752 20811 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4749237 20811 5491 1 0 551715 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=14336 CPUtime=0.6 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 5460 0 0 0 59 1 0 0 20 0 19 0 66532490 19452874752 20811 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 20811 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 20811 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532505 19452874752 20811 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83244 KiB

[startup+1.5002 s]
/proc/loadavg: 0.90 1.02 1.49 5/342 71940
/proc/meminfo: memFree=113522292/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=93852 CPUtime=2.49 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 15635 0 0 0 245 4 0 0 20 0 19 0 66532488 19452874752 23463 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4749237 23463 5491 1 0 551722 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=0 CPUtime=1.39 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 5841 0 0 0 138 1 0 0 20 0 19 0 66532490 19452874752 23463 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 23463 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 23463 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532505 19452874752 23463 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93852 KiB

[startup+3.10551 s]
/proc/loadavg: 0.90 1.02 1.49 5/342 71940
/proc/meminfo: memFree=113485220/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=110476 CPUtime=4.33 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 17170 0 0 0 429 4 0 0 20 0 19 0 66532488 19452874752 27619 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4749237 27619 5491 1 0 551722 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=10880 CPUtime=2.98 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 6147 0 0 0 297 1 0 0 20 0 19 0 66532490 19452874752 27619 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=-6000919472773360488 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 27619 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 27619 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532505 19452874752 27619 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110476 KiB

[startup+6.30015 s]
/proc/loadavg: 1.15 1.07 1.50 5/342 71940
/proc/meminfo: memFree=113463872/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=135720 CPUtime=7.56 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 19961 0 0 0 751 5 0 0 20 0 19 0 66532488 19452874752 33930 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4749237 33930 5491 1 0 551724 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=0 CPUtime=6.17 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 6773 0 0 0 615 2 0 0 20 0 19 0 66532490 19452874752 33930 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 33930 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 66532492 19452874752 33930 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=18996948 memory=14156 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532505 19452874752 33930 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 7.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135720 KiB

[startup+12.7002 s]
/proc/loadavg: 1.38 1.12 1.52 5/343 71941
/proc/meminfo: memFree=113369184/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=171052 CPUtime=13.98 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 22272 0 0 0 1392 6 0 0 20 0 20 0 66532488 19521036288 42763 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 42763 5523 1 0 552013 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=171052 CPUtime=12.55 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 7333 0 0 0 1252 3 0 0 20 0 20 0 66532490 19521036288 42763 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 42763 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 42763 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=-6000919472773360488 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 42763 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171052 KiB

[startup+25.5002 s]
/proc/loadavg: 2.03 1.28 1.56 5/344 71942
/proc/meminfo: memFree=113311616/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=177224 CPUtime=26.75 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 23708 0 0 0 2668 7 0 0 20 0 20 0 66532488 19521036288 44306 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 44306 5523 1 0 552013 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=2744 CPUtime=25.29 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 7939 0 0 0 2526 3 0 0 20 0 20 0 66532490 19521036288 44306 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 44306 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=135720 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 44306 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 44306 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 26.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177224 KiB

[startup+51.1057 s]
/proc/loadavg: 2.70 1.50 1.63 5/344 71944
/proc/meminfo: memFree=113123080/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=257524 CPUtime=52.34 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 24407 0 0 0 5225 9 0 0 20 0 20 0 66532488 19521036288 64381 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 64381 5555 1 0 552013 0

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

[startup+3282.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/341 72112
/proc/meminfo: memFree=106341752/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1925680 CPUtime=3278.37 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 68741 0 0 0 327699 138 0 0 20 0 20 0 66532488 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 481420 5555 1 0 554550 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=1925680 CPUtime=3271.88 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 27277 0 0 0 327172 16 0 0 20 0 20 0 66532490 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 758 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3278.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1925680 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.03 5/341 72114
/proc/meminfo: memFree=106342336/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1925680 CPUtime=3338.23 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 68885 0 0 0 333683 140 0 0 20 0 20 0 66532488 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 481420 5555 1 0 554550 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=-6000919472773360488 CPUtime=3331.72 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 27380 0 0 0 333156 16 0 0 20 0 20 0 66532490 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 770 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3338.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1925680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.03 5/341 72118
/proc/meminfo: memFree=106317520/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1925680 CPUtime=3398.08 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 69228 0 0 0 339667 141 0 0 20 0 20 0 66532488 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 481420 5555 1 0 554550 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=-6000919472773360488 CPUtime=3391.56 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 27694 0 0 0 339139 17 0 0 20 0 20 0 66532490 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 770 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3398.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1925680 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.12 4.04 5/341 72120
/proc/meminfo: memFree=106318852/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1925680 CPUtime=3457.94 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 69973 0 0 0 345651 143 0 0 20 0 20 0 66532488 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 481420 5555 1 0 554550 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=-6000919472773360488 CPUtime=3451.39 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 28296 0 0 0 345122 17 0 0 20 0 20 0 66532490 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 798 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=1925680 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 481420 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3457.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1925680 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/341 72122
/proc/meminfo: memFree=106317384/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1933068 CPUtime=3518.34 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 75600 0 0 0 351688 146 0 0 20 0 20 0 66532488 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 483267 5555 1 0 555369 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=5632 CPUtime=3511.1 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 31788 0 0 0 351092 18 0 0 20 0 20 0 66532490 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=6984 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 798 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=1933068 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3518.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1933068 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.04 5/341 72129
/proc/meminfo: memFree=106267664/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1933068 CPUtime=3578.21 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 76095 0 0 0 357673 148 0 0 20 0 20 0 66532488 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 483267 5555 1 0 555369 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=14336 CPUtime=3570.95 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 32185 0 0 0 357077 18 0 0 20 0 20 0 66532490 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=1933068 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=1933068 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 813 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3578.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1933068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 4.29 4.15 4.05 7/339 72589
/proc/meminfo: memFree=111783760/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=1933068 CPUtime=3600.05 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 76204 0 0 0 359857 148 0 0 20 0 20 0 66532488 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4765878 483267 5555 1 0 555369 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=2944 CPUtime=3592.79 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 32278 0 0 0 359261 18 0 0 20 0 20 0 66532490 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=-6000919472773360488 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=4916 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 813 0 0 0 0 0 0 0 20 0 20 0 66532492 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71940] ppid=71918 vsize=19063512 memory=5252 CPUtime=0 cores=0,2
/proc/71921/task/71940/stat : 71940 (Timer-0) S 71918 71921 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532505 19521036288 483267 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1933068 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.50804 s

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

[startup+3604.3 s]
/proc/loadavg: 4.29 4.15 4.05 7/339 72589
/proc/meminfo: memFree=111783760/131249996 swapFree=33004236/33010684
[pid=71921] ppid=71918 vsize=19263204 memory=1933836 CPUtime=3600.25 cores=0,2
/proc/71921/stat : 71921 (java) S 71918 71921 71602 0 -1 4194304 77966 0 0 0 359876 149 0 0 20 0 21 0 66532488 19725520896 483459 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
/proc/71921/statm: 4815801 483459 5587 1 0 556323 0
[pid=71921/tid=71923] ppid=71918 vsize=19263204 memory=1933068 CPUtime=3592.88 cores=0,2
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 71602 0 -1 4194368 32465 0 0 0 359270 18 0 0 20 0 21 0 66532490 19725520896 483459 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71932] ppid=71918 vsize=19263204 memory=1933068 CPUtime=0 cores=0,2
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 66532492 19725520896 483459 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
[pid=71921/tid=71939] ppid=71918 vsize=19263204 memory=1933068 CPUtime=0 cores=0,2
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 71602 0 -1 4194368 813 0 0 0 0 0 0 0 20 0 21 0 66532492 19725520896 483459 18446744073709551615 93853943648256 93853943651952 140730683385232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93853943659768 93853943660560 93853950259200 140730683390337 140730683390438 140730683390438 140730683396040 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1933836 KiB

Child status: 143

Real time (s): 3604.33
CPU time (s): 3600.3
CPU user time (s): 3598.79
CPU system time (s): 1.50804
CPU usage (%): 99.8882
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1933836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.50804
maximum resident set size= 1934092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104024
involuntary context switches= 9337


# summary of solver processes directly reported to runsolver:
#   pid: 71921
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.50804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30129 second user time and 17.3107 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 04:09:06
IDJOB=4508466
IDBENCH=158424
IDSOLVER=3363
FILE ID=nodeC023/4508466-1751508546
RUNJOBID= nodeC023-1751508541-71612
SLURM_JOB_ID= 9598606
Free space on /tmp= 431868 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_16x16_009.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508466-1751508546/watcher-4508466-1751508546 -o /tmp/evaluation-result-4508466-1751508546/solver-4508466-1751508546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71612 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4508466-1751508546.opb

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

MD5SUM BENCH= 6cf95a79097c212a609c1b13f8969201
RANDOM SEED=585838255

nodeC023 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.891
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.78
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.654
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.78
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		: 3600.373
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.78
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		: 3599.893
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.78
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.883
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.78
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.895
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.78
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		: 3599.148
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.78
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113554260 kB
MemAvailable:   129262796 kB
Buffers:              16 kB
Cached:         16453176 kB
SwapCached:          596 kB
Active:           702596 kB
Inactive:       16250972 kB
Active(anon):     490556 kB
Inactive(anon):    23220 kB
Active(file):     212040 kB
Inactive(file): 16227752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6068 kB
Writeback:             8 kB
AnonPages:        502736 kB
Mapped:           119300 kB
Shmem:             13400 kB
KReclaimable:     215964 kB
Slab:             307144 kB
SReclaimable:     215964 kB
SUnreclaim:        91180 kB
KernelStack:        5228 kB
PageTables:         4776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7074668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431856 MiB
End job on nodeC023 at 2025-07-03 05:09:11