Trace number 4520212

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)378 3600.63 3473.62

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_down/
normalized-linearized_pebbling_opt_layeredfan_down_r7_c14_a4.opb
MD5SUM6db5c0d210c154c0efee751e611094b9
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 benchmark378
Best CPU time to get the best result obtained on this benchmark0.014819
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints189
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints175
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 756
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 756
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 756
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4520212-1751568647.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
0.12/0.17	c ... done. Wall clock time 0.038s.
0.12/0.17	c declared #vars     756
0.12/0.17	c #constraints  189
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 189
0.12/0.17	c 189 constraints processed.
0.12/0.18	c objective function length is 756 literals
0.51/0.35	c cleaning 2496 clauses out of 5000 with flag 14272/5000
0.70/0.43	c SATISFIABLE
0.70/0.43	c OPTIMIZING...
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.302
0.70/0.43	o 382
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.335
0.70/0.47	o 378
1.87/1.04	c cleaning 4411 clauses out of 8838 with flag 7023/11334
2.53/1.45	c cleaning 5211 clauses out of 10427 with flag 21197/17334
3.14/1.97	c cleaning 6108 clauses out of 12215 with flag 38069/24333
3.74/2.49	c cleaning 7053 clauses out of 14107 with flag 56641/32333
4.46/3.14	c cleaning 8024 clauses out of 16054 with flag 77947/41333
5.29/3.95	c cleaning 9015 clauses out of 18031 with flag 101122/51334
6.25/4.81	c cleaning 10007 clauses out of 20016 with flag 125850/62334
7.11/5.66	c cleaning 11005 clauses out of 22009 with flag 152932/74334
8.28/6.79	c cleaning 12002 clauses out of 24003 with flag 182839/87333
9.58/7.96	c cleaning 13002 clauses out of 26003 with flag 214609/101335
10.66/9.03	c cleaning 13998 clauses out of 27999 with flag 247374/116333
11.94/10.24	c cleaning 14998 clauses out of 30002 with flag 282365/132334
13.61/11.81	c cleaning 15999 clauses out of 32004 with flag 322202/149334
15.20/13.30	c cleaning 17002 clauses out of 34005 with flag 362672/167334
16.78/14.83	c cleaning 18000 clauses out of 36003 with flag 404876/186334
18.47/16.55	c cleaning 19001 clauses out of 38003 with flag 449744/206334
20.32/18.36	c cleaning 19998 clauses out of 40001 with flag 496830/227333
22.18/20.14	c cleaning 21002 clauses out of 42004 with flag 544954/249334
24.50/22.31	c cleaning 22000 clauses out of 44002 with flag 596643/272334
26.59/24.34	c cleaning 22998 clauses out of 46002 with flag 648892/296334
28.92/26.53	c cleaning 23997 clauses out of 48004 with flag 704250/321334
31.29/28.86	c cleaning 25002 clauses out of 50007 with flag 762448/347334
33.85/31.23	c cleaning 25997 clauses out of 52004 with flag 821556/374333
36.53/33.86	c cleaning 26998 clauses out of 54007 with flag 885205/402333
38.97/36.27	c cleaning 28000 clauses out of 56010 with flag 949925/431334
41.78/38.91	c cleaning 29004 clauses out of 58010 with flag 1014647/461334
44.69/41.79	c cleaning 29996 clauses out of 60005 with flag 1081521/492333
47.57/44.56	c cleaning 31003 clauses out of 62009 with flag 1149264/524333
50.65/47.52	c cleaning 31998 clauses out of 64006 with flag 1221265/557333
53.74/50.65	c cleaning 33004 clauses out of 66009 with flag 1296968/591334
56.84/53.74	c cleaning 33998 clauses out of 68004 with flag 1375945/626333
60.46/57.11	c cleaning 35001 clauses out of 70007 with flag 1455385/662334
64.63/60.64	c cleaning 36001 clauses out of 72005 with flag 1535295/699333
68.23/64.15	c cleaning 37001 clauses out of 74005 with flag 1617790/737334
72.17/67.97	c cleaning 37997 clauses out of 76003 with flag 1704602/776333
76.49/72.13	c cleaning 39001 clauses out of 78006 with flag 1795289/816333
80.34/75.88	c cleaning 39999 clauses out of 80005 with flag 1885848/857333
83.91/79.38	c cleaning 41002 clauses out of 82007 with flag 1976048/899334
88.32/83.61	c cleaning 42000 clauses out of 84004 with flag 2077203/942333
92.03/87.26	c cleaning 43000 clauses out of 86004 with flag 2172956/986333
95.96/91.05	c cleaning 44000 clauses out of 88005 with flag 2272018/1031334
100.68/95.67	c cleaning 45002 clauses out of 90005 with flag 2382567/1077334
105.52/100.39	c cleaning 45998 clauses out of 92002 with flag 2493190/1124333
111.61/105.21	c cleaning 46996 clauses out of 94005 with flag 2601390/1172334
116.26/109.77	c cleaning 48000 clauses out of 96008 with flag 2720769/1221333
120.37/113.71	c cleaning 49000 clauses out of 98009 with flag 2825485/1271334
124.50/117.77	c cleaning 50000 clauses out of 100009 with flag 2932476/1322334
129.73/122.53	c cleaning 51004 clauses out of 102009 with flag 3041561/1374334
135.60/128.22	c cleaning 51997 clauses out of 104005 with flag 3186757/1427334
141.63/133.92	c cleaning 53002 clauses out of 106007 with flag 3334721/1481333
148.00/139.38	c cleaning 53998 clauses out of 108006 with flag 3482147/1536334
154.64/145.61	c cleaning 54997 clauses out of 110007 with flag 3642902/1592333
160.60/151.46	c cleaning 56001 clauses out of 112011 with flag 3804418/1649334
166.58/157.18	c cleaning 57004 clauses out of 114010 with flag 3949001/1707334
172.72/163.12	c cleaning 58001 clauses out of 116005 with flag 4091498/1766333
179.52/169.68	c cleaning 58997 clauses out of 118004 with flag 4238429/1826333
186.63/176.45	c cleaning 60003 clauses out of 120007 with flag 4387994/1887333
192.39/182.10	c cleaning 60998 clauses out of 122004 with flag 4522722/1949333
198.43/187.76	c cleaning 62000 clauses out of 124006 with flag 4653722/2012333
204.38/193.35	c cleaning 62999 clauses out of 126007 with flag 4785346/2076334
210.33/199.19	c cleaning 64002 clauses out of 128008 with flag 4920366/2141334
216.48/205.05	c cleaning 65002 clauses out of 130005 with flag 5058642/2207333
223.20/211.49	c cleaning 66001 clauses out of 132004 with flag 5197858/2274334
230.91/218.00	c cleaning 67000 clauses out of 134002 with flag 5337516/2342333
238.17/224.83	c cleaning 67998 clauses out of 136003 with flag 5477735/2411334
245.46/231.97	c cleaning 68999 clauses out of 138004 with flag 5637890/2481333
252.87/239.24	c cleaning 70003 clauses out of 140006 with flag 5809832/2552334
260.89/246.95	c cleaning 70998 clauses out of 142003 with flag 5998669/2624334
269.36/255.21	c cleaning 71996 clauses out of 144005 with flag 6209564/2697334
277.61/263.17	c cleaning 73004 clauses out of 146010 with flag 6404961/2771335
286.26/271.43	c cleaning 73995 clauses out of 148004 with flag 6621109/2846333
294.56/279.56	c cleaning 75003 clauses out of 150009 with flag 6832190/2922333
303.59/288.26	c cleaning 75999 clauses out of 152006 with flag 7054397/2999333
312.48/296.94	c cleaning 76999 clauses out of 154008 with flag 7281255/3077334
321.47/305.62	c cleaning 78002 clauses out of 156008 with flag 7504192/3156333
330.34/314.12	c cleaning 79001 clauses out of 158007 with flag 7710322/3236334
339.24/322.89	c cleaning 80001 clauses out of 160006 with flag 7930342/3317334
348.66/331.96	c cleaning 81001 clauses out of 162005 with flag 8149061/3399334
357.68/340.55	c cleaning 81999 clauses out of 164003 with flag 8338617/3482333
366.49/349.15	c cleaning 83000 clauses out of 166005 with flag 8551708/3566334
377.16/358.29	c cleaning 83996 clauses out of 168004 with flag 8771373/3651333
387.16/367.96	c cleaning 85001 clauses out of 170008 with flag 9019162/3737333
397.22/377.74	c cleaning 86002 clauses out of 172008 with flag 9274834/3824334
407.73/387.71	c cleaning 87003 clauses out of 174005 with flag 9510450/3912333
418.42/398.17	c cleaning 87998 clauses out of 176003 with flag 9759693/4001334
428.84/408.36	c cleaning 88996 clauses out of 178004 with flag 10011752/4091333
439.71/418.63	c cleaning 90002 clauses out of 180009 with flag 10232484/4182334
449.57/428.29	c cleaning 90994 clauses out of 182006 with flag 10451240/4274333
460.63/439.16	c cleaning 92003 clauses out of 184012 with flag 10688886/4367333
470.59/448.72	c cleaning 93000 clauses out of 186009 with flag 10900690/4461333
479.71/457.61	c cleaning 94004 clauses out of 188009 with flag 11095024/4556333
490.60/468.04	c cleaning 94994 clauses out of 190005 with flag 11318497/4652333
502.43/479.64	c cleaning 96006 clauses out of 192012 with flag 11588025/4749334
514.82/491.42	c cleaning 96998 clauses out of 194005 with flag 11878741/4847333
526.49/502.89	c cleaning 97997 clauses out of 196008 with flag 12141857/4946334
539.97/515.76	c cleaning 98999 clauses out of 198010 with flag 12450888/5046333
552.22/527.68	c cleaning 99999 clauses out of 200011 with flag 12722768/5147333
565.57/538.35	c cleaning 101005 clauses out of 202013 with flag 12931264/5249334
576.13/548.56	c cleaning 101999 clauses out of 204007 with flag 13141904/5352333
586.70/558.82	c cleaning 103000 clauses out of 206008 with flag 13354020/5456333
597.14/569.09	c cleaning 104000 clauses out of 208008 with flag 13568724/5561333
608.33/580.09	c cleaning 105002 clauses out of 210009 with flag 13799818/5667334
621.79/592.89	c cleaning 105998 clauses out of 212007 with flag 14090558/5774334
635.28/606.01	c cleaning 106997 clauses out of 214008 with flag 14402720/5882333
648.06/618.68	c cleaning 108002 clauses out of 216011 with flag 14690231/5991333
661.90/631.93	c cleaning 109000 clauses out of 218010 with flag 14974011/6101334
675.32/645.07	c cleaning 110005 clauses out of 220009 with flag 15249587/6212333
688.10/657.62	c cleaning 111002 clauses out of 222004 with flag 15519440/6324333
701.91/670.84	c cleaning 112001 clauses out of 224002 with flag 15790822/6437333
714.54/683.15	c cleaning 112998 clauses out of 226002 with flag 16028050/6551334
727.04/695.46	c cleaning 113996 clauses out of 228003 with flag 16266301/6666333
740.33/708.29	c cleaning 114999 clauses out of 230008 with flag 16507239/6782334
754.23/721.83	c cleaning 116001 clauses out of 232009 with flag 16747104/6899334
767.47/734.90	c cleaning 117001 clauses out of 234007 with flag 16990115/7017333
781.54/748.48	c cleaning 118001 clauses out of 236007 with flag 17238273/7136334
795.01/761.69	c cleaning 118996 clauses out of 238005 with flag 17493540/7256333
811.29/777.34	c cleaning 120000 clauses out of 240010 with flag 17823474/7377334
826.32/792.05	c cleaning 121001 clauses out of 242009 with flag 18136393/7499333
842.62/807.73	c cleaning 121998 clauses out of 244009 with flag 18471333/7622334
861.41/824.00	c cleaning 123004 clauses out of 246010 with flag 18793902/7746333
877.43/839.83	c cleaning 123993 clauses out of 248007 with flag 19116771/7871334
892.83/855.04	c cleaning 125000 clauses out of 250013 with flag 19440653/7997333
910.22/872.00	c cleaning 126006 clauses out of 252014 with flag 19797741/8124334
927.19/888.57	c cleaning 127001 clauses out of 254008 with flag 20161236/8252334
944.34/905.40	c cleaning 127996 clauses out of 256007 with flag 20510145/8381334
961.75/922.02	c cleaning 128999 clauses out of 258010 with flag 20836191/8511333
978.91/938.77	c cleaning 130003 clauses out of 260011 with flag 21193584/8642333
996.07/955.65	c cleaning 131003 clauses out of 262009 with flag 21550413/8774334
1012.20/971.69	c cleaning 131996 clauses out of 264005 with flag 21897500/8907333
1029.91/988.82	c cleaning 132997 clauses out of 266010 with flag 22247017/9041334
1047.56/1006.12	c cleaning 134000 clauses out of 268012 with flag 22675396/9176333
1063.41/1021.88	c cleaning 135002 clauses out of 270012 with flag 22991484/9312333
1080.02/1037.93	c cleaning 136002 clauses out of 272011 with flag 23336274/9449334
1098.91/1056.53	c cleaning 136997 clauses out of 274008 with flag 23737331/9587333
1118.26/1075.21	c cleaning 138002 clauses out of 276012 with flag 24096814/9726334
1136.76/1093.31	c cleaning 138998 clauses out of 278010 with flag 24455121/9866334
1154.18/1110.50	c cleaning 140004 clauses out of 280012 with flag 24769758/10007334
1171.62/1127.22	c cleaning 141000 clauses out of 282008 with flag 25058631/10149334
1187.82/1143.16	c cleaning 142002 clauses out of 284007 with flag 25356793/10292333
1206.56/1161.21	c cleaning 143002 clauses out of 286006 with flag 25656252/10436334
1227.20/1179.07	c cleaning 143999 clauses out of 288004 with flag 25986773/10581334
1246.96/1198.11	c cleaning 144997 clauses out of 290004 with flag 26331810/10727333
1266.74/1217.60	c cleaning 146001 clauses out of 292008 with flag 26695616/10874334
1286.65/1236.79	c cleaning 147000 clauses out of 294007 with flag 27046945/11022334
1306.04/1255.79	c cleaning 148000 clauses out of 296007 with flag 27373494/11171334
1325.27/1274.23	c cleaning 149000 clauses out of 298007 with flag 27678450/11321334
1342.92/1291.40	c cleaning 150000 clauses out of 300006 with flag 27980448/11472333
1360.93/1308.76	c cleaning 151002 clauses out of 302007 with flag 28284450/11624334
1378.41/1325.88	c cleaning 152001 clauses out of 304004 with flag 28590448/11777333
1396.72/1343.48	c cleaning 152996 clauses out of 306003 with flag 28898448/11931333
1415.38/1361.77	c cleaning 153999 clauses out of 308008 with flag 29224444/12086334
1437.12/1382.78	c cleaning 155001 clauses out of 310008 with flag 29617238/12242333
1460.02/1405.32	c cleaning 156002 clauses out of 312007 with flag 30037893/12399333
1482.08/1426.80	c cleaning 157003 clauses out of 314006 with flag 30472004/12557334
1503.41/1447.98	c cleaning 157998 clauses out of 316002 with flag 30915773/12716333
1525.38/1469.40	c cleaning 158995 clauses out of 318004 with flag 31351782/12876333
1552.05/1492.99	c cleaning 160002 clauses out of 320010 with flag 31855062/13037334
1575.42/1515.97	c cleaning 160999 clauses out of 322008 with flag 32382277/13199334
1599.83/1539.71	c cleaning 161998 clauses out of 324008 with flag 32876790/13362333
1620.81/1560.37	c cleaning 163002 clauses out of 326011 with flag 33310551/13526334
1642.84/1581.87	c cleaning 163997 clauses out of 328008 with flag 33750754/13691333
1665.34/1603.46	c cleaning 164998 clauses out of 330011 with flag 34183676/13857333
1688.27/1626.04	c cleaning 166001 clauses out of 332013 with flag 34626696/14024333
1708.57/1645.72	c cleaning 167000 clauses out of 334013 with flag 34969924/14192334
1733.41/1669.84	c cleaning 168000 clauses out of 336012 with flag 35416525/14361333
1757.54/1693.66	c cleaning 169001 clauses out of 338012 with flag 35890734/14531333
1783.53/1719.12	c cleaning 170003 clauses out of 340012 with flag 36399775/14702334
1804.39/1739.24	c cleaning 171002 clauses out of 342009 with flag 36753231/14874334
1825.42/1759.42	c cleaning 172001 clauses out of 344006 with flag 37106953/15047333
1846.61/1780.24	c cleaning 172999 clauses out of 346005 with flag 37462874/15221333
1871.82/1802.40	c cleaning 173993 clauses out of 348007 with flag 37930238/15396334
1894.81/1824.70	c cleaning 174999 clauses out of 350013 with flag 38414327/15572333
1918.52/1847.62	c cleaning 176001 clauses out of 352014 with flag 38904405/15749333
1943.79/1872.52	c cleaning 177001 clauses out of 354013 with flag 39469874/15927333
1968.31/1896.35	c cleaning 178000 clauses out of 356013 with flag 39968207/16106334
1990.97/1918.20	c cleaning 179001 clauses out of 358012 with flag 40345685/16286333
2015.50/1942.04	c cleaning 180002 clauses out of 360011 with flag 40720190/16467333
2041.11/1966.84	c cleaning 181004 clauses out of 362009 with flag 41097432/16649333
2065.03/1990.30	c cleaning 182002 clauses out of 364005 with flag 41480499/16832333
2091.29/2016.01	c cleaning 182997 clauses out of 366003 with flag 42016769/17016333
2118.01/2042.07	c cleaning 183995 clauses out of 368006 with flag 42536970/17201333
2144.75/2068.16	c cleaning 185005 clauses out of 370011 with flag 43049027/17387333
2175.05/2094.95	c cleaning 185999 clauses out of 372006 with flag 43527426/17574333
2202.52/2121.64	c cleaning 187000 clauses out of 374007 with flag 43998846/17762333
2229.76/2148.03	c cleaning 187996 clauses out of 376008 with flag 44480330/17951334
2255.35/2172.70	c cleaning 189001 clauses out of 378011 with flag 44895813/18141333
2282.49/2199.40	c cleaning 189998 clauses out of 380011 with flag 45415644/18332334
2310.88/2227.25	c cleaning 191003 clauses out of 382012 with flag 45968338/18524333
2339.03/2254.89	c cleaning 191999 clauses out of 384009 with flag 46477334/18717333
2363.96/2279.11	c cleaning 193000 clauses out of 386011 with flag 46873334/18911334
2387.88/2302.42	c cleaning 194002 clauses out of 388010 with flag 47272283/19106333
2414.34/2328.21	c cleaning 195002 clauses out of 390009 with flag 47705905/19302334
2443.85/2357.00	c cleaning 195998 clauses out of 392006 with flag 48250398/19499333
2477.09/2386.79	c cleaning 196998 clauses out of 394008 with flag 48800572/19697333
2508.96/2417.69	c cleaning 198004 clauses out of 396010 with flag 49320858/19896333
2537.71/2445.54	c cleaning 199002 clauses out of 398007 with flag 49812228/20096334
2567.44/2474.59	c cleaning 199998 clauses out of 400004 with flag 50361893/20297333
2596.17/2502.46	c cleaning 200998 clauses out of 402007 with flag 50828147/20499334
2625.78/2531.31	c cleaning 202005 clauses out of 404009 with flag 51318004/20702334
2657.61/2562.54	c cleaning 202999 clauses out of 406004 with flag 51839959/20906334
2687.95/2592.22	c cleaning 203997 clauses out of 408004 with flag 52357506/21111333
2715.78/2619.42	c cleaning 205000 clauses out of 410008 with flag 52778380/21317334
2742.78/2645.87	c cleaning 206003 clauses out of 412008 with flag 53201665/21524334
2775.14/2674.15	c cleaning 206992 clauses out of 414005 with flag 53708039/21732334
2805.95/2704.45	c cleaning 207997 clauses out of 416013 with flag 54289892/21941334
2838.76/2736.71	c cleaning 209005 clauses out of 418016 with flag 54958765/22151334
2873.31/2770.17	c cleaning 209998 clauses out of 420010 with flag 55639188/22362333
2907.38/2803.16	c cleaning 211005 clauses out of 422013 with flag 56272158/22574334
2941.59/2836.52	c cleaning 211999 clauses out of 424007 with flag 57008774/22787333
2974.56/2868.78	c cleaning 212999 clauses out of 426009 with flag 57675508/23001334
3010.66/2904.18	c cleaning 214002 clauses out of 428010 with flag 58392403/23216334
3043.94/2936.75	c cleaning 214990 clauses out of 430008 with flag 59015381/23432334
3078.08/2970.31	c cleaning 216003 clauses out of 432017 with flag 59677677/23649333
3113.58/3001.51	c cleaning 216998 clauses out of 434014 with flag 60282830/23867333
3148.43/3035.58	c cleaning 218002 clauses out of 436016 with flag 61034276/24086333
3184.28/3070.62	c cleaning 219006 clauses out of 438015 with flag 61771529/24306334
3213.99/3099.63	c cleaning 220002 clauses out of 440009 with flag 62217457/24527334
3243.47/3128.44	c cleaning 221001 clauses out of 442007 with flag 62661457/24749334
3275.35/3159.37	c cleaning 221998 clauses out of 444005 with flag 63221634/24972333
3309.91/3193.04	c cleaning 222999 clauses out of 446007 with flag 63882471/25196333
3343.76/3226.12	c cleaning 224002 clauses out of 448009 with flag 64551827/25421334
3380.79/3262.56	c cleaning 224997 clauses out of 450006 with flag 65227965/25647333
3418.40/3296.03	c cleaning 226002 clauses out of 452010 with flag 65692751/25874334
3451.94/3328.75	c cleaning 227000 clauses out of 454008 with flag 66158963/26102334
3486.66/3362.76	c cleaning 228003 clauses out of 456007 with flag 66628078/26331333
3522.01/3396.98	c cleaning 228995 clauses out of 458005 with flag 67276556/26561334
3559.50/3433.59	c cleaning 229999 clauses out of 460009 with flag 68086112/26792333
3597.44/3470.76	c cleaning 231000 clauses out of 462011 with flag 68885070/27024334
3600.24/3473.47	c starts		: 663
3600.24/3473.47	c conflicts		: 27056476
3600.24/3473.47	c decisions		: 30797760
3600.24/3473.47	c propagations		: 1158204658
3600.24/3473.47	c inspects		: 12717916565
3600.24/3473.47	c shortcuts		: 0
3600.24/3473.47	c learnt literals	: 0
3600.24/3473.47	c learnt binary clauses	: 0
3600.24/3473.47	c learnt ternary clauses	: 482
3600.24/3473.47	c learnt constraints	: 27056476
3600.24/3473.47	c ignored constraints	: 0
3600.24/3473.47	c root simplifications	: 0
3600.24/3473.47	c removed literals (reason simplification)	: 25377908
3600.24/3473.47	c reason swapping (by a shorter reason)	: 0
3600.24/3473.47	c Calls to reduceDB	: 229
3600.24/3473.47	c Number of update (reduction) of LBD	: 682896
3600.24/3473.47	c Imported unit clauses	: 0
3600.24/3473.47	c No decision after first conflict	: false
3600.24/3473.48	c number of reductions to clauses (during analyze)	: 0
3600.24/3473.48	c number of learned constraints concerned by reduction	: 0
3600.24/3473.48	c number of learning phase by resolution	: 0
3600.24/3473.48	c number of learning phase by cutting planes	: 0
3600.24/3473.48	c number of rounding to 1 operations	: 0
3600.24/3473.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.24/3473.48	c number of reductions of the coefficients by power 2 	: 0
3600.24/3473.48	c number of right shift for reduction by power 2 	: 0
3600.24/3473.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3473.48	c number of ending skipping 	: 0
3600.24/3473.48	c number of internal skipping 	: 0
3600.24/3473.48	c number of derivation steps 	: 0
3600.24/3473.48	c number of skipped derivation steps 	: 0
3600.24/3473.48	c number of remaining unassigned 	: 0
3600.24/3473.48	c number of remaining assigned 	: 0
3600.24/3473.48	c number of falsified literals weakened from reason	: 0
3600.24/3473.48	c number of falsified literals weakened from conflict	: 0
3600.24/3473.49	c time for arithmetic operations	: 0
3600.24/3473.49	c minimum degree of deleted constraints	: null
3600.24/3473.49	c maximum degree of deleted constraints	: null
3600.24/3473.49	c number of deleted constraints	: 0
3600.24/3473.49	c speed (assignments/second)	: 333459.05166953424
3600.24/3473.49	c non guided choices	: 1090
3600.43/3473.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 263153
3600.43/3473.56	s SATISFIABLE
3600.43/3473.56	c Found 2 solution(s)
3600.43/3473.57	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 -x257 -x258 x259 x260 x261 -x262 -x263 x264 x265 x266 -x267 -x268 -x269 x270 x271 -x272 x273 -x274 x275 -x276 -x277 x278 x279 -x280 -x281 x282 -x283 x284 x285 -x286 -x287 x288 x289 x290 -x291 -x292 x293 x294 -x295 -x296 -x297 x298 -x299 x300 x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 -x310 x311 x312 -x313 x314 x315 -x316 -x317 x318 x319 -x320 -x321 x322 x323 -x324 x325 x326 -x327 -x328 x329 x330 -x331 -x332 -x333 x334 -x335 x336 x337 x338 -x339 -x340 x341 x342 -x343 -x344 -x345 -x346 x347 x348 x349 x350 -x351 -x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 x361 -x362 -x363 x364 x365 x366 -x367 -x368 -x369 x370 -x371 x372 -x373 -x374 x375 x376 x377 -x378 -x379 x380 -x381 x382 x383 -x384 x385 -x386 -x387 x388 -x389 x390 x391 -x392 x393 -x394 -x395 x396 x397 x398 -x399 -x400 x401 x402 -x403 -x404 -x405 -x406 x407 x408 x409 -x410 x411 -x412 -x413 -x414 x415 x416 -x417 x418 x419 -x420 x421 -x422 x423 -x424 x425 x426 -x427 -x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 x446 -x447 -x448 x449 -x450 -x451 x452 x453 -x454 x455 -x456 -x457 -x458 x459 x460 x461 x462 -x463 -x464 x465 x466 -x467 -x468 x469 -x470 x471 -x472 x473 -x474 x475 -x476 -x477 x478 x479 -x480 x481 x482 -x483 -x484 x485 x486 -x487 -x488 x489 x490 -x491 -x492 -x493 x494 x495 -x496 x497 x498 -x499 -x500 x501 x502 -x503 -x504 x505 x506 -x507 -x508 x509 -x510 -x511 x512 x513 x514 -x515 -x516 x517 x518 -x519 -x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 x529 x530 -x531 -x532 -x533 -x534 x535 x536 -x537 x538 -x539 x540 x541 -x542 -x543 x544 x545 x546 -x547 -x548 x549 x550 -x551 -x552 -x553 x554 -x555 x556 x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 x566 -x567 x568 x569 x570 -x571 -x572 x573 x574 -x575 -x576 x577 x578 -x579 -x580 -x581 x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 x591 -x592 -x593 -x594 x595 x596 x597 x598 -x599 -x600 -x601 x602 x603 -x604 -x605 -x606 x607 x608 x609 x610 -x611 -x612 x613 x614 -x615 -x616 x617 x618 -x619 -x620 x621 x622 -x623 -x624 x625 x626 -x627 -x628 -x629 -x630 x631 x632 -x633 x634 x635 -x636 x637 x638 -x639 -x640 x641 x642 -x643 -x644 -x645 -x646 x647 x648 -x649 x650 x651 -x652 -x653 x654 x655 -x656 x657 -x658 x659 -x660 -x661 -x662 x663 x664 x665 -x666 x667 -x668 x669 -x670 x671 -x672 x673 x674 -x675 -x676 -x677 x678 -x679 x680 x681 x682 -x683 -x684 x685 -x686 x687 -x688 -x689 x690 x691 -x692 -x693 -x694 x695 x696 -x697 x698 -x699 x700 x701 -x702 -x703 x704 -x705 x706 x707 -x708 x709 x710 -x711 -x712 -x713 x714 x715 -x716 -x717 x718 -x719 x720 -x721 x722 x723 -x724 x725 x726 -x727 -x728 x729 -x730 x731 -x732 -x733 x734 x735 -x736 x737 -x738 -x739 x740 x741 x742 -x743 -x744 x745 x746 -x747 -x748 x749 -x750 -x751 x752 x753 x754 -x755 -x756 
3600.43/3473.57	c objective function=378
3600.43/3473.57	c Total wall clock time (in seconds): 3473.44

Verifier Data

OK	378

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520212-1751568647/watcher-4520212-1751568647 -o /tmp/evaluation-result-4520212-1751568647/solver-4520212-1751568647 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87413 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4520212-1751568647.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 5.52 5.02 3.39 5/338 87648
/proc/meminfo: memFree=90840964/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=18930384 memory=59468 CPUtime=0.12 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 6474 0 0 0 11 1 0 0 20 0 18 0 72545006 19384713216 14867 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4732596 14867 5345 1 0 547604 0
[pid=87630/tid=87632] ppid=87627 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 72545007 19384713216 14867 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72545009 19384713216 14867 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=18930384 memory=59585004340264 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 72545009 19384713216 14867 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59468 KiB

[startup+0.205752 s]*
/proc/loadavg: 5.52 5.02 3.39 7/339 87649
/proc/meminfo: memFree=90832080/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=18996948 memory=63860 CPUtime=0.32 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 6954 0 0 0 30 2 0 0 20 0 19 0 72545006 19452874752 15965 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4749237 15965 5473 1 0 548277 0
[pid=87630/tid=87632] ppid=87627 vsize=18996948 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 5369 0 0 0 15 1 0 0 20 0 19 0 72545007 19452874752 15965 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=18996948 memory=19950 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 15965 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 15965 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545025 19452874752 15965 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63860 KiB

[startup+0.305742 s]*
/proc/loadavg: 5.52 5.02 3.39 6/339 87649
/proc/meminfo: memFree=90827292/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=18996948 memory=73972 CPUtime=0.51 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 11335 0 0 0 48 3 0 0 20 0 19 0 72545006 19452874752 18493 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4749237 18493 5473 1 0 550327 0
[pid=87630/tid=87632] ppid=87627 vsize=18996948 memory=-6000919477051745639 CPUtime=0.26 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 5378 0 0 0 25 1 0 0 20 0 19 0 72545007 19452874752 18493 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 18493 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 18493 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545025 19452874752 18493 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73972 KiB

[startup+0.700236 s]
/proc/loadavg: 5.52 5.02 3.39 6/339 87649
/proc/meminfo: memFree=90809840/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=18996948 memory=92244 CPUtime=1.27 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 16014 0 0 0 123 4 0 0 20 0 19 0 72545006 19452874752 23061 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4749237 23061 5505 1 0 553230 0
[pid=87630/tid=87632] ppid=87627 vsize=18996948 memory=15104 CPUtime=0.62 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 5461 0 0 0 60 2 0 0 20 0 19 0 72545007 19452874752 23061 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 23061 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 23061 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545025 19452874752 23061 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92244 KiB

[startup+1.50025 s]
/proc/loadavg: 5.52 5.02 3.39 6/339 87649
/proc/meminfo: memFree=90791692/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=18996948 memory=153148 CPUtime=2.73 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 19995 0 0 0 267 6 0 0 20 0 19 0 72545006 19452874752 38287 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4749237 38287 5505 1 0 553537 0
[pid=87630/tid=87632] ppid=87627 vsize=18996948 memory=0 CPUtime=1.41 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 5804 0 0 0 138 3 0 0 20 0 19 0 72545007 19452874752 38287 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 38287 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72545009 19452874752 38287 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72545025 19452874752 38287 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153148 KiB

[startup+3.10557 s]
/proc/loadavg: 5.52 5.02 3.39 5/340 87650
/proc/meminfo: memFree=90675020/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=219336 CPUtime=4.46 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 21833 0 0 0 439 7 0 0 20 0 20 0 72545006 19521036288 54834 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 54834 5505 1 0 553826 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=10752 CPUtime=2.93 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 6098 0 0 0 290 3 0 0 20 0 20 0 72545007 19521036288 54834 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=-6000919477051745639 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 54834 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 54834 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 54834 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 219336 KiB

[startup+6.30021 s]
/proc/loadavg: 5.48 5.02 3.40 5/340 87650
/proc/meminfo: memFree=90425172/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=491044 CPUtime=7.81 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 22935 0 0 0 768 13 0 0 20 0 20 0 72545006 19521036288 122761 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 122761 5505 1 0 700041 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=0 CPUtime=5.97 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 6252 0 0 0 591 6 0 0 20 0 20 0 72545007 19521036288 122761 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 122761 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 122761 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 122761 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 491044 KiB

[startup+12.7002 s]
/proc/loadavg: 5.36 5.00 3.40 5/340 87650
/proc/meminfo: memFree=89896836/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=1153612 CPUtime=14.6 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 27837 0 0 0 1432 28 0 0 20 0 20 0 72545006 19521036288 288403 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 288403 5505 1 0 1009207 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=960984 CPUtime=11.95 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 6901 0 0 0 1185 10 0 0 20 0 20 0 72545007 19521036288 288403 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 288403 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 288403 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=-6000919477051745639 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 288403 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 14.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1153612 KiB

[startup+25.5002 s]
/proc/loadavg: 5.60 5.07 3.44 7/340 87650
/proc/meminfo: memFree=87796028/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=1992548 CPUtime=27.92 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 28736 0 0 0 2748 44 0 0 20 0 20 0 72545006 19521036288 498137 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 498137 5537 1 0 1132453 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=2736 CPUtime=24.16 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 7135 0 0 0 2402 14 0 0 20 0 20 0 72545007 19521036288 498137 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 498137 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=499236 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 498137 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 498137 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 27.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1992548 KiB

[startup+51.1056 s]
/proc/loadavg: 5.47 5.09 3.50 5/340 87650
/proc/meminfo: memFree=89479712/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=3202052 CPUtime=54.25 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 32567 0 0 0 5356 69 0 0 20 0 20 0 72545006 19521036288 800513 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 800513 5537 1 0 1251522 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=3030020 CPUtime=48.9 cores=0,2

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

/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2048 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=-6000919477051745639 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3216.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.31 4.48 5/340 88010
/proc/meminfo: memFree=95592568/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3278.34 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 363700 0 0 0 327446 388 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4088999 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3059.46 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 178346 0 0 0 305855 91 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2166 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3278.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.24 4.28 4.45 5/339 88012
/proc/meminfo: memFree=95592464/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3339.97 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 368446 0 0 0 333607 390 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4088999 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3117.55 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 181370 0 0 0 311664 91 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2166 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3339.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.43 4.33 4.46 6/339 88014
/proc/meminfo: memFree=95592184/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3404.2 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 376955 0 0 0 340025 395 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4089003 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14720 CPUtime=3176.07 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 184766 0 0 0 317515 92 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2200 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3404.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.40 4.34 4.45 5/339 88016
/proc/meminfo: memFree=95591376/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3465.79 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 383282 0 0 0 346182 397 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4089003 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3234.2 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 188079 0 0 0 323328 92 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2217 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3465.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.32 4.44 5/339 88018
/proc/meminfo: memFree=95591560/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3527.4 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 388766 0 0 0 352341 399 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4089003 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3292.29 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 191072 0 0 0 329136 93 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=5696 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2293 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3527.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.35 4.45 5/339 88020
/proc/meminfo: memFree=95591488/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3589.06 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 392765 0 0 0 358506 400 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4089003 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3350.34 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 193621 0 0 0 334941 93 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2344 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3589.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3473.3 s]
/proc/loadavg: 4.36 4.34 4.44 5/339 88020
/proc/meminfo: memFree=95591496/131250000 swapFree=33008100/33010684
[pid=87630] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3600.04 cores=0,2
/proc/87630/stat : 87630 (java) S 87627 87630 87403 0 -1 4194304 394010 0 0 0 359603 401 0 0 20 0 20 0 72545006 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
/proc/87630/statm: 4765878 3697011 5537 1 0 4089003 0
[pid=87630/tid=87632] ppid=87627 vsize=19063512 memory=14788044 CPUtime=3361.32 cores=0,2
/proc/87630/task/87632/stat : 87632 (java) R 87627 87630 87403 0 -1 4194368 194836 0 0 0 336039 93 0 0 20 0 20 0 72545007 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87641] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87641/stat : 87641 (Finalizer) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87648] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87648/stat : 87648 (Common-Cleaner) S 87627 87630 87403 0 -1 4194368 2344 0 0 0 0 0 0 0 20 0 20 0 72545009 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
[pid=87630/tid=87649] ppid=87627 vsize=19063512 memory=14788044 CPUtime=0 cores=0,2
/proc/87630/task/87649/stat : 87649 (Timer-0) S 87627 87630 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72545025 19521036288 3697011 18446744073709551615 94255508545536 94255508549232 140722803997120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94255508557048 94255508557840 94255526961152 140722804005249 140722804005350 140722804005350 140722804010952 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14788044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.57 s, system=4.05466 s

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

[startup+3473.6 s]*
/proc/loadavg: 4.36 4.34 4.44 5/321 88023
/proc/meminfo: memFree=105398248/131250000 swapFree=33008100/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3473.62
CPU time (s): 3600.63
CPU user time (s): 3596.57
CPU system time (s): 4.05466
CPU usage (%): 103.656
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14788940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.57
system time used= 4.05466
maximum resident set size= 14789068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397180
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119321
involuntary context switches= 13745


# summary of solver processes directly reported to runsolver:
#   pid: 87630
#   total CPU time (s): 3600.63
#   total CPU user time (s): 3596.57
#   total CPU system time (s): 4.05466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14196 second user time and 16.4914 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 20:50:48
IDJOB=4520212
IDBENCH=177801
IDSOLVER=3363
FILE ID=nodeC013/4520212-1751568647
RUNJOBID= nodeC013-1751567892-87413
SLURM_JOB_ID= 9598784
Free space on /tmp= 432640 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_down/normalized-linearized_pebbling_opt_layeredfan_down_r7_c14_a4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520212-1751568647/watcher-4520212-1751568647 -o /tmp/evaluation-result-4520212-1751568647/solver-4520212-1751568647 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87413 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4520212-1751568647.opb

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

MD5SUM BENCH= 6db5c0d210c154c0efee751e611094b9
RANDOM SEED=1140287413

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        90874168 kB
MemAvailable:   90972960 kB
Buffers:            1668 kB
Cached:           892924 kB
SwapCached:         1988 kB
Active:         39201752 kB
Inactive:         528640 kB
Active(anon):   38829456 kB
Inactive(anon):    17632 kB
Active(file):     372296 kB
Inactive(file):   511008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:      38756672 kB
Mapped:           119616 kB
Shmem:             11288 kB
KReclaimable:     109052 kB
Slab:             199216 kB
SReclaimable:     109052 kB
SUnreclaim:        90164 kB
KernelStack:        5184 kB
PageTables:        79728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   41426696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  38100992 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC013 at 2025-07-03 21:48:41