Trace number 4432505

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 Default 2024-07-07SAT (TO)125 3600.76 3602.4

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_16x16_001.opb.metafix.opb
MD5SUM5c8bdd7bf429ca5545e1ed59def685f5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark0.016237
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.14/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.11	c java.vm.version	22.0.1+8-16
0.14/0.11	c java.vm.vendor	Oracle Corporation
0.14/0.11	c sun.arch.data.model	64
0.14/0.11	c java.version		22.0.1
0.14/0.11	c os.name		Linux
0.14/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.11	c os.arch		amd64
0.14/0.12	c Free memory 		2113181440
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2122317824
0.14/0.12	c Number of processors 	2
0.14/0.17	--- Begin Solver configuration ---
0.14/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.17	Learn all clauses as in MiniSAT
0.14/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.17	No reason simplification
0.14/0.17	Glucose 2.1 dynamic restart strategy
0.14/0.17	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.14/0.17	timeout=2147483s
0.14/0.17	DB Simplification allowed=false
0.14/0.17	Listener: none
0.14/0.17	--- End Solver configuration ---
0.14/0.17	c Pseudo Boolean Optimization by upper bound
0.14/0.17	c --- Begin Solver configuration ---
0.14/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.17	c Learn all clauses as in MiniSAT
0.14/0.17	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.17	c No reason simplification
0.14/0.17	c Glucose 2.1 dynamic restart strategy
0.14/0.17	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.14/0.17	c timeout=2147483s
0.14/0.17	c DB Simplification allowed=false
0.14/0.17	c Listener: none
0.14/0.17	c --- End Solver configuration ---
0.14/0.17	c solving HOME/instance-4432505-1721169280.opb
0.14/0.17	c reading problem ... 
0.14/0.17	c  objective function found
0.14/0.20	c ... done. Wall clock time 0.032s.
0.14/0.20	c declared #vars     256
0.14/0.20	c #constraints  188
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.14/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 158
0.14/0.20	c org.sat4j.specs.Constr$1 => 10
0.14/0.20	c org.sat4j.pb.constraints.pb.UnitClausesPB => 6
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.14/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.14/0.20	c 188 constraints processed.
0.33/0.22	c objective function length is 256 literals
1.08/0.62	c cleaning 2494 clauses out of 5000 with flag 22167/5000
1.46/0.83	c cleaning 4249 clauses out of 8506 with flag 46388/11000
1.46/0.85	c SATISFIABLE
1.46/0.85	c OPTIMIZING...
1.46/0.85	c Got one! Elapsed wall clock time (in seconds):0.676
1.46/0.85	o 125
1.85/1.04	c cleaning 4834 clauses out of 9683 with flag 22712/16426
2.09/1.21	c cleaning 5416 clauses out of 10847 with flag 50408/22424
2.49/1.48	c cleaning 6210 clauses out of 12432 with flag 83363/29425
2.88/1.70	c cleaning 7109 clauses out of 14221 with flag 121278/37424
3.37/2.00	c cleaning 8040 clauses out of 16113 with flag 160551/46425
3.66/2.30	c cleaning 9032 clauses out of 18072 with flag 202930/56424
3.97/2.65	c cleaning 10011 clauses out of 20040 with flag 245706/67424
4.38/3.08	c cleaning 11003 clauses out of 22029 with flag 307776/79424
4.88/3.56	c cleaning 11994 clauses out of 24026 with flag 385457/92424
5.39/4.10	c cleaning 13013 clauses out of 26032 with flag 446045/106424
5.98/4.64	c cleaning 14008 clauses out of 28021 with flag 510454/121426
6.85/5.40	c cleaning 14994 clauses out of 30011 with flag 606265/137424
7.70/6.21	c cleaning 16002 clauses out of 32018 with flag 704166/154425
8.71/7.29	c cleaning 17003 clauses out of 34017 with flag 820830/172426
10.00/8.59	c cleaning 18001 clauses out of 36012 with flag 960610/191424
11.41/9.95	c cleaning 18998 clauses out of 38014 with flag 1117114/211427
12.90/11.48	c cleaning 20000 clauses out of 40013 with flag 1290748/232424
14.00/12.56	c cleaning 21004 clauses out of 42015 with flag 1398175/254426
15.10/13.65	c cleaning 21994 clauses out of 44009 with flag 1497163/277424
16.29/14.87	c cleaning 23001 clauses out of 46019 with flag 1609149/301428
17.50/16.04	c cleaning 23996 clauses out of 48015 with flag 1725766/326425
18.79/17.35	c cleaning 24995 clauses out of 50018 with flag 1866594/352424
20.18/18.74	c cleaning 26008 clauses out of 52023 with flag 1996589/379424
21.68/20.27	c cleaning 26999 clauses out of 54016 with flag 2135626/407425
23.38/21.90	c cleaning 28000 clauses out of 56017 with flag 2283417/436425
24.98/23.54	c cleaning 28997 clauses out of 58016 with flag 2427306/466424
27.28/25.86	c cleaning 29993 clauses out of 60019 with flag 2656775/497424
29.87/28.43	c cleaning 30999 clauses out of 62026 with flag 2934223/529424
31.87/30.48	c cleaning 32006 clauses out of 64027 with flag 3146974/562424
33.97/32.53	c cleaning 33006 clauses out of 66021 with flag 3299224/596424
36.06/34.66	c cleaning 34005 clauses out of 68015 with flag 3457361/631424
38.36/36.97	c cleaning 34995 clauses out of 70010 with flag 3609654/667424
40.85/39.40	c cleaning 35996 clauses out of 72015 with flag 3813382/704424
43.47/42.06	c cleaning 36994 clauses out of 74022 with flag 3997689/742427
46.46/45.02	c cleaning 38004 clauses out of 76027 with flag 4187770/781426
49.26/47.84	c cleaning 38990 clauses out of 78021 with flag 4386450/821424
52.16/50.72	c cleaning 40007 clauses out of 80031 with flag 4591414/862424
55.06/53.62	c cleaning 41007 clauses out of 82025 with flag 4809451/904425
58.25/56.84	c cleaning 42006 clauses out of 84017 with flag 5002068/947424
61.57/60.13	c cleaning 42995 clauses out of 86013 with flag 5196813/991426
64.96/63.59	c cleaning 44004 clauses out of 88017 with flag 5391461/1036425
68.56/67.14	c cleaning 44997 clauses out of 90013 with flag 5600429/1082425
72.14/70.74	c cleaning 46004 clauses out of 92015 with flag 5801849/1129424
76.04/74.62	c cleaning 46999 clauses out of 94012 with flag 6052220/1177425
80.33/78.95	c cleaning 47993 clauses out of 96012 with flag 6286653/1226424
84.73/83.38	c cleaning 48999 clauses out of 98019 with flag 6571285/1276424
89.53/88.17	c cleaning 50002 clauses out of 100021 with flag 6853410/1327425
93.80/92.40	c cleaning 50996 clauses out of 102019 with flag 7102576/1379425
98.80/97.40	c cleaning 52007 clauses out of 104022 with flag 7387159/1432424
103.42/102.09	c cleaning 53005 clauses out of 106016 with flag 7637286/1486425
108.41/107.03	c cleaning 53989 clauses out of 108010 with flag 7881185/1541424
113.70/112.39	c cleaning 55003 clauses out of 110022 with flag 8145779/1597425
119.20/117.81	c cleaning 56006 clauses out of 112021 with flag 8462866/1654427
124.40/123.05	c cleaning 57003 clauses out of 114013 with flag 8734543/1712425
129.87/128.53	c cleaning 57997 clauses out of 116010 with flag 9004937/1771425
135.67/134.32	c cleaning 58997 clauses out of 118012 with flag 9286885/1831424
141.46/140.17	c cleaning 59988 clauses out of 120016 with flag 9562111/1892425
147.75/146.44	c cleaning 61006 clauses out of 122027 with flag 9858801/1954424
154.46/153.17	c cleaning 62008 clauses out of 124021 with flag 10189035/2017424
161.34/160.03	c cleaning 63003 clauses out of 126013 with flag 10492714/2081424
168.33/167.05	c cleaning 63999 clauses out of 128011 with flag 10821690/2146425
175.81/174.52	c cleaning 64999 clauses out of 130011 with flag 11116825/2212424
182.50/181.24	c cleaning 65999 clauses out of 132012 with flag 11456459/2279424
189.99/188.79	c cleaning 67001 clauses out of 134015 with flag 11788716/2347426
197.77/196.51	c cleaning 68001 clauses out of 136013 with flag 12109733/2416425
205.46/204.26	c cleaning 68992 clauses out of 138012 with flag 12448236/2486425
213.27/212.05	c cleaning 70007 clauses out of 140019 with flag 12787839/2557424
222.36/221.17	c cleaning 70996 clauses out of 142012 with flag 13124804/2629424
231.03/229.80	c cleaning 72002 clauses out of 144018 with flag 13519177/2702426
240.34/239.15	c cleaning 73003 clauses out of 146018 with flag 13915309/2776428
250.02/248.81	c cleaning 73994 clauses out of 148013 with flag 14294355/2851426
259.51/258.38	c cleaning 75003 clauses out of 150018 with flag 14757877/2927425
269.49/268.34	c cleaning 76007 clauses out of 152015 with flag 15139533/3004425
279.68/278.57	c cleaning 77001 clauses out of 154009 with flag 15517669/3082426
290.56/289.46	c cleaning 77992 clauses out of 156006 with flag 15938614/3161424
301.04/299.96	c cleaning 78998 clauses out of 158014 with flag 16350894/3241424
311.52/310.49	c cleaning 79986 clauses out of 160017 with flag 16760324/3322425
322.61/321.52	c cleaning 81007 clauses out of 162033 with flag 17163893/3404427
334.89/333.89	c cleaning 81991 clauses out of 164024 with flag 17671827/3487425
346.08/345.10	c cleaning 82968 clauses out of 166032 with flag 18103459/3571424
357.94/356.97	c cleaning 84027 clauses out of 168068 with flag 18544993/3656428
370.73/369.71	c cleaning 85007 clauses out of 170037 with flag 18990272/3742424
383.81/382.83	c cleaning 85996 clauses out of 172030 with flag 19419586/3829424
396.12/395.18	c cleaning 87005 clauses out of 174034 with flag 19896697/3917424
407.99/407.01	c cleaning 88003 clauses out of 176030 with flag 20391290/4006425
421.66/420.72	c cleaning 89007 clauses out of 178026 with flag 20844472/4096424
435.23/434.30	c cleaning 90005 clauses out of 180020 with flag 21313030/4187425
449.51/448.61	c cleaning 90993 clauses out of 182014 with flag 21830714/4279424
464.85/463.99	c cleaning 91991 clauses out of 184023 with flag 22317515/4372426
479.81/478.92	c cleaning 92997 clauses out of 186031 with flag 22834088/4466425
495.28/494.46	c cleaning 94012 clauses out of 188034 with flag 23407607/4561425
511.18/510.33	c cleaning 94992 clauses out of 190022 with flag 23936415/4657425
525.96/525.11	c cleaning 96005 clauses out of 192030 with flag 24504093/4754425
540.83/540.08	c cleaning 97008 clauses out of 194028 with flag 25003341/4852428
556.09/555.31	c cleaning 98007 clauses out of 196019 with flag 25638215/4951427
571.56/570.86	c cleaning 98998 clauses out of 198009 with flag 26179497/5051424
588.18/587.40	c cleaning 99985 clauses out of 200011 with flag 26817451/5152424
603.95/603.28	c cleaning 101006 clauses out of 202026 with flag 27413574/5254424
621.33/620.62	c cleaning 102000 clauses out of 204021 with flag 27938097/5357425
638.50/637.86	c cleaning 102979 clauses out of 206022 with flag 28517299/5461426
656.78/656.13	c cleaning 103999 clauses out of 208042 with flag 29166025/5566425
675.97/675.34	c cleaning 105015 clauses out of 210045 with flag 29833534/5672427
694.55/693.90	c cleaning 106002 clauses out of 212027 with flag 30453638/5779424
714.06/713.43	c cleaning 107007 clauses out of 214028 with flag 31021169/5887427
733.42/732.80	c cleaning 107996 clauses out of 216019 with flag 31816996/5996425
752.19/751.63	c cleaning 109005 clauses out of 218022 with flag 32453493/6106424
775.41/774.56	c cleaning 110006 clauses out of 220018 with flag 33069714/6217425
796.56/795.75	c cleaning 111002 clauses out of 222013 with flag 33732525/6329426
817.72/817.00	c cleaning 111986 clauses out of 224010 with flag 34340010/6442425
840.58/839.82	c cleaning 113002 clauses out of 226024 with flag 35024569/6556425
863.03/862.31	c cleaning 114002 clauses out of 228023 with flag 35716281/6671426
885.80/885.17	c cleaning 115005 clauses out of 230021 with flag 36359831/6787426
908.56/907.91	c cleaning 115997 clauses out of 232015 with flag 37004706/6904425
933.11/932.53	c cleaning 116997 clauses out of 234020 with flag 37655023/7022427
959.47/959.01	c cleaning 118004 clauses out of 236020 with flag 38290919/7141424
986.01/985.53	c cleaning 118994 clauses out of 238016 with flag 39099179/7261424
1014.59/1014.12	c cleaning 120002 clauses out of 240022 with flag 39799362/7382424
1043.22/1042.85	c cleaning 121008 clauses out of 242021 with flag 40468890/7504425
1072.17/1071.84	c cleaning 121991 clauses out of 244012 with flag 41100952/7627424
1098.82/1098.59	c cleaning 123003 clauses out of 246021 with flag 41806076/7751424
1125.54/1125.26	c cleaning 124002 clauses out of 248018 with flag 42444570/7876424
1151.20/1151.00	c cleaning 125003 clauses out of 250018 with flag 43077992/8002426
1179.38/1179.19	c cleaning 126003 clauses out of 252016 with flag 43909960/8129427
1206.52/1206.38	c cleaning 126996 clauses out of 254010 with flag 44615959/8257424
1233.82/1233.67	c cleaning 128006 clauses out of 256014 with flag 45431957/8386424
1261.77/1261.66	c cleaning 128985 clauses out of 258008 with flag 46222492/8516424
1291.73/1291.60	c cleaning 130004 clauses out of 260024 with flag 46938050/8647425
1320.68/1320.62	c cleaning 131005 clauses out of 262020 with flag 47741160/8779425
1348.22/1348.20	c cleaning 131998 clauses out of 264015 with flag 48567029/8912425
1375.24/1375.26	c cleaning 132991 clauses out of 266017 with flag 49366345/9046425
1412.10/1412.18	c cleaning 134003 clauses out of 268026 with flag 50379843/9181425
1442.64/1442.60	c cleaning 135001 clauses out of 270027 with flag 51191469/9317429
1472.69/1472.74	c cleaning 136004 clauses out of 272022 with flag 52002933/9454425
1504.06/1504.17	c cleaning 136999 clauses out of 274017 with flag 52794581/9592424
1538.22/1538.33	c cleaning 137998 clauses out of 276018 with flag 53663456/9731424
1573.64/1573.88	c cleaning 139003 clauses out of 278022 with flag 54457031/9871426
1607.88/1608.08	c cleaning 139992 clauses out of 280017 with flag 55250047/10012424
1643.80/1644.09	c cleaning 141009 clauses out of 282026 with flag 56124100/10154425
1680.31/1680.69	c cleaning 142000 clauses out of 284018 with flag 56952369/10297426
1716.75/1717.15	c cleaning 142998 clauses out of 286016 with flag 57769117/10441424
1757.22/1757.64	c cleaning 144000 clauses out of 288018 with flag 58610781/10586424
1794.58/1795.04	c cleaning 144984 clauses out of 290019 with flag 59402524/10732425
1835.00/1835.55	c cleaning 145999 clauses out of 292035 with flag 60191317/10879425
1874.45/1875.10	c cleaning 146990 clauses out of 294037 with flag 61026692/11027426
1912.38/1913.06	c cleaning 148020 clauses out of 296048 with flag 61887359/11176427
1961.31/1962.06	c cleaning 148990 clauses out of 298025 with flag 62940635/11326424
2001.14/2001.92	c cleaning 150006 clauses out of 300037 with flag 63749270/11477426
2043.83/2044.65	c cleaning 150997 clauses out of 302029 with flag 64579570/11629424
2086.35/2087.29	c cleaning 151996 clauses out of 304032 with flag 65450596/11782424
2127.07/2127.90	c cleaning 153015 clauses out of 306038 with flag 66317086/11936426
2171.69/2172.63	c cleaning 154006 clauses out of 308023 with flag 67171774/12091426
2217.92/2218.98	c cleaning 154983 clauses out of 310015 with flag 68533223/12247424
2260.00/2260.64	c cleaning 156007 clauses out of 312034 with flag 69549656/12404426
2302.73/2303.46	c cleaning 157010 clauses out of 314025 with flag 70564171/12562424
2347.49/2348.24	c cleaning 157998 clauses out of 316015 with flag 71458687/12721424
2394.12/2394.98	c cleaning 159000 clauses out of 318018 with flag 72359688/12881425
2437.46/2438.38	c cleaning 159999 clauses out of 320018 with flag 73337370/13042425
2483.20/2484.16	c cleaning 161009 clauses out of 322020 with flag 74269563/13204426
2529.68/2530.62	c cleaning 161998 clauses out of 324009 with flag 75128135/13367424
2570.96/2571.76	c cleaning 162975 clauses out of 326014 with flag 76053583/13531427
2614.44/2615.24	c cleaning 164002 clauses out of 328036 with flag 77050518/13696424
2681.94/2682.72	c cleaning 165004 clauses out of 330036 with flag 78338678/13862426
2728.47/2729.32	c cleaning 166013 clauses out of 332030 with flag 79225093/14029424
2779.68/2780.50	c cleaning 167007 clauses out of 334021 with flag 80237592/14197428
2829.00/2829.93	c cleaning 168002 clauses out of 336010 with flag 81169893/14366424
2884.15/2885.18	c cleaning 168992 clauses out of 338008 with flag 82090503/14536424
2936.35/2937.47	c cleaning 170003 clauses out of 340016 with flag 83042377/14707424
2988.45/2989.57	c cleaning 170999 clauses out of 342014 with flag 84054505/14879425
3042.53/3043.74	c cleaning 171999 clauses out of 344014 with flag 85085707/15052424
3094.73/3096.05	c cleaning 173002 clauses out of 346015 with flag 86002437/15226424
3151.68/3153.02	c cleaning 174005 clauses out of 348018 with flag 86933176/15401429
3203.57/3205.06	c cleaning 174983 clauses out of 350008 with flag 88024988/15577424
3258.46/3260.07	c cleaning 176005 clauses out of 352026 with flag 89045451/15754425
3318.96/3320.64	c cleaning 176957 clauses out of 354020 with flag 90338151/15932424
3387.55/3389.37	c cleaning 178027 clauses out of 356066 with flag 91968627/16111427
3445.76/3447.66	c cleaning 179000 clauses out of 358037 with flag 92991874/16291425
3507.84/3509.75	c cleaning 179989 clauses out of 360036 with flag 93982512/16472424
3563.06/3565.08	c cleaning 180995 clauses out of 362047 with flag 95054911/16654424
3600.21/3602.13	c starts		: 29164
3600.21/3602.13	c conflicts		: 16784696
3600.21/3602.13	c decisions		: 22775540
3600.21/3602.13	c propagations		: 727605716
3600.21/3602.13	c inspects		: 48521265040
3600.21/3602.13	c shortcuts		: 0
3600.21/3602.13	c learnt literals	: 0
3600.21/3602.13	c learnt binary clauses	: 0
3600.21/3602.15	c learnt ternary clauses	: 0
3600.21/3602.15	c learnt constraints	: 16784696
3600.21/3602.15	c ignored constraints	: 0
3600.21/3602.15	c root simplifications	: 0
3600.21/3602.15	c removed literals (reason simplification)	: 0
3600.21/3602.15	c reason swapping (by a shorter reason)	: 0
3600.21/3602.15	c Calls to reduceDB	: 180
3600.21/3602.15	c Number of update (reduction) of LBD	: 6617924
3600.21/3602.15	c Imported unit clauses	: 0
3600.21/3602.18	c No decision after first conflict	: false
3600.21/3602.18	c number of reductions to clauses (during analyze)	: 0
3600.21/3602.18	c number of learned constraints concerned by reduction	: 0
3600.21/3602.18	c number of learning phase by resolution	: 0
3600.21/3602.18	c number of learning phase by cutting planes	: 0
3600.21/3602.18	c number of rounding to 1 operations	: 0
3600.21/3602.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.21/3602.18	c number of reductions of the coefficients by power 2 	: 0
3600.21/3602.18	c number of right shift for reduction by power 2 	: 0
3600.21/3602.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.21/3602.18	c number of ending skipping 	: 0
3600.21/3602.18	c number of internal skipping 	: 0
3600.21/3602.18	c number of derivation steps 	: 0
3600.21/3602.18	c number of skipped derivation steps 	: 0
3600.21/3602.18	c number of remaining unassigned 	: 0
3600.21/3602.18	c number of remaining assigned 	: 0
3600.21/3602.18	c number of falsified literals weakened from reason	: 0
3600.21/3602.18	c number of falsified literals weakened from conflict	: 0
3600.21/3602.18	c time for arithmetic operations	: 0
3600.21/3602.18	c minimum degree of deleted constraints	: null
3600.21/3602.18	c maximum degree of deleted constraints	: null
3600.21/3602.18	c number of deleted constraints	: 0
3600.37/3602.20	c speed (assignments/second)	: 202004.06559139307
3600.37/3602.20	c non guided choices	: 4
3600.56/3602.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 311324
3600.56/3602.38	s SATISFIABLE
3600.56/3602.38	c Found 1 solution(s)
3600.56/3602.38	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 x12 -x13 x14 -x15 -x16 x17 x18 x19 -x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 x46 x47 x48 x49 x50 -x51 -x52 x53 x54 x55 -x56 -x57 x58 -x59 x60 x61 -x62 x63 x64 -x65 x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 x74 -x75 x76 -x77 x78 -x79 x80 x81 x82 x83 x84 x85 -x86 -x87 -x88 x89 x90 -x91 x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 x105 x106 -x107 x108 -x109 -x110 -x111 -x112 x113 -x114 x115 x116 -x117 -x118 x119 -x120 x121 -x122 -x123 x124 -x125 -x126 x127 -x128 x129 -x130 x131 x132 x133 x134 x135 x136 -x137 x138 x139 -x140 -x141 -x142 x143 x144 -x145 x146 -x147 -x148 x149 -x150 -x151 x152 x153 -x154 x155 -x156 -x157 x158 x159 -x160 x161 -x162 x163 -x164 -x165 x166 -x167 x168 x169 x170 x171 -x172 x173 x174 x175 -x176 -x177 -x178 x179 x180 x181 x182 -x183 -x184 x185 x186 x187 -x188 x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 x201 x202 x203 x204 x205 -x206 x207 x208 -x209 -x210 -x211 x212 x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 x223 x224 -x225 x226 -x227 -x228 x229 x230 x231 x232 x233 x234 x235 -x236 -x237 x238 x239 -x240 x241 -x242 x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 x251 x252 x253 -x254 x255 -x256 
3600.56/3602.38	c objective function=125
3600.56/3602.38	c Total wall clock time (in seconds): 3602.215

Verifier Data

OK	125

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (58845 MiB free)
  memory of node 1: 64510 MiB (60612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432505-1721169280/watcher-4432505-1721169280 -o /tmp/evaluation-result-4432505-1721169280/solver-4432505-1721169280 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721165691-870215 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432505-1721169280.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.103837 s]*
/proc/loadavg: 4.11 4.14 4.18 6/274 872883
/proc/meminfo: memFree=123934876/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=18975048 memory=58884 CPUtime=0.14 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 6754 0 0 0 11 3 0 0 20 0 18 0 169087276 19430449152 14721 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4743762 14721 5603 1 0 551024 0
[pid=872849/tid=872853] ppid=872846 vsize=18975048 memory=4026531959 CPUtime=0.09 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 5631 0 0 0 7 2 0 0 20 0 18 0 169087276 19430449152 14721 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=18975048 memory=1629 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169087280 19430449152 14721 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=18975048 memory=13855157314128300 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 169087280 19430449152 14721 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58884 KiB

[startup+0.209607 s]*
/proc/loadavg: 4.11 4.14 4.18 6/287 872915
/proc/meminfo: memFree=123896800/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=18975048 memory=68756 CPUtime=0.33 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 7563 0 0 0 29 4 0 0 20 0 18 0 169087276 19430449152 17189 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4743762 17189 5761 1 0 551645 0
[pid=872849/tid=872853] ppid=872846 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) S 872846 872849 870201 0 -1 1077936192 5969 0 0 0 16 2 0 0 20 0 18 0 169087276 19430449152 17189 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=18975048 memory=1645 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169087280 19430449152 17189 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 169087280 19430449152 17189 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68756 KiB

[startup+0.307991 s]*
/proc/loadavg: 4.11 4.14 4.18 12/297 872925
/proc/meminfo: memFree=123887412/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19041612 memory=72352 CPUtime=0.51 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 8949 0 0 0 47 4 0 0 20 0 19 0 169087276 19498610688 18088 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4760403 18088 5898 1 0 552638 0
[pid=872849/tid=872853] ppid=872846 vsize=19041612 memory=6720661034908139883 CPUtime=0.29 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 6046 0 0 0 26 3 0 0 20 0 19 0 169087276 19498610688 18088 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 18088 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 18088 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 169087299 19498610688 18088 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72352 KiB

[startup+0.700989 s]
/proc/loadavg: 4.26 4.17 4.19 9/294 872935
/proc/meminfo: memFree=123871524/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19041612 memory=86060 CPUtime=1.26 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 11521 0 0 0 121 5 0 0 20 0 19 0 169087276 19498610688 21515 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4760403 21515 5929 1 0 554313 0
[pid=872849/tid=872853] ppid=872846 vsize=19041612 memory=41964 CPUtime=0.66 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 6092 0 0 0 63 3 0 0 20 0 19 0 169087276 19498610688 21515 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19041612 memory=11948 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 21515 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19041612 memory=2208 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 21515 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19041612 memory=32604 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 169087299 19498610688 21515 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86060 KiB

[startup+1.50023 s]
/proc/loadavg: 4.26 4.17 4.19 8/276 873024
/proc/meminfo: memFree=123897220/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19041612 memory=98832 CPUtime=2.61 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 16354 0 0 0 255 6 0 0 20 0 19 0 169087276 19498610688 24708 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4760403 24708 5929 1 0 554841 0
[pid=872849/tid=872853] ppid=872846 vsize=19041612 memory=11948 CPUtime=1.45 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 6480 0 0 0 141 4 0 0 20 0 19 0 169087276 19498610688 24708 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 24708 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19041612 memory=2208 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 24708 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19041612 memory=32604 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 169087299 19498610688 24708 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98832 KiB

[startup+3.11323 s]
/proc/loadavg: 4.26 4.17 4.19 8/293 873208
/proc/meminfo: memFree=125282180/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19041612 memory=120404 CPUtime=4.49 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 17239 0 0 0 442 7 0 0 20 0 19 0 169087276 19498610688 30101 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4760403 30101 5932 1 0 555055 0
[pid=872849/tid=872853] ppid=872846 vsize=19041612 memory=11948 CPUtime=3.05 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 6795 0 0 0 301 4 0 0 20 0 19 0 169087276 19498610688 30101 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19041612 memory=-8744128360656249532 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 30101 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 30101 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19041612 memory=2208 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 169087299 19498610688 30101 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 4.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 120404 KiB

[startup+6.30041 s]
/proc/loadavg: 4.40 4.20 4.20 5/317 873373
/proc/meminfo: memFree=125116544/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19041612 memory=153524 CPUtime=7.8 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 17890 0 0 0 773 7 0 0 20 0 19 0 169087276 19498610688 38381 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4760403 38381 5932 1 0 555056 0
[pid=872849/tid=872853] ppid=872846 vsize=19041612 memory=0 CPUtime=6.23 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 7160 0 0 0 618 5 0 0 20 0 19 0 169087276 19498610688 38381 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19041612 memory=2208 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 38381 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19041612 memory=11948 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 169087280 19498610688 38381 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19041612 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 169087299 19498610688 38381 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 153524 KiB

[startup+12.7004 s]
/proc/loadavg: 4.45 4.21 4.20 7/318 873442
/proc/meminfo: memFree=125041520/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=182548 CPUtime=14.2 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 20250 0 0 0 1411 9 0 0 20 0 20 0 169087276 19566772224 45637 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 45637 5964 1 0 555345 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=0 CPUtime=12.57 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 7899 0 0 0 1252 5 0 0 20 0 20 0 169087276 19566772224 45637 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=182540 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 45637 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=11948 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 45637 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=2817 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 45637 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 14.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182548 KiB

[startup+25.5005 s]
/proc/loadavg: 4.53 4.24 4.21 5/321 873446
/proc/meminfo: memFree=123356724/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=188904 CPUtime=26.97 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 22842 0 0 0 2688 9 0 0 20 0 20 0 169087276 19566772224 47226 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 47226 5964 1 0 555345 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=0 CPUtime=25.29 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 8995 0 0 0 2524 5 0 0 20 0 20 0 169087276 19566772224 47226 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=188904 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 47226 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=188904 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 47226 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=188900 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 47226 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 26.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188904 KiB

[startup+51.1133 s]
/proc/loadavg: 4.32 4.21 4.20 5/321 873451
/proc/meminfo: memFree=121032984/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=256808 CPUtime=52.57 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 26782 0 0 0 5244 13 0 0 20 0 20 0 169087276 19566772224 64202 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 64202 5980 1 0 555345 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=211520 CPUtime=50.55 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 10654 0 0 0 5049 6 0 0 20 0 20 0 169087276 19566772224 64202 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0

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

Current children cumulated memory: 1468028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.94 4.47 4.30 5/323 875232
/proc/meminfo: memFree=106287256/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3340.62 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 96267 0 0 0 333843 219 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 367008 5980 1 0 560139 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=5652 CPUtime=3326.42 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 41362 0 0 0 332630 12 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=11948 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2299 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3340.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1468032 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.41 4.29 5/323 875309
/proc/meminfo: memFree=120477364/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3400.53 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 96569 0 0 0 339831 222 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 367008 5980 1 0 560139 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=19044 CPUtime=3386.28 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 41652 0 0 0 338616 12 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2299 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3400.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1468032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.37 4.28 5/323 875320
/proc/meminfo: memFree=119586140/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3460.43 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 97097 0 0 0 345817 226 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 367008 5980 1 0 560139 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3446.13 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 42024 0 0 0 344601 12 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2402 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=-8744128360656249532 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3460.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1468032 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.31 4.27 5/321 875330
/proc/meminfo: memFree=119080900/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3520.42 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 97657 0 0 0 351813 229 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 367008 5980 1 0 560139 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3505.77 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 42244 0 0 0 350565 12 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=2208 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2402 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3520.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1468032 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.30 4.27 5/320 875341
/proc/meminfo: memFree=118736948/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3580.32 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 97962 0 0 0 357800 232 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 367008 5980 1 0 560139 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=41964 CPUtime=3565.63 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 42537 0 0 0 356551 12 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=16068 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2402 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3580.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1468032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]*
/proc/loadavg: 4.15 4.28 4.26 5/320 875344
/proc/meminfo: memFree=118736840/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19108176 memory=1468032 CPUtime=3600 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 98138 0 0 0 359768 232 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4777044 367008 5980 1 0 560139 0
[pid=872849/tid=872853] ppid=872846 vsize=19108176 memory=-9175354609161839292 CPUtime=3585.29 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 42661 0 0 0 358517 12 0 0 20 0 20 0 169087276 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19108176 memory=26416 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19108176 memory=25524 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2402 0 0 0 0 0 0 0 20 0 20 0 169087280 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872925] ppid=872846 vsize=19108176 memory=108 CPUtime=0 cores=1,3
/proc/872849/task/872925/stat : 872925 (Timer-0) S 872846 872849 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169087299 19566772224 367008 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1468032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.4 s, system=2.35096 s

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

[startup+3602.2 s]
/proc/loadavg: 4.15 4.28 4.26 5/320 875344
/proc/meminfo: memFree=118736840/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19307868 memory=1472900 CPUtime=3600.37 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 100791 0 0 0 359804 233 0 0 20 0 21 0 169087276 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4826967 368225 5995 1 0 561042 0
[pid=872849/tid=872853] ppid=872846 vsize=19307868 memory=-6170700483569089983 CPUtime=3585.38 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 42792 0 0 0 358526 12 0 0 20 0 21 0 169087276 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19307868 memory=1499 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169087280 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19307868 memory=26728 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2402 0 0 0 0 0 0 0 20 0 21 0 169087280 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1472900 KiB

[startup+3602.3 s]
/proc/loadavg: 4.15 4.28 4.26 5/320 875344
/proc/meminfo: memFree=118736840/131655788 swapFree=131071996/131071996
[pid=872849] ppid=872846 vsize=19307868 memory=1472900 CPUtime=3600.56 cores=1,3
/proc/872849/stat : 872849 (java) S 872846 872849 870201 0 -1 1077936128 100811 0 0 0 359823 233 0 0 20 0 21 0 169087276 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
/proc/872849/statm: 4826967 368225 5995 1 0 561042 0
[pid=872849/tid=872853] ppid=872846 vsize=19307868 memory=1468032 CPUtime=3585.48 cores=1,3
/proc/872849/task/872853/stat : 872853 (java) R 872846 872849 870201 0 -1 4194368 42792 0 0 0 358536 12 0 0 20 0 21 0 169087276 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872869] ppid=872846 vsize=19307868 memory=11656 CPUtime=0 cores=1,3
/proc/872849/task/872869/stat : 872869 (Finalizer) S 872846 872849 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169087280 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
[pid=872849/tid=872877] ppid=872846 vsize=19307868 memory=1468032 CPUtime=0 cores=1,3
/proc/872849/task/872877/stat : 872877 (Common-Cleaner) S 872846 872849 870201 0 -1 1077936192 2402 0 0 0 0 0 0 0 20 0 21 0 169087280 19771256832 368225 134679101440 94288966074368 94288966078064 140732456505632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94288966085880 94288966086672 94288986279936 140732456514567 140732456514657 140732456514657 140732456521672 0
Current children cumulated CPU time: 3600.56 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1472900 KiB

Child status: 143

Real time (s): 3602.4
CPU time (s): 3600.76
CPU user time (s): 3598.4
CPU system time (s): 2.35096
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 1472900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.4
system time used= 2.35096
maximum resident set size= 1473784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106048
involuntary context switches= 2016


# summary of solver processes directly reported to runsolver:
#   pid: 872849
#   total CPU time (s): 3600.76
#   total CPU user time (s): 3598.4
#   total CPU system time (s): 2.35096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8848 second user time and 40.1564 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-17 00:34:52
IDJOB=4432505
IDBENCH=158407
IDSOLVER=3058
FILE ID=nodeC010/4432505-1721169280
RUNJOBID= nodeC010-1721165691-870215
SLURM_JOB_ID= 7505790
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_16x16_001.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432505-1721169280/watcher-4432505-1721169280 -o /tmp/evaluation-result-4432505-1721169280/solver-4432505-1721169280 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721165691-870215 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432505-1721169280.opb

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

MD5SUM BENCH= 5c8bdd7bf429ca5545e1ed59def685f5
RANDOM SEED=905474480

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3526.894
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2992.944
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.364
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2394.354
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.519
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.173
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.172
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1496.579
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122323880 kB
MemAvailable:   126702308 kB
Buffers:          434668 kB
Cached:          4729776 kB
SwapCached:            0 kB
Active:           806572 kB
Inactive:        7865616 kB
Active(anon):       1448 kB
Inactive(anon):  3543704 kB
Active(file):     805124 kB
Inactive(file):  4321912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1060 kB
Writeback:            12 kB
AnonPages:       3507804 kB
Mapped:           125312 kB
Shmem:             37704 kB
KReclaimable:     182848 kB
Slab:             291692 kB
SReclaimable:     182848 kB
SUnreclaim:       108844 kB
KernelStack:        4540 kB
PageTables:        16456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5040440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3303424 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      234312 kB
DirectMap2M:    29030400 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC010 at 2024-07-17 01:34:54