Trace number 4508282

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)96 3600.32 3607.52

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_14x14_007.opb.metafix.opb
MD5SUM55dad17a7c182b30d547793b054532a6
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 benchmark96
Best CPU time to get the best result obtained on this benchmark0.030846
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
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 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4508282-1751508541.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.12/0.17	c ... done. Wall clock time 0.028s.
0.12/0.17	c declared #vars     196
0.12/0.17	c #constraints  164
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
0.12/0.17	c org.sat4j.specs.Constr$1 => 10
0.12/0.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 6
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9
0.12/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.12/0.17	c 164 constraints processed.
0.12/0.18	c objective function length is 196 literals
0.69/0.50	c cleaning 2500 clauses out of 5001 with flag 19853/5001
1.45/0.83	c cleaning 4249 clauses out of 8501 with flag 48758/11001
1.86/1.05	c SATISFIABLE
1.86/1.05	c OPTIMIZING...
1.86/1.05	c Got one! Elapsed wall clock time (in seconds):0.906
1.86/1.05	o 96
2.06/1.11	c cleaning 4735 clauses out of 9488 with flag 3571/16237
2.41/1.32	c cleaning 5368 clauses out of 10753 with flag 29204/22237
2.70/1.58	c cleaning 6189 clauses out of 12386 with flag 61108/29238
3.00/1.87	c cleaning 7094 clauses out of 14195 with flag 106624/37236
3.55/2.32	c cleaning 8049 clauses out of 16104 with flag 155305/46239
4.01/2.79	c cleaning 9021 clauses out of 18052 with flag 210837/56236
4.50/3.26	c cleaning 10011 clauses out of 20031 with flag 263351/67236
5.00/3.77	c cleaning 11010 clauses out of 22020 with flag 316584/79236
5.80/4.50	c cleaning 11997 clauses out of 24010 with flag 388630/92236
6.60/5.30	c cleaning 12999 clauses out of 26014 with flag 475735/106237
7.30/6.08	c cleaning 14000 clauses out of 28014 with flag 572268/121236
8.33/7.03	c cleaning 14999 clauses out of 30014 with flag 688110/137236
9.24/7.93	c cleaning 16004 clauses out of 32017 with flag 784908/154238
10.24/8.99	c cleaning 16999 clauses out of 34011 with flag 890297/172236
11.44/10.15	c cleaning 18004 clauses out of 36012 with flag 999245/191236
12.73/11.41	c cleaning 18998 clauses out of 38009 with flag 1114106/211237
14.12/12.82	c cleaning 20001 clauses out of 40011 with flag 1233337/232237
15.62/14.35	c cleaning 21000 clauses out of 42010 with flag 1359187/254237
17.32/16.08	c cleaning 21995 clauses out of 44010 with flag 1493281/277237
19.11/17.87	c cleaning 23002 clauses out of 46014 with flag 1655593/301236
21.24/19.90	c cleaning 24002 clauses out of 48013 with flag 1842246/326237
23.63/22.36	c cleaning 25002 clauses out of 50012 with flag 2044732/352238
25.72/24.45	c cleaning 25996 clauses out of 52008 with flag 2204130/379236
28.32/27.06	c cleaning 26982 clauses out of 54014 with flag 2402364/407238
31.01/29.72	c cleaning 28010 clauses out of 56031 with flag 2593452/436237
33.90/32.65	c cleaning 29004 clauses out of 58020 with flag 2817002/466236
36.79/35.56	c cleaning 30005 clauses out of 60017 with flag 3030340/497237
39.78/38.56	c cleaning 30996 clauses out of 62011 with flag 3230991/529236
42.87/41.68	c cleaning 32004 clauses out of 64016 with flag 3479147/562237
46.16/44.94	c cleaning 33000 clauses out of 66011 with flag 3708310/596236
50.47/49.21	c cleaning 34003 clauses out of 68013 with flag 3984156/631238
54.26/53.01	c cleaning 34999 clauses out of 70008 with flag 4208399/667236
58.45/57.25	c cleaning 35996 clauses out of 72009 with flag 4432457/704236
63.13/61.98	c cleaning 37000 clauses out of 74013 with flag 4695599/742236
67.42/66.28	c cleaning 37999 clauses out of 76015 with flag 4948024/781238
72.21/71.10	c cleaning 39000 clauses out of 78015 with flag 5243416/821237
77.59/76.42	c cleaning 40003 clauses out of 80014 with flag 5542764/862236
83.28/82.10	c cleaning 40989 clauses out of 82011 with flag 5857038/904236
88.49/87.36	c cleaning 42010 clauses out of 84024 with flag 6156366/947238
94.57/93.49	c cleaning 42997 clauses out of 86012 with flag 6507156/991236
100.85/99.75	c cleaning 44003 clauses out of 88015 with flag 6828230/1036236
107.24/106.16	c cleaning 45003 clauses out of 90012 with flag 7154630/1082236
113.92/112.81	c cleaning 46002 clauses out of 92015 with flag 7516634/1129242
121.00/119.94	c cleaning 46997 clauses out of 94007 with flag 7899383/1177236
129.09/128.04	c cleaning 48003 clauses out of 96010 with flag 8309484/1226236
136.20/135.12	c cleaning 48995 clauses out of 98007 with flag 8682764/1276236
144.77/143.77	c cleaning 50003 clauses out of 100014 with flag 9108919/1327238
153.05/152.05	c cleaning 50997 clauses out of 102010 with flag 9543906/1379237
161.02/160.09	c cleaning 51998 clauses out of 104012 with flag 9935112/1432236
170.19/169.23	c cleaning 52998 clauses out of 106014 with flag 10374194/1486236
179.47/178.58	c cleaning 53996 clauses out of 108018 with flag 10852457/1541238
189.78/188.80	c cleaning 54999 clauses out of 110020 with flag 11338718/1597236
199.76/198.86	c cleaning 56007 clauses out of 112021 with flag 11776987/1654236
212.13/211.25	c cleaning 56994 clauses out of 114015 with flag 12321578/1712237
223.80/222.92	c cleaning 57990 clauses out of 116020 with flag 12788841/1771236
236.37/235.51	c cleaning 59011 clauses out of 118031 with flag 13306221/1831237
248.35/247.54	c cleaning 60003 clauses out of 120020 with flag 13842394/1892237
262.75/261.93	c cleaning 61001 clauses out of 122019 with flag 14361905/1954239
276.91/276.15	c cleaning 62002 clauses out of 124015 with flag 14876184/2017236
290.98/290.27	c cleaning 63000 clauses out of 126013 with flag 15423334/2081236
308.23/307.58	c cleaning 64000 clauses out of 128013 with flag 16032052/2146236
325.48/324.85	c cleaning 65000 clauses out of 130013 with flag 16605601/2212236
342.17/341.50	c cleaning 66000 clauses out of 132013 with flag 17210321/2279236
358.12/357.57	c cleaning 66996 clauses out of 134013 with flag 17756306/2347236
376.67/376.14	c cleaning 67999 clauses out of 136017 with flag 18350521/2416236
395.31/394.85	c cleaning 69009 clauses out of 138020 with flag 18896559/2486238
415.11/414.62	c cleaning 69997 clauses out of 140010 with flag 19551816/2557237
435.56/435.15	c cleaning 71002 clauses out of 142013 with flag 20150449/2629237
456.30/455.95	c cleaning 72002 clauses out of 144010 with flag 20784737/2702236
476.95/476.69	c cleaning 72991 clauses out of 146008 with flag 21415417/2776236
497.91/497.68	c cleaning 74006 clauses out of 148023 with flag 22070732/2851242
516.79/516.57	c cleaning 74996 clauses out of 150012 with flag 22732331/2927237
536.54/536.30	c cleaning 75999 clauses out of 152016 with flag 23377081/3004237
557.39/557.21	c cleaning 76997 clauses out of 154016 with flag 24046628/3082236
579.95/579.82	c cleaning 78005 clauses out of 156020 with flag 24761369/3161237
601.53/601.46	c cleaning 79003 clauses out of 158015 with flag 25446512/3241237
624.38/624.39	c cleaning 79999 clauses out of 160011 with flag 26111761/3322236
647.32/647.36	c cleaning 80996 clauses out of 162014 with flag 26812124/3404238
675.66/675.79	c cleaning 81999 clauses out of 164016 with flag 27557736/3487236
701.53/701.65	c cleaning 82999 clauses out of 166018 with flag 28262867/3571237
726.07/726.29	c cleaning 83998 clauses out of 168019 with flag 28965404/3656237
750.11/750.36	c cleaning 84998 clauses out of 170020 with flag 29744708/3742236
775.94/776.25	c cleaning 86006 clauses out of 172023 with flag 30552592/3829237
805.98/806.35	c cleaning 87003 clauses out of 174016 with flag 31357984/3917236
832.82/833.25	c cleaning 87995 clauses out of 176013 with flag 32084768/4006236
863.35/863.85	c cleaning 89001 clauses out of 178019 with flag 32879636/4096237
894.38/894.93	c cleaning 90004 clauses out of 180020 with flag 33647801/4187239
927.01/927.69	c cleaning 90999 clauses out of 182013 with flag 34458165/4279236
959.03/959.74	c cleaning 91999 clauses out of 184015 with flag 35277579/4372237
992.38/993.11	c cleaning 93004 clauses out of 186016 with flag 36073621/4466237
1022.11/1022.97	c cleaning 94000 clauses out of 188013 with flag 36878003/4561238
1053.33/1054.22	c cleaning 94989 clauses out of 190011 with flag 37669657/4657236
1085.65/1086.65	c cleaning 95994 clauses out of 192022 with flag 38488447/4754236
1121.14/1122.25	c cleaning 97012 clauses out of 194032 with flag 39361117/4852240
1161.33/1162.50	c cleaning 98008 clauses out of 196017 with flag 40238260/4951237
1197.03/1198.38	c cleaning 98995 clauses out of 198008 with flag 41027467/5051236
1231.33/1232.72	c cleaning 100000 clauses out of 200015 with flag 41846963/5152238
1270.13/1271.68	c cleaning 100997 clauses out of 202015 with flag 42707193/5254238
1303.53/1305.19	c cleaning 101998 clauses out of 204017 with flag 43534023/5357237
1342.12/1343.86	c cleaning 103008 clauses out of 206021 with flag 44462295/5461239
1383.60/1385.41	c cleaning 104003 clauses out of 208010 with flag 45354936/5566236
1423.79/1425.75	c cleaning 104990 clauses out of 210007 with flag 46253692/5672236
1465.77/1467.82	c cleaning 106004 clauses out of 212017 with flag 47137170/5779236
1508.74/1510.96	c cleaning 106999 clauses out of 214017 with flag 48047497/5887240
1551.92/1554.29	c cleaning 107994 clauses out of 216014 with flag 48948221/5996236
1598.19/1600.68	c cleaning 109002 clauses out of 218020 with flag 49931919/6106236
1641.77/1644.38	c cleaning 109988 clauses out of 220019 with flag 50925696/6217237
1684.74/1687.44	c cleaning 111011 clauses out of 222031 with flag 51832715/6329237
1733.80/1736.64	c cleaning 112008 clauses out of 224020 with flag 52805731/6442237
1787.15/1790.17	c cleaning 112991 clauses out of 226011 with flag 53760117/6556236
1837.61/1840.78	c cleaning 114000 clauses out of 228020 with flag 54818501/6671236
1886.36/1889.61	c cleaning 114994 clauses out of 230021 with flag 55819041/6787237
1938.41/1941.84	c cleaning 116000 clauses out of 232026 with flag 56851853/6904236
1993.76/1997.36	c cleaning 117000 clauses out of 234027 with flag 57862845/7022237
2047.60/2051.34	c cleaning 118009 clauses out of 236027 with flag 58884756/7141237
2105.15/2109.03	c cleaning 119002 clauses out of 238017 with flag 59904004/7261236
2163.18/2167.26	c cleaning 120004 clauses out of 240015 with flag 60941747/7382236
2223.01/2227.26	c cleaning 121005 clauses out of 242013 with flag 61978122/7504238
2279.35/2283.71	c cleaning 121993 clauses out of 244006 with flag 62995290/7627236
2338.98/2343.56	c cleaning 122999 clauses out of 246015 with flag 64039935/7751238
2399.61/2404.31	c cleaning 123990 clauses out of 248015 with flag 65094541/7876237
2458.34/2463.29	c cleaning 125011 clauses out of 250024 with flag 66121805/8002236
2518.47/2523.54	c cleaning 125991 clauses out of 252016 with flag 67161092/8129239
2583.38/2588.62	c cleaning 127000 clauses out of 254022 with flag 68302200/8257236
2651.20/2656.65	c cleaning 127996 clauses out of 256023 with flag 69434480/8386237
2715.42/2721.06	c cleaning 129004 clauses out of 258027 with flag 70553171/8516237
2779.53/2785.34	c cleaning 130000 clauses out of 260023 with flag 71720347/8647237
2846.05/2852.03	c cleaning 131004 clauses out of 262024 with flag 72877863/8779238
2909.07/2915.23	c cleaning 132007 clauses out of 264019 with flag 73975831/8912237
2979.21/2985.38	c cleaning 132990 clauses out of 266012 with flag 75169736/9046237
3052.53/3058.84	c cleaning 134002 clauses out of 268021 with flag 76383387/9181236
3126.87/3133.35	c cleaning 135003 clauses out of 270019 with flag 77610660/9317236
3200.90/3207.54	c cleaning 136001 clauses out of 272018 with flag 78755120/9454238
3271.87/3278.58	c cleaning 137000 clauses out of 274017 with flag 79914338/9592238
3342.22/3349.10	c cleaning 138003 clauses out of 276016 with flag 81119084/9731237
3416.24/3423.26	c cleaning 139002 clauses out of 278012 with flag 82294251/9871236
3491.38/3498.53	c cleaning 139992 clauses out of 280010 with flag 83489697/10012236
3572.15/3579.43	c cleaning 141001 clauses out of 282018 with flag 84729530/10154236
3600.09/3607.41	c starts		: 21013
3600.09/3607.42	c conflicts		: 10226536
3600.09/3607.42	c decisions		: 12457778
3600.09/3607.42	c propagations		: 373463430
3600.09/3607.42	c inspects		: 48332863580
3600.09/3607.42	c shortcuts		: 0
3600.09/3607.42	c learnt literals	: 0
3600.09/3607.42	c learnt binary clauses	: 0
3600.09/3607.42	c learnt ternary clauses	: 5
3600.09/3607.42	c learnt constraints	: 10226536
3600.09/3607.42	c ignored constraints	: 0
3600.09/3607.42	c root simplifications	: 0
3600.09/3607.43	c removed literals (reason simplification)	: 64919023
3600.09/3607.43	c reason swapping (by a shorter reason)	: 0
3600.09/3607.43	c Calls to reduceDB	: 140
3600.09/3607.43	c Number of update (reduction) of LBD	: 3769208
3600.09/3607.43	c Imported unit clauses	: 0
3600.09/3607.43	c No decision after first conflict	: false
3600.09/3607.43	c number of reductions to clauses (during analyze)	: 0
3600.09/3607.43	c number of learned constraints concerned by reduction	: 0
3600.09/3607.43	c number of learning phase by resolution	: 0
3600.09/3607.43	c number of learning phase by cutting planes	: 0
3600.09/3607.43	c number of rounding to 1 operations	: 0
3600.09/3607.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3607.43	c number of reductions of the coefficients by power 2 	: 0
3600.09/3607.43	c number of right shift for reduction by power 2 	: 0
3600.09/3607.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3607.43	c number of ending skipping 	: 0
3600.09/3607.43	c number of internal skipping 	: 0
3600.09/3607.43	c number of derivation steps 	: 0
3600.09/3607.43	c number of skipped derivation steps 	: 0
3600.09/3607.43	c number of remaining unassigned 	: 0
3600.09/3607.43	c number of remaining assigned 	: 0
3600.09/3607.43	c number of falsified literals weakened from reason	: 0
3600.09/3607.43	c number of falsified literals weakened from conflict	: 0
3600.09/3607.43	c time for arithmetic operations	: 0
3600.09/3607.43	c minimum degree of deleted constraints	: null
3600.09/3607.43	c maximum degree of deleted constraints	: null
3600.09/3607.43	c number of deleted constraints	: 0
3600.09/3607.44	c speed (assignments/second)	: 103531.36975018914
3600.09/3607.44	c non guided choices	: 0
3600.29/3607.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 213317
3600.29/3607.50	s SATISFIABLE
3600.29/3607.50	c Found 1 solution(s)
3600.29/3607.50	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 
3600.29/3607.51	c objective function=96
3600.29/3607.51	c Total wall clock time (in seconds): 3607.363

Verifier Data

OK	96

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 0.54 0.95 1.47 10/336 71739
/proc/meminfo: memFree=113900216/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18930384 memory=55420 CPUtime=0.12 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 6489 0 0 0 10 2 0 0 20 0 18 0 66532018 19384713216 13855 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4732596 13855 5345 1 0 547568 0
[pid=71666/tid=71682] ppid=71654 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 4999 0 0 0 6 1 0 0 20 0 18 0 66532020 19384713216 13855 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66532022 19384713216 13855 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66532022 19384713216 13855 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55420 KiB

[startup+0.205971 s]*
/proc/loadavg: 0.54 0.95 1.47 14/338 71741
/proc/meminfo: memFree=113852708/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=62908 CPUtime=0.3 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 7331 0 0 0 28 2 0 0 20 0 19 0 66532018 19452874752 15727 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 15727 5473 1 0 548336 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=4026728732 CPUtime=0.16 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 5383 0 0 0 15 1 0 0 20 0 19 0 66532020 19452874752 15727 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=16099 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 15727 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=57385981051877 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 15727 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 15727 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62908 KiB

[startup+0.305987 s]*
/proc/loadavg: 0.54 0.95 1.47 10/338 71741
/proc/meminfo: memFree=113768208/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=67076 CPUtime=0.5 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 9059 0 0 0 47 3 0 0 20 0 19 0 66532018 19452874752 16769 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 16769 5473 1 0 549334 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=-6000919485591350120 CPUtime=0.24 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 5394 0 0 0 23 1 0 0 20 0 19 0 66532020 19452874752 16769 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 16769 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 16769 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 16769 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67076 KiB

[startup+0.700234 s]
/proc/loadavg: 0.54 0.95 1.47 8/322 71747
/proc/meminfo: memFree=113668900/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=83424 CPUtime=1.25 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 12578 0 0 0 122 3 0 0 20 0 19 0 66532018 19452874752 20856 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 20856 5473 1 0 551795 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=14336 CPUtime=0.59 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 5445 0 0 0 58 1 0 0 20 0 19 0 66532020 19452874752 20856 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 20856 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 20856 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=4752 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 20856 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83424 KiB

[startup+1.50025 s]
/proc/loadavg: 0.54 0.95 1.47 8/320 71755
/proc/meminfo: memFree=113621392/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=87968 CPUtime=2.7 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 17835 0 0 0 266 4 0 0 20 0 19 0 66532018 19452874752 21992 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 21992 5473 1 0 551947 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=10880 CPUtime=1.37 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 5765 0 0 0 136 1 0 0 20 0 19 0 66532020 19452874752 21992 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 21992 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 21992 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=4752 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 21992 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87968 KiB

[startup+3.10568 s]
/proc/loadavg: 0.90 1.02 1.49 4/320 71839
/proc/meminfo: memFree=113596296/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=98404 CPUtime=4.41 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 18468 0 0 0 437 4 0 0 20 0 19 0 66532018 19452874752 24601 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 24601 5473 1 0 551948 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=10880 CPUtime=2.96 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 6046 0 0 0 294 2 0 0 20 0 19 0 66532020 19452874752 24601 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=-6000919489886317416 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 24601 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 24601 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 24601 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98404 KiB

[startup+6.30017 s]
/proc/loadavg: 0.90 1.02 1.49 5/342 71940
/proc/meminfo: memFree=113514100/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=110548 CPUtime=7.62 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 20419 0 0 0 757 5 0 0 20 0 19 0 66532018 19452874752 27637 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 27637 5473 1 0 551950 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=0 CPUtime=6.13 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 6272 0 0 0 611 2 0 0 20 0 19 0 66532020 19452874752 27637 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 27637 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 27637 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=14156 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 27637 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110548 KiB

[startup+12.7002 s]
/proc/loadavg: 1.15 1.07 1.50 5/342 71940
/proc/meminfo: memFree=113430868/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=18996948 memory=139220 CPUtime=14.02 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 21511 0 0 0 1397 5 0 0 20 0 19 0 66532018 19452874752 34805 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4749237 34805 5473 1 0 551950 0
[pid=71666/tid=71682] ppid=71654 vsize=18996948 memory=10880 CPUtime=12.52 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 7091 0 0 0 1249 3 0 0 20 0 19 0 66532020 19452874752 34805 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 34805 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=18996948 memory=279951874199568 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66532022 19452874752 34805 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=18996948 memory=140191507811896 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 66532037 19452874752 34805 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 14.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139220 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 1.23 1.55 5/344 71942
/proc/meminfo: memFree=113336176/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=172660 CPUtime=26.82 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 23849 0 0 0 2676 6 0 0 20 0 20 0 66532018 19521036288 43165 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 43165 5537 1 0 552239 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=0 CPUtime=25.26 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 7780 0 0 0 2523 3 0 0 20 0 20 0 66532020 19521036288 43165 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=159700 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 43165 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=149460 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 43165 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 43165 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172660 KiB

[startup+51.1058 s]
/proc/loadavg: 2.59 1.46 1.61 5/344 71944
/proc/meminfo: memFree=113185020/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=180920 CPUtime=52.37 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 24754 0 0 0 5230 7 0 0 20 0 20 0 66532018 19521036288 45230 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 45230 5537 1 0 552239 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=172660 CPUtime=50.77 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/341 72112
/proc/meminfo: memFree=106341752/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3275.66 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 43173 0 0 0 327459 107 0 0 20 0 20 0 66532018 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 500537 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=5148 CPUtime=3271.51 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 17776 0 0 0 327126 25 0 0 20 0 20 0 66532020 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=19840 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=1844304 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 527 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3275.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2002148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.10 4.03 6/341 72114
/proc/meminfo: memFree=106342328/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3335.53 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 43204 0 0 0 333445 108 0 0 20 0 20 0 66532018 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 500537 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3331.35 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 17777 0 0 0 333110 25 0 0 20 0 20 0 66532020 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=2002148 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 527 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3335.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2002148 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.11 4.03 5/341 72118
/proc/meminfo: memFree=106317512/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3395.39 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 43547 0 0 0 339430 109 0 0 20 0 20 0 66532018 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 500537 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3391.19 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 18085 0 0 0 339094 25 0 0 20 0 20 0 66532020 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=2002148 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 527 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=2002148 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3395.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2002148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/341 72120
/proc/meminfo: memFree=106319096/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3455.26 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 43964 0 0 0 345415 111 0 0 20 0 20 0 66532018 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 500537 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3451.03 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 18458 0 0 0 345078 25 0 0 20 0 20 0 66532020 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 538 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=2002148 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3455.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2002148 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.04 5/341 72122
/proc/meminfo: memFree=106317384/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3515.12 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 44039 0 0 0 351400 112 0 0 20 0 20 0 66532018 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 500537 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=2002148 CPUtime=3510.87 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 18501 0 0 0 351062 25 0 0 20 0 20 0 66532020 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=2002148 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 538 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=2002148 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 500537 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3515.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2002148 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/341 72129
/proc/meminfo: memFree=106267916/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2047216 CPUtime=3575.04 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 44457 0 0 0 357390 114 0 0 20 0 20 0 66532018 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 511804 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=14156 CPUtime=3570.66 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 18720 0 0 0 357041 25 0 0 20 0 20 0 66532020 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=2047216 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=2047216 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 538 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=2047216 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3575.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2047216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.4 s]
/proc/loadavg: 4.14 4.11 4.04 6/318 72428
/proc/meminfo: memFree=109973600/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19063512 memory=2047216 CPUtime=3600.09 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 44560 0 0 0 359894 115 0 0 20 0 20 0 66532018 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4765878 511804 5569 1 0 552288 0
[pid=71666/tid=71682] ppid=71654 vsize=19063512 memory=14336 CPUtime=3595.69 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 18805 0 0 0 359544 25 0 0 20 0 20 0 66532020 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 538 0 0 0 0 0 0 0 20 0 20 0 66532022 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71741] ppid=71654 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/71666/task/71741/stat : 71741 (Timer-0) S 71654 71666 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66532037 19521036288 511804 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2047216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.15 s, system=1.16463 s

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

[startup+3607.5 s]
/proc/loadavg: 4.14 4.11 4.04 6/318 72428
/proc/meminfo: memFree=109973600/131249996 swapFree=33004236/33010684
[pid=71666] ppid=71654 vsize=19263204 memory=2048112 CPUtime=3600.29 cores=1,3
/proc/71666/stat : 71666 (java) S 71654 71666 71602 0 -1 4194304 46632 0 0 0 359914 115 0 0 20 0 21 0 66532018 19725520896 512028 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
/proc/71666/statm: 4815801 512028 5569 1 0 553250 0
[pid=71666/tid=71682] ppid=71654 vsize=19263204 memory=2002148 CPUtime=3595.78 cores=1,3
/proc/71666/task/71682/stat : 71682 (java) R 71654 71666 71602 0 -1 4194368 18916 0 0 0 359553 25 0 0 20 0 21 0 66532020 19725520896 512028 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71719] ppid=71654 vsize=19263204 memory=19840 CPUtime=0 cores=1,3
/proc/71666/task/71719/stat : 71719 (Finalizer) S 71654 71666 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 66532022 19725520896 512028 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
[pid=71666/tid=71730] ppid=71654 vsize=19263204 memory=2047216 CPUtime=0 cores=1,3
/proc/71666/task/71730/stat : 71730 (Common-Cleaner) S 71654 71666 71602 0 -1 4194368 538 0 0 0 0 0 0 0 20 0 21 0 66532022 19725520896 512028 18446744073709551615 93832036687872 93832036691568 140721247715872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93832036699384 93832036700176 93832057946112 140721247717761 140721247717862 140721247717862 140721247723464 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2048112 KiB

Child status: 143

Real time (s): 3607.52
CPU time (s): 3600.32
CPU user time (s): 3599.15
CPU system time (s): 1.16463
CPU usage (%): 99.8003
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2048112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.15
system time used= 1.16463
maximum resident set size= 2048240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103200
involuntary context switches= 6435


# summary of solver processes directly reported to runsolver:
#   pid: 71666
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3599.15
#   total CPU system time (s): 1.16463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.2372 second user time and 17.0909 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 04:09:02
IDJOB=4508282
IDBENCH=158408
IDSOLVER=3363
FILE ID=nodeC023/4508282-1751508541
RUNJOBID= nodeC023-1751508541-71614
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_14x14_007.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508282-1751508541/watcher-4508282-1751508541 -o /tmp/evaluation-result-4508282-1751508541/solver-4508282-1751508541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71614 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4508282-1751508541.opb

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

MD5SUM BENCH= 55dad17a7c182b30d547793b054532a6
RANDOM SEED=1502237597

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		: 3600.087
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.892
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		: 3599.750
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.544
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		: 3600.276
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		: 3600.053
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		: 3600.086
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		: 3600.879
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:        113981908 kB
MemAvailable:   129688460 kB
Buffers:              16 kB
Cached:         16451192 kB
SwapCached:          596 kB
Active:           281356 kB
Inactive:       16249004 kB
Active(anon):      69332 kB
Inactive(anon):    23220 kB
Active(file):     212024 kB
Inactive(file): 16225784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4252 kB
Writeback:             4 kB
AnonPages:         81400 kB
Mapped:            98956 kB
Shmem:             13400 kB
KReclaimable:     215964 kB
Slab:             306884 kB
SReclaimable:     215964 kB
SUnreclaim:        90920 kB
KernelStack:        4160 kB
PageTables:         2816 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 431868 MiB
End job on nodeC023 at 2025-07-03 05:09:09