Trace number 4503320

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.18 3603.72

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4503320-1751162273.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
2.25/1.28	c ... done. Wall clock time 1.148s.
2.25/1.28	c declared #vars     12587
2.25/1.28	c #constraints  284398
2.25/1.28	c constraints type 
2.25/1.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
2.25/1.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
2.25/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
2.25/1.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
2.25/1.29	c 284398 constraints processed.
5.71/3.46	c cleaning 2488 clauses out of 5000 with flag 115049/5000
7.14/4.78	c cleaning 4253 clauses out of 8512 with flag 247511/11000
9.77/7.11	c cleaning 5431 clauses out of 11259 with flag 429888/18000
11.76/9.10	c cleaning 6777 clauses out of 13826 with flag 608770/26001
14.43/11.59	c cleaning 7971 clauses out of 16045 with flag 825388/35002
16.82/13.91	c cleaning 8964 clauses out of 18071 with flag 1014069/45000
19.12/16.22	c cleaning 9882 clauses out of 20107 with flag 1204211/56000
21.71/18.81	c cleaning 11004 clauses out of 22225 with flag 1415738/68000
24.22/21.32	c cleaning 12064 clauses out of 24221 with flag 1638749/81000
26.22/23.34	c cleaning 13024 clauses out of 26157 with flag 1800073/95000
28.51/25.64	c cleaning 13990 clauses out of 28133 with flag 1988428/110000
31.11/28.28	c cleaning 15059 clauses out of 30143 with flag 2199004/126000
33.93/31.03	c cleaning 15915 clauses out of 32086 with flag 2401293/143002
36.34/33.44	c cleaning 17072 clauses out of 34169 with flag 2587049/161000
38.87/35.98	c cleaning 18004 clauses out of 36097 with flag 2799737/180000
41.56/38.62	c cleaning 18991 clauses out of 38093 with flag 3002879/200000
44.06/41.14	c cleaning 19945 clauses out of 40102 with flag 3228784/221000
46.65/43.75	c cleaning 20955 clauses out of 42157 with flag 3441869/243000
49.25/46.34	c cleaning 22058 clauses out of 44203 with flag 3649709/266001
51.95/49.06	c cleaning 23040 clauses out of 46145 with flag 3864526/290001
54.94/52.08	c cleaning 24026 clauses out of 48104 with flag 4103430/315000
58.03/55.10	c cleaning 24998 clauses out of 50078 with flag 4343139/341000
61.62/58.72	c cleaning 25968 clauses out of 52080 with flag 4620573/368000
64.93/62.08	c cleaning 27015 clauses out of 54112 with flag 4909188/396000
68.52/65.66	c cleaning 28001 clauses out of 56096 with flag 5149378/425000
72.31/69.41	c cleaning 28998 clauses out of 58096 with flag 5403936/455002
76.50/73.64	c cleaning 30019 clauses out of 60096 with flag 5682728/486000
80.69/77.86	c cleaning 31011 clauses out of 62077 with flag 5964906/518000
85.28/82.47	c cleaning 31917 clauses out of 64066 with flag 6273380/551000
89.77/86.98	c cleaning 33051 clauses out of 66149 with flag 6577084/585000
95.56/92.70	c cleaning 34010 clauses out of 68098 with flag 6909969/620000
100.99/98.13	c cleaning 34985 clauses out of 70088 with flag 7195529/656000
106.37/103.57	c cleaning 36005 clauses out of 72103 with flag 7569157/693000
112.46/109.62	c cleaning 37019 clauses out of 74099 with flag 7900927/731001
118.56/115.76	c cleaning 38018 clauses out of 76079 with flag 8249373/770000
124.85/122.02	c cleaning 39002 clauses out of 78061 with flag 8570567/810000
131.23/128.40	c cleaning 39960 clauses out of 80059 with flag 8903828/851000
138.31/135.56	c cleaning 41011 clauses out of 82099 with flag 9259740/893000
145.70/142.98	c cleaning 41888 clauses out of 84088 with flag 9673308/936000
152.18/149.48	c cleaning 43075 clauses out of 86201 with flag 10084120/980001
159.17/156.48	c cleaning 43900 clauses out of 88127 with flag 10454529/1025002
166.36/163.63	c cleaning 45074 clauses out of 90225 with flag 10877749/1071000
174.58/171.84	c cleaning 46002 clauses out of 92151 with flag 11269257/1118000
182.87/180.14	c cleaning 47051 clauses out of 94149 with flag 11692411/1166000
191.84/189.17	c cleaning 48029 clauses out of 96101 with flag 12082188/1215003
201.42/198.79	c cleaning 48929 clauses out of 98069 with flag 12521833/1265000
211.90/209.20	c cleaning 50015 clauses out of 100140 with flag 13032577/1316000
220.88/218.20	c cleaning 51030 clauses out of 102126 with flag 13456260/1368001
229.77/227.19	c cleaning 51922 clauses out of 104095 with flag 13886556/1421000
239.95/237.38	c cleaning 53039 clauses out of 106174 with flag 14397751/1475001
250.62/248.02	c cleaning 53966 clauses out of 108134 with flag 14863561/1530000
260.77/258.15	c cleaning 55058 clauses out of 110170 with flag 15375719/1586002
272.54/269.92	c cleaning 56044 clauses out of 112111 with flag 15805810/1643001
283.52/280.99	c cleaning 56978 clauses out of 114067 with flag 16238908/1701001
295.89/293.30	c cleaning 58001 clauses out of 116091 with flag 16900484/1760003
308.86/306.32	c cleaning 58983 clauses out of 118087 with flag 17582054/1820000
322.14/319.61	c cleaning 60030 clauses out of 120105 with flag 18238243/1881001
335.31/332.84	c cleaning 60993 clauses out of 122074 with flag 18820446/1943000
348.74/346.29	c cleaning 62017 clauses out of 124084 with flag 19364017/2006003
360.91/358.48	c cleaning 62941 clauses out of 126064 with flag 19950404/2070000
374.28/371.87	c cleaning 64010 clauses out of 128124 with flag 20494756/2135001
387.24/384.87	c cleaning 64886 clauses out of 130113 with flag 21045527/2201000
400.22/397.85	c cleaning 66033 clauses out of 132227 with flag 21811861/2268000
415.46/413.02	c cleaning 67042 clauses out of 134195 with flag 22436457/2336001
429.32/426.99	c cleaning 68064 clauses out of 136152 with flag 23042011/2405000
442.59/440.28	c cleaning 69013 clauses out of 138088 with flag 23761797/2475000
456.26/453.99	c cleaning 70013 clauses out of 140075 with flag 24511447/2546000
472.43/470.18	c cleaning 71001 clauses out of 142063 with flag 25150362/2618001
487.49/485.24	c cleaning 71994 clauses out of 144061 with flag 25871387/2691000
504.50/502.26	c cleaning 73012 clauses out of 146067 with flag 26482473/2765000
520.76/518.58	c cleaning 74001 clauses out of 148055 with flag 27202487/2840000
537.83/535.62	c cleaning 74988 clauses out of 150055 with flag 27900256/2916001
554.60/552.41	c cleaning 75937 clauses out of 152066 with flag 28685524/2993000
570.34/568.16	c cleaning 76925 clauses out of 154129 with flag 29411641/3071000
585.81/583.66	c cleaning 78034 clauses out of 156204 with flag 30157501/3150000
602.97/600.85	c cleaning 78997 clauses out of 158170 with flag 30793321/3230000
623.14/621.07	c cleaning 80047 clauses out of 160174 with flag 31714134/3311001
641.67/639.52	c cleaning 80801 clauses out of 162126 with flag 32499154/3393000
657.53/655.43	c cleaning 82161 clauses out of 164325 with flag 33180882/3476000
676.29/674.21	c cleaning 83059 clauses out of 166164 with flag 33971947/3560000
692.85/690.86	c cleaning 84020 clauses out of 168105 with flag 34687001/3645000
710.41/708.46	c cleaning 84927 clauses out of 170085 with flag 35440848/3731000
731.22/729.24	c cleaning 86051 clauses out of 172158 with flag 36179813/3818000
749.88/747.96	c cleaning 87022 clauses out of 174108 with flag 37062542/3906001
769.94/768.05	c cleaning 88014 clauses out of 176086 with flag 37805047/3995001
788.58/786.75	c cleaning 88943 clauses out of 178071 with flag 38826848/4085000
806.73/804.85	c cleaning 90036 clauses out of 180128 with flag 39733495/4176000
826.79/824.93	c cleaning 90968 clauses out of 182092 with flag 40467294/4268000
849.03/847.21	c cleaning 91966 clauses out of 184126 with flag 41247751/4361002
871.89/870.14	c cleaning 93026 clauses out of 186158 with flag 41998241/4455000
894.63/892.92	c cleaning 94026 clauses out of 188132 with flag 42746177/4550000
915.19/913.58	c cleaning 94978 clauses out of 190106 with flag 43650405/4646000
937.52/935.84	c cleaning 95992 clauses out of 192128 with flag 44366805/4743000
960.86/959.21	c cleaning 97005 clauses out of 194136 with flag 45339719/4841000
982.72/981.15	c cleaning 98040 clauses out of 196137 with flag 46253809/4940006
1004.76/1003.28	c cleaning 98940 clauses out of 198091 with flag 47140456/5040000
1027.81/1026.32	c cleaning 100023 clauses out of 200151 with flag 48016708/5141000
1052.95/1051.52	c cleaning 100999 clauses out of 202128 with flag 48758003/5243000
1076.60/1075.29	c cleaning 101998 clauses out of 204129 with flag 49613942/5346000
1104.44/1103.16	c cleaning 103049 clauses out of 206132 with flag 50502228/5450001
1128.78/1127.58	c cleaning 104018 clauses out of 208082 with flag 51433546/5555000
1153.82/1152.65	c cleaning 104907 clauses out of 210064 with flag 52358556/5661000
1179.97/1178.89	c cleaning 106049 clauses out of 212157 with flag 53227648/5768000
1203.91/1202.83	c cleaning 107004 clauses out of 214108 with flag 54263855/5876000
1234.09/1232.99	c cleaning 108016 clauses out of 216105 with flag 55111167/5985001
1263.02/1261.92	c cleaning 108897 clauses out of 218088 with flag 56081040/6095000
1288.76/1287.79	c cleaning 110051 clauses out of 220191 with flag 57177423/6206000
1318.20/1317.27	c cleaning 111046 clauses out of 222141 with flag 58135311/6318001
1347.84/1346.91	c cleaning 112019 clauses out of 224094 with flag 59040312/6431000
1376.79/1375.88	c cleaning 112959 clauses out of 226075 with flag 59958798/6545000
1406.83/1405.92	c cleaning 114004 clauses out of 228116 with flag 60860200/6660000
1434.87/1434.04	c cleaning 114897 clauses out of 230112 with flag 61890881/6776000
1461.20/1460.47	c cleaning 116089 clauses out of 232215 with flag 62936597/6893000
1489.75/1489.07	c cleaning 117009 clauses out of 234127 with flag 64005382/7011001
1517.87/1517.18	c cleaning 118018 clauses out of 236118 with flag 65073650/7130001
1547.40/1546.73	c cleaning 119045 clauses out of 238099 with flag 66142674/7250000
1578.73/1578.16	c cleaning 120008 clauses out of 240054 with flag 67156350/7371000
1607.16/1606.64	c cleaning 120979 clauses out of 242046 with flag 68512308/7493000
1638.38/1637.96	c cleaning 121958 clauses out of 244067 with flag 69679192/7616000
1670.79/1670.49	c cleaning 123023 clauses out of 246110 with flag 70642770/7740001
1705.41/1705.11	c cleaning 124017 clauses out of 248086 with flag 71574919/7865000
1742.51/1742.28	c cleaning 125009 clauses out of 250070 with flag 72521011/7991001
1774.24/1774.06	c cleaning 125991 clauses out of 252060 with flag 73566304/8118000
1807.66/1807.56	c cleaning 127010 clauses out of 254069 with flag 74655563/8246000
1841.78/1841.72	c cleaning 127950 clauses out of 256060 with flag 75737491/8375001
1877.60/1877.65	c cleaning 129028 clauses out of 258109 with flag 76742248/8505000
1913.82/1913.98	c cleaning 129968 clauses out of 260081 with flag 77879769/8636000
1946.44/1946.60	c cleaning 130891 clauses out of 262113 with flag 79102063/8768000
1980.37/1980.51	c cleaning 132050 clauses out of 264222 with flag 80401108/8901000
2016.58/2016.80	c cleaning 133006 clauses out of 266172 with flag 81605556/9035000
2052.48/2052.85	c cleaning 134067 clauses out of 268168 with flag 82721167/9170002
2088.69/2089.18	c cleaning 134957 clauses out of 270099 with flag 83860427/9306000
2122.89/2123.41	c cleaning 135986 clauses out of 272142 with flag 85171054/9443000
2158.41/2159.06	c cleaning 136886 clauses out of 274156 with flag 86453413/9581000
2195.11/2195.83	c cleaning 138119 clauses out of 276270 with flag 87539119/9720000
2230.52/2231.25	c cleaning 139041 clauses out of 278151 with flag 88799565/9860000
2268.43/2269.29	c cleaning 139913 clauses out of 280113 with flag 90036269/10001003
2307.44/2308.37	c cleaning 141034 clauses out of 282198 with flag 91338664/10143001
2346.75/2347.77	c cleaning 142064 clauses out of 284164 with flag 92423069/10286001
2388.65/2389.76	c cleaning 143035 clauses out of 286100 with flag 93559666/10430001
2425.57/2426.71	c cleaning 144032 clauses out of 288064 with flag 94716289/10575000
2460.69/2461.92	c cleaning 144944 clauses out of 290034 with flag 95900449/10721002
2502.12/2503.37	c cleaning 146019 clauses out of 292088 with flag 97359800/10868000
2552.90/2554.28	c cleaning 146960 clauses out of 294071 with flag 98628681/11016002
2597.21/2598.68	c cleaning 148024 clauses out of 296109 with flag 99860617/11165000
2645.68/2647.23	c cleaning 149015 clauses out of 298085 with flag 101050317/11315000
2687.97/2689.65	c cleaning 149973 clauses out of 300070 with flag 102302979/11466000
2734.05/2735.83	c cleaning 151024 clauses out of 302097 with flag 103481934/11618000
2778.62/2780.52	c cleaning 152021 clauses out of 304075 with flag 104755299/11771002
2821.02/2823.03	c cleaning 153024 clauses out of 306054 with flag 106004376/11925002
2866.72/2868.72	c cleaning 153998 clauses out of 308028 with flag 107271396/12080000
2914.02/2916.10	c cleaning 155001 clauses out of 310032 with flag 108444903/12236002
2956.02/2958.26	c cleaning 155970 clauses out of 312029 with flag 109713859/12393000
2999.62/3001.90	c cleaning 156960 clauses out of 314059 with flag 110934148/12551000
3039.13/3041.51	c cleaning 158025 clauses out of 316101 with flag 112247115/12710002
3089.41/3091.94	c cleaning 158925 clauses out of 318075 with flag 113486595/12870001
3135.80/3138.43	c cleaning 160057 clauses out of 320151 with flag 114813671/13031002
3184.00/3186.75	c cleaning 160978 clauses out of 322092 with flag 116081649/13193000
3236.45/3239.29	c cleaning 162010 clauses out of 324114 with flag 117459174/13356000
3282.15/3285.07	c cleaning 162981 clauses out of 326104 with flag 118725754/13520000
3332.14/3335.17	c cleaning 163874 clauses out of 328123 with flag 120078784/13685000
3377.73/3380.89	c cleaning 164968 clauses out of 330249 with flag 121592884/13851000
3425.02/3428.24	c cleaning 166094 clauses out of 332281 with flag 122990124/14018000
3473.91/3477.26	c cleaning 167085 clauses out of 334187 with flag 124533563/14186000
3522.11/3525.54	c cleaning 168005 clauses out of 336104 with flag 126005565/14355002
3579.58/3583.11	c cleaning 168985 clauses out of 338097 with flag 127229211/14525000
3600.03/3603.61	c timeout
3600.03/3603.61	c starts		: 50076
3600.03/3603.62	c conflicts		: 14595486
3600.03/3603.62	c decisions		: 93742538
3600.03/3603.62	c propagations		: 2652099640
3600.03/3603.62	c inspects		: 42760159499
3600.03/3603.62	c shortcuts		: 0
3600.03/3603.62	c learnt literals	: 11
3600.03/3603.62	c learnt binary clauses	: 2189
3600.03/3603.62	c learnt ternary clauses	: 11777
3600.03/3603.62	c learnt constraints	: 14595475
3600.03/3603.62	c ignored constraints	: 0
3600.03/3603.62	c root simplifications	: 0
3600.03/3603.62	c removed literals (reason simplification)	: 202486612
3600.03/3603.62	c reason swapping (by a shorter reason)	: 0
3600.03/3603.62	c Calls to reduceDB	: 166
3600.03/3603.62	c Number of update (reduction) of LBD	: 8739336
3600.03/3603.62	c Imported unit clauses	: 0
3600.03/3603.62	c No decision after first conflict	: false
3600.03/3603.62	c number of reductions to clauses (during analyze)	: 0
3600.03/3603.62	c number of learned constraints concerned by reduction	: 0
3600.03/3603.62	c number of learning phase by resolution	: 0
3600.03/3603.62	c number of learning phase by cutting planes	: 0
3600.03/3603.62	c number of rounding to 1 operations	: 0
3600.03/3603.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3603.62	c number of reductions of the coefficients by power 2 	: 0
3600.03/3603.62	c number of right shift for reduction by power 2 	: 0
3600.03/3603.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3603.62	c number of ending skipping 	: 0
3600.03/3603.62	c number of internal skipping 	: 0
3600.03/3603.62	c number of derivation steps 	: 0
3600.03/3603.62	c number of skipped derivation steps 	: 0
3600.03/3603.62	c number of remaining unassigned 	: 0
3600.03/3603.62	c number of remaining assigned 	: 0
3600.03/3603.62	c number of falsified literals weakened from reason	: 0
3600.03/3603.62	c number of falsified literals weakened from conflict	: 0
3600.03/3603.62	c time for arithmetic operations	: 0
3600.03/3603.62	c minimum degree of deleted constraints	: null
3600.03/3603.62	c maximum degree of deleted constraints	: null
3600.03/3603.62	c number of deleted constraints	: 0
3600.03/3603.62	c speed (assignments/second)	: 736218.0522656315
3600.03/3603.62	c non guided choices	: 2653392
3600.03/3603.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 237409
3600.03/3603.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2189
3600.03/3603.69	s UNKNOWN
3600.03/3603.69	c Total wall clock time (in seconds): 3603.555

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503320-1751162273/watcher-4503320-1751162273 -o /tmp/evaluation-result-4503320-1751162273/solver-4503320-1751162273 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20467 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503320-1751162273.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23337, runsolver pid=23334

[startup+0.100061 s]*
/proc/loadavg: 4.38 4.22 4.13 5/338 23355
/proc/meminfo: memFree=129064976/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=18930384 memory=57760 CPUtime=0.13 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 31905017 19384713216 14440 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4732596 14440 5352 1 0 547619 0
[pid=23337/tid=23339] ppid=23334 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 31905018 19384713216 14440 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31905020 19384713216 14440 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=18930384 memory=59585004307076 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31905021 19384713216 14440 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.205621 s]*
/proc/loadavg: 4.38 4.22 4.13 7/338 23355
/proc/meminfo: memFree=129053520/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=18930384 memory=70384 CPUtime=0.31 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 7070 0 0 0 29 2 0 0 20 0 18 0 31905017 19384713216 17596 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4732596 17596 5448 1 0 547918 0
[pid=23337/tid=23339] ppid=23334 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 5291 0 0 0 15 2 0 0 20 0 18 0 31905018 19384713216 17596 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31905020 19384713216 17596 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31905021 19384713216 17596 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70384 KiB

[startup+0.305761 s]*
/proc/loadavg: 4.38 4.22 4.13 6/338 23355
/proc/meminfo: memFree=129005944/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=18930384 memory=115432 CPUtime=0.51 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 8553 0 0 0 47 4 0 0 20 0 18 0 31905017 19384713216 28858 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4732596 28858 5448 1 0 548922 0
[pid=23337/tid=23339] ppid=23334 vsize=18930384 memory=-6000919489920067949 CPUtime=0.26 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 5311 0 0 0 23 3 0 0 20 0 18 0 31905018 19384713216 28858 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31905020 19384713216 28858 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31905021 19384713216 28858 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 115432 KiB

[startup+0.700223 s]
/proc/loadavg: 4.38 4.22 4.13 6/339 23356
/proc/meminfo: memFree=128968072/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=18996948 memory=175100 CPUtime=1.27 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 11189 0 0 0 121 6 0 0 20 0 19 0 31905017 19452874752 43775 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4749237 43775 5448 1 0 551147 0
[pid=23337/tid=23339] ppid=23334 vsize=18996948 memory=17536 CPUtime=0.61 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 5332 0 0 0 57 4 0 0 20 0 19 0 31905018 19452874752 43775 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31905020 19452874752 43775 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31905021 19452874752 43775 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 175100 KiB

[startup+1.50022 s]
/proc/loadavg: 4.38 4.22 4.13 6/339 23356
/proc/meminfo: memFree=128854336/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=434860 CPUtime=2.86 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 17870 0 0 0 273 13 0 0 20 0 20 0 31905017 19521036288 108715 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 108715 5448 1 0 1081396 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=3200 CPUtime=1.3 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 5475 0 0 0 122 8 0 0 20 0 20 0 31905018 19521036288 108715 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 108715 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 108715 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 434860 KiB

[startup+3.10583 s]
/proc/loadavg: 4.38 4.22 4.13 5/340 23357
/proc/meminfo: memFree=128677768/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=435628 CPUtime=5.35 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 18035 0 0 0 522 13 0 0 20 0 20 0 31905017 19521036288 108907 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 108907 5480 1 0 1081406 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 5481 0 0 0 279 8 0 0 20 0 20 0 31905018 19521036288 108907 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 108907 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 108907 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 108907 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435628 KiB

[startup+6.30019 s]
/proc/loadavg: 4.35 4.21 4.13 5/340 23357
/proc/meminfo: memFree=128637892/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=427240 CPUtime=8.96 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 25662 0 0 0 882 14 0 0 20 0 20 0 31905017 19521036288 106810 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 106810 5480 1 0 1081944 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=0 CPUtime=6.06 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 6101 0 0 0 598 8 0 0 20 0 20 0 31905018 19521036288 106810 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=-8412658762062785436 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 106810 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=-6000919489920067949 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 106810 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 106810 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 427240 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.21 4.12 5/340 23357
/proc/meminfo: memFree=128613324/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=427880 CPUtime=15.62 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 28094 0 0 0 1548 14 0 0 20 0 20 0 31905017 19521036288 106970 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 106970 5512 1 0 1082042 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=0 CPUtime=12.44 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 7536 0 0 0 1236 8 0 0 20 0 20 0 31905018 19521036288 106970 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=427880 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 106970 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 106970 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 106970 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 427880 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.20 4.12 5/340 23357
/proc/meminfo: memFree=128564180/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=428008 CPUtime=28.41 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 30095 0 0 0 2826 15 0 0 20 0 20 0 31905017 19521036288 107002 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 107002 5512 1 0 1082058 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=-6000919489920067949 CPUtime=25.22 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 8428 0 0 0 2513 9 0 0 20 0 20 0 31905018 19521036288 107002 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=3100 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 107002 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=427880 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 107002 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=427880 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 107002 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 28.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 428008 KiB

[startup+51.1055 s]
/proc/loadavg: 4.16 4.18 4.12 5/339 23358
/proc/meminfo: memFree=128453612/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=440512 CPUtime=54.04 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 33811 0 0 0 5388 16 0 0 20 0 20 0 31905017 19521036288 110128 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 110128 5512 1 0 1082060 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=440512 CPUtime=50.72 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 9133 0 0 0 5063 9 0 0 20 0 20 0 31905018 19521036288 110128 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=-6000919489920067949 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 110128 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=440512 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 110128 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=428008 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 110128 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 54.04 s

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

/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1322 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3219.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.18 4.13 5/339 23602
/proc/meminfo: memFree=120675332/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3279.45 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 74770 0 0 0 327805 140 0 0 20 0 20 0 31905017 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 615631 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3271.22 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 31765 0 0 0 327089 33 0 0 20 0 20 0 31905018 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1422 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3279.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.12 5/341 23608
/proc/meminfo: memFree=120555524/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3339.32 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 75403 0 0 0 333790 142 0 0 20 0 20 0 31905017 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 615631 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3331.06 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 32284 0 0 0 333073 33 0 0 20 0 20 0 31905018 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1422 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3339.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/341 23614
/proc/meminfo: memFree=120561284/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3399.19 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 76468 0 0 0 339776 143 0 0 20 0 20 0 31905017 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 615631 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3390.9 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 33191 0 0 0 339057 33 0 0 20 0 20 0 31905018 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1522 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3399.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.11 5/340 23616
/proc/meminfo: memFree=120556800/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3459.05 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 77889 0 0 0 345761 144 0 0 20 0 20 0 31905017 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 615631 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=14592 CPUtime=3450.75 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 34456 0 0 0 345041 34 0 0 20 0 20 0 31905018 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1623 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3459.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/341 23619
/proc/meminfo: memFree=120556664/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3518.92 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 78172 0 0 0 351747 145 0 0 20 0 20 0 31905017 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 615631 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3510.59 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 34712 0 0 0 351025 34 0 0 20 0 20 0 31905018 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1623 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=2462524 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3518.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.14 4.11 6/341 23754
/proc/meminfo: memFree=124385504/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3578.78 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 78947 0 0 0 357732 146 0 0 20 0 20 0 31905017 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 615631 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=2462524 CPUtime=3570.43 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 35463 0 0 0 357009 34 0 0 20 0 20 0 31905018 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1623 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 615631 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3578.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2462524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.6 s]
/proc/loadavg: 4.23 4.15 4.11 5/340 23755
/proc/meminfo: memFree=124156368/131249996 swapFree=33010684/33010684
[pid=23337] ppid=23334 vsize=19063512 memory=2476860 CPUtime=3600.03 cores=0,2
/proc/23337/stat : 23337 (java) S 23334 23337 20457 0 -1 4194304 79553 0 0 0 359856 147 0 0 20 0 20 0 31905017 19521036288 619215 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
/proc/23337/statm: 4765878 619215 5512 1 0 1082078 0
[pid=23337/tid=23339] ppid=23334 vsize=19063512 memory=17384 CPUtime=3591.67 cores=0,2
/proc/23337/task/23339/stat : 23339 (java) R 23334 23337 20457 0 -1 4194368 36035 0 0 0 359133 34 0 0 20 0 20 0 31905018 19521036288 619215 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23348] ppid=23334 vsize=19063512 memory=46208 CPUtime=0 cores=0,2
/proc/23337/task/23348/stat : 23348 (Finalizer) S 23334 23337 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31905020 19521036288 619215 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23355] ppid=23334 vsize=19063512 memory=12672 CPUtime=0 cores=0,2
/proc/23337/task/23355/stat : 23355 (Common-Cleaner) S 23334 23337 20457 0 -1 4194368 1623 0 0 0 0 0 0 0 20 0 20 0 31905021 19521036288 619215 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
[pid=23337/tid=23357] ppid=23334 vsize=19063512 memory=10368 CPUtime=0 cores=0,2
/proc/23337/task/23357/stat : 23357 (Timer-0) S 23334 23337 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31905147 19521036288 619215 18446744073709551615 94215090515968 94215090519664 140728071015184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94215090527480 94215090528272 94215092183040 140728071018881 140728071018982 140728071018982 140728071024584 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2476860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.69 s, system=1.48946 s

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

[startup+3603.7 s]*
/proc/loadavg: 4.23 4.15 4.11 5/322 23758
/proc/meminfo: memFree=124143324/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3603.72
CPU time (s): 3600.18
CPU user time (s): 3598.69
CPU system time (s): 1.48946
CPU usage (%): 99.9018
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2476860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.69
system time used= 1.48946
maximum resident set size= 2486136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120195
involuntary context switches= 5878


# summary of solver processes directly reported to runsolver:
#   pid: 23337
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.69
#   total CPU system time (s): 1.48946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.90877 second user time and 16.9047 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 03:57:53
IDJOB=4503320
IDBENCH=155421
IDSOLVER=3363
FILE ID=nodeC021/4503320-1751162273
RUNJOBID= nodeC021-1751158606-20467
SLURM_JOB_ID= 9587494
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503320-1751162273/watcher-4503320-1751162273 -o /tmp/evaluation-result-4503320-1751162273/solver-4503320-1751162273 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20467 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503320-1751162273.opb

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=1862338020

nodeC021 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		: 3601.063
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.56
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.778
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.56
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.774
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.56
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		: 3597.979
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.56
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.813
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.56
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.775
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.56
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		: 3572.181
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.56
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		: 3601.529
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129103284 kB
MemAvailable:   129033852 kB
Buffers:            3280 kB
Cached:           739908 kB
SwapCached:            0 kB
Active:          1079864 kB
Inactive:         483412 kB
Active(anon):     838148 kB
Inactive(anon):        0 kB
Active(file):     241716 kB
Inactive(file):   483412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21288 kB
Writeback:             0 kB
AnonPages:        823232 kB
Mapped:           122748 kB
Shmem:             18060 kB
KReclaimable:      88960 kB
Slab:             174752 kB
SReclaimable:      88960 kB
SUnreclaim:        85792 kB
KernelStack:        5220 kB
PageTables:         5164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10344820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC021 at 2025-06-29 04:57:57