Trace number 4498333

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)13 3600.28 3604.34

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMc3fde33010e6ea586da81d097c34065f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark699.691
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4498333-1751275782.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.32/0.26	c ... done. Wall clock time 0.123s.
0.32/0.26	c declared #vars     200
0.32/0.26	c internal #vars     6426
0.32/0.26	c #constraints  12652
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
0.32/0.26	c 12652 constraints processed.
0.32/0.27	c objective function length is 200 literals
0.32/0.29	c SATISFIABLE
0.32/0.29	c OPTIMIZING...
0.32/0.29	c Got one! Elapsed wall clock time (in seconds):0.156
0.32/0.29	o 17
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.187
0.50/0.33	o 16
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.307
0.70/0.45	o 15
2.26/1.22	c cleaning 2722 clauses out of 5456 with flag 11022/5456
2.98/1.89	c cleaning 4364 clauses out of 8733 with flag 24207/11455
6.49/5.39	c cleaning 5685 clauses out of 11370 with flag 47466/18456
11.23/10.05	c cleaning 6840 clauses out of 13684 with flag 72871/26455
16.47/15.28	c cleaning 7906 clauses out of 15844 with flag 101585/35455
22.27/21.10	c cleaning 8965 clauses out of 17938 with flag 132962/45455
28.75/27.52	c cleaning 9987 clauses out of 19974 with flag 167379/56456
35.54/34.31	c cleaning 10992 clauses out of 21986 with flag 205525/68455
42.93/41.60	c cleaning 11975 clauses out of 23995 with flag 244466/81456
50.60/49.39	c cleaning 13006 clauses out of 26019 with flag 287227/95455
58.70/57.46	c cleaning 14003 clauses out of 28013 with flag 333391/110455
67.57/66.34	c cleaning 14992 clauses out of 30010 with flag 387817/126455
76.70/75.49	c cleaning 15993 clauses out of 32018 with flag 444342/143455
86.14/84.82	c cleaning 17003 clauses out of 34027 with flag 505727/161457
96.21/94.93	c cleaning 17983 clauses out of 36022 with flag 566448/180455
106.29/105.02	c cleaning 19021 clauses out of 38045 with flag 628501/200461
117.77/116.52	c cleaning 20001 clauses out of 40020 with flag 696008/221457
129.34/128.18	c cleaning 20985 clauses out of 42018 with flag 772866/243456
141.89/140.79	c cleaning 22006 clauses out of 44032 with flag 851946/266455
155.67/154.50	c cleaning 23003 clauses out of 46026 with flag 932926/290455
170.53/169.40	c cleaning 24005 clauses out of 48024 with flag 1018222/315456
185.69/184.66	c cleaning 24991 clauses out of 50019 with flag 1108859/341456
186.59/185.58	c Got one! Elapsed wall clock time (in seconds):185.444
186.59/185.58	o 14
188.60/187.56	c cleaning 15279 clauses out of 30583 with flag 14329/347011
191.99/190.97	c cleaning 10649 clauses out of 21301 with flag 34007/353008
196.13/195.01	c cleaning 8821 clauses out of 17651 with flag 59239/360007
200.62/199.52	c cleaning 8389 clauses out of 16830 with flag 85768/368007
205.61/204.52	c cleaning 8716 clauses out of 17441 with flag 114939/377007
211.39/210.32	c cleaning 9343 clauses out of 18725 with flag 146728/387007
217.68/216.61	c cleaning 10167 clauses out of 20382 with flag 181780/398007
224.26/223.22	c cleaning 11107 clauses out of 22216 with flag 220178/410008
231.19/230.18	c cleaning 12031 clauses out of 24109 with flag 259034/423008
238.67/237.67	c cleaning 13032 clauses out of 26078 with flag 305117/437008
246.65/245.61	c cleaning 14015 clauses out of 28047 with flag 358050/452009
255.62/254.68	c cleaning 15014 clauses out of 30032 with flag 413855/468009
265.61/264.62	c cleaning 16003 clauses out of 32017 with flag 472238/485008
275.68/274.71	c cleaning 17003 clauses out of 34017 with flag 535656/503011
286.16/285.28	c cleaning 18000 clauses out of 36010 with flag 604891/522007
297.33/296.47	c cleaning 18996 clauses out of 38011 with flag 676844/542008
309.01/308.17	c cleaning 20005 clauses out of 40015 with flag 753173/563008
321.12/320.29	c cleaning 21006 clauses out of 42013 with flag 834728/585011
333.99/333.11	c cleaning 21997 clauses out of 44003 with flag 918580/608007
346.96/346.13	c cleaning 22981 clauses out of 46006 with flag 1006651/632007
360.72/359.98	c cleaning 24009 clauses out of 48025 with flag 1100210/657007
375.38/374.68	c cleaning 25006 clauses out of 50016 with flag 1199065/683007
391.03/390.34	c cleaning 25994 clauses out of 52010 with flag 1297816/710007
407.34/406.66	c cleaning 27005 clauses out of 54019 with flag 1400559/738010
423.50/422.87	c cleaning 27997 clauses out of 56011 with flag 1506093/767007
440.56/439.91	c cleaning 28984 clauses out of 58014 with flag 1621740/797007
458.02/457.44	c cleaning 30006 clauses out of 60030 with flag 1731300/828007
476.18/475.60	c cleaning 31010 clauses out of 62024 with flag 1852469/860007
494.37/493.88	c cleaning 32006 clauses out of 64014 with flag 1977318/893007
513.04/512.57	c cleaning 32992 clauses out of 66008 with flag 2102954/927007
532.19/531.74	c cleaning 33997 clauses out of 68017 with flag 2239134/962008
552.20/551.79	c cleaning 34990 clauses out of 70019 with flag 2364643/998007
572.25/571.89	c cleaning 36006 clauses out of 72030 with flag 2489948/1035008
593.40/593.04	c cleaning 37004 clauses out of 74023 with flag 2619900/1073007
614.24/613.96	c cleaning 38004 clauses out of 76022 with flag 2765098/1112010
637.21/636.91	c cleaning 38987 clauses out of 78015 with flag 2897150/1152007
659.95/659.73	c cleaning 40009 clauses out of 80029 with flag 3046082/1193008
684.30/684.14	c cleaning 41007 clauses out of 82023 with flag 3197175/1235011
708.44/708.39	c cleaning 41976 clauses out of 84012 with flag 3341930/1278007
733.01/732.99	c cleaning 42998 clauses out of 86037 with flag 3503601/1322008
757.95/757.98	c cleaning 44013 clauses out of 88038 with flag 3660884/1367007
783.69/783.75	c cleaning 45008 clauses out of 90026 with flag 3839975/1413008
809.96/810.08	c cleaning 46002 clauses out of 92018 with flag 4026164/1460008
836.50/836.67	c cleaning 46992 clauses out of 94015 with flag 4211169/1508007
862.99/863.13	c cleaning 47996 clauses out of 96025 with flag 4384657/1557009
890.42/890.62	c cleaning 48996 clauses out of 98027 with flag 4575040/1607007
917.98/918.21	c cleaning 50012 clauses out of 100031 with flag 4747907/1658007
947.31/947.66	c cleaning 51003 clauses out of 102019 with flag 4933863/1710007
976.03/976.46	c cleaning 51997 clauses out of 104016 with flag 5122795/1763007
1004.30/1004.75	c cleaning 52985 clauses out of 106019 with flag 5316427/1817007
1033.64/1034.13	c cleaning 53999 clauses out of 108034 with flag 5515299/1872007
1063.53/1064.03	c cleaning 55008 clauses out of 110035 with flag 5724013/1928007
1094.35/1094.94	c cleaning 55997 clauses out of 112028 with flag 5927698/1985008
1125.93/1126.55	c cleaning 57011 clauses out of 114030 with flag 6142402/2043007
1158.25/1158.96	c cleaning 57997 clauses out of 116019 with flag 6345985/2102007
1190.39/1191.12	c cleaning 58980 clauses out of 118024 with flag 6558819/2162009
1223.49/1224.21	c cleaning 60012 clauses out of 120044 with flag 6772746/2223009
1256.81/1257.61	c cleaning 61014 clauses out of 122032 with flag 6986553/2285009
1291.24/1292.12	c cleaning 62000 clauses out of 124017 with flag 7215580/2348008
1325.81/1326.72	c cleaning 62989 clauses out of 126016 with flag 7439011/2412007
1360.32/1361.36	c cleaning 63995 clauses out of 128028 with flag 7664095/2477008
1394.92/1395.90	c cleaning 64993 clauses out of 130032 with flag 7894403/2543007
1429.62/1430.78	c cleaning 66006 clauses out of 132039 with flag 8128660/2610007
1465.66/1466.51	c cleaning 67011 clauses out of 134036 with flag 8361827/2678010
1501.97/1502.94	c cleaning 67997 clauses out of 136024 with flag 8598085/2747009
1538.57/1539.67	c cleaning 68997 clauses out of 138025 with flag 8831481/2817007
1574.45/1575.57	c cleaning 70004 clauses out of 140028 with flag 9068306/2888007
1610.17/1611.38	c cleaning 71000 clauses out of 142026 with flag 9304193/2960009
1646.40/1647.65	c cleaning 72012 clauses out of 144024 with flag 9535542/3033007
1693.46/1694.75	c cleaning 73008 clauses out of 146016 with flag 9806449/3107011
1741.45/1742.85	c cleaning 74006 clauses out of 148011 with flag 10075166/3182014
1789.15/1790.63	c cleaning 74970 clauses out of 149998 with flag 10352202/3258007
1837.64/1839.23	c cleaning 76009 clauses out of 152030 with flag 10637142/3335009
1886.04/1887.71	c cleaning 77007 clauses out of 154020 with flag 10924072/3413008
1936.12/1937.99	c cleaning 78005 clauses out of 156014 with flag 11212700/3492009
1986.59/1988.49	c cleaning 79003 clauses out of 158008 with flag 11510035/3572008
2037.38/2039.32	c cleaning 79998 clauses out of 160006 with flag 11821580/3653009
2087.46/2089.59	c cleaning 80997 clauses out of 162009 with flag 12150934/3735010
2115.81/2117.97	c Got one! Elapsed wall clock time (in seconds):2117.831
2115.81/2117.97	o 13
2119.20/2121.30	c cleaning 67058 clauses out of 134120 with flag 18385/3788118
2123.00/2125.11	c cleaning 36506 clauses out of 73063 with flag 39592/3794119
2127.09/2129.29	c cleaning 21765 clauses out of 43558 with flag 64987/3801120
2131.67/2133.87	c cleaning 14864 clauses out of 29791 with flag 92933/3809118
2136.46/2138.61	c cleaning 11949 clauses out of 23928 with flag 128356/3818119
2141.96/2144.14	c cleaning 10971 clauses out of 21978 with flag 164456/3828118
2148.03/2150.29	c cleaning 10994 clauses out of 22008 with flag 204625/3839119
2154.42/2156.66	c cleaning 11499 clauses out of 23013 with flag 250260/3851118
2161.92/2164.14	c cleaning 12225 clauses out of 24514 with flag 294688/3864118
2169.56/2171.71	c cleaning 13128 clauses out of 26290 with flag 346416/3878119
2177.94/2180.13	c cleaning 14052 clauses out of 28164 with flag 398810/3893121
2186.82/2189.03	c cleaning 15054 clauses out of 30111 with flag 457261/3909120
2195.90/2198.17	c cleaning 16020 clauses out of 32057 with flag 523107/3926120
2205.78/2208.09	c cleaning 17018 clauses out of 34038 with flag 590210/3944121
2216.35/2218.69	c cleaning 18002 clauses out of 36019 with flag 660943/3963120
2227.52/2229.83	c cleaning 19003 clauses out of 38015 with flag 733615/3983118
2238.80/2241.12	c cleaning 20002 clauses out of 40013 with flag 809656/4004119
2251.17/2253.54	c cleaning 21001 clauses out of 42010 with flag 890059/4026118
2263.64/2266.08	c cleaning 22003 clauses out of 44010 with flag 980272/4049119
2277.21/2279.69	c cleaning 22983 clauses out of 46006 with flag 1071160/4073118
2290.98/2293.47	c cleaning 24004 clauses out of 48023 with flag 1162428/4098118
2305.95/2308.43	c cleaning 24987 clauses out of 50019 with flag 1258880/4124118
2320.91/2323.43	c cleaning 26004 clauses out of 52032 with flag 1362859/4151118
2335.89/2338.49	c cleaning 27010 clauses out of 54028 with flag 1474878/4179118
2352.15/2354.76	c cleaning 28005 clauses out of 56020 with flag 1582571/4208120
2368.31/2370.90	c cleaning 28985 clauses out of 58013 with flag 1689573/4238118
2385.17/2387.81	c cleaning 30011 clauses out of 60030 with flag 1808605/4269120
2402.53/2405.22	c cleaning 31005 clauses out of 62020 with flag 1932132/4301121
2420.77/2423.45	c cleaning 32000 clauses out of 64013 with flag 2059988/4334119
2439.43/2442.10	c cleaning 32990 clauses out of 66013 with flag 2192813/4368119
2458.68/2461.47	c cleaning 34005 clauses out of 68026 with flag 2328401/4403122
2479.24/2482.02	c cleaning 34992 clauses out of 70019 with flag 2466727/4439120
2499.59/2502.40	c cleaning 36001 clauses out of 72028 with flag 2610679/4476121
2520.65/2523.56	c cleaning 37003 clauses out of 74027 with flag 2759850/4514121
2541.90/2544.81	c cleaning 37979 clauses out of 76022 with flag 2916844/4553119
2563.45/2566.47	c cleaning 39017 clauses out of 78042 with flag 3067279/4593118
2584.90/2587.97	c cleaning 39993 clauses out of 80025 with flag 3213180/4634118
2607.83/2610.82	c cleaning 41005 clauses out of 82032 with flag 3380642/4676118
2631.17/2634.21	c cleaning 42011 clauses out of 84027 with flag 3550905/4719118
2655.72/2658.81	c cleaning 43000 clauses out of 86018 with flag 3729629/4763120
2680.07/2683.29	c cleaning 44005 clauses out of 88016 with flag 3897295/4808118
2703.71/2706.91	c cleaning 45003 clauses out of 90011 with flag 4064365/4854118
2729.55/2732.86	c cleaning 45989 clauses out of 92013 with flag 4256975/4901123
2755.40/2758.70	c cleaning 47006 clauses out of 94021 with flag 4453065/4949120
2781.23/2784.59	c cleaning 48007 clauses out of 96014 with flag 4630821/4998119
2808.27/2811.69	c cleaning 48993 clauses out of 98006 with flag 4837276/5048118
2836.09/2839.56	c cleaning 50006 clauses out of 100013 with flag 5055326/5099118
2864.12/2867.62	c cleaning 50999 clauses out of 102010 with flag 5264889/5151121
2892.85/2896.46	c cleaning 52001 clauses out of 104011 with flag 5487715/5204121
2922.06/2925.71	c cleaning 53000 clauses out of 106008 with flag 5681101/5258119
2951.60/2954.80	c cleaning 53989 clauses out of 108008 with flag 5881809/5313119
2982.23/2985.51	c cleaning 55004 clauses out of 110018 with flag 6114769/5369118
3012.67/3016.02	c cleaning 55984 clauses out of 112015 with flag 6333847/5426119
3042.69/3046.15	c cleaning 56990 clauses out of 114032 with flag 6555416/5484120
3074.22/3077.77	c cleaning 58012 clauses out of 116042 with flag 6786281/5543120
3106.73/3110.20	c cleaning 59005 clauses out of 118028 with flag 7015610/5603118
3138.65/3142.21	c cleaning 60004 clauses out of 120028 with flag 7255731/5664123
3171.66/3175.38	c cleaning 61005 clauses out of 122020 with flag 7498489/5726119
3203.49/3207.28	c cleaning 61980 clauses out of 124017 with flag 7729228/5789121
3237.35/3241.09	c cleaning 63014 clauses out of 126036 with flag 7971703/5853120
3272.28/3276.08	c cleaning 64004 clauses out of 128020 with flag 8238099/5918118
3307.79/3311.64	c cleaning 65001 clauses out of 130016 with flag 8513667/5984118
3341.81/3345.79	c cleaning 66005 clauses out of 132018 with flag 8759754/6051121
3378.59/3382.48	c cleaning 66993 clauses out of 134013 with flag 9046274/6119121
3414.21/3418.17	c cleaning 68006 clauses out of 136019 with flag 9298523/6188120
3449.62/3453.68	c cleaning 69003 clauses out of 138011 with flag 9550622/6258118
3487.44/3491.53	c cleaning 69999 clauses out of 140009 with flag 9833542/6329119
3524.61/3528.64	c cleaning 70988 clauses out of 142009 with flag 10111722/6401118
3562.41/3566.57	c cleaning 72006 clauses out of 144022 with flag 10388607/6474119
3600.01/3604.21	c starts		: 11141
3600.01/3604.22	c conflicts		: 6547610
3600.01/3604.22	c decisions		: 19319742
3600.01/3604.22	c propagations		: 6751970030
3600.01/3604.22	c inspects		: 40132021694
3600.01/3604.22	c shortcuts		: 0
3600.01/3604.22	c learnt literals	: 0
3600.01/3604.23	c learnt binary clauses	: 0
3600.01/3604.23	c learnt ternary clauses	: 22
3600.01/3604.23	c learnt constraints	: 6547610
3600.01/3604.23	c ignored constraints	: 0
3600.01/3604.23	c root simplifications	: 0
3600.01/3604.23	c removed literals (reason simplification)	: 1421759
3600.01/3604.23	c reason swapping (by a shorter reason)	: 0
3600.01/3604.23	c Calls to reduceDB	: 169
3600.01/3604.23	c Number of update (reduction) of LBD	: 3034255
3600.01/3604.23	c Imported unit clauses	: 0
3600.01/3604.23	c No decision after first conflict	: false
3600.01/3604.23	c number of reductions to clauses (during analyze)	: 0
3600.01/3604.23	c number of learned constraints concerned by reduction	: 0
3600.01/3604.23	c number of learning phase by resolution	: 0
3600.01/3604.23	c number of learning phase by cutting planes	: 0
3600.01/3604.24	c number of rounding to 1 operations	: 0
3600.01/3604.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3604.24	c number of reductions of the coefficients by power 2 	: 0
3600.01/3604.24	c number of right shift for reduction by power 2 	: 0
3600.01/3604.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3604.24	c number of ending skipping 	: 0
3600.01/3604.24	c number of internal skipping 	: 0
3600.01/3604.24	c number of derivation steps 	: 0
3600.01/3604.24	c number of skipped derivation steps 	: 0
3600.01/3604.24	c number of remaining unassigned 	: 0
3600.01/3604.24	c number of remaining assigned 	: 0
3600.01/3604.24	c number of falsified literals weakened from reason	: 0
3600.01/3604.24	c number of falsified literals weakened from conflict	: 0
3600.01/3604.24	c time for arithmetic operations	: 0
3600.01/3604.25	c minimum degree of deleted constraints	: null
3600.01/3604.25	c maximum degree of deleted constraints	: null
3600.01/3604.25	c number of deleted constraints	: 0
3600.01/3604.26	c speed (assignments/second)	: 1873479.6376110476
3600.01/3604.26	c non guided choices	: 0
3600.22/3604.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 145507
3600.22/3604.31	s SATISFIABLE
3600.22/3604.31	c Found 5 solution(s)
3600.22/3604.32	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
3600.22/3604.33	c objective function=13
3600.22/3604.33	c Total wall clock time (in seconds): 3604.188

Verifier Data

OK	13

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 (46321 MiB free)
  memory of node 1: 64507 MiB (59130 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498333-1751275782/watcher-4498333-1751275782 -o /tmp/evaluation-result-4498333-1751275782/solver-4498333-1751275782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751272214-38931 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498333-1751275782.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=39960, runsolver pid=39957

[startup+0.100059 s]*
/proc/loadavg: 4.10 4.11 4.09 5/336 39978
/proc/meminfo: memFree=107962072/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18930384 memory=57636 CPUtime=0.12 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 6555 0 0 0 11 1 0 0 20 0 18 0 43255967 19384713216 14409 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4732596 14409 5330 1 0 547603 0
[pid=39960/tid=39962] ppid=39957 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) S 39957 39960 38440 0 -1 4194368 5049 0 0 0 7 1 0 0 20 0 18 0 43255969 19384713216 14409 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43255971 19384713216 14409 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43255971 19384713216 14409 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.205843 s]*
/proc/loadavg: 4.10 4.11 4.09 7/336 39978
/proc/meminfo: memFree=107952008/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18930384 memory=63912 CPUtime=0.32 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 7002 0 0 0 30 2 0 0 20 0 18 0 43255967 19384713216 15978 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4732596 15978 5426 1 0 547881 0
[pid=39960/tid=39962] ppid=39957 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 5275 0 0 0 16 1 0 0 20 0 18 0 43255969 19384713216 15978 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43255971 19384713216 15978 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43255971 19384713216 15978 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63912 KiB

[startup+0.305759 s]*
/proc/loadavg: 4.10 4.11 4.09 6/337 39979
/proc/meminfo: memFree=107938460/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=79484 CPUtime=0.5 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 7954 0 0 0 48 2 0 0 20 0 19 0 43255967 19452874752 19871 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 19871 5458 1 0 548428 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=-6000919477001216876 CPUtime=0.26 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 5403 0 0 0 25 1 0 0 20 0 19 0 43255969 19452874752 19871 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 19871 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 19871 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 19871 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79484 KiB

[startup+0.700203 s]
/proc/loadavg: 4.10 4.11 4.09 6/337 39979
/proc/meminfo: memFree=107933168/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=98168 CPUtime=1.27 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 12273 0 0 0 123 4 0 0 20 0 19 0 43255967 19452874752 24542 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 24542 5490 1 0 551301 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=17792 CPUtime=0.64 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 5424 0 0 0 62 2 0 0 20 0 19 0 43255969 19452874752 24542 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 24542 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 24542 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 24542 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98168 KiB

[startup+1.5002 s]
/proc/loadavg: 4.10 4.11 4.09 6/337 39979
/proc/meminfo: memFree=107923592/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=112680 CPUtime=2.67 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 19404 0 0 0 262 5 0 0 20 0 19 0 43255967 19452874752 28170 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 28170 5490 1 0 552236 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=10752 CPUtime=1.41 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 6514 0 0 0 139 2 0 0 20 0 19 0 43255969 19452874752 28170 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 28170 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 28170 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 28170 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112680 KiB

[startup+3.10561 s]
/proc/loadavg: 4.17 4.13 4.10 5/337 39979
/proc/meminfo: memFree=107909192/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=120908 CPUtime=4.29 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 19815 0 0 0 424 5 0 0 20 0 19 0 43255967 19452874752 30227 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 30227 5490 1 0 552239 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=10752 CPUtime=3 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 6729 0 0 0 298 2 0 0 20 0 19 0 43255969 19452874752 30227 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=-6000919477001216876 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 30227 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 30227 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 30227 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120908 KiB

[startup+6.30023 s]
/proc/loadavg: 4.17 4.13 4.10 5/337 39979
/proc/meminfo: memFree=107905160/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=118852 CPUtime=7.53 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 20197 0 0 0 748 5 0 0 20 0 19 0 43255967 19452874752 29713 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 29713 5490 1 0 552239 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=0 CPUtime=6.18 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 6911 0 0 0 616 2 0 0 20 0 19 0 43255969 19452874752 29713 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 29713 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 29713 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=114728 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 29713 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.09 5/337 39979
/proc/meminfo: memFree=107901080/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=124996 CPUtime=13.97 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 24114 0 0 0 1391 6 0 0 20 0 19 0 43255967 19452874752 31249 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 31249 5490 1 0 552239 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=114728 CPUtime=12.57 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 7781 0 0 0 1254 3 0 0 20 0 19 0 43255969 19452874752 31249 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 31249 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=124996 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 31249 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 31249 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124996 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.14 4.10 5/337 39979
/proc/meminfo: memFree=107888792/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=137540 CPUtime=26.76 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 25151 0 0 0 2669 7 0 0 20 0 19 0 43255967 19452874752 34385 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 34385 5522 1 0 552239 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=10752 CPUtime=25.33 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 8480 0 0 0 2530 3 0 0 20 0 19 0 43255969 19452874752 34385 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=124996 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 34385 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=18996948 memory=4380 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43255971 19452874752 34385 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43255996 19452874752 34385 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 26.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137540 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.12 4.09 5/336 40046
/proc/meminfo: memFree=109672716/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=18996948 memory=160196 CPUtime=52.4 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 28259 0 0 0 5232 8 0 0 20 0 19 0 43255967 19452874752 40049 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4749237 40049 5522 1 0 552239 0
[pid=39960/tid=39962] ppid=39957 vsize=18996948 memory=21996 CPUtime=50.86 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 8614 0 0 0 5083 3 0 0 20 0 19 0 43255969 19452874752 40049 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=18996948 memory=137540 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/339 40347
/proc/meminfo: memFree=117116320/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1883864 CPUtime=3278.56 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 73119 0 0 0 327750 106 0 0 20 0 20 0 43255967 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 470966 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=1883864 CPUtime=3271.6 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 31853 0 0 0 327151 9 0 0 20 0 20 0 43255969 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=1660284 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1147 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=12288 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3278.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1883864 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/340 40356
/proc/meminfo: memFree=117117820/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1883864 CPUtime=3338.42 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 73223 0 0 0 333735 107 0 0 20 0 20 0 43255967 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 470966 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=1883864 CPUtime=3331.44 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 31952 0 0 0 333135 9 0 0 20 0 20 0 43255969 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=1883864 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=1883864 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1147 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=1883864 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 470966 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3338.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1883864 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/340 40358
/proc/meminfo: memFree=117027624/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1904364 CPUtime=3398.44 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 73928 0 0 0 339735 109 0 0 20 0 20 0 43255967 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 476091 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=1883864 CPUtime=3391.13 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 32472 0 0 0 339104 9 0 0 20 0 20 0 43255969 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=1904364 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1147 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=1904364 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3398.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1904364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/340 40360
/proc/meminfo: memFree=117027680/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1904364 CPUtime=3458.3 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 74725 0 0 0 345720 110 0 0 20 0 20 0 43255967 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 476091 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=1904364 CPUtime=3450.98 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 33159 0 0 0 345089 9 0 0 20 0 20 0 43255969 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=1904364 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=-6000919477001216876 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1252 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 476091 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3458.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1904364 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/340 40362
/proc/meminfo: memFree=116998960/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1926908 CPUtime=3518.33 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 75945 0 0 0 351720 113 0 0 20 0 20 0 43255967 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 481727 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=1904364 CPUtime=3510.65 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 33838 0 0 0 351056 9 0 0 20 0 20 0 43255969 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=1904364 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=12288 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=1926908 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3518.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1926908 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/340 40364
/proc/meminfo: memFree=116925352/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1926908 CPUtime=3578.17 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 75952 0 0 0 357703 114 0 0 20 0 20 0 43255967 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 481727 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=1926908 CPUtime=3570.48 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 33840 0 0 0 357039 9 0 0 20 0 20 0 43255969 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=1926908 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3578.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1926908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 4.11 4.10 4.09 5/339 40364
/proc/meminfo: memFree=116925352/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19063512 memory=1926908 CPUtime=3600.01 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 76041 0 0 0 359887 114 0 0 20 0 20 0 43255967 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4765878 481727 5554 1 0 557975 0
[pid=39960/tid=39962] ppid=39957 vsize=19063512 memory=3072 CPUtime=3592.31 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 33926 0 0 0 359222 9 0 0 20 0 20 0 43255969 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19063512 memory=5076 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 20 0 43255971 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39979] ppid=39957 vsize=19063512 memory=4984 CPUtime=0 cores=5,7
/proc/39960/task/39979/stat : 39979 (Timer-0) S 39957 39960 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43255996 19521036288 481727 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1926908 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.12 s, system=1.16174 s

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

[startup+3604.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/339 40364
/proc/meminfo: memFree=116925352/131249996 swapFree=33010684/33010684
[pid=39960] ppid=39957 vsize=19263204 memory=1927676 CPUtime=3600.22 cores=5,7
/proc/39960/stat : 39960 (java) S 39957 39960 38440 0 -1 4194304 78012 0 0 0 359907 115 0 0 20 0 21 0 43255967 19725520896 481919 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
/proc/39960/statm: 4815801 481919 5554 1 0 558970 0
[pid=39960/tid=39962] ppid=39957 vsize=19263204 memory=1926908 CPUtime=3592.42 cores=5,7
/proc/39960/task/39962/stat : 39962 (java) R 39957 39960 38440 0 -1 4194368 34058 0 0 0 359233 9 0 0 20 0 21 0 43255969 19725520896 481919 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39971] ppid=39957 vsize=19263204 memory=1926908 CPUtime=0 cores=5,7
/proc/39960/task/39971/stat : 39971 (Finalizer) S 39957 39960 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 43255971 19725520896 481919 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
[pid=39960/tid=39978] ppid=39957 vsize=19263204 memory=14824 CPUtime=0 cores=5,7
/proc/39960/task/39978/stat : 39978 (Common-Cleaner) S 39957 39960 38440 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 21 0 43255971 19725520896 481919 18446744073709551615 94455033581568 94455033585264 140731982965712 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455033593080 94455033593872 94455058448384 140731982973313 140731982973414 140731982973414 140731982979016 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1927676 KiB

Child status: 143

Real time (s): 3604.34
CPU time (s): 3600.28
CPU user time (s): 3599.12
CPU system time (s): 1.16174
CPU usage (%): 99.8874
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1927676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 1.16174
maximum resident set size= 1927804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105786
involuntary context switches= 20076


# summary of solver processes directly reported to runsolver:
#   pid: 39960
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3599.12
#   total CPU system time (s): 1.16174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36865 second user time and 16.0615 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 11:29:42
IDJOB=4498333
IDBENCH=148617
IDSOLVER=3363
FILE ID=nodeC017/4498333-1751275782
RUNJOBID= nodeC017-1751272214-38931
SLURM_JOB_ID= 9594184
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498333-1751275782/watcher-4498333-1751275782 -o /tmp/evaluation-result-4498333-1751275782/solver-4498333-1751275782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751272214-38931 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498333-1751275782.opb

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

MD5SUM BENCH= c3fde33010e6ea586da81d097c34065f
RANDOM SEED=956771850

nodeC017 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.075
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	: 7000.12
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		: 3600.058
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	: 7000.12
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		: 3648.772
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	: 7000.12
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		: 3607.113
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	: 7000.12
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.061
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	: 7000.12
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.058
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	: 7000.12
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		: 3657.569
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	: 7000.12
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.540
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        107983620 kB
MemAvailable:   110759496 kB
Buffers:            2380 kB
Cached:          3547356 kB
SwapCached:            0 kB
Active:         19312032 kB
Inactive:        3242028 kB
Active(anon):   19022392 kB
Inactive(anon):       12 kB
Active(file):     289640 kB
Inactive(file):  3242016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               720 kB
Writeback:             0 kB
AnonPages:      19006760 kB
Mapped:           123068 kB
Shmem:             18080 kB
KReclaimable:     166516 kB
Slab:             255152 kB
SReclaimable:     166516 kB
SUnreclaim:        88636 kB
KernelStack:        5132 kB
PageTables:        40952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21305948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18700288 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC017 at 2025-06-30 12:29:47